{"product_id":"nira","title":"TECH-NIRA ｜ドライブ楽々","description":"\u003cstyle\u003e\n  .tn-page {\n    \/* Integração com as cores e tipografia do tema Shopify *\/\n    --tn-text: rgb(var(--color-foreground, 29 29 31));\n    --tn-muted: rgba(var(--color-foreground, 29 29 31), .68);\n    --tn-bg: rgb(var(--color-background, 255 255 255));\n    --tn-soft: rgba(var(--color-foreground, 29 29 31), .045);\n    --tn-card: rgb(var(--color-background, 255 255 255));\n    --tn-border: rgba(var(--color-foreground, 29 29 31), .12);\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    background: var(--tn-bg);\n    color: var(--tn-text);\n    font-family: var(\n      --font-body-family,\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Helvetica Neue\",\n      \"Hiragino Kaku Gothic ProN\",\n      \"Hiragino Sans\",\n      \"Yu Gothic\",\n      \"Noto Sans JP\",\n      sans-serif\n    );\n    font-style: var(--font-body-style, normal);\n    font-weight: var(--font-body-weight, 400);\n    line-height: 1.9;\n    overflow: hidden;\n  }\n\n  .tn-page * {\n    box-sizing: border-box;\n  }\n\n  .tn-page h1,\n  .tn-page h2,\n  .tn-page h3,\n  .tn-page .tn-brand,\n  .tn-page .tn-hero-lead,\n  .tn-page .tn-final-brand {\n    font-family: var(--font-heading-family, var(--font-body-family, inherit));\n    font-style: var(--font-heading-style, normal);\n  }\n\n  .tn-container {\n    width: min(calc(100% - clamp(28px, 5vw, 64px)), 1040px);\n    margin: 0 auto;\n  }\n\n  .tn-section {\n    padding: clamp(48px, 6vw, 72px) 0;\n  }\n\n  .tn-section--soft {\n    background: var(--tn-soft);\n  }\n\n  .tn-hero {\n    padding: clamp(50px, 7vw, 78px) 0 clamp(44px, 6vw, 66px);\n    text-align: center;\n  }\n\n  .tn-brand {\n    margin: 0 0 12px;\n    font-size: clamp(13px, 1.4vw, 15px);\n    font-weight: 700;\n    letter-spacing: .12em;\n  }\n\n  .tn-hero h1 {\n    margin: 0 0 20px;\n    font-size: clamp(30px, 4.2vw, 46px);\n    line-height: 1.35;\n    font-weight: 800;\n    letter-spacing: .01em;\n  }\n\n  .tn-hero-lead {\n    margin: 0 auto 18px;\n    max-width: 820px;\n    font-size: clamp(20px, 2.7vw, 28px);\n    font-weight: 800;\n    line-height: 1.55;\n  }\n\n  .tn-hero-text {\n    margin: 0 auto;\n    max-width: 720px;\n    font-size: clamp(15px, 1.7vw, 17px);\n    color: var(--tn-muted);\n  }\n\n  .tn-title {\n    margin: 0 0 clamp(20px, 2.5vw, 26px);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.45;\n    font-weight: 800;\n    letter-spacing: .01em;\n  }\n\n  .tn-title--center {\n    text-align: center;\n  }\n\n  .tn-text {\n    margin: 0 0 18px;\n    font-size: clamp(15px, 1.7vw, 17px);\n    line-height: 1.95;\n  }\n\n  .tn-text:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Todas as imagens seguem o mesmo comportamento responsivo *\/\n  .tn-page img,\n  .tn-image {\n    display: block;\n    width: 100%;\n    max-width: 880px;\n    height: auto;\n    max-height: none;\n    margin: clamp(26px, 3.5vw, 38px) auto 0;\n    border-radius: clamp(10px, 1.3vw, 16px);\n    object-fit: contain;\n  }\n\n  .tn-highlight {\n    margin: 28px 0 0;\n    padding: clamp(22px, 3vw, 30px);\n    background: var(--tn-card);\n    border: 1px solid var(--tn-border);\n    border-radius: 16px;\n  }\n\n  .tn-highlight strong {\n    font-weight: 800;\n  }\n\n .tn-points {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: clamp(12px, 2vw, 18px);\n  margin: 34px 0 0;\n}\n\n  .tn-point {\n    min-width: 0;\n    padding: clamp(22px, 2.5vw, 28px) clamp(18px, 2.2vw, 22px);\n    background: var(--tn-card);\n    border: 1px solid var(--tn-border);\n    border-radius: 16px;\n  }\n\n  .tn-point-number {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .12em;\n    color: var(--tn-muted);\n  }\n\n  .tn-point-title {\n    margin: 0 0 8px;\n    font-size: clamp(17px, 1.8vw, 19px);\n    line-height: 1.5;\n    font-weight: 800;\n  }\n\n  .tn-point-text {\n    margin: 0;\n    font-size: clamp(14px, 1.45vw, 15px);\n    line-height: 1.8;\n    color: var(--tn-muted);\n  }\n\n  .tn-list {\n    margin: 28px 0 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .tn-list li {\n    position: relative;\n    min-width: 0;\n    padding: 15px 18px 15px 43px;\n    background: var(--tn-soft);\n    border-radius: 12px;\n    font-size: clamp(14px, 1.5vw, 16px);\n  }\n\n  .tn-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 18px;\n    top: 14px;\n    font-weight: 900;\n  }\n\n  .tn-rest-box {\n    margin-top: 28px;\n    padding: clamp(22px, 3vw, 30px);\n    background: var(--tn-soft);\n    border-radius: 18px;\n  }\n\n  .tn-rest-lines {\n    margin: 25px 0 0;\n    font-size: clamp(17px, 2vw, 19px);\n    font-weight: 800;\n    line-height: 1.9;\n  }\n\n  .tn-note {\n    margin: 20px 0 0;\n    font-size: clamp(12px, 1.2vw, 13px);\n    line-height: 1.7;\n    color: var(--tn-muted);\n  }\n\n  .tn-specs {\n    margin-top: 30px;\n    border-top: 1px solid var(--tn-border);\n  }\n\n  .tn-spec-row {\n    display: grid;\n    grid-template-columns: minmax(150px, 190px) 1fr;\n    gap: 22px;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--tn-border);\n  }\n\n  .tn-spec-label {\n    font-weight: 800;\n  }\n\n  .tn-spec-value {\n    min-width: 0;\n    color: var(--tn-muted);\n  }\n\n  .tn-final {\n    text-align: center;\n  }\n\n  .tn-final-title {\n    margin: 0 0 24px;\n    font-size: clamp(26px, 3.4vw, 38px);\n    font-weight: 800;\n    line-height: 1.45;\n  }\n\n  .tn-final-brand {\n    margin-top: 27px;\n    font-size: clamp(19px, 2vw, 22px);\n    font-weight: 800;\n  }\n\n  \/* 商品情報カード *\/\n  .tn-product-info {\n    margin-top: 36px;\n    padding: clamp(24px, 3vw, 34px) clamp(20px, 3vw, 32px);\n    background: var(--tn-card);\n    border: 1px solid var(--tn-border);\n    border-radius: 18px;\n  }\n\n  .tn-product-info__title {\n    margin: 0 0 28px;\n    font-size: clamp(23px, 2.7vw, 31px);\n    line-height: 1.45;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .tn-product-info__rows {\n    border-top: 1px solid var(--tn-border);\n  }\n\n  .tn-product-info__row {\n    display: grid;\n    grid-template-columns: minmax(170px, 210px) 1fr;\n    gap: 24px;\n    padding: 17px 0;\n    border-bottom: 1px solid var(--tn-border);\n    font-size: clamp(14px, 1.5vw, 16px);\n    line-height: 1.75;\n  }\n\n  .tn-product-info__label {\n    font-weight: 800;\n  }\n\n  .tn-product-info__value {\n    min-width: 0;\n    color: var(--tn-muted);\n  }\n\n  @media (max-width: 989px) {\n    .tn-container {\n      width: min(calc(100% - 36px), 900px);\n    }\n\n    .tn-points {\n      gap: 12px;\n    }\n  }\n\n  @media (max-width: 749px) {\n    .tn-container {\n      width: calc(100% - 28px);\n    }\n\n    .tn-section {\n      padding: 44px 0;\n    }\n\n    .tn-hero {\n      padding: 46px 0 42px;\n    }\n\n    .tn-hero h1 {\n      font-size: clamp(28px, 9vw, 36px);\n    }\n\n    .tn-hero-lead {\n      font-size: clamp(19px, 6vw, 24px);\n    }\n\n    .tn-title {\n      font-size: clamp(23px, 7vw, 30px);\n    }\n\n    .tn-text {\n      font-size: 16px;\n      line-height: 1.9;\n    }\n\n    .tn-points,\n    .tn-list {\n      grid-template-columns: 1fr;\n    }\n\n    .tn-page img,\n    .tn-image {\n      max-width: 100%;\n      margin-top: 26px;\n      border-radius: 12px;\n    }\n\n    .tn-spec-row,\n    .tn-product-info__row {\n      grid-template-columns: 1fr;\n      gap: 5px;\n      padding: 16px 0;\n    }\n\n    .tn-highlight,\n    .tn-rest-box {\n      padding: 22px 19px;\n    }\n\n    .tn-product-info {\n      padding: 24px 19px;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .tn-container {\n      width: calc(100% - 22px);\n    }\n\n    .tn-section {\n      padding: 38px 0;\n    }\n\n    .tn-hero {\n      padding: 40px 0 36px;\n    }\n\n    .tn-text {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tn-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"tn-hero\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003cp class=\"tn-brand\"\u003eTECH-NIRA ドライブ楽々\u003c\/p\u003e\n\u003ch1\u003e座る時間を、もっと心地よく。\u003c\/h1\u003e\n\u003cp class=\"tn-hero-lead\"\u003e首と腰をやさしく支える\u003cbr\u003e低反発ネック＆ランバークッション 2点セット\u003c\/p\u003e\n\u003cp class=\"tn-hero-text\"\u003e毎日の通勤から長距離ドライブまで。\u003cbr\u003e座っている時間を、もっと快適な時間へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C字型シート --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e現代のカーシートに多い\u003cbr\u003e「C字型」と身体との隙間\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e近年のカーシートの多くは、身体を包み込むような \u003cstrong\u003eゆるやかな「C字型」\u003c\/strong\u003eの形状を採用しています。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eデザイン性やホールド感に優れている一方、 体格や座り方によっては、 \u003cstrong\u003e首の後ろや腰まわりにわずかな隙間\u003c\/strong\u003eが 生まれることがあります。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e長時間その姿勢を続けていると、 身体を自然に預けにくく、 首元や腰まわりに負担を感じることも。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003eTECH-NIRA ドライブ楽々\u003c\/strong\u003eは、 ネッククッションとランバークッションで、 その隙間をやさしく支えることを考えて設計されています。\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_55_10.png?v=1786251433\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 隙間 --\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e見過ごしがちな、シートとの「隙間」\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e車のシートに座ったとき、 首の後ろや腰まわりにできるわずかな隙間。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e体格やシート形状によっては、 この隙間によって身体を自然に預けにくく、 長時間同じ姿勢を続けることで 首や腰まわりに負担を感じることがあります。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003eTECH-NIRA ドライブ楽々\u003c\/strong\u003eは、 この首元と腰まわりの空間をやさしく支え、 自然に身体を預けやすい座り心地を目指して設計しました。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MEMORY FOAM --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e低反発メモリーフォームが、\u003cbr\u003e身体にやさしくフィット\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003eTECH-NIRA ドライブ楽々の内部には、 \u003cstrong\u003e低反発メモリーフォーム\u003c\/strong\u003eを採用。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e身体から受ける力に合わせてゆっくり沈み込み、 首や腰のラインにやさしくフィットします。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e一点だけに圧力が集中しにくく、 身体を包み込むように支える心地よさが特徴です。\u003c\/p\u003e\n\u003cdiv class=\"tn-highlight\"\u003e\n\u003cp class=\"tn-text\"\u003eそして身体を離すと、 \u003cstrong\u003eゆっくりと元の形状へ。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003e柔らかすぎず、硬すぎない。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e毎日の運転で使いやすい、 ほどよい反発力を目指しました。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_56_21.png?v=1786251433\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2点サポート --\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e首と腰を2点でバランスよくサポート\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003eネッククッションとランバークッションを組み合わせることで、 首元だけ、腰だけではなく、 座っている上半身全体のバランスを考えた設計。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003e首元の隙間にはネッククッション。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003e腰まわりの隙間にはランバークッション。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eそれぞれの場所に合わせた立体形状で、 毎日のドライブをサポートします。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_55_13.png?v=1786251433\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title tn-title--center\"\u003eゆっくり沈み、やさしく支える。\u003c\/h2\u003e\n\u003cp class=\"tn-text\" style=\"text-align: center;\"\u003e低反発メモリーフォームは、 身体の形に合わせてゆっくり変形。\u003cbr\u003e首や腰のラインに自然になじみ、 快適な姿勢をサポートします。\u003c\/p\u003e\n\u003cdiv class=\"tn-points\"\u003e\n\u003cdiv class=\"tn-point\"\u003e\n\u003cspan class=\"tn-point-number\"\u003ePOINT 01\u003c\/span\u003e\n\u003ch3 class=\"tn-point-title\"\u003e身体に合わせてフィット\u003c\/h3\u003e\n\u003cp class=\"tn-point-text\"\u003e首や腰のラインに合わせて形状が変化。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-point\"\u003e\n\u003cspan class=\"tn-point-number\"\u003ePOINT 02\u003c\/span\u003e\n\u003ch3 class=\"tn-point-title\"\u003e圧力を分散\u003c\/h3\u003e\n\u003cp class=\"tn-point-text\"\u003e一部分だけに負担が集中しにくい設計。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-point\"\u003e\n\u003cspan class=\"tn-point-number\"\u003ePOINT 03\u003c\/span\u003e\n\u003ch3 class=\"tn-point-title\"\u003eゆっくり元の形へ\u003c\/h3\u003e\n\u003cp class=\"tn-point-text\"\u003e使用後は徐々に元の形状へ戻ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 英語画像を削除し、日本語のHTML商品情報に置換 --\u003e\n\u003cdiv class=\"tn-product-info\"\u003e\n\u003ch3 class=\"tn-product-info__title\"\u003e商品情報\u003c\/h3\u003e\n\u003cdiv class=\"tn-product-info__rows\"\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003e商品名\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003e低反発ネック＆ランバークッション\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003e表地\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003eやわらかく、通気性に配慮した生地\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003e中材\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003e低反発メモリーフォーム\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003e対応シーズン\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003eオールシーズン\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003eネッククッションサイズ\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003e約25 × 12 × 18cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__row\"\u003e\n\u003cdiv class=\"tn-product-info__label\"\u003eランバークッションサイズ\u003c\/div\u003e\n\u003cdiv class=\"tn-product-info__value\"\u003e約40 × 32 × 10cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 首 --\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e首元を包み込む立体カーブ\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e首まわりのラインを考えた立体的な形状。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e頭を無理に押し出すのではなく、 首の後ろにできやすい空間をやさしく埋めることで、 自然に寄りかかりやすいポジションをサポートします。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_55_17.png?v=1786251434\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 腰 --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e腰まわりにも自然にフィット\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e腰部分も、身体とシートの隙間に合わせやすい立体設計。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e低反発メモリーフォームが身体のラインになじみ、 腰まわりをやさしく支えます。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e長時間の運転やデスクワークにもおすすめです。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_10_de_ago._de_2026_10_36_24.png?v=1786325920\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e車内で少し休みたいときにも。\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e長距離ドライブの途中や旅行先で、 「少しだけ休みたい」と感じることはありませんか。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eシートを倒して休もうとしたとき、 首や腰の後ろに空間ができてしまい、 思ったより身体を預けにくいことがあります。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eそんなときにも、 \u003cstrong\u003e ネッククッションとランバークッションが、 首元と腰まわりをやさしくサポート。 \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e特にランバークッションは、 シートと腰の間にできやすい隙間を埋め、 身体を預けやすいポジションをサポートします。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e低反発メモリーフォームが身体のラインに合わせて ゆっくり沈み込み、 車内での短い休憩時間にも リラックスしやすい座り心地を目指しました。\u003c\/p\u003e\n\u003cdiv class=\"tn-rest-box\"\u003e\n\u003cdiv class=\"tn-rest-lines\"\u003e長距離移動の休憩に。\u003cbr\u003e旅行中のひと休みに。\u003cbr\u003e車内でのちょっとした仮眠にも。\u003c\/div\u003e\n\u003cp class=\"tn-note\"\u003e※仮眠・休憩時は、安全な場所に駐車した状態、 または同乗者としてご使用ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 生地 --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e毎日触れるものだから、\u003cbr\u003e肌ざわりにもこだわりました。\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e表面には、落ち着いた質感と やわらかな肌ざわりの生地を採用。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e車内の雰囲気を邪魔しにくい、 シンプルで上質感のあるデザインです。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_55_05.png?v=1786251433\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 取り付け --\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e取り付けも簡単\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003e背面には固定用ストラップを採用。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eシートに取り付けて、 自分の身体に合わせながら位置を調整できます。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e面倒な工具や複雑な取り付け作業は必要ありません。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_9_de_ago._de_2026_13_56_42.png?v=1786251434\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 使用シーン --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e車だけではありません。\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003eTECH-NIRA ドライブ楽々は、 さまざまな「座る時間」に。\u003c\/p\u003e\n\u003cul class=\"tn-list\"\u003e\n\u003cli\u003e毎日の通勤\u003c\/li\u003e\n\u003cli\u003e送り迎え\u003c\/li\u003e\n\u003cli\u003e長距離ドライブ\u003c\/li\u003e\n\u003cli\u003e旅行や帰省\u003c\/li\u003e\n\u003cli\u003eオフィスチェア\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_10_de_ago._de_2026_11_08_33.png?v=1786327925\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"tn-section\"\u003e\n\u003cdiv class=\"tn-container tn-final\"\u003e\n\u003ch2 class=\"tn-final-title\"\u003eいつもの座席を、\u003cbr\u003eもっと心地よい場所へ。\u003c\/h2\u003e\n\u003cp class=\"tn-text\"\u003eシートそのものを交換する必要はありません。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003eいつもの座席にプラスするだけ。\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e首と腰の隙間をやさしく支えることで、 毎日の「座る時間」をより快適に。\u003c\/p\u003e\n\u003cp class=\"tn-final-brand\"\u003eTECH-NIRA ドライブ楽々\u003c\/p\u003e\n\u003cp class=\"tn-text\"\u003e毎日の運転を大切にする方へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 商品仕様 --\u003e\n\u003csection class=\"tn-section tn-section--soft\"\u003e\n\u003cdiv class=\"tn-container\"\u003e\n\u003ch2 class=\"tn-title\"\u003e商品仕様\u003c\/h2\u003e\n\u003cdiv class=\"tn-specs\"\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003eブランド\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003eTECH-NIRA（テックニラ）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003eシリーズ名\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003eドライブ楽々\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003eセット内容\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003eネッククッション ×1\u003cbr\u003eランバークッション ×1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003e中材\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003e低反発メモリーフォーム\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003e用途\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003e首元・腰まわりの姿勢サポート\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-row\"\u003e\n\u003cdiv class=\"tn-spec-label\"\u003e使用シーン\u003c\/div\u003e\n\u003cdiv class=\"tn-spec-value\"\u003e自動車／オフィスチェア／ 自宅のチェア・ソファなど\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"tn-note\"\u003e※使用感やフィット感には個人差があります。\u003cbr\u003e※シート形状によって取り付け状態が異なる場合があります。\u003cbr\u003e※本製品は車両の安全装置ではありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tokyo-Tech™","offers":[{"title":"グレー｜ネックピロー","offer_id":43950155792502,"sku":"14:29#grey pillow","price":4480.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン｜ネックピロー","offer_id":43950155923574,"sku":"14:691#brown pillow","price":4480.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック｜ネックピロー","offer_id":43950155858038,"sku":"14:193#black pillow","price":4480.0,"currency_code":"JPY","in_stock":true},{"title":"グレー｜腰用クッション","offer_id":43950155825270,"sku":"14:350852#grey waist","price":6870.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン｜腰用クッション","offer_id":43950155989110,"sku":"14:366#brown waist","price":6870.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック｜腰用クッション","offer_id":43950156021878,"sku":"14:10#black waist","price":6870.0,"currency_code":"JPY","in_stock":true},{"title":"グレー｜2点セット","offer_id":43950156054646,"sku":"14:173#1 grey set","price":10270.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン｜2点セット","offer_id":43950155956342,"sku":"14:496#1 brown set","price":10270.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック｜2点セット","offer_id":43950155890806,"sku":"14:175#1 black set","price":10270.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/S3c260e3803b54aceb77545354e41a8a6C.webp?v=1785936085","url":"https:\/\/tokyo-tech.store\/products\/nira","provider":"Tokyo-Tech™","version":"1.0","type":"link"}