{"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 Nitro Comp V2 Oil-less Air Compressor","description":"\u003cp\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e*Please note that this product is not eligible for gift wrapping. \u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/19CP_a8155c2f-c801-4986-b160-d245074d517d.jpg?v=1757325762\"\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003ch2\u003e \u003ca href=\"https:\/\/raywood.jp\/products\/r-profix-nitro-comp-autumncp\"\u003e[With instructional video] NITRO-COMP V2 \"High-end\" set\u003c\/a\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e \u003cstrong\u003eNITRO-COMP V2 4-piece set (V2 air compressor + handpiece (TH-C01) + super drain filter + anti-vibration mat)\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eIn addition, it comes with six accessories so that even beginners can get started with ease!\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eThere is also an easy-to-understand explanatory video by developer K (provided on paper with a QR code)!\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003e\u003cimg height=\"316\" width=\"316\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/609cp_60f0977d-3190-4d10-944d-a7b705ad07e9.jpg?v=1758158532\"\u003e\u003cimg height=\"297\" width=\"297\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/409cp_ecca879b-7684-41b4-a2b8-94aece1301e6.jpg?v=1758157868\"\u003e\u003c\/span\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/logo_03_b7c21c9b-020b-443d-a44f-0041b25a7e68_240x240.jpg?v=1657517934\" alt=\"\" style=\"float: none; display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\n \u003cdiv class=\"product__title\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: #000000; font-family: Arial; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; text-decoration-skip-ink: none;\"\u003e \u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"product__title\" style=\"text-align: center;\"\u003e\n\n\u003cspan style=\"color: #000000; font-family: Arial; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; text-decoration-skip-ink: none;\"\u003e\u003c\/span\u003e \u003cstrong\u003e\"You can continue to use it forever\"\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product__title\" style=\"text-align: center;\"\u003e The next-generation standard airbrush brand\u003c\/div\u003e\n\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\n\u003ch3 style=\"text-align: center;\"\u003e A new option from \"NITRO-COMP\"\u003c\/h3\u003e\n\n \u003ch3 style=\"text-align: center;\"\u003eIntroducing the \"Stationary Oil-Free Air Compressor V2\" with a 3L tank. \u003c\/h3\u003e\n\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/NQZ57DUmYMM?si=f-sKIoo5WOEm-4_8\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/new.jpg?v=1722560834\" alt=\"\"\u003e\u003c\/div\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e Powerful and compact\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e And we have received support from many people for our cost performance,\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e The NITRO-COMP V1 is now used by so many people that it can be said to be the new standard for hobby compressors.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e The new model, the NITRO-COMP V1, is equipped with a 3L tank.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e [NITRO-COMP V2] is finally released.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e With a 3L tank,\u003c\/p\u003e\n\n\u003ch3 style=\"text-align: center;\"\u003e \u003cstrong\u003e① The number of times the auto switch is operated is drastically reduced\u003c\/strong\u003e\n\u003c\/h3\u003e\n\n\u003ch3 style=\"text-align: center;\"\u003e \u003cstrong\u003e②Drain separation, prevention of water blowout\u003c\/strong\u003e\n\u003c\/h3\u003e\n\n\u003ch3 style=\"text-align: center;\"\u003e \u003cstrong\u003e3) Preventing pulsation\u003c\/strong\u003e\n\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center;\"\u003e In addition to the benefits of\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e Because it is an integrated type, there is little air loss.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e This allows you to paint with more stable power. \u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0454\/3974\/6201\/files\/V2_d7670239-ab9d-472c-920e-0fc467db8b5e.jpg?v=1722560866\" alt=\"\"\u003e\u003c\/p\u003e\n\n\u003cdiv style=\"text-align: center;\"\u003e\n\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"text-align: center;\"\u003e [Specifications] \u003c\/h3\u003e\n\n\u003cfigure class=\"wp-block-table\"\u003e\n\u003ctable border=\"1\" cellpadding=\"5\" cellspacing=\"0\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eDrive system\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Oil-free piston\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cb\u003eAutonomous driving\u003c\/b\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e\n\n\u003cp\u003e \u003cspan style=\"font-weight: 400;\"\u003eStarts at approximately 3 bar (0.3 MPa)\u003c\/span\u003e\u003c\/p\u003e\n\n \u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eStops at approximately 4 bar (0.4 MPa)\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eSafety Valve\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e\n\n\u003cp\u003e \u003cspan style=\"font-weight: 400;\"\u003eOperates at approximately 6 bar\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eMaximum continuous use time\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e 20-60 minutes *1\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eMaximum pressure\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Approximately 0.4 MPa\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eRated Pressure\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Approximately 0.2MPa~0.25MPa *2\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eDischarge air volume\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e 20-25L\/min\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eOperating volume\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e 47db\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eAir tank\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Yes (3L)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003ePower consumption\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e 106w at maximum load, no-load power 63.6w\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eothers\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Automatic pressure switch, safety temperature sensor (125℃)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eWeight\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e 7.7kg\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 144.008px;\"\u003e \u003cstrong\u003eBody size\u003c\/strong\u003e\n\u003c\/td\u003e\n\n\u003ctd style=\"width: 282.992px;\"\u003e Height 37cm\u003cbr\u003e Width 14.5cm\u003cbr\u003e Depth 31.5cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003c\/figure\u003e\n\u003cp\u003e \u003cspan style=\"color: #ff2a00;\"\u003e*1\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: #ff2a00;\"\u003eThis is an estimate of the continuous operating time.\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: #ff2a00;\"\u003eThe continuous use time varies depending on the environment, such as room temperature, humidity, and handpiece diameter (load).\u003c\/span\u003e\u003c\/p\u003e\n\n \u003cp\u003e\u003cspan style=\"color: #ff2a00;\"\u003e*2\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: #ff2a00;\"\u003eThis will vary depending on the diameter of the handpiece used.\u003cbr\u003e As a guideline, when using a 0.3mm diameter, the pressure will be approximately 0.2MPa to 0.25MPa.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003c\/p\u003e\n\n\u003cp\u003e accessories:\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003e① Compressor body\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003e② Flexible braided air hose 180cm 1\/8 inch thread\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003e③ Spiral air hose 40-120cm 1\/8 inch screw\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003e④ Air valve joint 1\/8 (S) male to M7x0.5 male\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e *The 3-piece set includes the handpiece TH-C01.\u003c\/p\u003e\n\n\u003cp\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eQ. I can't adjust the air pressure. What should I do?\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003eA. You may need to use a little force when adjusting the air pressure dial.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003ePlease try the following steps:\u003c\/span\u003e\u003c\/p\u003e\n\n\u003col\u003e\n\n \u003cli\u003e\u003cspan\u003eTurn the dial counterclockwise until it stops. It's okay to turn it as far as you can.\u003c\/span\u003e\u003c\/li\u003e\n\n\u003cli\u003e \u003cspan\u003e2. Turn the dial all the way to ensure the meter reaches zero. This will adjust the air pressure, so try again.\u003c\/span\u003e \u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\n\u003cdiv\u003e\u003cbr\u003e\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\/en\/collections\/summer-collection-2026.oembed","provider":"RAYWOOD","version":"1.0","type":"link"}