{"title":"HONDA耕運機F220「こまめ」シリーズ","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/ml260201_komame.jpg?v=1769150242\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e","products":[{"product_id":"f220jast","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] ホンダ耕運機 こまめスターローター仕様 F220JAST ｜ F220K2-JAST ニュースターローター標準装備仕様","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJASTモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_8b96c5a7-06d3-4709-9b20-9182ebee456f.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_d84021fc-f8cd-43c9-94bf-cc8212332452.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-11834-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_ff6d83c4-05d0-4c50-b381-d3cc4a96cca6.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-10890-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_ed8a5e5c-0b4c-4af2-8df2-038c34067ad0.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220JAST+らくらく車輪3型セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":39718246056126,"sku":"F220JAST","price":104040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-pr_sale_b7d1426f-9f98-4c77-8e29-92b8c3960374.jpg?v=1783040814"},{"product_id":"f220j","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] ホンダ こまめ F220K2-JT","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!-- 保証サービス --\u003e\n\u003csection style=\"padding: 30px; background-color: #fef1e7;\" class=\"feature-block-detail\"\u003e\n\u003cdiv style=\"align-items: center; text-align: center;\" class=\"feature-grid-2x2\"\u003e\n\u003cdiv style=\"margin-bottom: 0;\" class=\"feature-item\"\u003e\n\u003ch2 style=\"color: #fff; font-family: sans-serif; padding-left: 15px; background: #EE6700;\"\u003eプラウなら、安心の「2年保証」\u003c\/h2\u003e\n\u003cimg style=\"border: none;\" alt=\"プラウ独自の2年保証サービス\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\"\u003e \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\" alt=\"ホンダの補償制度\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003eプラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。 ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\u003c\/p\u003e\n\u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e※業務使用等の場合は保証期間が異なります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n\u003csection class=\"page-section\"\u003e\n\u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n\u003cdiv class=\"page-grid\"\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"page-product-item\"\u003e\u003ca class=\"page-product-card-link\" href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" target=\"_blank\"\u003e\u003cimg class=\"page-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\"\u003e\n\u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n\u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003c!-- 特徴動画ギャラリー --\u003e\n\u003cdiv class=\"product-movie-section\"\u003e\n\u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003eこまめの特長を動画でチェック！\u003c\/h3\u003e\n\u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n\u003cul class=\"product-movie-grid\"\u003e\n\u003cli\u003e\u003ca class=\"js-movie-trigger\" href=\"#modalVideo\" data-video=\"X77K79O8Bgs\"\u003e\u003cimg src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\" alt=\"特長\"\u003e\n\u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca class=\"js-movie-trigger\" href=\"#modalVideo\" data-video=\"C58lKFcKrNg\"\u003e\u003cimg src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\" alt=\"カンタン操作\"\u003e\n\u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca class=\"js-movie-trigger\" href=\"#modalVideo\" data-video=\"j2yw50wbRwg\"\u003e\u003cimg src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\" alt=\"コンパクト収納・\n                ラクラク移動\"\u003e\n\u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca class=\"js-movie-trigger\" href=\"#modalVideo\" data-video=\"v0fGrb-np1w\"\u003e\u003cimg src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\" alt=\"ひろがる菜園作業\"\u003e\n\u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"movieModal\" class=\"movie-modal-overlay\"\u003e\n\u003cdiv class=\"movie-modal-content\"\u003e\n\u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n\u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特徴動画ギャラリーend --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- 商品説明画像 --\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003c!-- 動画 --\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\"\u003e\u003c\/div\u003e\n\u003c!-- スペック --\u003e\n\u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n\u003c!-- 機体寸法 --\u003e\n\u003cdiv style=\"margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e機体寸法・機体質量\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n\u003cthead style=\"display: table-header-group!important;\"\u003e\n\u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e名称\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"display: table-row-group!important;\"\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e型式名\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eFBGJ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003eタイプ (区分)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eJT\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eJAT\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eJAST\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eBAT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e全長 (mm)\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e1,115\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e全幅 (mm)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e585\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e540\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e600\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e540\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e全高 (mm)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e975\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e975\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e機体質量 [全装備重量] (kg)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e27\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉 ※2\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- エンジン --\u003e\n\u003cdiv style=\"margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003eエンジン\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n\u003cthead style=\"display: table-header-group!important;\"\u003e\n\u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"display: table-row-group!important;\"\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e名称\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eGXV57T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e種類\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e総排気量 (cm³)\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e57.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e使用燃料\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e燃料タンク容量 (L)\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e0.67\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e点火方式\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e始動方式\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 走行 --\u003e\n\u003cdiv style=\"margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e走行\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n\u003cthead style=\"display: table-header-group!important;\"\u003e\n\u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"display: table-row-group!important;\"\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e主クラッチ形式\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eシュークラッチ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e走行変速段数（段）\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e前進1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ローター --\u003e\n\u003cdiv style=\"margin-bottom: 20px;\"\u003e\n\u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003eローター\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n\u003cthead style=\"display: table-header-group!important;\"\u003e\n\u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003eこまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"display: table-row-group!important;\"\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e耕幅 (mm)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e545\/310 〈内爪時〉\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eローター別売\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e600\/330 〈内爪時〉\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eローター別売\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e爪径 (mm)\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e280\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eローター別売\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e280\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003eローター別売\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e回転数 (rpm)\u003c\/th\u003e\n\u003ctd colspan=\"4\" style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e123\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- cautionー --\u003e\n\u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n\u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 比較 --\u003e\n\u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003eタイプ別 比較一覧\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n\u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n\u003cthead style=\"display: table-header-group!important;\"\u003e\n\u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003eモデル\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003eローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003eスイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n\u003c\/th\u003e\n\u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003eニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"display: table-row-group!important;\"\u003e\n\u003ctr style=\"display: table-row!important;\"\u003e\n\u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e特徴・仕様\u003c\/th\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n\u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n\u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n\u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n\u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n\u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n\u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n\u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n\u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\u003c\/div\u003e\n\u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003e推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":39718246154430,"sku":"F220J","price":95760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j-pr_sale_3e5a2302-f05f-42c0-b626-3d8dbea2d11b.jpg?v=1783040814"},{"product_id":"f220ja","title":"[2026新仕様 シルキースタート搭載] ホンダ耕運機 こまめ F220JA ※ローター無しモデル ｜F220K2-JAT ローターなし","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jat-11680-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jat-11680-pr_f1d2b1c4-49d4-4442-8eb5-8ac07e155cd7.jpg?v=1768660059\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220K1 JAT+ブルースパイラル650セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jat_01_rev.jpg?v=1768893149\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":39718246219966,"sku":"F220JA","price":99000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ja-pr.jpg?v=1768790647"},{"product_id":"f220ba","title":"[2026新仕様 シルキースタート搭載] ホンダ耕うん機　こまめ　F220BAT | F220K2-BAT　ローターなし\/スウィングハンドル仕様","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eBATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11857-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11857-pr_a74a9d36-80cc-47d5-8274-0649e2e8c7d7.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 BAT+L型爪ローターセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-pr_c17e9878-3974-43e5-bed5-b91e34293f11.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDXセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-11834-pr_d94c8ee4-e7c0-48ed-9bdb-591d891cc688.jpg?v=1768661885\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDX+移動タイヤセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220bat_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":42396079325374,"sku":"F220BA","price":110000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-pr.jpg?v=1768791285"},{"product_id":"f220ba-11832-11834-pr","title":"[2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 BAT スイングハンドル仕様+ニュースターロータDX（分離型）+移動タイヤセット F220BA-11990-11834","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eBATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11857-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11857-pr_a74a9d36-80cc-47d5-8274-0649e2e8c7d7.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 BAT+L型爪ローターセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-pr_c17e9878-3974-43e5-bed5-b91e34293f11.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDXセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-11834-pr_d94c8ee4-e7c0-48ed-9bdb-591d891cc688.jpg?v=1768661885\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDX+移動タイヤセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220bat_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225167102142,"sku":"F220BA-11990-11834","price":159500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-11834-pr.jpg?v=1768790719"},{"product_id":"f220jat-11680-pr","title":"[2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JAT 爪なし仕様 + ブルースパイラル650[11680]セット F220JAT-11680","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jat-11680-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jat-11680-pr_f1d2b1c4-49d4-4442-8eb5-8ac07e155cd7.jpg?v=1768660059\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220K1 JAT+ブルースパイラル650セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jat_01_rev.jpg?v=1768893149\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225238339774,"sku":"F220JAT-11680","price":129580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jat-11680-pr.jpg?v=1768790657"},{"product_id":"f220jt-11539-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220 JT+らくらく車輪3型セット ミニ耕運機 耕耘機 F220JT-11539-PR","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225335136446,"sku":"F220JT-11539-PR","price":109180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_sale_62cedb8b-5ac1-4aa2-ad48-8ac3402b36a3.jpg?v=1783040819"},{"product_id":"f220jt-11630-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JT+パープル培土器セット F220JT-11630","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225348309182,"sku":"F220JT-11630","price":115450.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_sale_0fa28cf5-629f-4181-ba2e-dc6d6084e2e3.jpg?v=1783040817"},{"product_id":"f220jt-11833-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JT+移動タイヤ11833セット F220JT-11833","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225403621566,"sku":"F220JT-11833","price":112810.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_sale_b3c4baf1-8183-4b6f-b646-966e4aee8eb6.jpg?v=1783040811"},{"product_id":"f220jast-11539-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] ホンダ耕うん機 こまめ ニュースターローター仕様 F220JAST+らくらく車輪3型セット F220JAST-11539","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJASTモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_8b96c5a7-06d3-4709-9b20-9182ebee456f.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_d84021fc-f8cd-43c9-94bf-cc8212332452.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-11834-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_ff6d83c4-05d0-4c50-b381-d3cc4a96cca6.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-10890-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_ed8a5e5c-0b4c-4af2-8df2-038c34067ad0.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220JAST+らくらく車輪3型セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225413189822,"sku":"F220JAST-11539","price":117460.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_sale_43e131c8-33eb-49b3-8331-11dd59c94d27.jpg?v=1783040812"},{"product_id":"f220jast-10890-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品]F220JAST-10890-PR","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJASTモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_8b96c5a7-06d3-4709-9b20-9182ebee456f.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_d84021fc-f8cd-43c9-94bf-cc8212332452.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-11834-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_ff6d83c4-05d0-4c50-b381-d3cc4a96cca6.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-10890-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_ed8a5e5c-0b4c-4af2-8df2-038c34067ad0.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220JAST+らくらく車輪3型セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225413812414,"sku":"F220JAST-10890-PR","price":126040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_sale_d3af37d6-8940-41ed-9b1b-e126b82213e2.jpg?v=1783040816"},{"product_id":"f220jast-11834-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品]F220JAST-11834-PR","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJASTモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_8b96c5a7-06d3-4709-9b20-9182ebee456f.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_d84021fc-f8cd-43c9-94bf-cc8212332452.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-11834-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_ff6d83c4-05d0-4c50-b381-d3cc4a96cca6.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-10890-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_ed8a5e5c-0b4c-4af2-8df2-038c34067ad0.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220JAST+らくらく車輪3型セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225414467774,"sku":"F220JAST-11834-PR","price":120540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_sale_5b7ebec8-e091-4d39-a440-f7b4602f68e4.jpg?v=1783040816"},{"product_id":"f220jast-set-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品]F220JAST-SET-PR","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJASTモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_8b96c5a7-06d3-4709-9b20-9182ebee456f.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11834-pr_d84021fc-f8cd-43c9-94bf-cc8212332452.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-11834-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-10890-pr_ff6d83c4-05d0-4c50-b381-d3cc4a96cca6.jpg?v=1768661552\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JAST-10890-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jast-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-11539-pr_ed8a5e5c-0b4c-4af2-8df2-038c34067ad0.jpg?v=1768661553\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] F220JAST+らくらく車輪3型セット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225417154750,"sku":"F220JAST-SET-PR","price":175600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jast-set-pr_sale_d725ad1f-4217-4c15-859e-38b33afcc5cc.jpg?v=1783040817"},{"product_id":"f220jt-5set-pr","title":"決算セール大特価★ 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JT 標準ローター菜園スタートセット 耕うん機 「2年保証」","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43225423741118,"sku":"F220JT-5SET-PR","price":161490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_sale_0d636ada-26a9-4126-a640-2b890ff61763.jpg?v=1783040814"},{"product_id":"f220jt-10890-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JT+ニューイエロー培土器セット F220JT-10890-PR","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43268486299838,"sku":"F220JT-10890-PR","price":117760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_sale_03c4728e-dcdf-437a-bb9e-c3e0a31fb325.jpg?v=1783040812"},{"product_id":"f220ba-11832-pr","title":"[2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 BAT スイングハンドル仕様+ニュースターロータDX（分離型）セット F220BA-11990","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eBATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11857-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11857-pr_a74a9d36-80cc-47d5-8274-0649e2e8c7d7.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 BAT+L型爪ローターセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-pr_c17e9878-3974-43e5-bed5-b91e34293f11.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDXセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-11834-pr_d94c8ee4-e7c0-48ed-9bdb-591d891cc688.jpg?v=1768661885\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDX+移動タイヤセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220bat_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43268513169598,"sku":"F220BA-11990","price":143000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-pr.jpg?v=1768790724"},{"product_id":"f220ba-11857-pr","title":"[2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 BAT スイングハンドル仕様+L型爪ローターセット F220BA-11857","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eBATモデル セット商品はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11857-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11857-pr_a74a9d36-80cc-47d5-8274-0649e2e8c7d7.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 BAT+L型爪ローターセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-pr_c17e9878-3974-43e5-bed5-b91e34293f11.jpg?v=1768661884\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDXセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220ba-11832-11834-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11832-11834-pr_d94c8ee4-e7c0-48ed-9bdb-591d891cc688.jpg?v=1768661885\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] BAT+ニュースターロータDX+移動タイヤセット\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220bat_01_rev.jpg?v=1768893150\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43268517232830,"sku":"F220BA-11857","price":130020.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220ba-11857-pr.jpg?v=1768790729"},{"product_id":"f220jt-12144-pr","title":"決算セール大特価★ [2026新仕様 シルキースタート搭載] [セット商品] 耕運機 ホンダ 小型 家庭用 こまめ F220K1 JT+ブルー溝浚器セット f220jt-12144 耕耘機 F220JT-12144","description":"\u003cstyle\u003e\n    \/* 共通フォント設定 *\/\n    .page-komame,\n    .page-komame h2,\n    .page-komame h3,\n    .page-komame div,\n    .page-komame a {\n        font-family: sans-serif !important;\n    }\n\n    .page-komame {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px 10px;\n    }\n\n    \/* セクション見出し *\/\n    .page-section {\n        margin-bottom: 60px;\n    }\n\n    .page-section-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        padding: 12px 20px;\n        margin-bottom: 25px;\n        border-left: 6px solid #22ac38;\n        background-color: #f0f9f1;\n        color: #333 !important;\n    }\n\n    \/* 4カラムグリッド設定 *\/\n    .page-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));\n        gap: 20px;\n        justify-content: start;\n    }\n\n    \/* カード全体の挙動 *\/\n    .page-product-item {\n        border: 1px solid #e0e0e0;\n        background: #fff;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n        overflow: hidden;\n    }\n\n    .page-product-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* カードリンク *\/\n    .page-product-card-link {\n        text-decoration: none !important;\n        color: inherit !important;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        padding: 15px;\n        box-sizing: border-box;\n    }\n\n    .page-product-image {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: contain;\n        margin-bottom: 15px;\n    }\n\n    .page-product-name {\n        font-size: 0.9rem !important;\n        font-weight: bold !important;\n        line-height: 1.5;\n        margin: 0 0 15px 0 !important;\n        flex-grow: 1;\n        text-align: center;\n        color: #333 !important;\n    }\n\n    .page-product-button-ui {\n        display: block;\n        background-color: #22ac38;\n        color: #ffffff !important;\n        text-align: center;\n        padding: 10px 5px;\n        font-weight: bold;\n        font-size: 0.85rem;\n        border-radius: 4px;\n    }\n\n    \/* スマホ・タブレット対応 *\/\n    @media (max-width: 1024px) {\n        .page-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .page-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        .page-section-title {\n            font-size: 1.2rem !important;\n        }\n    }\n\n    \/* --- 動画リスト（4列グリッド） --- *\/\n    .product-movie-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 0 30px 0 !important;\n    }\n\n    .product-movie-grid li {\n        width: calc((100% - 45px) \/ 4);\n        \/* PCは4列 *\/\n        box-sizing: border-box;\n        margin-bottom: 20px;\n    }\n\n    \/* リンク（クリックできる要素）の設定 *\/\n    .product-movie-grid a {\n        display: block;\n        text-decoration: none;\n        color: #333;\n        transition: opacity 0.3s;\n        cursor: pointer;\n        \/* クリックできる指マーク *\/\n        position: relative;\n    }\n\n    .product-movie-grid a:hover {\n        opacity: 0.7;\n    }\n\n    \/* サムネイル画像 *\/\n    .product-movie-grid img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        object-fit: cover;\n        display: block;\n        border: 1px solid #eee;\n        border-radius: 4px;\n        margin-bottom: 5px;\n    }\n\n    \/* タイトル *\/\n    .product-movie-grid-ttl {\n        font-size: 12px;\n        font-weight: bold;\n        text-align: center;\n        line-height: 1.3;\n        color: #333;\n        margin-top: 5px;\n    }\n\n    \/* --- ポップアップ（モーダル） --- *\/\n    .movie-modal-overlay {\n        display: none;\n        \/* 最初は非表示 *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .movie-modal-content {\n        position: relative;\n        width: 100%;\n        max-width: 800px;\n        background: #000;\n        aspect-ratio: 16 \/ 9;\n        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);\n    }\n\n    .movie-modal-content iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .movie-modal-close {\n        position: absolute;\n        top: -40px;\n        right: 0;\n        color: #fff;\n        font-size: 30px;\n        cursor: pointer;\n        line-height: 1;\n    }\n\n    \/* --- スマホ・タブレット対応 --- *\/\n    @media screen and (max-width: 900px) {\n        .product-movie-grid li {\n            width: calc((100% - 15px) \/ 2);\n        }\n\n        \/* 2列 *\/\n    }\n\n    @media screen and (max-width: 480px) {\n        .product-movie-grid li {\n            width: 100%;\n            margin-bottom: 15px;\n        }\n\n        \/* 1列 *\/\n        .product-movie-grid-ttl {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003c!-- 保証サービス --\u003e\n\u003csection class=\"feature-block-detail\" style=\"padding: 30px; background-color: #fef1e7;\"\u003e\n    \u003cdiv class=\"feature-grid-2x2\" style=\"align-items: center;text-align: center;\"\u003e\n        \u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n            \u003ch2 style=\"color: #EE6700; font-family:sans-serif; padding-left: 15px; background:#EE6700; color: #fff;\"\u003e\n                プラウなら、安心の「2年保証」\n            \u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/img_kouunki_2y.png?v=1768896845\" alt=\"プラウ独自の2年保証サービス\" style=\"border: none;\"\u003e\n            \u003ca href=\"https:\/\/www.honda.co.jp\/ho\/baishou\/\"\u003e\u003cimg alt=\"ホンダの補償制度\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/honda-ho.png?v=1768897023\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n\n            \u003cp style=\"line-height: 1.8; font-size: 1rem; margin-bottom: 0;\"\u003e\n                プラウで「こまめ」をご購入いただくと、メーカー保証1年に加え、プラウ独自の保証を1年プラス。\u003cstrong\u003e合計2年間の長期保証\u003c\/strong\u003eでサポートいたします。\n                ご購入後のメンテナンスや万全のアフターサービスも、専門店であるプラウにお任せください。\n            \u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 10px;\"\u003e\n                ※業務使用等の場合は保証期間が異なります。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- セット一覧 --\u003e\n\u003cdiv class=\"page-komame\"\u003e\n    \u003csection class=\"page-section\"\u003e\n        \u003ch2 class=\"page-section-title\"\u003eJTモデル セット商品一覧はこちら\u003c\/h2\u003e\n        \u003cdiv class=\"page-grid\"\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-12144-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_d2808ebd-5a97-404e-adf1-dd5812b387b9.jpg?v=1768624647\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ブルー溝浚器セット 【f220jt-12144】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-10890-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-10890-pr_3846599a-c83d-40cc-9fc7-7ec291af8d66.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+ニューイエロー培土器セット 【 F220JT-10890-PR】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-5set-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-5set-pr_50495984-06fa-4847-a172-813fdd5daa30.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品]こまめ F220JT-5SET-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11833-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11833-pr_835a858d-c6c0-4e0f-9c50-0a38105ad407.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+移動タイヤ11833セット 【F220JT-11833】\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11630-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11630-pr_191e30aa-28b7-4bd2-8036-3ff0c7ad99db.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220K1 JT+パープル培土器セット F220JT-11630\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n            \u003carticle class=\"page-product-item\"\u003e\u003ca href=\"https:\/\/ec.plow-power.com\/products\/f220jt-11539-pr\" class=\"page-product-card-link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-11539-pr_4d0e19c9-9cd8-40b8-914a-71203063546d.jpg?v=1768624147\" class=\"page-product-image\"\u003e\n                    \u003ch3 class=\"page-product-name\"\u003e[セット商品] こまめ F220 JT+らくらく車輪3型セット F220JT-11539-PR\u003c\/h3\u003e\n                    \u003cdiv class=\"page-product-button-ui\"\u003e商品詳細を見る\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/article\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt_01_rev.jpg?v=1768892815\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_02.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n    \u003c!-- 特徴動画ギャラリー --\u003e\n    \u003cdiv class=\"product-movie-section\"\u003e\n        \u003ch3 style=\"font-size: 20px; border-bottom: 2px solid #ccc; margin-bottom: 15px; padding-bottom: 5px;\"\u003e\n            こまめの特長を動画でチェック！\u003c\/h3\u003e\n        \u003cp style=\"text-align: right; font-size: 12px; color: #d32f2f; margin-bottom: 10px;\"\u003e※動画の製品は従来モデルとなります。\u003c\/p\u003e\n        \u003cul class=\"product-movie-grid\"\u003e\n            \u003cli\u003e\u003ca data-video=\"X77K79O8Bgs\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"特長\" src=\"https:\/\/img.youtube.com\/vi\/X77K79O8Bgs\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003e特長\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"C58lKFcKrNg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"カンタン操作\" src=\"https:\/\/img.youtube.com\/vi\/C58lKFcKrNg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eカンタン操作\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"j2yw50wbRwg\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"コンパクト収納・\n                ラクラク移動\" src=\"https:\/\/img.youtube.com\/vi\/j2yw50wbRwg\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eコンパクト収納・ ラクラク移動\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca data-video=\"v0fGrb-np1w\" href=\"#modalVideo\" class=\"js-movie-trigger\"\u003e\u003cimg alt=\"ひろがる菜園作業\" src=\"https:\/\/img.youtube.com\/vi\/v0fGrb-np1w\/mqdefault.jpg\"\u003e\n                    \u003cdiv class=\"product-movie-grid-ttl\"\u003eひろがる菜園作業\u003c\/div\u003e\n                \u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"movie-modal-overlay\" id=\"movieModal\"\u003e\n        \u003cdiv class=\"movie-modal-content\"\u003e\n            \u003cdiv class=\"movie-modal-close\"\u003e×\u003c\/div\u003e\n            \u003ciframe id=\"movieFrame\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 特徴動画ギャラリーend --\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n    \u003c!-- 商品説明画像 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_03.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003c!-- 動画 --\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lMYPFjs_JDQ?si=nw7xzcpnHvqC8ypW\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_04_2.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_05.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"width: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220j_06.jpg?v=1768294865\" alt=\"\"\u003e\u003c\/div\u003e\n\n    \u003c!-- スペック --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003c!-- 機体寸法 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                機体寸法・機体質量\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                型式名\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eFBGJ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                タイプ (区分)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAT\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                JAST\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                BAT\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全長 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1,115\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                585\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                540\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                全高 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                975\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※1\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                機体質量 [全装備重量] (kg)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                27\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                20\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                30\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター装着時〉\n                                    ※2\u003c\/span\u003e\n                            \u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                21\u003cspan style=\"font-size: 0.85em; color: #666; display: block; margin-top: 4px;\"\u003e〈ローター未装着時〉\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エンジン --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                エンジン\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                名称\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eGXV57T\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                種類\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e空冷4ストローク単気筒OHV\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                総排気量 (cm³)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e57.3\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                連続定格出力\/回転数\u003cbr\u003e(kW[PS]\/rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.0 [1.4] \/4,000\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box; word-wrap: break-word;\"\u003e\n                                最大出力\/回転数\u003cbr\u003e(kW[PS]\/rpm) \u003cspan style=\"color: #d9534f;\"\u003e*\u003c\/span\u003e\n                            \u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e1.5 [2.0] \/4,800\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                使用燃料\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e自動車用無鉛ガソリン\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                燃料タンク容量 (L)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e0.67\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                点火方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eトランジスタ式マグネト点火\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                始動方式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eリコイルスターター（手動）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 走行 --\u003e\n        \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                走行\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                主クラッチ形式\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003eシュークラッチ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                走行変速段数（段）\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e前進1\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- ローター --\u003e\n        \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n                ローター\u003c\/h2\u003e\n            \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-right: 1px;\"\u003e\n                \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; color: #333; display: table!important; table-layout: fixed!important; margin: 0!important;\"\u003e\n                    \u003cthead style=\"display: table-header-group!important;\"\u003e\n                        \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                            \u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAT)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (JAST)\u003c\/th\u003e\n                            \u003cth style=\"font-family: sans-serif!important; color: #fff!important; border: 1px solid #ddd; padding: 12px 10px; text-align: left; font-weight: bold; vertical-align: middle; width: 20%!important; display: table-cell!important; box-sizing: border-box;\"\u003e\n                                こまめ\u003cbr\u003eF220 (BAT)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                耕幅 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                545\/310 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                600\/330 〈内爪時〉\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                爪径 (mm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                280\u003c\/td\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #fff; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                                ローター別売\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr style=\"display: table-row!important;\"\u003e\n                            \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; background-color: #eee; text-align: left; font-weight: bold; vertical-align: middle; display: table-cell!important; width: 20%!important; box-sizing: border-box;\"\u003e\n                                回転数 (rpm)\u003c\/th\u003e\n                            \u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; background-color: #f9f9f9; text-align: center; vertical-align: middle; display: table-cell!important; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;\" colspan=\"4\"\u003e123\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- cautionー --\u003e\n        \u003cdiv style=\"margin-top: 15px; font-size: 12px; line-height: 1.6;\"\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※1 ローターは別売り、全高は標準ローター装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px;\"\u003e※2 アタッチメント装着時の数値です。\u003c\/div\u003e\n            \u003cdiv style=\"margin-bottom: 5px; color: #d9534f;\"\u003eここに表示したエンジン出力はSAE\n                J1349に準拠して表示の回転数（エンジン最大出力）で測定された代表的なエンジンのネット出力値です。\u003cbr\u003e量産エンジンの出力はこの数値と変わることがあります。\u003cbr\u003e完成機に搭載された状態での実出力値はエンジン回転数、使用環境、メンテナンス状態やその他の条件により変化します。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- 比較 --\u003e\n    \u003cdiv style=\"font-family: sans-serif!important; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-family: sans-serif!important; font-size: 24px; font-weight: bold; color: #333; border-bottom: 4px solid #EE6700; display: inline-block; padding-bottom: 5px; margin: 0 0 20px 0;\"\u003e\n            タイプ別 比較一覧\u003c\/h2\u003e\n        \u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 5px;\"\u003e\n            \u003ctable style=\"width: 100%; min-width: 850px; border-collapse: collapse; font-size: 14px; color: #333; text-align: center; table-layout: fixed!important; margin: 0!important;\"\u003e\n                \u003cthead style=\"display: table-header-group!important;\"\u003e\n                    \u003ctr style=\"background-color: #222; color: #fff; display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 12%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            モデル\u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            標準モデル\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ローターなし仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            スイングハンドル仕様\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eBAT\u003c\/span\u003e\n                        \u003c\/th\u003e\n                        \u003cth style=\"font-family: sans-serif!important; border: 1px solid #ddd; padding: 12px 10px; width: 22%; vertical-align: middle; box-sizing: border-box; color: #fff;\"\u003e\n                            ニュースターローター DX付\u003cbr\u003eF220 \u003cspan style=\"font-size: 1.3em; color: #ffeb3b; font-weight: bold;\"\u003eJAST\u003c\/span\u003e\n                        \u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody style=\"display: table-row-group!important;\"\u003e\n                    \u003ctr style=\"display: table-row!important;\"\u003e\n                        \u003cth style=\"font-family: sans-serif!important; background-color: #eee; border: 1px solid #ddd; padding: 10px; vertical-align: middle; font-weight: bold; color: #333;\"\u003e\n                            特徴・仕様\u003c\/th\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003e標準ローター付\u003c\/li\u003e\n                                \u003cli\u003e最大耕幅 54.5cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 8px; font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #fff; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003e\n                                左右にスイングできるハンドルでハウスなど狭い場所まで耕せる。\u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eスイングハンドル仕様\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(最大22度調節可能)\u003c\/span\u003e\n                                \u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e左右クラッチレバー付\u003c\/li\u003e\n                                \u003cli style=\"font-weight: bold;\"\u003eローター別売\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/td\u003e\n                        \u003ctd style=\"border: 1px solid #ddd; padding: 15px 10px; background: #f9f9f9; text-align: left; vertical-align: top; font-size: 13px; word-break: break-word; overflow-wrap: break-word;\"\u003e\n                            \u003cdiv style=\"font-weight: bold; margin-bottom: 8px; line-height: 1.4;\"\u003eより固い土も耕せて草の巻き付きにも強い。\n                            \u003c\/div\u003e\n                            \u003cul style=\"padding-left: 1.4em; margin: 0; list-style-type: disc;\"\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003eニュースターローターDX付\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e\n                                    推進力を高めるマジカルプレート\u003cbr\u003eマジカルプレートを左右入れ替えると推進力がアップ。移動タイヤ（別売）も直接装着可能。\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e畝間の作業にも便利な分割式\u003c\/li\u003e\n                                \u003cli style=\"margin-bottom: 5px;\"\u003e最大耕幅 60cm\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cdiv style=\"margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ccc; font-size: 0.9em; color: #666;\"\u003e\n                                ※外爪を外せば耕幅は33cmに。畝間の中耕、除草に活躍します。\u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"◆ホンダパワープロダクツ","offers":[{"title":"Default Title","offer_id":43330693038270,"sku":"F220JT-12144-PR","price":119960.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/2508\/5374\/files\/f220jt-12144-pr_b41d3bdc-a211-4137-9444-1bc8ccdcd95a.jpg?v=1783062013"}],"url":"https:\/\/ec.plow-power.com\/collections\/honda-komame-f220.oembed","provider":"PLOW(プラウ)公式ストア","version":"1.0","type":"link"}