{"title":"NOOSA BASICS","description":"\u003cp\u003eNOOSA BASICS\u003c\/p\u003e","products":[{"product_id":"173339711","title":"- NOOSA BASICS - ボディバター 50g レモンマートル","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌にやさしい処方 レモンマートル ボディバター\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173339711.jpg?v=1753953874\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よいパウダリー肌感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e厳選された植物成分が肌の気になる汗や匂いを抑え、潤いを与えながら快適に保ちます。とろけるようになじみ、やがて\u003cstrong\u003eしっとりサラサラの心地よさ\u003c\/strong\u003eに変わります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eレモンマートル香る サステナブルケア\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173339711_o1.jpg?v=1753953874\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e天然香るリフレッシュ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eオーストラリアの大地が育んだレモンマートルの香りが、\u003cstrong\u003e気分をリフレッシュ\u003c\/strong\u003eさせます。\u003cstrong\u003e練り香水のように使える\u003c\/strong\u003eため、外出先でも自然の恵みを感じられるでしょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eアルミニウムフリーのサステナブルなセンティッドボディバターです。タピオカパウダー、重曹、カオリンクレイが気になる汗や汗の匂いを抑え、シアバターとヒマワリオイルがお肌を保湿し、天然精油のナチュラルな香りがお肌を包みます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e伸びが良く、お肌にクルクルと馴染ませると少しパウダリーな使用感に変わり、しっとりとしつつもサラサラ感覚でご使用いただけます。香りが良いため、練り香水としてもお使いいただくのもおすすめです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\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  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e香りの種類\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eレモンマートル\u003c\/li\u003e\n      \u003c\/ul\u003e\n     refuerzo     \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・容量\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e本体サイズ: W60mm × D60mm × H25mm\u003c\/li\u003e\n        \u003cli\u003e内容量: 50g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eNOOSA BASICS (ヌーサ・ベーシックス)は、オーストラリア東部の美しいビーチが連なるヌーサという小さな町の薬局が製造するボディケアブランドです。\u003c\/p\u003e\n      \u003cul class=\"benefit-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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e原産国・商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e原産国: オーストラリア (MADE IN AUSTRALIA)\u003c\/li\u003e\n        \u003cli\u003e商品コード: 173339711\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e少量を手に取り、脇の下やお肌の乾燥が気になる部分に塗布して下さい。\u003c\/li\u003e\n      \u003cli\u003eお肌に合わない場合はご使用をお止め下さい。\u003c\/li\u003e\n      \u003cli\u003e高温や直射日光を避け、30度以下での涼しい場所で保管して下さい。\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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"NOOSA BASICS","offers":[{"title":"Default Title","offer_id":46776156782815,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173339711.jpg?v=1753953874"},{"product_id":"173344239","title":"- NOOSA BASICS - ボディバター 50g スウィートオレンジ＆ラベンダー","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日心地よく、肌を潤す\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然由来成分がデリケートな肌を優しく包み込み、気になる\u003cstrong\u003e乾燥から守ります\u003c\/strong\u003e。サラリと伸び広がるテクスチャーで、一日中快適な肌触りが続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344239.jpg?v=1753953873\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e肌へのご褒美ケア\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e自然の香りで心安らぐひととき\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスウィートオレンジとラベンダーの精油が織りなす、穏やかな香りが気分をリフレッシュ。お肌に優しく馴染ませれば、ふんわりと香る\u003cstrong\u003e練り香水としても楽しめます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344239_o1.jpg?v=1753953873\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e穏やかなアロマの香り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eエシカルな選択、潤う毎日\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eビーガン認定・パームオイルフリーの\u003cstrong\u003eエシカルな選択\u003c\/strong\u003e。汗や不快な匂いを抑えながら、シアバターがしっとり、そしてパウダリーな感触で肌を整えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344239_o2.jpg?v=1753953873\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e環境への配慮も大切に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eアルミニウムフリーのサステナブルなセンティッドボディバターです。天然由来成分が肌を優しく整えます。\u003c\/p\u003e\n      \u003cul class=\"benefit-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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e香りの種類\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eオレンジ＆ラベンダー\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e全成分・素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e厳選された植物由来成分を使用し、肌への優しさを追求しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\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  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・容量\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eW: 60mm\u003c\/li\u003e\n        \u003cli\u003eD: 60mm\u003c\/li\u003e\n        \u003cli\u003eH: 25mm\u003c\/li\u003e\n        \u003cli\u003e容量: 50g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eオーストラリア製 (MADE IN AUSTRALIA)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eNOOSA BASICS (ヌーサ・ベーシックス) は、オーストラリア東部のヌーサを拠点とするボディケアブランドです。\u003c\/p\u003e\n      \u003cul class=\"point-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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご使用方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"step-list\"\u003e\n        \u003cli\u003e少量を手に取り、脇の下やお肌の乾燥が気になる部分に塗布して下さい。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eお肌に合わない場合はご使用をお止め下さい。\u003c\/li\u003e\n      \u003cli\u003e高温や直射日光を避け、30度以下の涼しい場所で保管して下さい。\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    \u003cp class=\"body-text\"\u003e※パッケージのデザインは予期なく変更となる場合がございます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"NOOSA BASICS","offers":[{"title":"Default Title","offer_id":46776156815583,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344239.jpg?v=1753953873"},{"product_id":"173344260","title":"- NOOSA BASICS - リップバーム 15g ココナッツ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e厳選植物成分100%ピュアリップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eココアバターやホホバ油といった\u003cstrong\u003e天然植物成分\u003c\/strong\u003eが、乾いた唇を深く潤します。パーム油や合成香料を使わない、自然が育んだ豊かな恵みを感じてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344260.jpg?v=1753953872\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e地球と唇に、純粋な潤いを\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e持ち歩きたい、ビーガンリップバーム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e環境活動を支える\u003cstrong\u003eサステナブルなパッケージ\u003c\/strong\u003eは、手のひらに心地よくフィット。押し出すタイプのユニークな使い心地が、日常のリップケアを特別な時間に変えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344260_o1.jpg?v=1753953872\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e美しい地球を守る、エシカルな選択\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e天然植物成分100%の無添加リップバームです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\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    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e香りの種類\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e香りはこちらの一種類です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eココナッツ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は押し出し方式でご使用ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eリップのパッケージ底部分を押し出して中身を繰り出してください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e基本的な製品情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e原産国: AUSTRALIA\u003c\/li\u003e\n                \u003cli\u003eサイズ: W25mm × D25mm × H67mm\u003c\/li\u003e\n                \u003cli\u003e内容量: 15g\u003c\/li\u003e\n                \u003cli\u003e商品コード: 173344260\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eNOOSA BASICSは、オーストラリア東部の美しいビーチが連なるヌーサという小さな町の薬局が製造するボディケアブランドです。\u003c\/p\u003e\n            \u003cul class=\"benefit-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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eATTENTION\u003c\/h3\u003e\n        \u003cul class=\"point-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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"NOOSA BASICS","offers":[{"title":"Default Title","offer_id":46776156848351,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344260.jpg?v=1753953872"},{"product_id":"173344265","title":"- NOOSA BASICS - リップバーム 15g カモミール","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e天然カモミールが誘う唇の潤い\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344265.jpg?v=1753953871\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e無添加ケアで毎日を豊かに\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e100%天然植物由来\u003c\/strong\u003eの贅沢な潤いが、デリケートな唇を優しく包み込みます。\n            \u003cstrong\u003eココアバター\u003c\/strong\u003eと\u003cstrong\u003eホホバ油\u003c\/strong\u003eが溶け込み、しっとりとした感触をもたらす一品。\n            押し出し式の\u003cstrong\u003eサステナブルなパッケージ\u003c\/strong\u003eで、使うたびに心地よさを感じられます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eヌーサ発サステナブルリップ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344265_o1.jpg?v=1753953871\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e環境と共にある美しさ\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            オーストラリア・ヌーサ生まれの\u003cstrong\u003eNOOSA BASICS\u003c\/strong\u003eが届ける、地球想いの選択。\n            \u003cstrong\u003eビーガン＆パームオイルフリー認定\u003c\/strong\u003e、\u003cstrong\u003e最高品質の植物成分\u003c\/strong\u003eだけで作られています。\n            \u003cstrong\u003e海洋浄化活動もサポート\u003c\/strong\u003eする、\u003cstrong\u003eプラスチックフリーパッケージ\u003c\/strong\u003eのリップで、未来につながる美しさを。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・使い方\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのリップバームは、天然の恵みでデリケートな唇を優しく守ります。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e天然植物成分100%の無添加リップバーム\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                \u003cp\u003eこのリップは押し出し方式でのご使用になります。リップのパッケージ底部分を押し出してリップの中身を押し出してご使用ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e香りの種類\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e癒やしの香りでリラックスタイムを。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカモミール\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ・重量\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e幅 (W): 25mm\u003c\/li\u003e\n                    \u003cli\u003e奥行 (D): 25mm\u003c\/li\u003e\n                    \u003cli\u003e高さ (H): 67mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 15g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eオーストラリア製 (MADE IN AUSTRALIA)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランドについて (NOOSA BASICS)\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eNOOSA BASICSは、オーストラリア東部の美しいビーチが連なるヌーサという小さな町の薬局が製造するボディケアブランドです。\u003c\/p\u003e\n                \u003cul class=\"benefit-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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e173344265\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 配送情報がないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-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        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\n            ※パッケージのデザインは予期なく変更となる場合がございます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"NOOSA BASICS","offers":[{"title":"Default Title","offer_id":46776156881119,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173344265.jpg?v=1753953871"}],"url":"https:\/\/247-tools-market.we-shop.jp\/collections\/noosa-basics.oembed","provider":" LIAL WORKS_weshop","version":"1.0","type":"link"}