{"title":"夏の特別コレクション","description":"\u003c!-- ============================================================\n     BONUS CAMPAIGN PAGE: NITRO-COMP V2 \"どうせならハイエンド\"セット\n     ボーナス商戦向け \/ Shopify product description HTML\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  \/* ── リセット \u0026 ベース ── *\/\n  .nc-wrap * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  .nc-wrap {\n    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',\n                 'Noto Sans JP', 'Yu Gothic', sans-serif;\n    color: #1a1a1a;\n    line-height: 1.8;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── カラー変数（黒基調） ── *\/\n  .nc-wrap {\n    --gold:        #c9a84c;\n    --gold-lt:     #f0d080;\n    --black:       #0a0a0a;\n    --black-lt:    #1a1a1a;\n    --charcoal:    #222222;\n    --charcoal-lt: #2e2e2e;\n    --red:         #e8001d;\n    --white:       #ffffff;\n    --off-white:   #f5f5f5;\n    --gray-lt:     #efefef;\n    --text-main:   #1a1a1a;\n    --text-sub:    #555555;\n  }\n\n  \/* ══════════════════════════════════════\n     Shopifyテーマ 見出しmargin強制リセット\n  ══════════════════════════════════════ *\/\n  .nc-wrap h1,\n  .nc-wrap h2,\n  .nc-wrap h3,\n  .nc-wrap h4 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important;\n    padding-top: 0 !important;\n    padding-bottom: 0 !important;\n  }\n\n  \/* ══════════════════════════════════════\n     0. 注意文\n  ══════════════════════════════════════ *\/\n  .nc-notice {\n    background: #1a0003;\n    border-left: 4px solid var(--red);\n    border-radius: 4px;\n    padding: 12px 16px;\n    margin-bottom: 24px;\n    font-size: 13px;\n    color: #ff6666;\n    font-weight: 600;\n  }\n  .nc-notice p { margin: 2px 0; }\n  .nc-notice u { text-decoration: underline; }\n\n  \/* ══════════════════════════════════════\n     1. ヒーロー\n  ══════════════════════════════════════ *\/\n  .nc-hero {\n    background: linear-gradient(150deg, #0a0a0a 0%, #1a1a1a 50%, #111111 100%);\n    border-radius: 12px;\n    padding: 22px 32px 32px;\n    text-align: center;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n    border: 1px solid #2a2a2a;\n  }\n  .nc-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 65%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .nc-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 65%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .nc-hero__eyebrow {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--black);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    padding: 5px 18px;\n    border-radius: 2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n    position: relative;\n    z-index: 1;\n  }\n  .nc-hero__title {\n    color: var(--white);\n    font-size: clamp(24px, 5.5vw, 36px);\n    font-weight: 900;\n    line-height: 1.25;\n    letter-spacing: 0.02em;\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 1;\n  }\n  .nc-hero__title em {\n    font-style: normal;\n    color: var(--gold-lt);\n  }\n  .nc-hero__copy {\n    color: rgba(255,255,255,0.80);\n    font-size: clamp(13px, 2.4vw, 15px);\n    line-height: 1.85;\n    max-width: 520px;\n    margin: 0 auto 20px;\n    position: relative;\n    z-index: 1;\n  }\n  .nc-hero__period {\n    display: inline-block;\n    border: 1px solid rgba(201,168,76,0.55);\n    color: var(--gold-lt);\n    font-size: 12px;\n    font-weight: 700;\n    padding: 6px 22px;\n    border-radius: 2px;\n    letter-spacing: 0.1em;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ══════════════════════════════════════\n     2. 社会的証明バー\n  ══════════════════════════════════════ *\/\n  .nc-proof {\n    background: var(--gold);\n    border-radius: 8px;\n    padding: 14px 24px;\n    text-align: center;\n    margin-bottom: 36px;\n  }\n  .nc-proof__num {\n    font-size: clamp(28px, 6vw, 40px);\n    font-weight: 900;\n    color: var(--black);\n    letter-spacing: -0.02em;\n    line-height: 1;\n  }\n  .nc-proof__num span { font-size: 0.55em; font-weight: 700; }\n  .nc-proof__label {\n    font-size: 13px;\n    color: var(--black);\n    font-weight: 600;\n    margin-top: 4px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ══════════════════════════════════════\n     3. セクション共通\n  ══════════════════════════════════════ *\/\n  .nc-section { margin-bottom: 48px; }\n  .nc-section-title {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: clamp(15px, 3.2vw, 19px);\n    font-weight: 800;\n    color: var(--white);\n    background: var(--charcoal);\n    margin-bottom: 20px;\n    padding: 12px 16px;\n    border-radius: 6px;\n    border-left: 4px solid var(--gold);\n  }\n  .nc-section-title__icon { font-size: 18px; flex-shrink: 0; }\n\n  \/* ══════════════════════════════════════\n     4. 商品見出し \u0026 リード文\n  ══════════════════════════════════════ *\/\n  .nc-product-heading {\n    background: var(--off-white);\n    border-radius: 10px;\n    padding: 26px 28px 22px;\n    margin-bottom: 28px;\n    border: 1px solid #e0e0e0;\n    border-top: 4px solid var(--charcoal);\n  }\n  .nc-product-heading__tag {\n    display: inline-block;\n    background: var(--red);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 3px 10px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n    letter-spacing: 0.06em;\n  }\n  .nc-product-heading__h2 {\n    font-size: clamp(16px, 3.6vw, 21px);\n    font-weight: 900;\n    color: var(--black);\n    line-height: 1.45;\n    margin-bottom: 14px;\n  }\n  .nc-product-heading__lead {\n    font-size: 14px;\n    color: var(--text-sub);\n    line-height: 1.9;\n  }\n  .nc-product-heading__lead strong { color: var(--text-main); }\n\n  \/* ══════════════════════════════════════\n     5. セット内容カード\n  ══════════════════════════════════════ *\/\n  .nc-set-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 24px;\n  }\n  .nc-set-card {\n    background: var(--white);\n    border: 1.5px solid #d8d8d8;\n    border-radius: 10px;\n    padding: 20px 16px 16px;\n    position: relative;\n    transition: box-shadow 0.2s;\n  }\n  .nc-set-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }\n  .nc-set-card__num {\n    position: absolute;\n    top: -11px; left: 14px;\n    background: var(--charcoal);\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 800;\n    padding: 2px 10px;\n    border-radius: 2px;\n    letter-spacing: 0.05em;\n  }\n  .nc-set-card__name {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--black);\n    margin-bottom: 6px;\n    line-height: 1.45;\n  }\n  .nc-set-card__desc {\n    font-size: 12px;\n    color: var(--text-sub);\n    line-height: 1.7;\n  }\n  .nc-set-card--main {\n    background: linear-gradient(135deg, var(--black) 0%, var(--charcoal-lt) 100%);\n    border-color: var(--gold);\n    grid-column: 1 \/ -1;\n  }\n  .nc-set-card--main .nc-set-card__num { background: var(--gold); color: var(--black); }\n  .nc-set-card--main .nc-set-card__name { color: var(--white); font-size: 15px; }\n  .nc-set-card--main .nc-set-card__desc { color: rgba(255,255,255,0.72); }\n\n  \/* ══════════════════════════════════════\n     6. 解説動画バッジ\n  ══════════════════════════════════════ *\/\n  .nc-video-badge {\n    background: linear-gradient(90deg, #c0001a 0%, var(--red) 100%);\n    border-radius: 8px;\n    padding: 16px 22px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 28px;\n    color: #fff;\n  }\n  .nc-video-badge__icon {\n    width: 44px; height: 44px;\n    background: rgba(255,255,255,0.18);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 20px;\n    flex-shrink: 0;\n  }\n  .nc-video-badge__text { font-size: 14px; font-weight: 700; line-height: 1.55; }\n  .nc-video-badge__text span {\n    display: block;\n    font-size: 11px;\n    font-weight: 400;\n    opacity: 0.85;\n    margin-top: 2px;\n  }\n\n  \/* ══════════════════════════════════════\n     7. ブランドロゴ ★修正：filterなし・白背景パネル\n  ══════════════════════════════════════ *\/\n  .nc-brand {\n    text-align: center;\n    padding: 28px 20px;\n    background: var(--charcoal);\n    border-radius: 10px;\n    margin-bottom: 36px;\n    border: 1px solid #333;\n  }\n  .nc-brand__logo-wrap {\n    display: inline-block;\n    background: #ffffff;\n    border-radius: 8px;\n    padding: 12px 20px;\n    margin: 0 auto 16px;\n  }\n  .nc-brand__logo-wrap img {\n    max-width: 120px;\n    height: auto;\n    display: block;\n    \/* filterなし：元画像そのまま表示 *\/\n  }\n  .nc-brand__catch {\n    font-size: clamp(13px, 2.8vw, 16px);\n    font-weight: 700;\n    color: var(--gold-lt);\n    margin-bottom: 6px;\n  }\n  .nc-brand__sub { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; }\n\n  \/* ══════════════════════════════════════\n     8. 製品見出し\n  ══════════════════════════════════════ *\/\n  .nc-product-h3 {\n    font-size: clamp(14px, 3vw, 18px);\n    font-weight: 800;\n    color: var(--black);\n    text-align: center;\n    line-height: 1.5;\n    margin-bottom: 8px;\n  }\n\n  \/* ══════════════════════════════════════\n     9. YouTube サムネイルリンク ★修正：iframeなし\n  ══════════════════════════════════════ *\/\n  .nc-video-thumb {\n    display: block;\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    margin: 20px 0 28px;\n    box-shadow: 0 6px 24px rgba(0,0,0,0.35);\n    text-decoration: none;\n    background: #000;\n  }\n  .nc-video-thumb img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: opacity 0.25s;\n  }\n  .nc-video-thumb:hover img { opacity: 0.82; }\n  .nc-video-thumb__play {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 72px; height: 72px;\n    background: rgba(230, 0, 18, 0.92);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    transition: transform 0.2s, background 0.2s;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.4);\n  }\n  .nc-video-thumb:hover .nc-video-thumb__play {\n    transform: translate(-50%, -50%) scale(1.1);\n    background: rgba(230, 0, 18, 1);\n  }\n  .nc-video-thumb__play-icon {\n    width: 0; height: 0;\n    border-style: solid;\n    border-width: 13px 0 13px 26px;\n    border-color: transparent transparent transparent #ffffff;\n    margin-left: 5px;\n  }\n  .nc-video-thumb__label {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    background: linear-gradient(transparent, rgba(0,0,0,0.75));\n    color: #fff;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 20px 16px 12px;\n    letter-spacing: 0.03em;\n  }\n\n  \/* ══════════════════════════════════════\n     10. 3大メリット\n  ══════════════════════════════════════ *\/\n  .nc-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 22px 0 26px;\n  }\n  @media (max-width: 560px) { .nc-benefits { grid-template-columns: 1fr; } }\n  .nc-benefit-item {\n    background: var(--charcoal);\n    border-radius: 10px;\n    padding: 20px 14px 18px;\n    text-align: center;\n    border-top: 4px solid var(--gold);\n  }\n  .nc-benefit-item__num { font-size: 28px; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 8px; }\n  .nc-benefit-item__text { font-size: 13px; font-weight: 700; color: var(--white); line-height: 1.5; }\n  .nc-benefit-body {\n    font-size: 13px;\n    color: var(--text-sub);\n    text-align: center;\n    line-height: 1.9;\n    margin-bottom: 20px;\n  }\n  .nc-product-img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    border-radius: 10px;\n    margin: 0 auto 28px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.14);\n  }\n\n  \/* ══════════════════════════════════════\n     11. スペック表\n  ══════════════════════════════════════ *\/\n  .nc-spec-title {\n    text-align: center;\n    font-size: 18px;\n    font-weight: 800;\n    color: var(--white);\n    margin-bottom: 16px;\n    padding: 12px 0;\n    background: var(--charcoal);\n    border-radius: 6px;\n    letter-spacing: 0.05em;\n  }\n  .nc-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    margin-bottom: 16px;\n  }\n  .nc-spec-table th,\n  .nc-spec-table td {\n    border: 1px solid #d0d0d0;\n    padding: 10px 14px;\n    vertical-align: top;\n    line-height: 1.7;\n  }\n  .nc-spec-table th {\n    background: var(--charcoal);\n    color: var(--gold-lt);\n    font-weight: 700;\n    width: 34%;\n    white-space: nowrap;\n  }\n  .nc-spec-table tr:nth-child(even) td { background: var(--gray-lt); }\n  .nc-spec-note {\n    font-size: 12px;\n    color: var(--red);\n    line-height: 1.9;\n    margin-bottom: 8px;\n    padding: 10px 14px;\n    background: #1a0003;\n    border-radius: 4px;\n    border-left: 3px solid var(--red);\n  }\n\n  \/* ══════════════════════════════════════\n     12. 付属品リスト\n  ══════════════════════════════════════ *\/\n  .nc-accessories {\n    background: var(--off-white);\n    border: 1px solid #e0e0e0;\n    border-radius: 10px;\n    padding: 22px 24px;\n    margin-bottom: 36px;\n    border-top: 4px solid var(--charcoal);\n  }\n  .nc-accessories__title {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--black);\n    margin-bottom: 14px;\n    padding-bottom: 8px;\n    border-bottom: 1px solid #d8d8d8;\n  }\n  .nc-accessories ol { padding-left: 20px; }\n  .nc-accessories ol li {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--text-main);\n    margin-bottom: 6px;\n    line-height: 1.7;\n  }\n  .nc-accessories__note { margin-top: 10px; font-size: 12px; color: var(--text-sub); }\n\n  \/* ══════════════════════════════════════\n     13. FAQ\n  ══════════════════════════════════════ *\/\n  .nc-faq {\n    background: var(--white);\n    border: 1.5px solid #e0e0e0;\n    border-radius: 10px;\n    overflow: hidden;\n    margin-bottom: 36px;\n  }\n  .nc-faq__header {\n    background: var(--charcoal);\n    padding: 14px 20px;\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--gold-lt);\n    letter-spacing: 0.05em;\n  }\n  .nc-faq__item { padding: 18px 20px; border-top: 1px solid #e8e8e8; }\n  .nc-faq__q {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--black);\n    margin-bottom: 8px;\n    display: flex;\n    gap: 8px;\n    align-items: flex-start;\n  }\n  .nc-faq__q::before { content: 'Q.'; color: var(--gold); font-weight: 900; flex-shrink: 0; }\n  .nc-faq__a { font-size: 13px; color: var(--text-sub); line-height: 1.85; padding-left: 28px; }\n  .nc-faq__a ol { margin-top: 8px; padding-left: 18px; }\n  .nc-faq__a ol li { margin-bottom: 6px; }\n\n  \/* ══════════════════════════════════════\n     14. ボトムCTA\n  ══════════════════════════════════════ *\/\n  .nc-cta {\n    background: linear-gradient(150deg, var(--black) 0%, var(--charcoal-lt) 100%);\n    border-radius: 12px;\n    padding: 36px 28px;\n    text-align: center;\n    border: 2px solid var(--gold);\n  }\n  .nc-cta__eyebrow {\n    font-size: 11px;\n    color: var(--gold);\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n  .nc-cta__title {\n    font-size: clamp(18px, 4.5vw, 26px);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 1.4;\n    margin-bottom: 10px;\n  }\n  .nc-cta__title em { color: var(--gold-lt); font-style: normal; }\n  .nc-cta__copy {\n    font-size: 13px;\n    color: rgba(255,255,255,0.72);\n    line-height: 1.85;\n    max-width: 480px;\n    margin: 0 auto 20px;\n  }\n  .nc-cta__period {\n    display: inline-block;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid var(--gold);\n    color: var(--gold-lt);\n    font-size: 12px;\n    font-weight: 700;\n    padding: 6px 22px;\n    border-radius: 2px;\n    letter-spacing: 0.08em;\n  }\n\n  \/* ══════════════════════════════════════\n     レスポンシブ補正\n  ══════════════════════════════════════ *\/\n  @media (max-width: 640px) {\n    .nc-hero { padding: 18px 18px 26px; }\n    .nc-set-grid { grid-template-columns: 1fr; }\n    .nc-spec-table th { width: 42%; white-space: normal; }\n  }\n\u003c\/style\u003e\n\u003c!-- ██████████████████████████████████████████\n     コンテンツ本体\n██████████████████████████████████████████ --\u003e\n\u003cdiv class=\"nc-wrap\"\u003e\n\u003c!-- 0. 注意文 --\u003e\u003c!-- 1. ヒーローバナー --\u003e\n\u003cdiv class=\"nc-hero\"\u003e\n\u003cdiv class=\"nc-hero__eyebrow\"\u003eBONUS SEASON LIMITED SET\u003c\/div\u003e\n\u003cdiv class=\"nc-hero__title\"\u003e5万人の仲間と\u003cbr\u003e\u003cem\u003eもう一段上へ\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp class=\"nc-hero__copy\"\u003e5万人のモデラーが選んだ塗装環境。\u003cbr\u003eあなたの環境は、もう一段上へ。\u003cbr\u003e夏の特別セットをご用意！\u003c\/p\u003e\n\u003cdiv class=\"nc-hero__period\"\u003e📅 2025.6.23 – 7.31 LIMITED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 社会的証明バー --\u003e\n\u003c\/div\u003e","products":[{"product_id":"nitrocomp-s3","title":"PROFIX NITRO-COMP S3 オイルピストン式コンプレッサー","description":"\u003cstyle\u003e\n    \/* ベーススタイル *\/\n    body {\n        font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n        line-height: 1.6;\n        color: #333;\n        margin: 0;\n        padding: 0;\n        background-color: #f9f9f9;\n    }\n    .container {\n        max-width: 800px;\n        margin: 0 auto;\n        background-color: #fff;\n        padding-bottom: 40px;\n    }\n    \n    \/* 共通クラス *\/\n    .text-center { text-align: center; }\n    .bold { font-weight: bold; }\n    .red-text { color: #cc0000; }\n    .bg-black { background-color: #111; color: #fff; }\n    \n    \/* メインビジュアル *\/\n    .hero-section {\n        background: #000000; \/* 画像がない場合は黒背景 *\/\n        color: #fff;\n        padding: 40px 20px;\n        text-align: center;\n    }\n    .hero-catch {\n        font-size: 1.8em;\n        font-weight: bold;\n        line-height: 1.3;\n        margin-bottom: 10px;\n        letter-spacing: 0.05em;\n    }\n    .hero-sub {\n        font-size: 1em;\n        color: #ddd;\n        margin-bottom: 20px;\n    }\n    .price-tag {\n        font-size: 1.5em;\n        font-weight: bold;\n        color: #ffcc00;\n        margin-top: 10px;\n        display: inline-block;\n        border: 1px solid #ffcc00;\n        padding: 5px 20px;\n    }\n\n    \/* 導入部 *\/\n    .intro-section {\n        padding: 30px 20px;\n        background-color: #fff;\n        text-align: center;\n    }\n    .intro-title {\n        font-size: 1.3em;\n        font-weight: bold;\n        margin-bottom: 15px;\n        color: #111;\n        border-bottom: 2px solid #cc0000;\n        display: inline-block;\n        padding-bottom: 5px;\n    }\n    \n    \/* ポイント（カード型レイアウト） *\/\n    .point-section {\n        background-color: #f4f4f4;\n        padding: 30px 20px;\n    }\n    .point-card {\n        background: #fff;\n        border-radius: 8px;\n        padding: 20px;\n        margin-bottom: 20px;\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n    }\n    .point-header {\n        font-size: 1.2em;\n        font-weight: bold;\n        color: #111;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n    }\n    .point-badge {\n        background-color: #cc0000;\n        color: #fff;\n        font-size: 0.8em;\n        padding: 3px 8px;\n        border-radius: 4px;\n        margin-right: 10px;\n    }\n    .point-desc {\n        font-size: 0.95em;\n    }\n\n    \/* 信頼性・同梱物 *\/\n    .trust-section {\n        padding: 30px 20px;\n        background-color: #fff;\n    }\n    .box-list {\n        background-color: #f0f8ff;\n        border: 1px solid #bcdff1;\n        padding: 15px;\n        border-radius: 5px;\n        font-size: 0.9em;\n    }\n    .check-list li {\n        list-style: none;\n        position: relative;\n        padding-left: 20px;\n        margin-bottom: 5px;\n    }\n    .check-list li::before {\n        content: \"✔\";\n        position: absolute;\n        left: 0;\n        color: #cc0000;\n    }\n\n    \/* スペック表（レスポンシブ対応） *\/\n    .spec-table-wrapper {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n    }\n    \n    \/* CTAボタン *\/\n    .cta-btn {\n        display: block;\n        width: 100%;\n        max-width: 400px;\n        margin: 30px auto 0;\n        background-color: #cc0000;\n        color: #fff;\n        text-align: center;\n        padding: 15px;\n        font-size: 1.2em;\n        font-weight: bold;\n        text-decoration: none;\n        border-radius: 50px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n        transition: opacity 0.3s;\n    }\n    .cta-btn:hover {\n        opacity: 0.9;\n    }\n\n    \/* SP最適化 *\/\n    @media (max-width: 600px) {\n        .hero-catch { font-size: 1.4em; }\n        .hero-sub { font-size: 0.9em; }\n        th, td { display: block; width: auto !important; }\n        th { background-color: #eee; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- メインビジュアルエリア --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-catch\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-catch\"\u003e\n\u003cimg style=\"font-size: 0.875rem;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/s3_3.png?v=1769056648\"\u003e\u003cbr\u003e指先に、無限のスタミナを。\u003c\/div\u003e\n\u003cdiv class=\"hero-sub\"\u003ePROFIX史上最高傑作。\u003cbr\u003eオイルピストン式コンプレッサー\u003c\/div\u003e\n\u003cdiv class=\"hero-sub\"\u003e\u003cimg height=\"62\" width=\"351\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/SUPER_SILENT____ol.jpg?v=1769135803\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\u003c!-- 商品画像配置エリア --\u003e\n\u003c\/div\u003e\n\u003c!-- 悩み解決・導入 --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2 class=\"intro-title\"\u003eその塗装、時間を気にしていませんか？\u003c\/h2\u003e\n\u003cp\u003e「夜遅くしか時間が取れないが、騒音が怖い」\u003cbr\u003e「静かなコンプレッサーはパワーが足りない」\u003c\/p\u003e\n\u003cp class=\"bold\" style=\"margin-top: 15px;\"\u003eその悩み、S3が一発で解決します。\u003c\/p\u003e\n\u003cp style=\"font-size: 0.9em;\"\u003eNITRO-COMP S3は、プロも納得の「静音性」と「ハイパワー」を両立。塗装したいと思ったその瞬間が、あなたのゴールデンタイムに変わります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 特徴セクション（カード型で見やすく） --\u003e\n\u003cdiv class=\"point-section\"\u003e\n\u003c!-- Point 1 --\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-header\"\u003e\n\u003cspan class=\"point-badge\"\u003e静音\u003c\/span\u003e 驚異の静音「39dB」\u003c\/div\u003e\n\u003cp class=\"point-desc\"\u003e動作音は図書館や静かな住宅地レベル。家族が寝静まった深夜でも、隣室への音漏れを気にせず作業に没頭できます。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003e\u003cspan class=\"red-text bold\"\u003e振動を抑えたオイルピストン式\u003c\/span\u003eだから、床に伝わる響きも極限までカット。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Point 2 --\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-header\"\u003e\n\u003cspan class=\"point-badge\"\u003eパワー\u003c\/span\u003e定格0.4MPaを維持「無限スタミナ」\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"point-desc\"\u003e最高圧力0.8MPa、\u003cstrong\u003e定格圧力0.4MPaでの安定運転が可能\u003c\/strong\u003eなオイルピストン式コンプレッサー。超大容量タンクとの組み合わせにより、安定したエア供給を実現しています。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003eウレタンクリアーやサーフェイサーなど、負荷の高い塗装でも安心して作業に集中できます。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003e※定格0.4MPa＝0.3mm口径ハンドピース使用時\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Point 3 --\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-header\"\u003e\n\u003cspan class=\"point-badge\"\u003e安心\u003c\/span\u003e超大容量の「7.4Lエアータンク」\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"point-desc\"\u003e一度空気を溜めればモーターが停止している時間が長く続きます。「静かな時間が長い」＝「動く時間は短い」ということ。オーバーヒートで止まってしまう、なんていう心配もいりません。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003eもちろん「水分の除去」「脈動の除去」などタンク装備ならではの恩恵も受けられます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Point 4 --\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-header\"\u003e\n\u003cspan class=\"point-badge\"\u003e操作性\u003c\/span\u003eツインレギューレーター仕様\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"point-desc\"\u003e2つあるのはエアータンクだけじゃない。レギュレーターも2つ搭載。\u003cbr\u003e例えば、\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003e・1本は高圧設定でサーフェイサーやクリアー用\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003e・もう1本は低圧設定で細吹き、迷彩塗装用\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003eといったように、2本のハンドピースを用途別に常時スタンバイできます。レギュレーターの再調整を繰り返す必要がなく、作業の流れを止めません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Point 5 --\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-header\"\u003e\n\u003cspan class=\"point-badge\"\u003eメンテナンス性\u003c\/span\u003eアクセスしやすいドレンプラグ\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"point-desc\"\u003eエアータンク搭載モデルならではのメリットである「水分除去」。その反面、定期的な水抜き作業は欠かせません。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003eNITRO-COMP S3では、水抜き用ドレンプラグを本体前側下部に配置。本体を持ち上げたり、裏返したりすることなく、スムーズに排水作業が行えます。\u003c\/p\u003e\n\u003cp class=\"point-desc\"\u003e日常メンテナンスのしやすさにも配慮した設計です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 付属品・サポート --\u003e\n\u003cdiv class=\"trust-section\"\u003e\n\u003ch2 style=\"font-size: 1.2em; border-left: 4px solid #cc0000; padding-left: 10px; margin-bottom: 15px;\"\u003e届いたその日から「プロ環境」\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 15px;\"\u003e買い足す必要はありません。必要なものはすべて同梱しました。\u003cbr\u003e\u003cspan style=\"font-size: 0.85em; color: #666;\"\u003e※ハンドピースのみ、お持ちのものをご使用いただくか、別途お求めください。\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"box-list\"\u003e\n\u003cp class=\"bold\" style=\"margin-top: 0; margin-bottom: 10px;\"\u003e【充実のセット内容】\u003c\/p\u003e\n\u003cul class=\"check-list\" style=\"padding-left: 0; margin: 0;\"\u003e\n\u003cli\u003eコンプレッサー本体\u003c\/li\u003e\n\u003cli\u003eホース2種（ブレイド180cm \/ スパイラル）\u003c\/li\u003e\n\u003cli\u003e専用レギュレーター（圧力調整）＆水抜きフィルター\u003c\/li\u003e\n\u003cli\u003eハンドピーススタンド\u003c\/li\u003e\n\u003cli\u003e接続ジョイント・専用オイル\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px;\"\u003e\n\u003ch3 style=\"font-size: 1.1em; font-weight: bold;\"\u003e🔰 メンテナンスも安心\u003c\/h3\u003e\n\u003cp style=\"font-size: 0.95em;\"\u003e「オイル式は管理が大変？」いいえ、\u003cspan class=\"bold red-text\"\u003e年1〜2回のオイル交換\u003c\/span\u003eの簡単な作業でのオイル交換でOKです。\u003c\/p\u003e\n\u003cp style=\"font-size: 0.95em;\"\u003e日本メーカー「RAYWOOD」が国内で完全サポート。修理や部品供給も万全ですので、末長くご愛用いただけます。\u003c\/p\u003e\n\u003cp style=\"font-size: 0.95em;\"\u003e（専用オイルについては本体発売後すぐに取り扱い開始予定です。）\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- クロージング・CTA --\u003e\n\u003cdiv style=\"padding: 20px 20px 50px; text-align: center; background-color: #fff;\"\u003e\n\u003cp style=\"font-weight: bold; font-size: 1.1em;\"\u003e妥協なき仕上がりを、静寂の中で。\u003cbr\u003eあなたの模型制作の、一生の相棒に。\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px; font-size: 0.9em; color: #666;\"\u003e※日本国内サポート\u003cbr\u003e※送料無料（一部地域を除く）\u003cbr\u003e※製品画像は開発中のものです\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003ch2 style=\"font-size: 1.2em; border-left: 4px solid #cc0000; padding-left: 10px; margin-bottom: 15px;\"\u003e動画でチェックする\u003c\/h2\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/tCFenKgt_Lo?si=kCovSE8H969NDz-8\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003c!-- スペック表 --\u003e\n\u003ch2 style=\"margin: 30px 0 15px 0; font-size: 1.5em; font-weight: bold; border-bottom: 2px solid #333; padding-bottom: 10px;\"\u003eスペック\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; line-height: 1.5;\"\u003e\n\u003ctbody\u003e\n\u003c!-- 形名 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; width: 35%; min-width: 140px; border-right: 1px solid #eee;\"\u003e商品名\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003ePROFIX NITRO-COMP S3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 圧縮方式 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e駆動方式\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eオイル ピストン式\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 自動運転（最高圧力・再起動圧力の統合） --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e自動運転スイッチ\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\n\u003cdiv style=\"margin-bottom: 4px;\"\u003e\n\u003cstrong\u003e開始（再起動）：\u003c\/strong\u003e約4bar (約0.4Mpa)\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e停止（最高圧力）：\u003c\/strong\u003e約8bar (約0.8Mpa)\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 安全装置関係（新規） --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003eセーフティバルブ\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e約9barで動作\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e熱保護安全装置\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e約120℃で自動停止\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 吐出空気量 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e吐出空気量\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e約45 ～ 52L\/min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- エアータンク容量 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003eエアータンク容量\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e7.4L (3.7L×2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 動作音量 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e動作音量\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e39dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 電圧（前回データより保持） --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e定格電圧\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e家庭用単相100V (50Hz\/60Hz共通)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 消費電力 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e消費電力\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e最大 300W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 連続使用時間 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e連続使用時間\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e30分 \u003cspan style=\"color: #cc0000; font-size: 0.8em; vertical-align: super;\"\u003e※1\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 接続口径（新規） --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e接続口ネジサイズ\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e1\/8インチ (Sサイズ)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- サイズ（前回データより保持） --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003eサイズ\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e幅330×奥行360×高さ380 (mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 重量 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003e本体重量\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e約17kg \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- オイル量 --\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; background-color: #f5f5f5; border-right: 1px solid #eee;\"\u003eオイル量\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e約200ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 注釈エリア --\u003e\n\u003cdiv style=\"background-color: #f9f9f9; padding: 15px; border-radius: 4px; font-size: 0.85em; color: #555; line-height: 1.6;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"color: #cc0000; font-weight: bold;\"\u003e※1\u003c\/span\u003e 連続運転できる時間の目安です。熱保護自動停止機能が働き自動停止するまで使用可能です。\u003cbr\u003e連続使用時間は室温、湿度、ハンドピースの口径（負荷）等の環境により変化します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"margin: 30px 0 15px 0; font-size: 1.5em; font-weight: bold; border-bottom: 2px solid #333; padding-bottom: 10px;\"\u003e同梱物\u003c\/h2\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; width: 15%; min-width: 50px; font-weight: bold;\"\u003e①\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eコンプレッサー本体\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e②\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eフレキシブルブレイドエアホース\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(180cm \/ 1\/8インチネジ)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e③\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eスパイラルエアホース\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(40～120cm \/ 1\/8インチネジ)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e④\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eエアバルブジョイント ✕2\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(1\/8(S)オス～M7x0.5オス)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e⑤\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eメクラ栓 ✕2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e⑥\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eチャンバー（エアフィルター）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #ddd;\"\u003e\n\u003cth style=\"padding: 12px; text-align: center; background-color: #f5f5f5; font-weight: bold;\"\u003e⑦\u003c\/th\u003e\n\u003ctd style=\"padding: 12px;\"\u003eハンドピーススタンド\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"maintenance-link-container\" style=\"margin: 40px 0; padding: 20px; border: 1px solid #e8e8e8; border-radius: 8px; background-color: #fafafa; font-family: 'Helvetica Neue', Arial, sans-serif;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 15px;\"\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003cp style=\"margin: 0px; font-size: 0.9rem; color: rgb(102, 102, 102); line-height: 1.4; text-align: center;\"\u003e\u003cstrong style=\"color: #000;\"\u003eS3は定期的なオイル交換が必要です。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0px; font-size: 0.9rem; color: rgb(102, 102, 102); line-height: 1.4; text-align: center;\"\u003e\u003cstrong style=\"color: #000;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/S3oil_4.jpg?v=1778550541\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan style=\"color: #ffffff;\"\u003e\u003cspan style=\"display: block; background-color: rgb(0, 0, 0); text-align: center; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; padding: 15px; border-radius: 4px; font-size: 0.95rem;\"\u003e\u003cb\u003e \u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003ca style=\"color: rgb(255, 255, 255);\" href=\"https:\/\/raywood.jp\/products\/r-profix-ac-ns-oil\" rel=\"noopener\" target=\"_blank\"\u003e専用潤滑オイル（250ml）はこちら\u003c\/a\u003e\u003c\/span\u003e \u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\n\u003cp style=\"margin-top: 10px; font-size: 0.8rem; color: #888; text-align: center;\"\u003e※指定外オイルの使用は故障の原因となります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 関連導線 --\u003e\n\u003cdiv style=\"padding: 0 14px 18px; text-align: center;\"\u003e\n\u003cp style=\"margin: 0 0 6px; font-size: 13px; color: #888; letter-spacing: 0.06em;\"\u003eRECOMMENDED SETUP\u003c\/p\u003e\n\u003ch3 style=\"margin: 0; font-size: 24px; line-height: 1.5; font-weight: bold;\"\u003e一緒に使うと、もっと快適に\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"padding: 0 14px 12px; font-size: 15px; font-weight: bold; color: #e42b06; text-align: center;\"\u003e環境を整えると、仕上がりと作業効率が大きく変わります。\u003c\/p\u003e\n\u003cdiv style=\"padding: 0 14px 30px;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 12px;\"\u003e\n\u003c!-- ドレンフィルター --\u003e\u003ca style=\"text-decoration: none; color: inherit; border: 1px solid #ececec; border-radius: 14px; padding: 12px; background: #fff; display: block;\" href=\"https:\/\/raywood.jp\/collections\/profix-accessory\/products\/r-profix-ac-sdfilter\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; line-height: 1.6;\"\u003eスーパードレンフィルター\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #666; margin-top: 4px;\"\u003e水分・ホコリを除去して塗装品質アップ\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- クリーナーボトル --\u003e\u003ca style=\"text-decoration: none; color: inherit; border: 1px solid #ececec; border-radius: 14px; padding: 12px; background: #fff; display: block;\" href=\"https:\/\/raywood.jp\/collections\/profix-accessory\/products\/r-profix-ac-cb-01\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; line-height: 1.6;\"\u003eクリーナーボトル\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #666; margin-top: 4px;\"\u003e洗浄を手軽に・作業スペースを汚さない\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- ホースジョイント --\u003e\u003ca style=\"text-decoration: none; color: inherit; border: 1px solid #ececec; border-radius: 14px; padding: 12px; background: #fff; display: block;\" href=\"https:\/\/raywood.jp\/collections\/profix-accessory\/products\/r-profix-ac-hjoint-8s-double\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; line-height: 1.6;\"\u003eエアホースジョイント 2連\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #666; margin-top: 4px;\"\u003eエア供給の分岐・作業効率アップ\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- ドロッパーボトル --\u003e\u003ca style=\"text-decoration: none; color: inherit; border: 1px solid #ececec; border-radius: 14px; padding: 12px; background: #fff; display: block;\" href=\"https:\/\/raywood.jp\/collections\/profix-accessory\/products\/r-profix-ac-db-as8\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: bold; line-height: 1.6;\"\u003eドロッパーボトル 8本セット\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #666; margin-top: 4px;\"\u003e溶剤・塗料管理を効率化\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PROFIX","offers":[{"title":"【単品】S3 エアコンプレッサー","offer_id":48186505167001,"sku":"r-nitrocomp-s3","price":55000.0,"currency_code":"JPY","in_stock":true},{"title":"【2点セット】S3 エアコンプレッサー＋専用潤滑オイル(250ml)","offer_id":48186505199769,"sku":"r-nitrocomp-s3-oilset","price":58850.0,"currency_code":"JPY","in_stock":true},{"title":"【3点セット】S3 エアコンプレッサー＋ハンドピース(TH-C01)＋専用潤滑オイル(250ml)","offer_id":48186505232537,"sku":"r-nitrocomp-s3-oilc01set","price":65450.0,"currency_code":"JPY","in_stock":true},{"title":"【4点セット】プロモデラー コジマ大隊長セット：S3 エアコンプレッサー＋ハンドピース(TH-C01)＋専用潤滑オイル(250ml)＋スーパードレンフィルター","offer_id":48186505265305,"sku":"r-nitrocomp-s3-kojimaset","price":68430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/NITROCOMPS3_100.jpg?v=1769067455"}],"url":"https:\/\/raywood.jp\/collections\/summer-collection-2026.oembed","provider":"RAYWOOD","version":"1.0","type":"link"}