{"title":"手作りの木製水なしディフューザー","description":"","products":[{"product_id":"charabanc-aroma-oil-diffuser-mini","title":"Charabanc Aroma（チャラバンク アロマ）オイルディフューザー ミニ Travel Edition","description":"\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003ch3\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c!-- [BEGIN content injected into \u0026lt;body\u0026gt;] --\u003e\u003c!-- =========================================\n=  Product Detail : FULL CODE (Start to End) =\n========================================= --\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Zen+Old+Mincho\u0026display=swap');\n\n\/* === Global === *\/\n.product-detail-description,\n.product-detail-description * {\n  font-family: 'Zen Old Mincho', serif !important;\n  line-height: 1.8;\n  letter-spacing: 0.03em;\n  color: #333;\n}\n.product-detail-description img { display:block; max-width:100%; height:auto; }\n\n\/* === 5 Features (existing) === *\/\n.features5 { max-width: 980px; margin: 24px auto 0; padding: 0 16px; }\n.features5__title { text-align: left; font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .04em; margin: 0 0 12px; font-weight: 700; }\n.features5__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }\n@media (min-width: 768px){ .features5__list { grid-template-columns: 1fr 1fr; } }\n.features5__item { text-align: left !important; background: #fff; border: 1px solid #e8dfd6; border-radius: 12px; padding: 14px 16px; line-height: 1.8; word-break: break-word; }\n.features5__head { display: inline-block; font-weight: 700; margin-right: .35em; }\n.features5__item strong { font-weight: 700; }\n.features5 [style*=\"text-align:center\"] { text-align: left !important; }\n\n\/* === STEP 1–4 (existing) === *\/\n.steps4 { max-width: 980px; margin: 48px auto 0; padding: 0 16px; font-size: 16px; line-height: 1.9; color: #333; }\n.steps4__eyebrow { font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#8a8076; margin:0 0 6px; text-align:center; }\n.steps4__title { margin:0 0 16px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.04em; text-align:center; }\n.steps4__note { margin:0 0 24px; color:#6a625a; font-size:14px; text-align:center; }\n.steps4__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:20px; }\n@media (min-width:768px){ .steps4__grid { grid-template-columns:1fr 1fr; } }\n.steps4__item { background:#fff; border:1px solid #e8dfd6; border-radius:12px; padding:20px 16px; text-align:center; opacity:0; transform:translateY(20px); animation: fadeUp 0.8s ease forwards; }\n.steps4__item:nth-child(1){ animation-delay:0.2s; }\n.steps4__item:nth-child(2){ animation-delay:0.4s; }\n.steps4__item:nth-child(3){ animation-delay:0.6s; }\n.steps4__item:nth-child(4){ animation-delay:0.8s; }\n@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n.steps4__badge { display:inline-block; margin-bottom:10px; font-weight:700; font-size:14px; background:#f3eee8; border:1px solid #e8dfd6; border-radius:999px; padding:4px 12px; }\n.steps4__media { width:180px; height:180px; margin:0 auto 12px; border-radius:50%; overflow:hidden; border:2px solid #e8dfd6; }\n.steps4__media img { width:100%; height:100%; object-fit:cover; }\n.steps4__label { font-weight:700; display:block; margin:6px 0; }\n.steps4__desc { font-size:14px; color:#444; }\n\n\/* === Carousel (existing) === *\/\n.carousel { max-width: 980px; margin: 48px auto; overflow: hidden; position: relative; }\n.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }\n.carousel__item { flex: 0 0 80%; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }\n@media (min-width:768px){ .carousel__item { flex: 0 0 60%; } }\n.carousel__item img { width: 100%; height: auto; display: block; border-radius: 12px; }\n\n\/* === Luxe (black x gold) === *\/\n.luxe-features{\n  color:#f5f1ea; background:#000; position:relative; overflow:hidden;\n  padding:56px 16px; margin: 32px 0 8px;\n}\n.luxe-features__inner{\n  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:28px;\n}\n@media (min-width: 920px){\n  .luxe-features__inner{ grid-template-columns:1fr; align-items:center; gap:40px; }\n}\n.luxe-features__visual{ text-align:center; }\n.luxe-features__bottle{\n  width:min(460px,90%); margin:0 auto;\n  filter: drop-shadow(0 12px 28px rgba(255,204,120,.07)) drop-shadow(0 2px 8px rgba(0,0,0,.6));\n  transform: translateY(8px); animation: bottleUp .9s ease forwards .2s; opacity:0;\n}\n@keyframes bottleUp{ to{ transform: translateY(0); opacity:1; } }\n\n.luxe-features__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:18px; }\n@media (min-width:700px){ .luxe-features__list{ grid-template-columns:1fr 1fr; } }\n.luxe-features__item{\n  position:relative; padding:18px 14px 16px; border:1px solid rgba(212,175,55,.22);\n  border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n  overflow:hidden; opacity:0; transform: translateY(14px); animation: fadeInUp .7s ease forwards;\n}\n.luxe-features__item:nth-child(1){ animation-delay:.15s; }\n.luxe-features__item:nth-child(2){ animation-delay:.25s; }\n.luxe-features__item:nth-child(3){ animation-delay:.35s; }\n.luxe-features__item:nth-child(4){ animation-delay:.45s; }\n.luxe-features__item:nth-child(5){ animation-delay:.55s; }\n@keyframes fadeInUp{ to{ opacity:1; transform: translateY(0); } }\n\n.luxe-features__title{\n  position:relative; font-size:clamp(18px,2.2vw,22px); letter-spacing:.06em;\n  font-weight:700; margin:0 0 4px; color:#fffdfa;\n}\n.luxe-features__swish{ display:block; width:100%; height:28px; margin:-2px 0 8px; pointer-events:none; }\n.luxe-features__desc{ margin:0; font-size:clamp(13px,1.7vw,14.5px); line-height:1.9; letter-spacing:.02em; color:#e9e3d9; }\n\n\/* Background gentle gold glow *\/\n.luxe-features::before{\n  content:\"\"; position:absolute; inset:-30% -10% auto -10%; height:70%;\n  background: radial-gradient(60% 60% at 30% 30%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),\n              radial-gradient(30% 30% at 70% 20%, rgba(212,175,55,.08) 0%, rgba(212,175,55,0) 60%);\n  pointer-events:none;\n}\n\n\/* Gold stroke: animation disabled, keep gentle glow only *\/\n.luxe-features .sparkle path.glow{ filter: blur(1.2px); }\n\/* animation intentionally disabled *\/\n\n\/* === Audience A–F (existing) === *\/\n.audience6{ max-width: 980px; margin: 16px auto 32px; padding: 0 16px; }\n.audience6__title{ text-align:center; margin: 6px 0 18px; font-weight:700; font-size: clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.audience6__grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width: 840px){ .audience6__grid{ grid-template-columns:1fr 1fr; gap:18px; } }\n.audience6__card{\n  position:relative; overflow:hidden; background:#fff; border:1px solid #e8dfd6; border-radius:14px;\n  padding:18px 16px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.02); transform: translateY(14px); opacity:0; animation: fadeUp .7s ease forwards;\n}\n.audience6__card:nth-child(1){ animation-delay:.1s; } .audience6__card:nth-child(2){ animation-delay:.2s; }\n.audience6__card:nth-child(3){ animation-delay:.3s; } .audience6__card:nth-child(4){ animation-delay:.4s; }\n.audience6__card:nth-child(5){ animation-delay:.5s; } .audience6__card:nth-child(6){ animation-delay:.6s; }\n.audience6__head{ display:flex; align-items:center; gap:10px; margin:0 0 8px; font-weight:700; font-size: clamp(16px,2vw,18px); letter-spacing:.04em; }\n.audience6__badge{\n  flex:0 0 auto; background:linear-gradient(135deg,#f5e8c8,#e7d08a);\n  color:#554216; border:1px solid #e0c979; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700;\n}\n.audience6__desc{ margin:0 0 6px; color:#444; font-size:14px; }\n.audience6__sub{ margin:0 0 6px; color:#6a625a; font-size:13px; }\n.audience6__tip{ margin:0; color:#8a8076; font-size:12.5px; }\n.audience6__rule{ height:1px; background:linear-gradient(90deg,#e7d08a,rgba(231,208,138,0)); border:0; margin:10px 0; }\n\n\/* === New : Mood Scenes (3-up cards) === *\/\n.mood-scenes, .mood-scenes *{ font-family:'Zen Old Mincho', serif !important; }\n.mood-scenes{ max-width:1080px; margin:40px auto; padding:0 16px; }\n.mood-scenes__title{ margin:0 0 14px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.mood-scenes__grid{ list-style:none; margin:14px 0 0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width:820px){ .mood-scenes__grid{ grid-template-columns:1fr; gap:18px; } }\n.mood-scenes__card{\n  border:1px solid #e8dfd6;\n  border-radius:14px;\n  background:#fff;\n  overflow:hidden;                 \/* ensure image touches edges, no bleed *\/\n  box-shadow:0 2px 10px rgba(0,0,0,.02);\n}\n.mood-scenes__media{\n  margin:0;                        \/* reset figure default margin *\/\n  padding:0;\n  width:100%;\n  background:transparent;\n  border:0;\n  border-radius:0;                 \/* card handles the rounding *\/\n}\n.mood-scenes__media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;                     \/* keep natural ratio *\/\n  object-fit:contain;              \/* never crop *\/\n  object-position:center;\n}\n\/* optional alignment helpers if needed per-image *\/\n.mood-scenes__media--right img{ object-position:right center; }\n.mood-scenes__media--left  img{ object-position:left center; }\n.mood-scenes__body{ padding:14px 14px 16px; }\n.mood-scenes__head{ font-weight:700; font-size:clamp(15px,1.9vw,17px); margin:0 0 6px; }\n.mood-scenes__text{ font-size:14.5px; color:#444; margin:0; }\n\n\/* === Modern Compare Table === *\/\n.compare-wrap{ max-width:1080px; margin:56px auto; padding:0 16px; }\n.compare-title{ margin:0 0 20px; font-weight:700; font-size:clamp(20px,2.6vw,24px); letter-spacing:.05em; text-align:center; }\n\n.compare-table{\n  width:100%;\n  border-collapse:separate;\n  border-spacing:0;\n  font-size:15.5px;\n  line-height:1.7;\n  background:#fff;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 12px rgba(0,0,0,.05);\n}\n.compare-table thead th{\n  background:#f5f3ef;\n  font-weight:700;\n  text-align:center;\n  padding:16px 12px;\n  font-size:15px;\n  border-bottom:1px solid #e2ddd7;\n}\n.compare-table thead th:first-child{ background:#fff; text-align:left; }\n\n.compare-table td{\n  padding:14px 12px;\n  border-bottom:1px solid #f0ede9;\n}\n.compare-table tbody tr:nth-child(odd){\n  background:#faf9f7;\n}\n.compare-table tbody tr:hover{\n  background:#fdfbf9;\n  transition:background .25s ease;\n}\n.compare-table td:first-child{\n  font-weight:600;\n  color:#444;\n  width:36%;\n  background:#fdfcfb;\n}\n@media (max-width:640px){\n  .compare-table{ font-size:14px; }\n  .compare-table td:first-child{ width:42%; }\n}\n\n\/* ★ 「日々のリズムに寄り添う、香りと灯り」セクションを1カラム固定 *\/\n.product-detail-description .daily-rhythm__inner {\n  display: grid !important;\n  grid-template-columns: 1fr !important;\n}\n\n@media (min-width: 768px) {\n  .product-detail-description .daily-rhythm__inner {\n    grid-template-columns: 1fr !important; \/* タブレット以上でも常に1カラム *\/\n  }\n}\n\n\/* 画像が右端で切れないように *\/\n.product-detail-description .daily-rhythm__inner img {\n  max-width: 100%;\n  height: auto;\n  object-fit: contain; \/* はみ出さず収まる *\/\n  display: block;\n  margin: 0 auto; \/* センター寄せ *\/\n}\n\n\/* === Utility === *\/\n.product-detail-description img.wide-img{ display:block !important; width:100% !important; max-width:100% !important; height:auto; }\n\n\/* === OVERRIDES per your requests === *\/\n\/* 1) 「ピュアな香り〜」セクションを常に1カラム固定 *\/\n.product-detail-description .luxe-features__inner{ grid-template-columns:1fr !important; }\n.product-detail-description .luxe-features__list{ grid-template-columns:1fr !important; }\n\/* 2) タイトル下の金色スワッシュをアニメ無しで常時表示 *\/\n.product-detail-description .luxe-features .sparkle{ animation:none !important; opacity:1 !important; }\n.product-detail-description .luxe-features__item:nth-child(n) .sparkle{ animation-delay:0s !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\" style=\"text-align: start;\"\u003e\u003c!-- === HERO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG354.jpg?v=1733335268\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e水を使わず、精油そのままの香りを。\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"p1\"\u003e手吹きガラスと木製ベースが織りなす造形は、まるで工芸品。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e伝統と革新が出会うことで生まれたアロマディフューザーは、香りと灯りで空間を整え、あなたの日常に深いやすらぎをもたらします。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- === LONDON INTRO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg alt=\"United Kingdom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/UK_1024x1024.png?v=1757999266\" style=\"float: none;\"\u003e 伝統と革新が息づく都市、ロンドン。\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003eそのクラシックな美意識とモダンな感性から、Charabanc Aroma は誕生しました。\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eイギリスの文化が持つ奥深さと洗練を背景に、日常に寄り添う香りの体験をお届けします。\u003c\/p\u003e\n\u003c!-- === Scene Guide header image (existing) === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG353.jpg?v=1733335267\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003eどんなシーンにおすすめ？｜シーン別ガイド\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg alt=\"3つのポイント\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_1bad3d74-be81-4f39-8f95-95eaa39ff6c9_1024x1024.png?v=1758097272\" class=\"wide-img\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c!-- === Audience A–F (existing) === --\u003e\n\u003csection class=\"audience6\"\u003e\n\u003cul class=\"audience6__grid\"\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageA_1024x1024.png?v=1758860804\" alt=\"A\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eA\u003c\/span\u003e仕事終わりに切り替えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eやさしい灯りと静かな間欠運転で、夜の“オフ”モードへスムーズに。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eラベンダー／スイートオレンジ／フランキンセンス\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e照明を一段落とし、デスクから1.5m離して“余白”を作る。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageB_1024x1024.png?v=1758860978\" alt=\"B\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eB\u003c\/span\u003eベッドサイドを上質に整えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水なし拡散で軽やかに。3分運転／5分休止が心地よい余韻を残します。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eベルガモット／ローマンカモミール／シダーウッド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e就寝30分前に弱運転→消灯前に停止。枕元から約2mが目安。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageC_1024x1024.png?v=1758860812\" alt=\"C\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eC\u003c\/span\u003e集中力を高めたいクリエイター／学習者\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eトップノートが“切替スイッチ”に。静音設計で作業を邪魔しません。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズマリー・シネオール／レモン／ペパーミント\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e25分作業＋5分休憩（ポモドーロ）に合わせ弱運転。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageD_1024x1024.png?v=1758860820\" alt=\"D\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eD\u003c\/span\u003eインテリアも妥協しない人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e手吹きガラス×木製ベースがオブジェのように佇み、空間の格が上がる。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズ／ジャスミン／イランイラン\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e壁際や棚上で陰影を活かす。サイドライトでガラスの表情UP。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageE_1024x1024.png?v=1758860838\" alt=\"E\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eE\u003c\/span\u003e来客のおもてなし・ギフトに\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e主張しすぎない軽やかな香りで、誰にでも贈りやすい“外さない”一品。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eシトラス＋ハーブ系ブレンド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003eカードに“使い始めレシピ（1〜2滴／10分）”を添えると親切。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageF_1024x1024.png?v=1758860846\" alt=\"F\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eF\u003c\/span\u003eペットや布製品に配慮したい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水を使わないから残留しにくく、後始末も簡単。清潔志向にマッチ。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eレモン／グレープフルーツ（少量から）\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e低い位置は避け、風の流れがある棚上から“薄く長く”。※使用量・場所には配慮を。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/e2f964fb06721840aae8eb8ccad35aed_480x480.png?v=1758096442\" alt=\"5つの特徴\" class=\"wide-img\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- === Luxe (Black x Gold) : ピュアな香り〜 === --\u003e\n\u003csection class=\"luxe-features\"\u003e\n\u003cdiv class=\"luxe-features__inner\"\u003e\n\u003cdiv class=\"luxe-features__visual\"\u003e\u003cimg alt=\"Retro Oil Diffuser\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/2e35e9866d5443f44c2a1b630be726bb_1024x1024.png?v=1757998624\" class=\"luxe-features__bottle\"\u003e\u003c\/div\u003e\n\u003cul class=\"luxe-features__list\"\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eピュアな香り\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g1\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"8\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"2\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e精油を希釈せず、純度の高い香りをそのまま。こぼれや残留物が少なくお手入れが簡単。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e職人の温もり\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g2\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"8\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"2\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e木製ベースと手吹きガラス。ひとつひとつ異なる木目が唯一無二の表情に。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静かに香る\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g3\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"8\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"2\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eやわらかなムードライトが香りと重なり、リビングや寝室を穏やかな雰囲気で包みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静音×間欠運転\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g4\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"8\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"2\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e香りが強くなりすぎない自動間欠（3分運転／5分休止）。読書や作業の邪魔をしにくい静音設計。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eどこでも使える\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g5\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"8\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"2\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eUSBに加え、充電式でコードレス。デスクからベッドサイドまで好きな場所へ。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Mood Scenes (3-up) === --\u003e\n\u003csection class=\"mood-scenes\"\u003e\n\u003ch2 class=\"mood-scenes__title\"\u003e日々のリズムに寄り添う、香りと灯り\u003c\/h2\u003e\n\u003cul class=\"mood-scenes__grid\"\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image1_1024x1024.png?v=1758783604\" alt=\"リビングでくつろぐシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e朝の光を迎えるリビングで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e窓から射すやわらかな光と調和し、香りが部屋にすっと広がる。いつもの空間が、ほんの少し特別な場所へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image2_1024x1024.png?v=1758783616\" alt=\"ワークスペースで集中するシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e昼のひらめきを生むワークデスクで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e植物の緑や自然光と重なり、香りが集中力を後押し。アイデアが静かに芽吹く時間をつくり出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image3_1024x1024.png?v=1758783626\" alt=\"ベッドサイドで安らぐ夜のシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e夜の静けさに包まれるベッドサイドで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e灯りのあたたかさとともに、心をほどくように香りが漂う。一日の終わりにふさわしい、深いやすらぎを。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Compare Table (2-col) === --\u003e\n\u003csection class=\"compare-wrap\"\u003e\n\u003ch2 class=\"compare-title\"\u003e水あり・超音波式 と 水なし・ネブライザー式の違い\u003c\/h2\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003e項目\u003c\/th\u003e\n\u003cth\u003e水あり・超音波式\u003c\/th\u003e\n\u003cth\u003e水なし・ネブライザー式\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e香りの純度\u003c\/td\u003e\n\u003ctd\u003e精油が水で希釈されるため柔らかい香り\u003c\/td\u003e\n\u003ctd\u003e精油そのまま拡散、濃厚でピュア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e拡散力・持続性\u003c\/td\u003e\n\u003ctd\u003e広範囲に拡散するが持続は弱め\u003c\/td\u003e\n\u003ctd\u003e香りが濃く、長く持続\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e残留物／お手入れ\u003c\/td\u003e\n\u003ctd\u003eタンクに水垢やカビが発生しやすい\u003c\/td\u003e\n\u003ctd\u003e残留が少なく掃除が簡単\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e衛生面\u003c\/td\u003e\n\u003ctd\u003e水を入れっぱなしにすると雑菌リスク\u003c\/td\u003e\n\u003ctd\u003e雑菌リスクが低い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e加湿機能\u003c\/td\u003e\n\u003ctd\u003e香り＋加湿を同時に可能\u003c\/td\u003e\n\u003ctd\u003e加湿はなし、香り専用\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e静音性\u003c\/td\u003e\n\u003ctd\u003e比較的静か\u003c\/td\u003e\n\u003ctd\u003e小さな「プシュッ音」があるが控えめ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e使用環境\u003c\/td\u003e\n\u003ctd\u003eUSB電源やコンセント式が主流、据え置き利用が多い\u003c\/td\u003e\n\u003ctd\u003eUSB給電に加え、充電式・コードレス対応も多い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e精油の消費量\u003c\/td\u003e\n\u003ctd\u003e少量で長時間香る\u003c\/td\u003e\n\u003ctd\u003e直接使用のため減りはやや早い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- === Steps (existing) === --\u003e\n\u003csection class=\"steps4\"\u003e\n\u003cp class=\"steps4__eyebrow\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"steps4__title\"\u003e使い方｜STEP 1–4\u003c\/h2\u003e\n\u003cp class=\"steps4__note\"\u003e精油は薄めずに使用します。香りが強いと感じたら、滴下量を控えめにしてください。\u003c\/p\u003e\n\u003cul class=\"steps4__grid\"\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 1\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG61.jpg?v=1728995855\" alt=\"STEP1\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e安定した平らな場所に設置\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eベースが水平な場所にあることを確認し、ガラス部品をやさしくセットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 2\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG62.jpg?v=1728995855\" alt=\"STEP2\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e精油を滴下\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eノズルに精油を直接1〜3滴。入れすぎないのがコツです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 3\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG64.jpg?v=1728995856\" alt=\"STEP3\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e給電してスイッチON\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eUSBで給電しノブを回すと\u003cstrong\u003e自動間欠（3分運転／5分休止）\u003c\/strong\u003eで運転開始。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 4\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG63.jpg?v=1728995859\" alt=\"STEP4\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e香りと灯りを調整\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003e運転時間や滴下量を調整。就寝前は短時間運転がおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === Carousel (existing) === --\u003e \u003c!-- Carousel (Square1〜5に差し替え) --\u003e\n\u003csection class=\"carousel\"\u003e\n\u003cdiv class=\"carousel__track\"\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square1_1024x1024.png?v=1758799611\" alt=\"Square1\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square2_1024x1024.png?v=1758799622\" alt=\"Square2\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square3_1024x1024.png?v=1758799634\" alt=\"Square3\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square4_1024x1024.png?v=1758799644\" alt=\"Square4\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square5_1024x1024.png?v=1758799656\" alt=\"Square5\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Essential Oils : 気分で選ぶ（スクリプト不要の静的版） --\u003e\n\u003csection class=\"oils\" style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\"\u003e\n\u003ch2 class=\"oils__title\" style=\"margin: 0 0 14px; font-weight: bold; font-size: clamp(18px,2.4vw,22px); letter-spacing: .06em; text-align: center;\"\u003eはじめてのエッセンシャルオイル｜気分で選ぶ\u003c\/h2\u003e\n\u003c!-- 説明 --\u003e\n\u003cp style=\"text-align: center; color: #6a625a; margin: 0 0 14px; font-size: 14.5px;\"\u003e目的に近いカードをタップ／クリックしてください。各アイテムの詳細はコレクションページでご確認いただけます。\u003c\/p\u003e\n\u003c!-- 6つの気分カテゴリ --\u003e\n\u003cul class=\"oils__grid\" style=\"list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px;\"\u003e\u003c!-- relax --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/relax-night\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eリラックス・安眠したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eRELAX \/ NIGHT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eラベンダー ／ ベルガモット ／ ローマンカモミール ／ フランキンセンス ／ シダーウッド\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e就寝30分前に1〜2滴から。静かに落ち着きたい夜に。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- refresh --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/reflesh-day\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分をリフレッシュしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eREFRESH \/ DAY\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ペパーミント ／ ユーカリ ／ グレープフルーツ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e朝の目覚めや気分転換に。換気とあわせて軽やかに。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- focus --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/focus\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e集中力を高めたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFOCUS\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eローズマリー・シネオール ／ レモン ／ ペパーミント ／ ユーカリ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e作業開始前に短時間。トップノートでスイッチON。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- cheer --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/cheer\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分を明るくしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eCHEER\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eスイートオレンジ ／ グレープフルーツ ／ ベルガモット ／ ゼラニウム\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e楽しい空気づくりに。ハーブ1滴で甘さを調整。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- deodorant --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/fresh-clean\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e空気をすっきり・消臭したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFRESH \/ CLEAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ユーカリ ／ ティートリー ／ ペパーミント\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e換気と合わせて“薄く長く”。清潔感をキープ。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- gift --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/gift\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eギフト・誰にでもおすすめ\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eGIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eシトラス系ブレンド ／ ラベンダー ／ スイートオレンジ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003eクセが少なく親しみやすい。はじめての一本にも。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- subscription --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 14px; background: linear-gradient(135deg,#fffdf9,#fdf7ef); box-shadow: 0 4px 14px rgba(0,0,0,.05); position: relative; overflow: hidden;\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/products\/charabanc-aroma-scent-discovery-subscription\" rel=\"noopener\" style=\"display: block; padding: 20px 18px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\u003c!-- Ribbon --\u003e \u003cspan style=\"position: absolute; top: 12px; right: -40px; transform: rotate(45deg); background: linear-gradient(135deg,#e7d08a,#d4af37); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 40px; box-shadow: 0 2px 6px rgba(0,0,0,.15);\"\u003eSPECIAL\u003c\/span\u003e \u003c!-- Head --\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 0 8px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(16px,2vw,18px); color: #554216;\"\u003e迷った時は香りの定期便\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12.5px; color: #fff; background: linear-gradient(135deg,#f7b7d2,#fceabb); border-radius: 999px; padding: 3px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15);\"\u003eSubscription\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp style=\"margin: .3em 0; font-size: 14.5px; color: #444; line-height: 1.7;\"\u003e毎月おすすめの精油が届く特別なサブスクリプション。\u003cbr\u003e高級感と遊び心を兼ね備えたラインナップで、新しい香りとの出会いを楽しめます。\u003c\/p\u003e\n\u003cp style=\"margin: .3em 0; font-size: 13.5px; color: #6a625a;\"\u003eギフトにも最適。届くたびにちょっとしたときめきを。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- 備考 --\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e※ ネブライザー式は原液使用。最初は1〜2滴から様子を見てください。柑橘は長時間直射日光を浴びる前は控えめに。\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG363.jpg?v=1733335268\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jptrust\"\u003e\n\u003cstyle\u003e\n.jptrust{font-family:'Zen Old Mincho',serif;max-width:980px;margin:48px auto 8px;color:#3d3a34;padding:0 16px;-webkit-font-smoothing:antialiased}\n.jptrust *{box-sizing:border-box}\n.jptrust__bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 44px}\n.jptrust__pill{background:#f5f1ea;border:1px solid #e2ddd7;border-radius:12px;padding:18px 14px;text-align:center}\n.jptrust__pill b{display:block;font-size:14px;letter-spacing:.04em;color:#554216;margin:0 0 4px}\n.jptrust__pill span{display:block;font-size:12px;line-height:1.6;color:#6a625a}\n.jptrust__h{font-size:20px;letter-spacing:.12em;text-align:center;color:#3d3a34;margin:0 0 6px;font-weight:500}\n.jptrust__h::after{content:\"\";display:block;width:40px;height:1px;background:#b08d2e;margin:14px auto 0}\n.jptrust__lead{text-align:center;font-size:13px;color:#8a8076;margin:0 0 28px;letter-spacing:.03em}\n.jptrust__spec{width:100%;border-collapse:collapse;margin:0 auto 48px;font-size:14px}\n.jptrust__spec th,.jptrust__spec td{border-bottom:1px solid #e8dfd6;padding:14px 12px;text-align:left;vertical-align:top}\n.jptrust__spec th{width:34%;color:#8a8076;font-weight:500;letter-spacing:.06em;white-space:nowrap}\n.jptrust__spec td{color:#3d3a34;line-height:1.7}\n.jptrust__faq{border-top:1px solid #e8dfd6;margin:0 auto}\n.jptrust__q{border-bottom:1px solid #e8dfd6;padding:18px 4px}\n.jptrust__q dt{font-size:15px;color:#554216;margin:0 0 8px;letter-spacing:.03em}\n.jptrust__q dt::before{content:\"Q. \";color:#b08d2e}\n.jptrust__q dd{margin:0;font-size:13.5px;line-height:1.85;color:#6a625a}\n@media(max-width:600px){.jptrust__bar{grid-template-columns:repeat(2,1fr);gap:10px}.jptrust__spec th{width:40%}}\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust__bar\"\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e追加費用なし\u003c\/b\u003e\u003cspan\u003e関税・消費税込\u003cbr\u003e（DDP・関税元払い）\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e安心の配送\u003c\/b\u003e\u003cspan\u003e全国一律 800円\u003cbr\u003e7,000円以上で送料無料\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e3〜5営業日\u003c\/b\u003e\u003cspan\u003e追跡番号付き\u003cbr\u003eで発送\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e14日間返品\u003c\/b\u003e\u003cspan\u003e未開封であれば\u003cbr\u003e返品を承ります\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"jptrust__h\"\u003e仕様\u003c\/h3\u003e\n\u003cp class=\"jptrust__lead\"\u003eCharabanc Aroma — 英国生まれのウォーターレス アロマディフューザー\u003c\/p\u003e\n\u003ctable class=\"jptrust__spec\"\u003e\u003ctr\u003e\u003cth\u003e方式\u003c\/th\u003e\u003ctd\u003e水を使わないネブライザー式（コールドエア方式）。熱も水も使わず、精油そのままの香りを拡散します。\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e対応オイル容量\u003c\/th\u003e\u003ctd\u003e30ml ／ 60ml ／ 90ml ／ 120ml\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e電源\u003c\/th\u003e\u003ctd\u003e充電式バッテリー（コードレス・USB充電）\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eブランド\u003c\/th\u003e\u003ctd\u003eCharabanc Aroma（英国ブランド）\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\n\u003ch3 class=\"jptrust__h\"\u003eよくあるご質問\u003c\/h3\u003e\n\u003cdiv class=\"jptrust__faq\"\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eいつ届きますか？\u003c\/dt\u003e\u003cdd\u003eご注文後 1〜2 営業日で発送し、通常 3〜5 営業日でお届けします。追跡番号をメールでお送りしますので、配送状況をいつでもご確認いただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e関税や追加の費用はかかりますか？\u003c\/dt\u003e\u003cdd\u003eいいえ。表示価格はすべて税込（日本円）で、関税・輸入消費税込（DDP）です。お受け取り時に追加のお支払いは一切ございません。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e返品はできますか？\u003c\/dt\u003e\u003cdd\u003e商品到着後 14 日以内、未使用・未開封であれば返品を承ります（衛生上の理由により、開封済みのエッセンシャルオイルは対象外です）。まずは contact@charabancaroma.store または LINE までご連絡ください。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e充電式でどこでも使えますか？\u003c\/dt\u003e\u003cdd\u003eはい。充電式バッテリーを内蔵しているため、コードレスでどこでもお使いいただけます。USBで繰り返し充電できます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eお手入れは簡単ですか？\u003c\/dt\u003e\u003cdd\u003e水を使わないため、お手入れはとても簡単です。ガラス管はぬるま湯ですすぐだけで清潔に保てます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e1台で複数の香りを楽しめますか？\u003c\/dt\u003e\u003cdd\u003eはい。オイルボトルを入れ替えるだけで、その日の気分に合わせて香りを変えてお楽しみいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Charabanc Aroma","offers":[{"title":"ブラウン | コードレス \/ 30ml","offer_id":53763625124166,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 60ml","offer_id":53763625156934,"sku":null,"price":84.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 90ml","offer_id":53763625189702,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 30ml","offer_id":53763614474566,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 60ml","offer_id":53763614507334,"sku":null,"price":84.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 90ml","offer_id":53763614540102,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 120ml（3本購入で1本無料）","offer_id":53763614572870,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 30ml","offer_id":53763614343494,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 60ml","offer_id":53763614376262,"sku":null,"price":84.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 90ml","offer_id":53763614409030,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 120ml（3本購入で1本無料）","offer_id":53763614441798,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 30ml","offer_id":53763614212422,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 60ml","offer_id":53763614245190,"sku":null,"price":84.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 90ml","offer_id":53763614277958,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 120ml（3本購入で1本無料）","offer_id":53763614310726,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true},{"title":"カスタマイズ名 \/ 30ml","offer_id":54202261832006,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true},{"title":"カスタマイズ名 \/ 60ml","offer_id":54202261864774,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"カスタマイズ名 \/ 90ml","offer_id":54202261897542,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"カスタマイズ名 \/ 120ml（3本購入で1本無料）","offer_id":54202261930310,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 120ml（3本購入で1本無料）","offer_id":55582857462086,"sku":null,"price":94.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/charabanc-mini-brown-product-page-v8_a99723b2-0b2b-43ef-a7d3-891bcbff5585.jpg?v=1784896413"},{"product_id":"charabanc-aroma-elysian-glow-oil-diffuser","title":"Charabanc Aroma （チャラバンク アロマ）Elysian Glow オイルディフューザー","description":"\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c!-- [BEGIN content injected into \u0026lt;body\u0026gt;] --\u003e\u003c!-- =========================================\n=  Product Detail : FULL CODE (Start to End) =\n========================================= --\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Zen+Old+Mincho\u0026display=swap');\n\n\/* === Global === *\/\n.product-detail-description,\n.product-detail-description * {\n  font-family: 'Zen Old Mincho', serif !important;\n  line-height: 1.8;\n  letter-spacing: 0.03em;\n  color: #333;\n}\n.product-detail-description img { display:block; max-width:100%; height:auto; }\n\n\/* === 5 Features (existing) === *\/\n.features5 { max-width: 980px; margin: 24px auto 0; padding: 0 16px; }\n.features5__title { text-align: left; font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .04em; margin: 0 0 12px; font-weight: 700; }\n.features5__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }\n@media (min-width: 768px){ .features5__list { grid-template-columns: 1fr 1fr; } }\n.features5__item { text-align: left !important; background: #fff; border: 1px solid #e8dfd6; border-radius: 12px; padding: 14px 16px; line-height: 1.8; word-break: break-word; }\n.features5__head { display: inline-block; font-weight: 700; margin-right: .35em; }\n.features5__item strong { font-weight: 700; }\n.features5 [style*=\"text-align:center\"] { text-align: left !important; }\n\n\/* === STEP 1–4 (existing) === *\/\n.steps4 { max-width: 980px; margin: 48px auto 0; padding: 0 16px; font-size: 16px; line-height: 1.9; color: #333; }\n.steps4__eyebrow { font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#8a8076; margin:0 0 6px; text-align:center; }\n.steps4__title { margin:0 0 16px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.04em; text-align:center; }\n.steps4__note { margin:0 0 24px; color:#6a625a; font-size:14px; text-align:center; }\n.steps4__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:20px; }\n@media (min-width:768px){ .steps4__grid { grid-template-columns:1fr 1fr; } }\n.steps4__item { background:#fff; border:1px solid #e8dfd6; border-radius:12px; padding:20px 16px; text-align:center; opacity:0; transform:translateY(20px); animation: fadeUp 0.8s ease forwards; }\n.steps4__item:nth-child(1){ animation-delay:0.2s; }\n.steps4__item:nth-child(2){ animation-delay:0.4s; }\n.steps4__item:nth-child(3){ animation-delay:0.6s; }\n.steps4__item:nth-child(4){ animation-delay:0.8s; }\n@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n.steps4__badge { display:inline-block; margin-bottom:10px; font-weight:700; font-size:14px; background:#f3eee8; border:1px solid #e8dfd6; border-radius:999px; padding:4px 12px; }\n.steps4__media { width:180px; height:180px; margin:0 auto 12px; border-radius:50%; overflow:hidden; border:2px solid #e8dfd6; }\n.steps4__media img { width:100%; height:100%; object-fit:cover; }\n.steps4__label { font-weight:700; display:block; margin:6px 0; }\n.steps4__desc { font-size:14px; color:#444; }\n\n\/* === Carousel (existing) === *\/\n.carousel { max-width: 980px; margin: 48px auto; overflow: hidden; position: relative; }\n.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }\n.carousel__item { flex: 0 0 80%; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }\n@media (min-width:768px){ .carousel__item { flex: 0 0 60%; } }\n.carousel__item img { width: 100%; height: auto; display: block; border-radius: 12px; }\n\n\/* === Luxe (black x gold) === *\/\n.luxe-features{\n  color:#f5f1ea; background:#000; position:relative; overflow:hidden;\n  padding:56px 16px; margin: 32px 0 8px;\n}\n.luxe-features__inner{\n  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:28px;\n}\n@media (min-width: 920px){\n  .luxe-features__inner{ grid-template-columns:1fr; align-items:center; gap:40px; }\n}\n.luxe-features__visual{ text-align:center; }\n.luxe-features__bottle{\n  width:min(460px,90%); margin:0 auto;\n  filter: drop-shadow(0 12px 28px rgba(255,204,120,.07)) drop-shadow(0 2px 8px rgba(0,0,0,.6));\n  transform: translateY(8px); animation: bottleUp .9s ease forwards .2s; opacity:0;\n}\n@keyframes bottleUp{ to{ transform: translateY(0); opacity:1; } }\n\n.luxe-features__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:18px; }\n@media (min-width:700px){ .luxe-features__list{ grid-template-columns:1fr 1fr; } }\n.luxe-features__item{\n  position:relative; padding:18px 14px 16px; border:1px solid rgba(212,175,55,.22);\n  border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n  overflow:hidden; opacity:0; transform: translateY(14px); animation: fadeInUp .7s ease forwards;\n}\n.luxe-features__item:nth-child(1){ animation-delay:.15s; }\n.luxe-features__item:nth-child(2){ animation-delay:.25s; }\n.luxe-features__item:nth-child(3){ animation-delay:.35s; }\n.luxe-features__item:nth-child(4){ animation-delay:.45s; }\n.luxe-features__item:nth-child(5){ animation-delay:.55s; }\n@keyframes fadeInUp{ to{ opacity:1; transform: translateY(0); } }\n\n.luxe-features__title{\n  position:relative; font-size:clamp(18px,2.2vw,22px); letter-spacing:.06em;\n  font-weight:700; margin:0 0 4px; color:#fffdfa;\n}\n.luxe-features__swish{ display:block; width:100%; height:28px; margin:-2px 0 8px; pointer-events:none; }\n.luxe-features__desc{ margin:0; font-size:clamp(13px,1.7vw,14.5px); line-height:1.9; letter-spacing:.02em; color:#e9e3d9; }\n\n\/* Background gentle gold glow *\/\n.luxe-features::before{\n  content:\"\"; position:absolute; inset:-30% -10% auto -10%; height:70%;\n  background: radial-gradient(60% 60% at 30% 30%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),\n              radial-gradient(30% 30% at 70% 20%, rgba(212,175,55,.08) 0%, rgba(212,175,55,0) 60%);\n  pointer-events:none;\n}\n\n\/* Gold stroke: animation disabled, keep gentle glow only *\/\n.luxe-features .sparkle path.glow{ filter: blur(1.2px); }\n\/* animation intentionally disabled *\/\n\n\/* === Audience A–F (existing) === *\/\n.audience6{ max-width: 980px; margin: 16px auto 32px; padding: 0 16px; }\n.audience6__title{ text-align:center; margin: 6px 0 18px; font-weight:700; font-size: clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.audience6__grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width: 840px){ .audience6__grid{ grid-template-columns:1fr 1fr; gap:18px; } }\n.audience6__card{\n  position:relative; overflow:hidden; background:#fff; border:1px solid #e8dfd6; border-radius:14px;\n  padding:18px 16px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.02); transform: translateY(14px); opacity:0; animation: fadeUp .7s ease forwards;\n}\n.audience6__card:nth-child(1){ animation-delay:.1s; } .audience6__card:nth-child(2){ animation-delay:.2s; }\n.audience6__card:nth-child(3){ animation-delay:.3s; } .audience6__card:nth-child(4){ animation-delay:.4s; }\n.audience6__card:nth-child(5){ animation-delay:.5s; } .audience6__card:nth-child(6){ animation-delay:.6s; }\n.audience6__head{ display:flex; align-items:center; gap:10px; margin:0 0 8px; font-weight:700; font-size: clamp(16px,2vw,18px); letter-spacing:.04em; }\n.audience6__badge{\n  flex:0 0 auto; background:linear-gradient(135deg,#f5e8c8,#e7d08a);\n  color:#554216; border:1px solid #e0c979; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700;\n}\n.audience6__desc{ margin:0 0 6px; color:#444; font-size:14px; }\n.audience6__sub{ margin:0 0 6px; color:#6a625a; font-size:13px; }\n.audience6__tip{ margin:0; color:#8a8076; font-size:12.5px; }\n.audience6__rule{ height:1px; background:linear-gradient(90deg,#e7d08a,rgba(231,208,138,0)); border:0; margin:10px 0; }\n\n\/* === New : Mood Scenes (3-up cards) === *\/\n.mood-scenes, .mood-scenes *{ font-family:'Zen Old Mincho', serif !important; }\n.mood-scenes{ max-width:1080px; margin:40px auto; padding:0 16px; }\n.mood-scenes__title{ margin:0 0 14px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.mood-scenes__grid{ list-style:none; margin:14px 0 0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width:820px){ .mood-scenes__grid{ grid-template-columns:1fr; gap:18px; } }\n.mood-scenes__card{\n  border:1px solid #e8dfd6;\n  border-radius:14px;\n  background:#fff;\n  overflow:hidden;                 \/* ensure image touches edges, no bleed *\/\n  box-shadow:0 2px 10px rgba(0,0,0,.02);\n}\n.mood-scenes__media{\n  margin:0;                        \/* reset figure default margin *\/\n  padding:0;\n  width:100%;\n  background:transparent;\n  border:0;\n  border-radius:0;                 \/* card handles the rounding *\/\n}\n.mood-scenes__media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;                     \/* keep natural ratio *\/\n  object-fit:contain;              \/* never crop *\/\n  object-position:center;\n}\n\/* optional alignment helpers if needed per-image *\/\n.mood-scenes__media--right img{ object-position:right center; }\n.mood-scenes__media--left  img{ object-position:left center; }\n.mood-scenes__body{ padding:14px 14px 16px; }\n.mood-scenes__head{ font-weight:700; font-size:clamp(15px,1.9vw,17px); margin:0 0 6px; }\n.mood-scenes__text{ font-size:14.5px; color:#444; margin:0; }\n\n\/* === Modern Compare Table === *\/\n.compare-wrap{ max-width:1080px; margin:56px auto; padding:0 16px; }\n.compare-title{ margin:0 0 20px; font-weight:700; font-size:clamp(20px,2.6vw,24px); letter-spacing:.05em; text-align:center; }\n\n.compare-table{\n  width:100%;\n  border-collapse:separate;\n  border-spacing:0;\n  font-size:15.5px;\n  line-height:1.7;\n  background:#fff;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 12px rgba(0,0,0,.05);\n}\n.compare-table thead th{\n  background:#f5f3ef;\n  font-weight:700;\n  text-align:center;\n  padding:16px 12px;\n  font-size:15px;\n  border-bottom:1px solid #e2ddd7;\n}\n.compare-table thead th:first-child{ background:#fff; text-align:left; }\n\n.compare-table td{\n  padding:14px 12px;\n  border-bottom:1px solid #f0ede9;\n}\n.compare-table tbody tr:nth-child(odd){\n  background:#faf9f7;\n}\n.compare-table tbody tr:hover{\n  background:#fdfbf9;\n  transition:background .25s ease;\n}\n.compare-table td:first-child{\n  font-weight:600;\n  color:#444;\n  width:36%;\n  background:#fdfcfb;\n}\n@media (max-width:640px){\n  .compare-table{ font-size:14px; }\n  .compare-table td:first-child{ width:42%; }\n}\n\n\/* ★ 「日々のリズムに寄り添う、香りと灯り」セクションを1カラム固定 *\/\n.product-detail-description .daily-rhythm__inner {\n  display: grid !important;\n  grid-template-columns: 1fr !important;\n}\n\n@media (min-width: 768px) {\n  .product-detail-description .daily-rhythm__inner {\n    grid-template-columns: 1fr !important; \/* タブレット以上でも常に1カラム *\/\n  }\n}\n\n\/* 画像が右端で切れないように *\/\n.product-detail-description .daily-rhythm__inner img {\n  max-width: 100%;\n  height: auto;\n  object-fit: contain; \/* はみ出さず収まる *\/\n  display: block;\n  margin: 0 auto; \/* センター寄せ *\/\n}\n\n\/* === Utility === *\/\n.product-detail-description img.wide-img{ display:block !important; width:100% !important; max-width:100% !important; height:auto; }\n\n\/* === OVERRIDES per your requests === *\/\n\/* 1) 「ピュアな香り〜」セクションを常に1カラム固定 *\/\n.product-detail-description .luxe-features__inner{ grid-template-columns:1fr !important; }\n.product-detail-description .luxe-features__list{ grid-template-columns:1fr !important; }\n\/* 2) タイトル下の金色スワッシュをアニメ無しで常時表示 *\/\n.product-detail-description .luxe-features .sparkle{ animation:none !important; opacity:1 !important; }\n.product-detail-description .luxe-features__item:nth-child(n) .sparkle{ animation-delay:0s !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\" style=\"text-align: start;\"\u003e\u003c!-- === HERO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e水を使わず、精油そのままの香りを。\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"p1\"\u003e手吹きガラスと木製ベースが織りなす造形は、まるで工芸品。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e伝統と革新が出会うことで生まれたアロマディフューザーは、香りと灯りで空間を整え、あなたの日常に深いやすらぎをもたらします。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- === LONDON INTRO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg alt=\"United Kingdom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/UK_1024x1024.png?v=1757999266\" style=\"float: none;\"\u003e 伝統と革新が息づく都市、ロンドン。\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003eそのクラシックな美意識とモダンな感性から、Charabanc Aroma は誕生しました。\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eイギリスの文化が持つ奥深さと洗練を背景に、日常に寄り添う香りの体験をお届けします。\u003c\/p\u003e\n\u003c!-- === Scene Guide header image (existing) === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003eどんなシーンにおすすめ？｜シーン別ガイド\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg alt=\"3つのポイント\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_1bad3d74-be81-4f39-8f95-95eaa39ff6c9_1024x1024.png?v=1758097272\" class=\"wide-img\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c!-- === Audience A–F (existing) === --\u003e\n\u003csection class=\"audience6\"\u003e\n\u003cul class=\"audience6__grid\"\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageA_1024x1024.png?v=1758860804\" alt=\"A\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eA\u003c\/span\u003e仕事終わりに切り替えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eやさしい灯りと静かな間欠運転で、夜の“オフ”モードへスムーズに。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eラベンダー／スイートオレンジ／フランキンセンス\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e照明を一段落とし、デスクから1.5m離して“余白”を作る。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageB_1024x1024.png?v=1758860978\" alt=\"B\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eB\u003c\/span\u003eベッドサイドを上質に整えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水なし拡散で軽やかに。3分運転／5分休止が心地よい余韻を残します。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eベルガモット／ローマンカモミール／シダーウッド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e就寝30分前に弱運転→消灯前に停止。枕元から約2mが目安。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageC_1024x1024.png?v=1758860812\" alt=\"C\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eC\u003c\/span\u003e集中力を高めたいクリエイター／学習者\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eトップノートが“切替スイッチ”に。静音設計で作業を邪魔しません。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズマリー・シネオール／レモン／ペパーミント\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e25分作業＋5分休憩（ポモドーロ）に合わせ弱運転。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageD_1024x1024.png?v=1758860820\" alt=\"D\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eD\u003c\/span\u003eインテリアも妥協しない人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e手吹きガラス×木製ベースがオブジェのように佇み、空間の格が上がる。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズ／ジャスミン／イランイラン\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e壁際や棚上で陰影を活かす。サイドライトでガラスの表情UP。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageE_1024x1024.png?v=1758860838\" alt=\"E\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eE\u003c\/span\u003e来客のおもてなし・ギフトに\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e主張しすぎない軽やかな香りで、誰にでも贈りやすい“外さない”一品。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eシトラス＋ハーブ系ブレンド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003eカードに“使い始めレシピ（1〜2滴／10分）”を添えると親切。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageF_1024x1024.png?v=1758860846\" alt=\"F\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eF\u003c\/span\u003eペットや布製品に配慮したい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水を使わないから残留しにくく、後始末も簡単。清潔志向にマッチ。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eレモン／グレープフルーツ（少量から）\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e低い位置は避け、風の流れがある棚上から“薄く長く”。※使用量・場所には配慮を。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/e2f964fb06721840aae8eb8ccad35aed_480x480.png?v=1758096442\" alt=\"5つの特徴\" class=\"wide-img\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- === Luxe (Black x Gold) : ピュアな香り〜 === --\u003e\n\u003csection class=\"luxe-features\"\u003e\n\u003cdiv class=\"luxe-features__inner\"\u003e\n\u003cdiv class=\"luxe-features__visual\"\u003e\u003cimg alt=\"Retro Oil Diffuser\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/2e35e9866d5443f44c2a1b630be726bb_1024x1024.png?v=1757998624\" class=\"luxe-features__bottle\"\u003e\u003c\/div\u003e\n\u003cul class=\"luxe-features__list\"\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eピュアな香り\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g1\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"8\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"2\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e精油を希釈せず、純度の高い香りをそのまま。こぼれや残留物が少なくお手入れが簡単。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e職人の温もり\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g2\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"8\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"2\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e木製ベースと手吹きガラス。ひとつひとつ異なる木目が唯一無二の表情に。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静かに香る\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g3\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"8\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"2\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eやわらかなムードライトが香りと重なり、リビングや寝室を穏やかな雰囲気で包みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静音×間欠運転\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g4\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"8\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"2\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e香りが強くなりすぎない自動間欠（3分運転／5分休止）。読書や作業の邪魔をしにくい静音設計。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eどこでも使える\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g5\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"8\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"2\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eUSBに加え、充電式でコードレス。デスクからベッドサイドまで好きな場所へ。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Mood Scenes (3-up) === --\u003e\n\u003csection class=\"mood-scenes\"\u003e\n\u003ch2 class=\"mood-scenes__title\"\u003e日々のリズムに寄り添う、香りと灯り\u003c\/h2\u003e\n\u003cul class=\"mood-scenes__grid\"\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image1_1024x1024.png?v=1758783604\" alt=\"リビングでくつろぐシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e朝の光を迎えるリビングで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e窓から射すやわらかな光と調和し、香りが部屋にすっと広がる。いつもの空間が、ほんの少し特別な場所へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image2_1024x1024.png?v=1758783616\" alt=\"ワークスペースで集中するシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e昼のひらめきを生むワークデスクで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e植物の緑や自然光と重なり、香りが集中力を後押し。アイデアが静かに芽吹く時間をつくり出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image3_1024x1024.png?v=1758783626\" alt=\"ベッドサイドで安らぐ夜のシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e夜の静けさに包まれるベッドサイドで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e灯りのあたたかさとともに、心をほどくように香りが漂う。一日の終わりにふさわしい、深いやすらぎを。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Compare Table (2-col) === --\u003e\n\u003csection class=\"compare-wrap\"\u003e\n\u003ch2 class=\"compare-title\"\u003e水あり・超音波式 と 水なし・ネブライザー式の違い\u003c\/h2\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003e項目\u003c\/th\u003e\n\u003cth\u003e水あり・超音波式\u003c\/th\u003e\n\u003cth\u003e水なし・ネブライザー式\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e香りの純度\u003c\/td\u003e\n\u003ctd\u003e精油が水で希釈されるため柔らかい香り\u003c\/td\u003e\n\u003ctd\u003e精油そのまま拡散、濃厚でピュア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e拡散力・持続性\u003c\/td\u003e\n\u003ctd\u003e広範囲に拡散するが持続は弱め\u003c\/td\u003e\n\u003ctd\u003e香りが濃く、長く持続\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e残留物／お手入れ\u003c\/td\u003e\n\u003ctd\u003eタンクに水垢やカビが発生しやすい\u003c\/td\u003e\n\u003ctd\u003e残留が少なく掃除が簡単\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e衛生面\u003c\/td\u003e\n\u003ctd\u003e水を入れっぱなしにすると雑菌リスク\u003c\/td\u003e\n\u003ctd\u003e雑菌リスクが低い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e加湿機能\u003c\/td\u003e\n\u003ctd\u003e香り＋加湿を同時に可能\u003c\/td\u003e\n\u003ctd\u003e加湿はなし、香り専用\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e静音性\u003c\/td\u003e\n\u003ctd\u003e比較的静か\u003c\/td\u003e\n\u003ctd\u003e小さな「プシュッ音」があるが控えめ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e使用環境\u003c\/td\u003e\n\u003ctd\u003eUSB電源やコンセント式が主流、据え置き利用が多い\u003c\/td\u003e\n\u003ctd\u003eUSB給電に加え、充電式・コードレス対応も多い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e精油の消費量\u003c\/td\u003e\n\u003ctd\u003e少量で長時間香る\u003c\/td\u003e\n\u003ctd\u003e直接使用のため減りはやや早い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- === Steps (existing) === --\u003e\n\u003csection class=\"steps4\"\u003e\n\u003cp class=\"steps4__eyebrow\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"steps4__title\"\u003e使い方｜STEP 1–4\u003c\/h2\u003e\n\u003cp class=\"steps4__note\"\u003e精油は薄めずに使用します。香りが強いと感じたら、滴下量を控えめにしてください。\u003c\/p\u003e\n\u003cul class=\"steps4__grid\"\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 1\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG61.jpg?v=1728995855\" alt=\"STEP1\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e安定した平らな場所に設置\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eベースが水平な場所にあることを確認し、ガラス部品をやさしくセットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 2\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG62.jpg?v=1728995855\" alt=\"STEP2\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e精油を滴下\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eノズルに精油を直接1〜3滴。入れすぎないのがコツです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 3\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG64.jpg?v=1728995856\" alt=\"STEP3\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e給電してスイッチON\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eUSBで給電しノブを回すと\u003cstrong\u003e自動間欠（3分運転／5分休止）\u003c\/strong\u003eで運転開始。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 4\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG63.jpg?v=1728995859\" alt=\"STEP4\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e香りと灯りを調整\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003e運転時間や滴下量を調整。就寝前は短時間運転がおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === Carousel (existing) === --\u003e \u003c!-- Carousel (Square1〜5に差し替え) --\u003e\n\u003csection class=\"carousel\"\u003e\n\u003cdiv class=\"carousel__track\"\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square1_1024x1024.png?v=1758799611\" alt=\"Square1\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square2_1024x1024.png?v=1758799622\" alt=\"Square2\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square3_1024x1024.png?v=1758799634\" alt=\"Square3\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square4_1024x1024.png?v=1758799644\" alt=\"Square4\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square5_1024x1024.png?v=1758799656\" alt=\"Square5\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Essential Oils : 気分で選ぶ（スクリプト不要の静的版） --\u003e\n\u003csection class=\"oils\" style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\"\u003e\n\u003ch2 class=\"oils__title\" style=\"margin: 0 0 14px; font-weight: bold; font-size: clamp(18px,2.4vw,22px); letter-spacing: .06em; text-align: center;\"\u003eはじめてのエッセンシャルオイル｜気分で選ぶ\u003c\/h2\u003e\n\u003c!-- 説明 --\u003e\n\u003cp style=\"text-align: center; color: #6a625a; margin: 0 0 14px; font-size: 14.5px;\"\u003e目的に近いカードをタップ／クリックしてください。各アイテムの詳細はコレクションページでご確認いただけます。\u003c\/p\u003e\n\u003c!-- 6つの気分カテゴリ --\u003e\n\u003cul class=\"oils__grid\" style=\"list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px;\"\u003e\u003c!-- relax --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/relax-night\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eリラックス・安眠したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eRELAX \/ NIGHT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eラベンダー ／ ベルガモット ／ ローマンカモミール ／ フランキンセンス ／ シダーウッド\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e就寝30分前に1〜2滴から。静かに落ち着きたい夜に。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- refresh --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/reflesh-day\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分をリフレッシュしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eREFRESH \/ DAY\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ペパーミント ／ ユーカリ ／ グレープフルーツ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e朝の目覚めや気分転換に。換気とあわせて軽やかに。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- focus --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/focus\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e集中力を高めたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFOCUS\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eローズマリー・シネオール ／ レモン ／ ペパーミント ／ ユーカリ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e作業開始前に短時間。トップノートでスイッチON。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- cheer --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/cheer\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分を明るくしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eCHEER\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eスイートオレンジ ／ グレープフルーツ ／ ベルガモット ／ ゼラニウム\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e楽しい空気づくりに。ハーブ1滴で甘さを調整。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- deodorant --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/fresh-clean\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e空気をすっきり・消臭したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFRESH \/ CLEAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ユーカリ ／ ティートリー ／ ペパーミント\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e換気と合わせて“薄く長く”。清潔感をキープ。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- gift --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/gift\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eギフト・誰にでもおすすめ\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eGIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eシトラス系ブレンド ／ ラベンダー ／ スイートオレンジ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003eクセが少なく親しみやすい。はじめての一本にも。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- subscription --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 14px; background: linear-gradient(135deg,#fffdf9,#fdf7ef); box-shadow: 0 4px 14px rgba(0,0,0,.05); position: relative; overflow: hidden;\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/products\/charabanc-aroma-scent-discovery-subscription\" rel=\"noopener\" style=\"display: block; padding: 20px 18px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\u003c!-- Ribbon --\u003e \u003cspan style=\"position: absolute; top: 12px; right: -40px; transform: rotate(45deg); background: linear-gradient(135deg,#e7d08a,#d4af37); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 40px; box-shadow: 0 2px 6px rgba(0,0,0,.15);\"\u003eSPECIAL\u003c\/span\u003e \u003c!-- Head --\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 0 8px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(16px,2vw,18px); color: #554216;\"\u003e迷った時は香りの定期便\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12.5px; color: #fff; background: linear-gradient(135deg,#f7b7d2,#fceabb); border-radius: 999px; padding: 3px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15);\"\u003eSubscription\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp style=\"margin: .3em 0; font-size: 14.5px; color: #444; line-height: 1.7;\"\u003e毎月おすすめの精油が届く特別なサブスクリプション。\u003cbr\u003e高級感と遊び心を兼ね備えたラインナップで、新しい香りとの出会いを楽しめます。\u003c\/p\u003e\n\u003cp style=\"margin: .3em 0; font-size: 13.5px; color: #6a625a;\"\u003eギフトにも最適。届くたびにちょっとしたときめきを。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- 備考 --\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e※ ネブライザー式は原液使用。最初は1〜2滴から様子を見てください。柑橘は長時間直射日光を浴びる前は控えめに。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Scriptless hardening: route all clicks to the card anchor and float it above any overlay *\/\n    #oils-by-mood { position: relative; z-index: 99999; }\n    #oils-by-mood .oil { position: relative; pointer-events: none; }\n    #oils-by-mood .oil \u003e a.oil__link {\n      display: block;\n      pointer-events: auto;\n      position: relative;\n      z-index: 99999;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\" style=\"text-align: start;\"\u003e\n\u003csection id=\"oils-by-mood\" class=\"oils\" style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media(min-width:860px){\n    .oils .oils__grid{ grid-template-columns:1fr 1fr; gap:14px; }\n  }\n  .oils .oil:hover{ transform: translateY(-2px); transition: transform .2s ease; }\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust\"\u003e\n\u003cstyle\u003e\n.jptrust{font-family:'Zen Old Mincho',serif;max-width:980px;margin:48px auto 8px;color:#3d3a34;padding:0 16px;-webkit-font-smoothing:antialiased}\n.jptrust *{box-sizing:border-box}\n.jptrust__bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 44px}\n.jptrust__pill{background:#f5f1ea;border:1px solid #e2ddd7;border-radius:12px;padding:18px 14px;text-align:center}\n.jptrust__pill b{display:block;font-size:14px;letter-spacing:.04em;color:#554216;margin:0 0 4px}\n.jptrust__pill span{display:block;font-size:12px;line-height:1.6;color:#6a625a}\n.jptrust__h{font-size:20px;letter-spacing:.12em;text-align:center;color:#3d3a34;margin:0 0 6px;font-weight:500}\n.jptrust__h::after{content:\"\";display:block;width:40px;height:1px;background:#b08d2e;margin:14px auto 0}\n.jptrust__lead{text-align:center;font-size:13px;color:#8a8076;margin:0 0 28px;letter-spacing:.03em}\n.jptrust__spec{width:100%;border-collapse:collapse;margin:0 auto 48px;font-size:14px}\n.jptrust__spec th,.jptrust__spec td{border-bottom:1px solid #e8dfd6;padding:14px 12px;text-align:left;vertical-align:top}\n.jptrust__spec th{width:34%;color:#8a8076;font-weight:500;letter-spacing:.06em;white-space:nowrap}\n.jptrust__spec td{color:#3d3a34;line-height:1.7}\n.jptrust__faq{border-top:1px solid #e8dfd6;margin:0 auto}\n.jptrust__q{border-bottom:1px solid #e8dfd6;padding:18px 4px}\n.jptrust__q dt{font-size:15px;color:#554216;margin:0 0 8px;letter-spacing:.03em}\n.jptrust__q dt::before{content:\"Q. \";color:#b08d2e}\n.jptrust__q dd{margin:0;font-size:13.5px;line-height:1.85;color:#6a625a}\n@media(max-width:600px){.jptrust__bar{grid-template-columns:repeat(2,1fr);gap:10px}.jptrust__spec th{width:40%}}\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust__bar\"\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e追加費用なし\u003c\/b\u003e\u003cspan\u003e関税・消費税込\u003cbr\u003e（DDP・関税元払い）\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e安心の配送\u003c\/b\u003e\u003cspan\u003e全国一律 800円\u003cbr\u003e7,000円以上で送料無料\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e3〜5営業日\u003c\/b\u003e\u003cspan\u003e追跡番号付き\u003cbr\u003eで発送\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e14日間返品\u003c\/b\u003e\u003cspan\u003e未開封であれば\u003cbr\u003e返品を承ります\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"jptrust__h\"\u003e仕様\u003c\/h3\u003e\n\u003cp class=\"jptrust__lead\"\u003eCharabanc Aroma — 英国生まれのウォーターレス アロマディフューザー\u003c\/p\u003e\n\u003ctable class=\"jptrust__spec\"\u003e\u003ctr\u003e\u003cth\u003e方式\u003c\/th\u003e\u003ctd\u003e水を使わないネブライザー式（コールドエア方式）。熱も水も使わず、精油そのままの香りを拡散します。\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e対応オイル容量\u003c\/th\u003e\u003ctd\u003e30ml ／ 60ml ／ 90ml ／ 120ml\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e電源\u003c\/th\u003e\u003ctd\u003eUSB給電\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eライト\u003c\/th\u003e\u003ctd\u003e内蔵LEDライト付き\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eブランド\u003c\/th\u003e\u003ctd\u003eCharabanc Aroma（英国ブランド）\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\n\u003ch3 class=\"jptrust__h\"\u003eよくあるご質問\u003c\/h3\u003e\n\u003cdiv class=\"jptrust__faq\"\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eいつ届きますか？\u003c\/dt\u003e\u003cdd\u003eご注文後 1〜2 営業日で発送し、通常 3〜5 営業日でお届けします。追跡番号をメールでお送りしますので、配送状況をいつでもご確認いただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e関税や追加の費用はかかりますか？\u003c\/dt\u003e\u003cdd\u003eいいえ。表示価格はすべて税込（日本円）で、関税・輸入消費税込（DDP）です。お受け取り時に追加のお支払いは一切ございません。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e返品はできますか？\u003c\/dt\u003e\u003cdd\u003e商品到着後 14 日以内、未使用・未開封であれば返品を承ります（衛生上の理由により、開封済みのエッセンシャルオイルは対象外です）。まずは contact@charabancaroma.store または LINE までご連絡ください。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eお手入れは簡単ですか？\u003c\/dt\u003e\u003cdd\u003e水を使わないため、お手入れはとても簡単です。ガラス管はぬるま湯ですすぐだけで清潔に保てます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e1台で複数の香りを楽しめますか？\u003c\/dt\u003e\u003cdd\u003eはい。オイルボトルを入れ替えるだけで、その日の気分に合わせて香りを変えてお楽しみいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Charabanc Aroma","offers":[{"title":"インクブラック \/ 30ml","offer_id":54194678169926,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"インクブラック \/ 60ml","offer_id":54194678202694,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"インクブラック \/ 90ml","offer_id":54194678235462,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"インクブラック \/ 120ml（3本購入で1本無料）","offer_id":54194678268230,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"アンバーワルナット \/ 30ml","offer_id":55382131310918,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"アンバーワルナット \/ 60ml","offer_id":55382131343686,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"アンバーワルナット \/ 90ml","offer_id":55382131376454,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"アンバーワルナット \/ 120ml（3本購入で1本無料）","offer_id":55382131409222,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/EU_W.png?v=1776945174"},{"product_id":"charabanc-aroma-crystal-glow-diffuser","title":"Charabanc Aroma（チャラバンク アロマ）クリスタル グロウ ディフューザー","description":"\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cp class=\"p1\" style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c!-- [BEGIN content injected into \u0026lt;body\u0026gt;] --\u003e\u003c!-- =========================================\n=  Product Detail : FULL CODE (Start to End) =\n========================================= --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Zen+Old+Mincho\u0026display=swap');\n\n\/* === Global === *\/\n.product-detail-description,\n.product-detail-description * {\n  font-family: 'Zen Old Mincho', serif !important;\n  line-height: 1.8;\n  letter-spacing: 0.03em;\n  color: #333;\n}\n.product-detail-description img { display:block; max-width:100%; height:auto; }\n\n\/* === 5 Features (existing) === *\/\n.features5 { max-width: 980px; margin: 24px auto 0; padding: 0 16px; }\n.features5__title { text-align: left; font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .04em; margin: 0 0 12px; font-weight: 700; }\n.features5__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }\n@media (min-width: 768px){ .features5__list { grid-template-columns: 1fr 1fr; } }\n.features5__item { text-align: left !important; background: #fff; border: 1px solid #e8dfd6; border-radius: 12px; padding: 14px 16px; line-height: 1.8; word-break: break-word; }\n.features5__head { display: inline-block; font-weight: 700; margin-right: .35em; }\n.features5__item strong { font-weight: 700; }\n.features5 [style*=\"text-align:center\"] { text-align: left !important; }\n\n\/* === STEP 1–4 (existing) === *\/\n.steps4 { max-width: 980px; margin: 48px auto 0; padding: 0 16px; font-size: 16px; line-height: 1.9; color: #333; }\n.steps4__eyebrow { font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#8a8076; margin:0 0 6px; text-align:center; }\n.steps4__title { margin:0 0 16px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.04em; text-align:center; }\n.steps4__note { margin:0 0 24px; color:#6a625a; font-size:14px; text-align:center; }\n.steps4__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:20px; }\n@media (min-width:768px){ .steps4__grid { grid-template-columns:1fr 1fr; } }\n.steps4__item { background:#fff; border:1px solid #e8dfd6; border-radius:12px; padding:20px 16px; text-align:center; opacity:0; transform:translateY(20px); animation: fadeUp 0.8s ease forwards; }\n.steps4__item:nth-child(1){ animation-delay:0.2s; }\n.steps4__item:nth-child(2){ animation-delay:0.4s; }\n.steps4__item:nth-child(3){ animation-delay:0.6s; }\n.steps4__item:nth-child(4){ animation-delay:0.8s; }\n@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n.steps4__badge { display:inline-block; margin-bottom:10px; font-weight:700; font-size:14px; background:#f3eee8; border:1px solid #e8dfd6; border-radius:999px; padding:4px 12px; }\n.steps4__media { width:180px; height:180px; margin:0 auto 12px; border-radius:50%; overflow:hidden; border:2px solid #e8dfd6; }\n.steps4__media img { width:100%; height:100%; object-fit:cover; }\n.steps4__label { font-weight:700; display:block; margin:6px 0; }\n.steps4__desc { font-size:14px; color:#444; }\n\n\/* === Carousel (existing) === *\/\n.carousel { max-width: 980px; margin: 48px auto; overflow: hidden; position: relative; }\n.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }\n.carousel__item { flex: 0 0 80%; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }\n@media (min-width:768px){ .carousel__item { flex: 0 0 60%; } }\n.carousel__item img { width: 100%; height: auto; display: block; border-radius: 12px; }\n\n\/* === Luxe (black x gold) === *\/\n.luxe-features{\n  color:#f5f1ea; background:#000; position:relative; overflow:hidden;\n  padding:56px 16px; margin: 32px 0 8px;\n}\n.luxe-features__inner{\n  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:28px;\n}\n@media (min-width: 920px){\n  .luxe-features__inner{ grid-template-columns:1fr; align-items:center; gap:40px; }\n}\n.luxe-features__visual{ text-align:center; }\n.luxe-features__bottle{\n  width:min(460px,90%); margin:0 auto;\n  filter: drop-shadow(0 12px 28px rgba(255,204,120,.07)) drop-shadow(0 2px 8px rgba(0,0,0,.6));\n  transform: translateY(8px); animation: bottleUp .9s ease forwards .2s; opacity:0;\n}\n@keyframes bottleUp{ to{ transform: translateY(0); opacity:1; } }\n\n.luxe-features__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:18px; }\n@media (min-width:700px){ .luxe-features__list{ grid-template-columns:1fr 1fr; } }\n.luxe-features__item{\n  position:relative; padding:18px 14px 16px; border:1px solid rgba(212,175,55,.22);\n  border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n  overflow:hidden; opacity:0; transform: translateY(14px); animation: fadeInUp .7s ease forwards;\n}\n.luxe-features__item:nth-child(1){ animation-delay:.15s; }\n.luxe-features__item:nth-child(2){ animation-delay:.25s; }\n.luxe-features__item:nth-child(3){ animation-delay:.35s; }\n.luxe-features__item:nth-child(4){ animation-delay:.45s; }\n.luxe-features__item:nth-child(5){ animation-delay:.55s; }\n@keyframes fadeInUp{ to{ opacity:1; transform: translateY(0); } }\n\n.luxe-features__title{\n  position:relative; font-size:clamp(18px,2.2vw,22px); letter-spacing:.06em;\n  font-weight:700; margin:0 0 4px; color:#fffdfa;\n}\n.luxe-features__swish{ display:block; width:100%; height:28px; margin:-2px 0 8px; pointer-events:none; }\n.luxe-features__desc{ margin:0; font-size:clamp(13px,1.7vw,14.5px); line-height:1.9; letter-spacing:.02em; color:#e9e3d9; }\n\n\/* Background gentle gold glow *\/\n.luxe-features::before{\n  content:\"\"; position:absolute; inset:-30% -10% auto -10%; height:70%;\n  background: radial-gradient(60% 60% at 30% 30%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),\n              radial-gradient(30% 30% at 70% 20%, rgba(212,175,55,.08) 0%, rgba(212,175,55,0) 60%);\n  pointer-events:none;\n}\n\n\/* Gold stroke: animation disabled, keep gentle glow only *\/\n.luxe-features .sparkle path.glow{ filter: blur(1.2px); }\n\/* animation intentionally disabled *\/\n\n\/* === Audience A–F (existing) === *\/\n.audience6{ max-width: 980px; margin: 16px auto 32px; padding: 0 16px; }\n.audience6__title{ text-align:center; margin: 6px 0 18px; font-weight:700; font-size: clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.audience6__grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width: 840px){ .audience6__grid{ grid-template-columns:1fr 1fr; gap:18px; } }\n.audience6__card{\n  position:relative; overflow:hidden; background:#fff; border:1px solid #e8dfd6; border-radius:14px;\n  padding:18px 16px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.02); transform: translateY(14px); opacity:0; animation: fadeUp .7s ease forwards;\n}\n.audience6__card:nth-child(1){ animation-delay:.1s; } .audience6__card:nth-child(2){ animation-delay:.2s; }\n.audience6__card:nth-child(3){ animation-delay:.3s; } .audience6__card:nth-child(4){ animation-delay:.4s; }\n.audience6__card:nth-child(5){ animation-delay:.5s; } .audience6__card:nth-child(6){ animation-delay:.6s; }\n.audience6__head{ display:flex; align-items:center; gap:10px; margin:0 0 8px; font-weight:700; font-size: clamp(16px,2vw,18px); letter-spacing:.04em; }\n.audience6__badge{\n  flex:0 0 auto; background:linear-gradient(135deg,#f5e8c8,#e7d08a);\n  color:#554216; border:1px solid #e0c979; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700;\n}\n.audience6__desc{ margin:0 0 6px; color:#444; font-size:14px; }\n.audience6__sub{ margin:0 0 6px; color:#6a625a; font-size:13px; }\n.audience6__tip{ margin:0; color:#8a8076; font-size:12.5px; }\n.audience6__rule{ height:1px; background:linear-gradient(90deg,#e7d08a,rgba(231,208,138,0)); border:0; margin:10px 0; }\n\n\/* === New : Mood Scenes (3-up cards) === *\/\n.mood-scenes, .mood-scenes *{ font-family:'Zen Old Mincho', serif !important; }\n.mood-scenes{ max-width:1080px; margin:40px auto; padding:0 16px; }\n.mood-scenes__title{ margin:0 0 14px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.mood-scenes__grid{ list-style:none; margin:14px 0 0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width:820px){ .mood-scenes__grid{ grid-template-columns:1fr; gap:18px; } }\n.mood-scenes__card{\n  border:1px solid #e8dfd6;\n  border-radius:14px;\n  background:#fff;\n  overflow:hidden;                 \/* ensure image touches edges, no bleed *\/\n  box-shadow:0 2px 10px rgba(0,0,0,.02);\n}\n.mood-scenes__media{\n  margin:0;                        \/* reset figure default margin *\/\n  padding:0;\n  width:100%;\n  background:transparent;\n  border:0;\n  border-radius:0;                 \/* card handles the rounding *\/\n}\n.mood-scenes__media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;                     \/* keep natural ratio *\/\n  object-fit:contain;              \/* never crop *\/\n  object-position:center;\n}\n\/* optional alignment helpers if needed per-image *\/\n.mood-scenes__media--right img{ object-position:right center; }\n.mood-scenes__media--left  img{ object-position:left center; }\n.mood-scenes__body{ padding:14px 14px 16px; }\n.mood-scenes__head{ font-weight:700; font-size:clamp(15px,1.9vw,17px); margin:0 0 6px; }\n.mood-scenes__text{ font-size:14.5px; color:#444; margin:0; }\n\n\/* === Modern Compare Table === *\/\n.compare-wrap{ max-width:1080px; margin:56px auto; padding:0 16px; }\n.compare-title{ margin:0 0 20px; font-weight:700; font-size:clamp(20px,2.6vw,24px); letter-spacing:.05em; text-align:center; }\n\n.compare-table{\n  width:100%;\n  border-collapse:separate;\n  border-spacing:0;\n  font-size:15.5px;\n  line-height:1.7;\n  background:#fff;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 12px rgba(0,0,0,.05);\n}\n.compare-table thead th{\n  background:#f5f3ef;\n  font-weight:700;\n  text-align:center;\n  padding:16px 12px;\n  font-size:15px;\n  border-bottom:1px solid #e2ddd7;\n}\n.compare-table thead th:first-child{ background:#fff; text-align:left; }\n\n.compare-table td{\n  padding:14px 12px;\n  border-bottom:1px solid #f0ede9;\n}\n.compare-table tbody tr:nth-child(odd){\n  background:#faf9f7;\n}\n.compare-table tbody tr:hover{\n  background:#fdfbf9;\n  transition:background .25s ease;\n}\n.compare-table td:first-child{\n  font-weight:600;\n  color:#444;\n  width:36%;\n  background:#fdfcfb;\n}\n@media (max-width:640px){\n  .compare-table{ font-size:14px; }\n  .compare-table td:first-child{ width:42%; }\n}\n\n\/* ★ 「日々のリズムに寄り添う、香りと灯り」セクションを1カラム固定 *\/\n.product-detail-description .daily-rhythm__inner {\n  display: grid !important;\n  grid-template-columns: 1fr !important;\n}\n\n@media (min-width: 768px) {\n  .product-detail-description .daily-rhythm__inner {\n    grid-template-columns: 1fr !important; \/* タブレット以上でも常に1カラム *\/\n  }\n}\n\n\/* 画像が右端で切れないように *\/\n.product-detail-description .daily-rhythm__inner img {\n  max-width: 100%;\n  height: auto;\n  object-fit: contain; \/* はみ出さず収まる *\/\n  display: block;\n  margin: 0 auto; \/* センター寄せ *\/\n}\n\n\/* === Utility === *\/\n.product-detail-description img.wide-img{ display:block !important; width:100% !important; max-width:100% !important; height:auto; }\n\n\/* === OVERRIDES per your requests === *\/\n\/* 1) 「ピュアな香り〜」セクションを常に1カラム固定 *\/\n.product-detail-description .luxe-features__inner{ grid-template-columns:1fr !important; }\n.product-detail-description .luxe-features__list{ grid-template-columns:1fr !important; }\n\/* 2) タイトル下の金色スワッシュをアニメ無しで常時表示 *\/\n.product-detail-description .luxe-features .sparkle{ animation:none !important; opacity:1 !important; }\n.product-detail-description .luxe-features__item:nth-child(n) .sparkle{ animation-delay:0s !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"product-detail-description shopline-element-product-detail-description\"\u003e\u003c!-- === HERO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e水を使わず、精油そのままの香りを。\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"p1\"\u003e手吹きガラスと木製ベースが織りなす造形は、まるで工芸品。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e伝統と革新が出会うことで生まれたアロマディフューザーは、香りと灯りで空間を整え、あなたの日常に深いやすらぎをもたらします。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- === LONDON INTRO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/UK_1024x1024.png?v=1757999266\" alt=\"United Kingdom\"\u003e 伝統と革新が息づく都市、ロンドン。\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003eそのクラシックな美意識とモダンな感性から、Charabanc Aroma は誕生しました。\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eイギリスの文化が持つ奥深さと洗練を背景に、日常に寄り添う香りの体験をお届けします。\u003c\/p\u003e\n\u003c!-- === Scene Guide header image (existing) === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003eどんなシーンにおすすめ？｜シーン別ガイド\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" class=\"wide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_1bad3d74-be81-4f39-8f95-95eaa39ff6c9_1024x1024.png?v=1758097272\" alt=\"3つのポイント\"\u003e\u003c\/p\u003e\n\u003c!-- === Audience A–F (existing) === --\u003e\n\u003csection class=\"audience6\"\u003e\n\u003cul class=\"audience6__grid\"\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"A\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageA_1024x1024.png?v=1758860804\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eA\u003c\/span\u003e仕事終わりに切り替えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eやさしい灯りと静かな間欠運転で、夜の“オフ”モードへスムーズに。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eラベンダー／スイートオレンジ／フランキンセンス\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e照明を一段落とし、デスクから1.5m離して“余白”を作る。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"B\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageB_1024x1024.png?v=1758860978\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eB\u003c\/span\u003eベッドサイドを上質に整えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水なし拡散で軽やかに。3分運転／5分休止が心地よい余韻を残します。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eベルガモット／ローマンカモミール／シダーウッド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e就寝30分前に弱運転→消灯前に停止。枕元から約2mが目安。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"C\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageC_1024x1024.png?v=1758860812\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eC\u003c\/span\u003e集中力を高めたいクリエイター／学習者\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eトップノートが“切替スイッチ”に。静音設計で作業を邪魔しません。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズマリー・シネオール／レモン／ペパーミント\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e25分作業＋5分休憩（ポモドーロ）に合わせ弱運転。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"D\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageD_1024x1024.png?v=1758860820\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eD\u003c\/span\u003eインテリアも妥協しない人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e手吹きガラス×木製ベースがオブジェのように佇み、空間の格が上がる。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズ／ジャスミン／イランイラン\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e壁際や棚上で陰影を活かす。サイドライトでガラスの表情UP。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"E\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageE_1024x1024.png?v=1758860838\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eE\u003c\/span\u003e来客のおもてなし・ギフトに\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e主張しすぎない軽やかな香りで、誰にでも贈りやすい“外さない”一品。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eシトラス＋ハーブ系ブレンド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003eカードに“使い始めレシピ（1〜2滴／10分）”を添えると親切。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"F\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageF_1024x1024.png?v=1758860846\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eF\u003c\/span\u003eペットや布製品に配慮したい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水を使わないから残留しにくく、後始末も簡単。清潔志向にマッチ。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eレモン／グレープフルーツ（少量から）\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e低い位置は避け、風の流れがある棚上から“薄く長く”。※使用量・場所には配慮を。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cimg class=\"wide-img\" alt=\"5つの特徴\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/e2f964fb06721840aae8eb8ccad35aed_480x480.png?v=1758096442\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- === Luxe (Black x Gold) : ピュアな香り〜 === --\u003e\n\u003csection class=\"luxe-features\"\u003e\n\u003cdiv class=\"luxe-features__inner\"\u003e\n\u003cdiv class=\"luxe-features__visual\"\u003e\u003cimg class=\"luxe-features__bottle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/2e35e9866d5443f44c2a1b630be726bb_1024x1024.png?v=1757998624\" alt=\"Retro Oil Diffuser\"\u003e\u003c\/div\u003e\n\u003cul class=\"luxe-features__list\"\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eピュアな香り\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g1\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C150,20 330,10 590,80\" stroke-width=\"8\" stroke=\"url(#g1)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C150,20 330,10 590,80\" stroke-width=\"2\" stroke=\"url(#g1)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e精油を希釈せず、純度の高い香りをそのまま。こぼれや残留物が少なくお手入れが簡単。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e職人の温もり\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g2\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C160,25 350,15 590,75\" stroke-width=\"8\" stroke=\"url(#g2)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C160,25 350,15 590,75\" stroke-width=\"2\" stroke=\"url(#g2)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e木製ベースと手吹きガラス。ひとつひとつ異なる木目が唯一無二の表情に。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静かに香る\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g3\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C140,35 330,30 590,85\" stroke-width=\"8\" stroke=\"url(#g3)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C140,35 330,30 590,85\" stroke-width=\"2\" stroke=\"url(#g3)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eやわらかなムードライトが香りと重なり、リビングや寝室を穏やかな雰囲気で包みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静音×間欠運転\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g4\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C180,40 360,40 590,70\" stroke-width=\"8\" stroke=\"url(#g4)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C180,40 360,40 590,70\" stroke-width=\"2\" stroke=\"url(#g4)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e香りが強くなりすぎない自動間欠（3分運転／5分休止）。読書や作業の邪魔をしにくい静音設計。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eどこでも使える\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g5\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C160,30 340,20 590,76\" stroke-width=\"8\" stroke=\"url(#g5)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C160,30 340,20 590,76\" stroke-width=\"2\" stroke=\"url(#g5)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eUSBに加え、充電式でコードレス。デスクからベッドサイドまで好きな場所へ。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Mood Scenes (3-up) === --\u003e\n\u003csection class=\"mood-scenes\"\u003e\n\u003ch2 class=\"mood-scenes__title\"\u003e日々のリズムに寄り添う、香りと灯り\u003c\/h2\u003e\n\u003cul class=\"mood-scenes__grid\"\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"リビングでくつろぐシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image1_1024x1024.png?v=1758783604\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e朝の光を迎えるリビングで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e窓から射すやわらかな光と調和し、香りが部屋にすっと広がる。いつもの空間が、ほんの少し特別な場所へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"ワークスペースで集中するシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image2_1024x1024.png?v=1758783616\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e昼のひらめきを生むワークデスクで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e植物の緑や自然光と重なり、香りが集中力を後押し。アイデアが静かに芽吹く時間をつくり出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"ベッドサイドで安らぐ夜のシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image3_1024x1024.png?v=1758783626\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e夜の静けさに包まれるベッドサイドで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e灯りのあたたかさとともに、心をほどくように香りが漂う。一日の終わりにふさわしい、深いやすらぎを。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Compare Table (2-col) === --\u003e\n\u003csection class=\"compare-wrap\"\u003e\n\u003ch2 class=\"compare-title\"\u003e水あり・超音波式 と 水なし・ネブライザー式の違い\u003c\/h2\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003e項目\u003c\/th\u003e\n\u003cth\u003e水あり・超音波式\u003c\/th\u003e\n\u003cth\u003e水なし・ネブライザー式\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e香りの純度\u003c\/td\u003e\n\u003ctd\u003e精油が水で希釈されるため柔らかい香り\u003c\/td\u003e\n\u003ctd\u003e精油そのまま拡散、濃厚でピュア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e拡散力・持続性\u003c\/td\u003e\n\u003ctd\u003e広範囲に拡散するが持続は弱め\u003c\/td\u003e\n\u003ctd\u003e香りが濃く、長く持続\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e残留物／お手入れ\u003c\/td\u003e\n\u003ctd\u003eタンクに水垢やカビが発生しやすい\u003c\/td\u003e\n\u003ctd\u003e残留が少なく掃除が簡単\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e衛生面\u003c\/td\u003e\n\u003ctd\u003e水を入れっぱなしにすると雑菌リスク\u003c\/td\u003e\n\u003ctd\u003e雑菌リスクが低い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e加湿機能\u003c\/td\u003e\n\u003ctd\u003e香り＋加湿を同時に可能\u003c\/td\u003e\n\u003ctd\u003e加湿はなし、香り専用\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e静音性\u003c\/td\u003e\n\u003ctd\u003e比較的静か\u003c\/td\u003e\n\u003ctd\u003e小さな「プシュッ音」があるが控えめ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e使用環境\u003c\/td\u003e\n\u003ctd\u003eUSB電源やコンセント式が主流、据え置き利用が多い\u003c\/td\u003e\n\u003ctd\u003eUSB給電に加え、充電式・コードレス対応も多い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e精油の消費量\u003c\/td\u003e\n\u003ctd\u003e少量で長時間香る\u003c\/td\u003e\n\u003ctd\u003e直接使用のため減りはやや早い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- === Steps (existing) === --\u003e\n\u003csection class=\"steps4\"\u003e\n\u003cp class=\"steps4__eyebrow\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"steps4__title\"\u003e使い方｜STEP 1–4\u003c\/h2\u003e\n\u003cp class=\"steps4__note\"\u003e精油は薄めずに使用します。香りが強いと感じたら、滴下量を控えめにしてください。\u003c\/p\u003e\n\u003cul class=\"steps4__grid\"\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 1\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG61.jpg?v=1728995855\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e安定した平らな場所に設置\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eベースが水平な場所にあることを確認し、ガラス部品をやさしくセットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 2\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG62.jpg?v=1728995855\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e精油を滴下\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eノズルに精油を直接1〜3滴。入れすぎないのがコツです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 3\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG64.jpg?v=1728995856\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e給電してスイッチON\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eUSBで給電しノブを回すと\u003cstrong\u003e自動間欠（3分運転／5分休止）\u003c\/strong\u003eで運転開始。ボタンを押すたびに内蔵クリスタルの暖色アンビエント照明が3段階で切り替わる。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 4\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG63.jpg?v=1728995859\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e香りと灯りを調整\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003e運転時間や滴下量を調整。就寝前は短時間運転がおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === Carousel (existing) === --\u003e \u003c!-- Carousel (Square1〜5に差し替え) --\u003e\n\u003csection class=\"carousel\"\u003e\n\u003cdiv class=\"carousel__track\"\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square1_1024x1024.png?v=1758799611\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square2_1024x1024.png?v=1758799622\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square3_1024x1024.png?v=1758799634\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square4_1024x1024.png?v=1758799644\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square5_1024x1024.png?v=1758799656\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Essential Oils : 気分で選ぶ（スクリプト不要の静的版） --\u003e\n\u003csection style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\" class=\"oils\"\u003e\n\u003ch2 style=\"margin: 0 0 14px; font-weight: bold; font-size: clamp(18px,2.4vw,22px); letter-spacing: .06em; text-align: center;\" class=\"oils__title\"\u003eはじめてのエッセンシャルオイル｜気分で選ぶ\u003c\/h2\u003e\n\u003c!-- 説明 --\u003e\n\u003cp style=\"text-align: center; color: #6a625a; margin: 0 0 14px; font-size: 14.5px;\"\u003e目的に近いカードをタップ／クリックしてください。各アイテムの詳細はコレクションページでご確認いただけます。\u003c\/p\u003e\n\u003c!-- 6つの気分カテゴリ --\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px;\" class=\"oils__grid\"\u003e\u003c!-- relax --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/relax-night\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003eリラックス・安眠したい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eRELAX \/ NIGHT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eラベンダー ／ ベルガモット ／ ローマンカモミール ／ フランキンセンス ／ シダーウッド\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e就寝30分前に1〜2滴から。静かに落ち着きたい夜に。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- refresh --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/reflesh-day\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e気分をリフレッシュしたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eREFRESH \/ DAY\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ペパーミント ／ ユーカリ ／ グレープフルーツ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e朝の目覚めや気分転換に。換気とあわせて軽やかに。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- focus --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/collections\/focus\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e集中力を高めたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eFOCUS\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eローズマリー・シネオール ／ レモン ／ ペパーミント ／ ユーカリ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e作業開始前に短時間。トップノートでスイッチON。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- cheer --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/collections\/cheer\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e気分を明るくしたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eCHEER\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eスイートオレンジ ／ グレープフルーツ ／ ベルガモット ／ ゼラニウム\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e楽しい空気づくりに。ハーブ1滴で甘さを調整。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- deodorant --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/fresh-clean\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e空気をすっきり・消臭したい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eFRESH \/ CLEAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ユーカリ ／ ティートリー ／ ペパーミント\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e換気と合わせて“薄く長く”。清潔感をキープ。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- gift --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/gift\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003eギフト・誰にでもおすすめ\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eGIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eシトラス系ブレンド ／ ラベンダー ／ スイートオレンジ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003eクセが少なく親しみやすい。はじめての一本にも。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- subscription --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 14px; background: linear-gradient(135deg,#fffdf9,#fdf7ef); box-shadow: 0 4px 14px rgba(0,0,0,.05); position: relative; overflow: hidden;\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 20px 18px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/products\/charabanc-aroma-scent-discovery-subscription\" class=\"oil__link\" target=\"_blank\"\u003e\u003c!-- Ribbon --\u003e \u003cspan style=\"position: absolute; top: 12px; right: -40px; transform: rotate(45deg); background: linear-gradient(135deg,#e7d08a,#d4af37); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 40px; box-shadow: 0 2px 6px rgba(0,0,0,.15);\"\u003eSPECIAL\u003c\/span\u003e \u003c!-- Head --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 0 8px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(16px,2vw,18px); color: #554216;\" class=\"oil__name\"\u003e迷った時は香りの定期便\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12.5px; color: #fff; background: linear-gradient(135deg,#f7b7d2,#fceabb); border-radius: 999px; padding: 3px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15);\" class=\"oil__mood\"\u003eSubscription\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp style=\"margin: .3em 0; font-size: 14.5px; color: #444; line-height: 1.7;\"\u003e毎月おすすめの精油が届く特別なサブスクリプション。\u003cbr\u003e高級感と遊び心を兼ね備えたラインナップで、新しい香りとの出会いを楽しめます。\u003c\/p\u003e\n\u003cp style=\"margin: .3em 0; font-size: 13.5px; color: #6a625a;\"\u003eギフトにも最適。届くたびにちょっとしたときめきを。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- 備考 --\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e※ ネブライザー式は原液使用。最初は1〜2滴から様子を見てください。柑橘は長時間直射日光を浴びる前は控えめに。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Scriptless hardening: route all clicks to the card anchor and float it above any overlay *\/\n    #oils-by-mood { position: relative; z-index: 99999; }\n    #oils-by-mood .oil { position: relative; pointer-events: none; }\n    #oils-by-mood .oil \u003e a.oil__link {\n      display: block;\n      pointer-events: auto;\n      position: relative;\n      z-index: 99999;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv class=\"base-collapse-item base-collapse-item-sync active\" data-pageid=\"productDetail\"\u003e\n\u003cdiv class=\"base-collapse-item__wrap\" data-ssr-plugin-detail-description=\"\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003csection style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\" class=\"oils\" id=\"oils-by-mood\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media(min-width:860px){\n    .oils .oils__grid{ grid-template-columns:1fr 1fr; gap:14px; }\n  }\n  .oils .oil:hover{ transform: translateY(-2px); transition: transform .2s ease; }\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust\"\u003e\n\u003cstyle\u003e\n.jptrust{font-family:'Zen Old Mincho',serif;max-width:980px;margin:48px auto 8px;color:#3d3a34;padding:0 16px;-webkit-font-smoothing:antialiased}\n.jptrust *{box-sizing:border-box}\n.jptrust__bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 44px}\n.jptrust__pill{background:#f5f1ea;border:1px solid #e2ddd7;border-radius:12px;padding:18px 14px;text-align:center}\n.jptrust__pill b{display:block;font-size:14px;letter-spacing:.04em;color:#554216;margin:0 0 4px}\n.jptrust__pill span{display:block;font-size:12px;line-height:1.6;color:#6a625a}\n.jptrust__h{font-size:20px;letter-spacing:.12em;text-align:center;color:#3d3a34;margin:0 0 6px;font-weight:500}\n.jptrust__h::after{content:\"\";display:block;width:40px;height:1px;background:#b08d2e;margin:14px auto 0}\n.jptrust__lead{text-align:center;font-size:13px;color:#8a8076;margin:0 0 28px;letter-spacing:.03em}\n.jptrust__spec{width:100%;border-collapse:collapse;margin:0 auto 48px;font-size:14px}\n.jptrust__spec th,.jptrust__spec td{border-bottom:1px solid #e8dfd6;padding:14px 12px;text-align:left;vertical-align:top}\n.jptrust__spec th{width:34%;color:#8a8076;font-weight:500;letter-spacing:.06em;white-space:nowrap}\n.jptrust__spec td{color:#3d3a34;line-height:1.7}\n.jptrust__faq{border-top:1px solid #e8dfd6;margin:0 auto}\n.jptrust__q{border-bottom:1px solid #e8dfd6;padding:18px 4px}\n.jptrust__q dt{font-size:15px;color:#554216;margin:0 0 8px;letter-spacing:.03em}\n.jptrust__q dt::before{content:\"Q. \";color:#b08d2e}\n.jptrust__q dd{margin:0;font-size:13.5px;line-height:1.85;color:#6a625a}\n@media(max-width:600px){.jptrust__bar{grid-template-columns:repeat(2,1fr);gap:10px}.jptrust__spec th{width:40%}}\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust__bar\"\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e追加費用なし\u003c\/b\u003e\u003cspan\u003e関税・消費税込\u003cbr\u003e（DDP・関税元払い）\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e安心の配送\u003c\/b\u003e\u003cspan\u003e全国一律 800円\u003cbr\u003e7,000円以上で送料無料\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e3〜5営業日\u003c\/b\u003e\u003cspan\u003e追跡番号付き\u003cbr\u003eで発送\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e14日間返品\u003c\/b\u003e\u003cspan\u003e未開封であれば\u003cbr\u003e返品を承ります\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"jptrust__h\"\u003e仕様\u003c\/h3\u003e\n\u003cp class=\"jptrust__lead\"\u003eCharabanc Aroma — 英国生まれのウォーターレス アロマディフューザー\u003c\/p\u003e\n\u003ctable class=\"jptrust__spec\"\u003e\u003ctr\u003e\u003cth\u003e方式\u003c\/th\u003e\u003ctd\u003e水を使わないネブライザー式（コールドエア方式）。熱も水も使わず、精油そのままの香りを拡散します。\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e対応オイル容量\u003c\/th\u003e\u003ctd\u003e30ml ／ 60ml ／ 90ml ／ 120ml\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e電源\u003c\/th\u003e\u003ctd\u003eプラグイン式、または充電式バッテリー（ご購入時にお選びいただけます）\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eライト\u003c\/th\u003e\u003ctd\u003e内蔵LEDライト付き\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eブランド\u003c\/th\u003e\u003ctd\u003eCharabanc Aroma（英国ブランド）\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\n\u003ch3 class=\"jptrust__h\"\u003eよくあるご質問\u003c\/h3\u003e\n\u003cdiv class=\"jptrust__faq\"\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eいつ届きますか？\u003c\/dt\u003e\u003cdd\u003eご注文後 1〜2 営業日で発送し、通常 3〜5 営業日でお届けします。追跡番号をメールでお送りしますので、配送状況をいつでもご確認いただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e関税や追加の費用はかかりますか？\u003c\/dt\u003e\u003cdd\u003eいいえ。表示価格はすべて税込（日本円）で、関税・輸入消費税込（DDP）です。お受け取り時に追加のお支払いは一切ございません。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e返品はできますか？\u003c\/dt\u003e\u003cdd\u003e商品到着後 14 日以内、未使用・未開封であれば返品を承ります（衛生上の理由により、開封済みのエッセンシャルオイルは対象外です）。まずは contact@charabancaroma.store または LINE までご連絡ください。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e「プラグイン式」と「充電式」の違いは？\u003c\/dt\u003e\u003cdd\u003e「プラグイン式」は電源につないで常設でお使いいただくタイプ、「充電式バッテリー」はコードレスで、お部屋のどこにでも自由に置いてお使いいただけます。ご購入時にお選びいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eお手入れは簡単ですか？\u003c\/dt\u003e\u003cdd\u003e水を使わないため、お手入れはとても簡単です。ガラス管はぬるま湯ですすぐだけで清潔に保てます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e1台で複数の香りを楽しめますか？\u003c\/dt\u003e\u003cdd\u003eはい。オイルボトルを入れ替えるだけで、その日の気分に合わせて香りを変えてお楽しみいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Charabanc Aroma","offers":[{"title":"プラグイン \/ 30ml","offer_id":54299705311558,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"プラグイン \/ 60ml","offer_id":54299705344326,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"プラグイン \/ 90ml","offer_id":54299705377094,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"プラグイン \/ 120ml（3本購入で1本無料）","offer_id":54299705409862,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"コードレス \/ 30ml","offer_id":54377179873606,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"コードレス \/ 60ml","offer_id":54377179906374,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"コードレス \/ 90ml","offer_id":54377179939142,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"コードレス \/ 120ml（3本購入で1本無料）","offer_id":54377179971910,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/1.jpg?v=1748450949"},{"product_id":"charabanc-aroma-alpine-glow-diffuser","title":"Charabanc Aroma（チャラバンク アロマ）Alpine Glow ディフューザー ","description":"\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cp style=\"text-align: center;\" data-start=\"55\" data-end=\"116\" class=\"\"\u003e\u003cstrong data-start=\"55\" data-end=\"116\"\u003e伝統的な職人技と現代技術の融合\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-start=\"55\" data-end=\"116\" class=\"\"\u003e\u003cstrong data-start=\"55\" data-end=\"116\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/4_57682f68-3b7f-4f92-be9d-83f0eea33313.png?v=1754884591\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-start=\"118\" data-end=\"464\" class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c!-- [BEGIN content injected into \u0026lt;body\u0026gt;] --\u003e\u003c!-- =========================================\n=  Product Detail : FULL CODE (Start to End) =\n========================================= --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Zen+Old+Mincho\u0026display=swap');\n\n\/* === Global === *\/\n.product-detail-description,\n.product-detail-description * {\n  font-family: 'Zen Old Mincho', serif !important;\n  line-height: 1.8;\n  letter-spacing: 0.03em;\n  color: #333;\n}\n.product-detail-description img { display:block; max-width:100%; height:auto; }\n\n\/* === 5 Features (existing) === *\/\n.features5 { max-width: 980px; margin: 24px auto 0; padding: 0 16px; }\n.features5__title { text-align: left; font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .04em; margin: 0 0 12px; font-weight: 700; }\n.features5__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }\n@media (min-width: 768px){ .features5__list { grid-template-columns: 1fr 1fr; } }\n.features5__item { text-align: left !important; background: #fff; border: 1px solid #e8dfd6; border-radius: 12px; padding: 14px 16px; line-height: 1.8; word-break: break-word; }\n.features5__head { display: inline-block; font-weight: 700; margin-right: .35em; }\n.features5__item strong { font-weight: 700; }\n.features5 [style*=\"text-align:center\"] { text-align: left !important; }\n\n\/* === STEP 1–4 (existing) === *\/\n.steps4 { max-width: 980px; margin: 48px auto 0; padding: 0 16px; font-size: 16px; line-height: 1.9; color: #333; }\n.steps4__eyebrow { font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#8a8076; margin:0 0 6px; text-align:center; }\n.steps4__title { margin:0 0 16px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.04em; text-align:center; }\n.steps4__note { margin:0 0 24px; color:#6a625a; font-size:14px; text-align:center; }\n.steps4__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:20px; }\n@media (min-width:768px){ .steps4__grid { grid-template-columns:1fr 1fr; } }\n.steps4__item { background:#fff; border:1px solid #e8dfd6; border-radius:12px; padding:20px 16px; text-align:center; opacity:0; transform:translateY(20px); animation: fadeUp 0.8s ease forwards; }\n.steps4__item:nth-child(1){ animation-delay:0.2s; }\n.steps4__item:nth-child(2){ animation-delay:0.4s; }\n.steps4__item:nth-child(3){ animation-delay:0.6s; }\n.steps4__item:nth-child(4){ animation-delay:0.8s; }\n@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n.steps4__badge { display:inline-block; margin-bottom:10px; font-weight:700; font-size:14px; background:#f3eee8; border:1px solid #e8dfd6; border-radius:999px; padding:4px 12px; }\n.steps4__media { width:180px; height:180px; margin:0 auto 12px; border-radius:50%; overflow:hidden; border:2px solid #e8dfd6; }\n.steps4__media img { width:100%; height:100%; object-fit:cover; }\n.steps4__label { font-weight:700; display:block; margin:6px 0; }\n.steps4__desc { font-size:14px; color:#444; }\n\n\/* === Carousel (existing) === *\/\n.carousel { max-width: 980px; margin: 48px auto; overflow: hidden; position: relative; }\n.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }\n.carousel__item { flex: 0 0 80%; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }\n@media (min-width:768px){ .carousel__item { flex: 0 0 60%; } }\n.carousel__item img { width: 100%; height: auto; display: block; border-radius: 12px; }\n\n\/* === Luxe (black x gold) === *\/\n.luxe-features{\n  color:#f5f1ea; background:#000; position:relative; overflow:hidden;\n  padding:56px 16px; margin: 32px 0 8px;\n}\n.luxe-features__inner{\n  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:28px;\n}\n@media (min-width: 920px){\n  .luxe-features__inner{ grid-template-columns:1fr; align-items:center; gap:40px; }\n}\n.luxe-features__visual{ text-align:center; }\n.luxe-features__bottle{\n  width:min(460px,90%); margin:0 auto;\n  filter: drop-shadow(0 12px 28px rgba(255,204,120,.07)) drop-shadow(0 2px 8px rgba(0,0,0,.6));\n  transform: translateY(8px); animation: bottleUp .9s ease forwards .2s; opacity:0;\n}\n@keyframes bottleUp{ to{ transform: translateY(0); opacity:1; } }\n\n.luxe-features__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:18px; }\n@media (min-width:700px){ .luxe-features__list{ grid-template-columns:1fr 1fr; } }\n.luxe-features__item{\n  position:relative; padding:18px 14px 16px; border:1px solid rgba(212,175,55,.22);\n  border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n  overflow:hidden; opacity:0; transform: translateY(14px); animation: fadeInUp .7s ease forwards;\n}\n.luxe-features__item:nth-child(1){ animation-delay:.15s; }\n.luxe-features__item:nth-child(2){ animation-delay:.25s; }\n.luxe-features__item:nth-child(3){ animation-delay:.35s; }\n.luxe-features__item:nth-child(4){ animation-delay:.45s; }\n.luxe-features__item:nth-child(5){ animation-delay:.55s; }\n@keyframes fadeInUp{ to{ opacity:1; transform: translateY(0); } }\n\n.luxe-features__title{\n  position:relative; font-size:clamp(18px,2.2vw,22px); letter-spacing:.06em;\n  font-weight:700; margin:0 0 4px; color:#fffdfa;\n}\n.luxe-features__swish{ display:block; width:100%; height:28px; margin:-2px 0 8px; pointer-events:none; }\n.luxe-features__desc{ margin:0; font-size:clamp(13px,1.7vw,14.5px); line-height:1.9; letter-spacing:.02em; color:#e9e3d9; }\n\n\/* Background gentle gold glow *\/\n.luxe-features::before{\n  content:\"\"; position:absolute; inset:-30% -10% auto -10%; height:70%;\n  background: radial-gradient(60% 60% at 30% 30%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),\n              radial-gradient(30% 30% at 70% 20%, rgba(212,175,55,.08) 0%, rgba(212,175,55,0) 60%);\n  pointer-events:none;\n}\n\n\/* Gold stroke: animation disabled, keep gentle glow only *\/\n.luxe-features .sparkle path.glow{ filter: blur(1.2px); }\n\/* animation intentionally disabled *\/\n\n\/* === Audience A–F (existing) === *\/\n.audience6{ max-width: 980px; margin: 16px auto 32px; padding: 0 16px; }\n.audience6__title{ text-align:center; margin: 6px 0 18px; font-weight:700; font-size: clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.audience6__grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width: 840px){ .audience6__grid{ grid-template-columns:1fr 1fr; gap:18px; } }\n.audience6__card{\n  position:relative; overflow:hidden; background:#fff; border:1px solid #e8dfd6; border-radius:14px;\n  padding:18px 16px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.02); transform: translateY(14px); opacity:0; animation: fadeUp .7s ease forwards;\n}\n.audience6__card:nth-child(1){ animation-delay:.1s; } .audience6__card:nth-child(2){ animation-delay:.2s; }\n.audience6__card:nth-child(3){ animation-delay:.3s; } .audience6__card:nth-child(4){ animation-delay:.4s; }\n.audience6__card:nth-child(5){ animation-delay:.5s; } .audience6__card:nth-child(6){ animation-delay:.6s; }\n.audience6__head{ display:flex; align-items:center; gap:10px; margin:0 0 8px; font-weight:700; font-size: clamp(16px,2vw,18px); letter-spacing:.04em; }\n.audience6__badge{\n  flex:0 0 auto; background:linear-gradient(135deg,#f5e8c8,#e7d08a);\n  color:#554216; border:1px solid #e0c979; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700;\n}\n.audience6__desc{ margin:0 0 6px; color:#444; font-size:14px; }\n.audience6__sub{ margin:0 0 6px; color:#6a625a; font-size:13px; }\n.audience6__tip{ margin:0; color:#8a8076; font-size:12.5px; }\n.audience6__rule{ height:1px; background:linear-gradient(90deg,#e7d08a,rgba(231,208,138,0)); border:0; margin:10px 0; }\n\n\/* === New : Mood Scenes (3-up cards) === *\/\n.mood-scenes, .mood-scenes *{ font-family:'Zen Old Mincho', serif !important; }\n.mood-scenes{ max-width:1080px; margin:40px auto; padding:0 16px; }\n.mood-scenes__title{ margin:0 0 14px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.mood-scenes__grid{ list-style:none; margin:14px 0 0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width:820px){ .mood-scenes__grid{ grid-template-columns:1fr; gap:18px; } }\n.mood-scenes__card{\n  border:1px solid #e8dfd6;\n  border-radius:14px;\n  background:#fff;\n  overflow:hidden;                 \/* ensure image touches edges, no bleed *\/\n  box-shadow:0 2px 10px rgba(0,0,0,.02);\n}\n.mood-scenes__media{\n  margin:0;                        \/* reset figure default margin *\/\n  padding:0;\n  width:100%;\n  background:transparent;\n  border:0;\n  border-radius:0;                 \/* card handles the rounding *\/\n}\n.mood-scenes__media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;                     \/* keep natural ratio *\/\n  object-fit:contain;              \/* never crop *\/\n  object-position:center;\n}\n\/* optional alignment helpers if needed per-image *\/\n.mood-scenes__media--right img{ object-position:right center; }\n.mood-scenes__media--left  img{ object-position:left center; }\n.mood-scenes__body{ padding:14px 14px 16px; }\n.mood-scenes__head{ font-weight:700; font-size:clamp(15px,1.9vw,17px); margin:0 0 6px; }\n.mood-scenes__text{ font-size:14.5px; color:#444; margin:0; }\n\n\/* === Modern Compare Table === *\/\n.compare-wrap{ max-width:1080px; margin:56px auto; padding:0 16px; }\n.compare-title{ margin:0 0 20px; font-weight:700; font-size:clamp(20px,2.6vw,24px); letter-spacing:.05em; text-align:center; }\n\n.compare-table{\n  width:100%;\n  border-collapse:separate;\n  border-spacing:0;\n  font-size:15.5px;\n  line-height:1.7;\n  background:#fff;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 12px rgba(0,0,0,.05);\n}\n.compare-table thead th{\n  background:#f5f3ef;\n  font-weight:700;\n  text-align:center;\n  padding:16px 12px;\n  font-size:15px;\n  border-bottom:1px solid #e2ddd7;\n}\n.compare-table thead th:first-child{ background:#fff; text-align:left; }\n\n.compare-table td{\n  padding:14px 12px;\n  border-bottom:1px solid #f0ede9;\n}\n.compare-table tbody tr:nth-child(odd){\n  background:#faf9f7;\n}\n.compare-table tbody tr:hover{\n  background:#fdfbf9;\n  transition:background .25s ease;\n}\n.compare-table td:first-child{\n  font-weight:600;\n  color:#444;\n  width:36%;\n  background:#fdfcfb;\n}\n@media (max-width:640px){\n  .compare-table{ font-size:14px; }\n  .compare-table td:first-child{ width:42%; }\n}\n\n\/* ★ 「日々のリズムに寄り添う、香りと灯り」セクションを1カラム固定 *\/\n.product-detail-description .daily-rhythm__inner {\n  display: grid !important;\n  grid-template-columns: 1fr !important;\n}\n\n@media (min-width: 768px) {\n  .product-detail-description .daily-rhythm__inner {\n    grid-template-columns: 1fr !important; \/* タブレット以上でも常に1カラム *\/\n  }\n}\n\n\/* 画像が右端で切れないように *\/\n.product-detail-description .daily-rhythm__inner img {\n  max-width: 100%;\n  height: auto;\n  object-fit: contain; \/* はみ出さず収まる *\/\n  display: block;\n  margin: 0 auto; \/* センター寄せ *\/\n}\n\n\/* === Utility === *\/\n.product-detail-description img.wide-img{ display:block !important; width:100% !important; max-width:100% !important; height:auto; }\n\n\/* === OVERRIDES per your requests === *\/\n\/* 1) 「ピュアな香り〜」セクションを常に1カラム固定 *\/\n.product-detail-description .luxe-features__inner{ grid-template-columns:1fr !important; }\n.product-detail-description .luxe-features__list{ grid-template-columns:1fr !important; }\n\/* 2) タイトル下の金色スワッシュをアニメ無しで常時表示 *\/\n.product-detail-description .luxe-features .sparkle{ animation:none !important; opacity:1 !important; }\n.product-detail-description .luxe-features__item:nth-child(n) .sparkle{ animation-delay:0s !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\" style=\"text-align: start;\"\u003e\u003c!-- === HERO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e水を使わず、精油そのままの香りを。\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"p1\"\u003e手吹きガラスと木製ベースが織りなす造形は、まるで工芸品。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e伝統と革新が出会うことで生まれたアロマディフューザーは、香りと灯りで空間を整え、あなたの日常に深いやすらぎをもたらします。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- === LONDON INTRO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg alt=\"United Kingdom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/UK_1024x1024.png?v=1757999266\" style=\"float: none;\"\u003e 伝統と革新が息づく都市、ロンドン。\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003eそのクラシックな美意識とモダンな感性から、Charabanc Aroma は誕生しました。\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eイギリスの文化が持つ奥深さと洗練を背景に、日常に寄り添う香りの体験をお届けします。\u003c\/p\u003e\n\u003c!-- === Scene Guide header image (existing) === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_71804793-5b35-446c-b062-c1ee74b25c5b.png?v=1754884592\"\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003eどんなシーンにおすすめ？｜シーン別ガイド\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg alt=\"3つのポイント\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_1bad3d74-be81-4f39-8f95-95eaa39ff6c9_1024x1024.png?v=1758097272\" class=\"wide-img\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c!-- === Audience A–F (existing) === --\u003e\n\u003csection class=\"audience6\"\u003e\n\u003cul class=\"audience6__grid\"\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageA_1024x1024.png?v=1758860804\" alt=\"A\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eA\u003c\/span\u003e仕事終わりに切り替えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eやさしい灯りと静かな間欠運転で、夜の“オフ”モードへスムーズに。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eラベンダー／スイートオレンジ／フランキンセンス\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e照明を一段落とし、デスクから1.5m離して“余白”を作る。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageB_1024x1024.png?v=1758860978\" alt=\"B\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eB\u003c\/span\u003eベッドサイドを上質に整えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水なし拡散で軽やかに。3分運転／5分休止が心地よい余韻を残します。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eベルガモット／ローマンカモミール／シダーウッド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e就寝30分前に弱運転→消灯前に停止。枕元から約2mが目安。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageC_1024x1024.png?v=1758860812\" alt=\"C\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eC\u003c\/span\u003e集中力を高めたいクリエイター／学習者\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eトップノートが“切替スイッチ”に。静音設計で作業を邪魔しません。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズマリー・シネオール／レモン／ペパーミント\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e25分作業＋5分休憩（ポモドーロ）に合わせ弱運転。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageD_1024x1024.png?v=1758860820\" alt=\"D\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eD\u003c\/span\u003eインテリアも妥協しない人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e手吹きガラス×木製ベースがオブジェのように佇み、空間の格が上がる。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズ／ジャスミン／イランイラン\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e壁際や棚上で陰影を活かす。サイドライトでガラスの表情UP。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageE_1024x1024.png?v=1758860838\" alt=\"E\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eE\u003c\/span\u003e来客のおもてなし・ギフトに\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e主張しすぎない軽やかな香りで、誰にでも贈りやすい“外さない”一品。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eシトラス＋ハーブ系ブレンド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003eカードに“使い始めレシピ（1〜2滴／10分）”を添えると親切。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageF_1024x1024.png?v=1758860846\" alt=\"F\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eF\u003c\/span\u003eペットや布製品に配慮したい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水を使わないから残留しにくく、後始末も簡単。清潔志向にマッチ。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eレモン／グレープフルーツ（少量から）\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e低い位置は避け、風の流れがある棚上から“薄く長く”。※使用量・場所には配慮を。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/e2f964fb06721840aae8eb8ccad35aed_480x480.png?v=1758096442\" alt=\"5つの特徴\" class=\"wide-img\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- === Luxe (Black x Gold) : ピュアな香り〜 === --\u003e\n\u003csection class=\"luxe-features\"\u003e\n\u003cdiv class=\"luxe-features__inner\"\u003e\n\u003cdiv class=\"luxe-features__visual\"\u003e\u003cimg alt=\"Retro Oil Diffuser\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/2e35e9866d5443f44c2a1b630be726bb_1024x1024.png?v=1757998624\" class=\"luxe-features__bottle\"\u003e\u003c\/div\u003e\n\u003cul class=\"luxe-features__list\"\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eピュアな香り\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g1\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"8\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g1)\" stroke-width=\"2\" d=\"M10,90 C150,20 330,10 590,80\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e精油を希釈せず、純度の高い香りをそのまま。こぼれや残留物が少なくお手入れが簡単。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e職人の温もり\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g2\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"8\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g2)\" stroke-width=\"2\" d=\"M10,90 C160,25 350,15 590,75\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e木製ベースと手吹きガラス。ひとつひとつ異なる木目が唯一無二の表情に。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静かに香る\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g3\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"8\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g3)\" stroke-width=\"2\" d=\"M10,90 C140,35 330,30 590,85\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eやわらかなムードライトが香りと重なり、リビングや寝室を穏やかな雰囲気で包みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静音×間欠運転\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g4\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"8\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g4)\" stroke-width=\"2\" d=\"M10,90 C180,40 360,40 590,70\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e香りが強くなりすぎない自動間欠（3分運転／5分休止）。読書や作業の邪魔をしにくい静音設計。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eどこでも使える\u003c\/h3\u003e\n\u003csvg aria-hidden=\"true\" preserveAspectRatio=\"none\" viewBox=\"0 0 600 120\" class=\"luxe-features__swish sparkle\"\u003e\n            \u003cdefs\u003e\u003clinearGradient id=\"g5\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\u003cstop offset=\"0\" stop-color=\"#B08D2E\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.25\" stop-color=\"#D4AF37\" stop-opacity=\".8\"\u003e\u003c\/stop\u003e\u003cstop offset=\"0.6\" stop-color=\"#F5E6A6\" stop-opacity=\".9\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#D4AF37\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath class=\"glow\" fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"8\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke=\"url(#g5)\" stroke-width=\"2\" d=\"M10,90 C160,30 340,20 590,76\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eUSBに加え、充電式でコードレス。デスクからベッドサイドまで好きな場所へ。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Mood Scenes (3-up) === --\u003e\n\u003csection class=\"mood-scenes\"\u003e\n\u003ch2 class=\"mood-scenes__title\"\u003e日々のリズムに寄り添う、香りと灯り\u003c\/h2\u003e\n\u003cul class=\"mood-scenes__grid\"\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image1_1024x1024.png?v=1758783604\" alt=\"リビングでくつろぐシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e朝の光を迎えるリビングで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e窓から射すやわらかな光と調和し、香りが部屋にすっと広がる。いつもの空間が、ほんの少し特別な場所へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image2_1024x1024.png?v=1758783616\" alt=\"ワークスペースで集中するシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e昼のひらめきを生むワークデスクで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e植物の緑や自然光と重なり、香りが集中力を後押し。アイデアが静かに芽吹く時間をつくり出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image3_1024x1024.png?v=1758783626\" alt=\"ベッドサイドで安らぐ夜のシーン\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e夜の静けさに包まれるベッドサイドで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e灯りのあたたかさとともに、心をほどくように香りが漂う。一日の終わりにふさわしい、深いやすらぎを。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Compare Table (2-col) === --\u003e\n\u003csection class=\"compare-wrap\"\u003e\n\u003ch2 class=\"compare-title\"\u003e水あり・超音波式 と 水なし・ネブライザー式の違い\u003c\/h2\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003e項目\u003c\/th\u003e\n\u003cth\u003e水あり・超音波式\u003c\/th\u003e\n\u003cth\u003e水なし・ネブライザー式\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e香りの純度\u003c\/td\u003e\n\u003ctd\u003e精油が水で希釈されるため柔らかい香り\u003c\/td\u003e\n\u003ctd\u003e精油そのまま拡散、濃厚でピュア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e拡散力・持続性\u003c\/td\u003e\n\u003ctd\u003e広範囲に拡散するが持続は弱め\u003c\/td\u003e\n\u003ctd\u003e香りが濃く、長く持続\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e残留物／お手入れ\u003c\/td\u003e\n\u003ctd\u003eタンクに水垢やカビが発生しやすい\u003c\/td\u003e\n\u003ctd\u003e残留が少なく掃除が簡単\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e衛生面\u003c\/td\u003e\n\u003ctd\u003e水を入れっぱなしにすると雑菌リスク\u003c\/td\u003e\n\u003ctd\u003e雑菌リスクが低い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e加湿機能\u003c\/td\u003e\n\u003ctd\u003e香り＋加湿を同時に可能\u003c\/td\u003e\n\u003ctd\u003e加湿はなし、香り専用\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e静音性\u003c\/td\u003e\n\u003ctd\u003e比較的静か\u003c\/td\u003e\n\u003ctd\u003e小さな「プシュッ音」があるが控えめ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e使用環境\u003c\/td\u003e\n\u003ctd\u003eUSB電源やコンセント式が主流、据え置き利用が多い\u003c\/td\u003e\n\u003ctd\u003eUSB給電に加え、充電式・コードレス対応も多い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e精油の消費量\u003c\/td\u003e\n\u003ctd\u003e少量で長時間香る\u003c\/td\u003e\n\u003ctd\u003e直接使用のため減りはやや早い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- === Steps (existing) === --\u003e\n\u003csection class=\"steps4\"\u003e\n\u003cp class=\"steps4__eyebrow\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"steps4__title\"\u003e使い方｜STEP 1–4\u003c\/h2\u003e\n\u003cp class=\"steps4__note\"\u003e精油は薄めずに使用します。香りが強いと感じたら、滴下量を控えめにしてください。\u003c\/p\u003e\n\u003cul class=\"steps4__grid\"\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 1\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG61.jpg?v=1728995855\" alt=\"STEP1\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e安定した平らな場所に設置\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eベースが水平な場所にあることを確認し、ガラス部品をやさしくセットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 2\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG62.jpg?v=1728995855\" alt=\"STEP2\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e精油を滴下\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eノズルに精油を直接1〜3滴。入れすぎないのがコツです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 3\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG64.jpg?v=1728995856\" alt=\"STEP3\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e給電してスイッチON\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eUSBで給電しノブを回すと\u003cstrong\u003e自動間欠（3分運転／5分休止）\u003c\/strong\u003eで運転開始。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 4\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG63.jpg?v=1728995859\" alt=\"STEP4\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e香りと灯りを調整\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003e運転時間や滴下量を調整。就寝前は短時間運転がおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === Carousel (existing) === --\u003e \u003c!-- Carousel (Square1〜5に差し替え) --\u003e\n\u003csection class=\"carousel\"\u003e\n\u003cdiv class=\"carousel__track\"\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square1_1024x1024.png?v=1758799611\" alt=\"Square1\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square2_1024x1024.png?v=1758799622\" alt=\"Square2\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square3_1024x1024.png?v=1758799634\" alt=\"Square3\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square4_1024x1024.png?v=1758799644\" alt=\"Square4\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square5_1024x1024.png?v=1758799656\" alt=\"Square5\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Essential Oils : 気分で選ぶ（スクリプト不要の静的版） --\u003e\n\u003csection class=\"oils\" style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\"\u003e\n\u003ch2 class=\"oils__title\" style=\"margin: 0 0 14px; font-weight: bold; font-size: clamp(18px,2.4vw,22px); letter-spacing: .06em; text-align: center;\"\u003eはじめてのエッセンシャルオイル｜気分で選ぶ\u003c\/h2\u003e\n\u003c!-- 説明 --\u003e\n\u003cp style=\"text-align: center; color: #6a625a; margin: 0 0 14px; font-size: 14.5px;\"\u003e目的に近いカードをタップ／クリックしてください。各アイテムの詳細はコレクションページでご確認いただけます。\u003c\/p\u003e\n\u003c!-- 6つの気分カテゴリ --\u003e\n\u003cul class=\"oils__grid\" style=\"list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px;\"\u003e\u003c!-- relax --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/relax-night\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eリラックス・安眠したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eRELAX \/ NIGHT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eラベンダー ／ ベルガモット ／ ローマンカモミール ／ フランキンセンス ／ シダーウッド\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e就寝30分前に1〜2滴から。静かに落ち着きたい夜に。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- refresh --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/reflesh-day\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分をリフレッシュしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eREFRESH \/ DAY\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ペパーミント ／ ユーカリ ／ グレープフルーツ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e朝の目覚めや気分転換に。換気とあわせて軽やかに。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- focus --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/focus\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e集中力を高めたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFOCUS\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eローズマリー・シネオール ／ レモン ／ ペパーミント ／ ユーカリ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e作業開始前に短時間。トップノートでスイッチON。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- cheer --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/collections\/cheer\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e気分を明るくしたい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eCHEER\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eスイートオレンジ ／ グレープフルーツ ／ ベルガモット ／ ゼラニウム\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e楽しい空気づくりに。ハーブ1滴で甘さを調整。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- deodorant --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/fresh-clean\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003e空気をすっきり・消臭したい\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eFRESH \/ CLEAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ユーカリ ／ ティートリー ／ ペパーミント\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e換気と合わせて“薄く長く”。清潔感をキープ。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- gift --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/gift\" rel=\"noopener\" style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\"\u003eギフト・誰にでもおすすめ\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\"\u003eGIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eシトラス系ブレンド ／ ラベンダー ／ スイートオレンジ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003eクセが少なく親しみやすい。はじめての一本にも。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- subscription --\u003e\n\u003cli class=\"oil\" style=\"border: 1px solid #e8dfd6; border-radius: 14px; background: linear-gradient(135deg,#fffdf9,#fdf7ef); box-shadow: 0 4px 14px rgba(0,0,0,.05); position: relative; overflow: hidden;\"\u003e\u003ca class=\"oil__link\" href=\"https:\/\/charabancaroma.store\/ja\/products\/charabanc-aroma-scent-discovery-subscription\" rel=\"noopener\" style=\"display: block; padding: 20px 18px; color: inherit; text-decoration: none;\" target=\"_blank\"\u003e\u003c!-- Ribbon --\u003e \u003cspan style=\"position: absolute; top: 12px; right: -40px; transform: rotate(45deg); background: linear-gradient(135deg,#e7d08a,#d4af37); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 40px; box-shadow: 0 2px 6px rgba(0,0,0,.15);\"\u003eSPECIAL\u003c\/span\u003e \u003c!-- Head --\u003e\n\u003cdiv class=\"oil__head\" style=\"display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 0 8px;\"\u003e\n\u003ch3 class=\"oil__name\" style=\"margin: 0; font-weight: bold; font-size: clamp(16px,2vw,18px); color: #554216;\"\u003e迷った時は香りの定期便\u003c\/h3\u003e\n\u003cspan class=\"oil__mood\" style=\"font-size: 12.5px; color: #fff; background: linear-gradient(135deg,#f7b7d2,#fceabb); border-radius: 999px; padding: 3px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15);\"\u003eSubscription\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp style=\"margin: .3em 0; font-size: 14.5px; color: #444; line-height: 1.7;\"\u003e毎月おすすめの精油が届く特別なサブスクリプション。\u003cbr\u003e高級感と遊び心を兼ね備えたラインナップで、新しい香りとの出会いを楽しめます。\u003c\/p\u003e\n\u003cp style=\"margin: .3em 0; font-size: 13.5px; color: #6a625a;\"\u003eギフトにも最適。届くたびにちょっとしたときめきを。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- 備考 --\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e※ ネブライザー式は原液使用。最初は1〜2滴から様子を見てください。柑橘は長時間直射日光を浴びる前は控えめに。\u003c\/p\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/1_dc5f9ae9-ccef-4adf-a302-addb98439664.png?v=1754884592\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Scriptless hardening: route all clicks to the card anchor and float it above any overlay *\/\n    #oils-by-mood { position: relative; z-index: 99999; }\n    #oils-by-mood .oil { position: relative; pointer-events: none; }\n    #oils-by-mood .oil \u003e a.oil__link {\n      display: block;\n      pointer-events: auto;\n      position: relative;\n      z-index: 99999;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\" style=\"text-align: start;\"\u003e\n\u003csection id=\"oils-by-mood\" class=\"oils\" style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media(min-width:860px){\n    .oils .oils__grid{ grid-template-columns:1fr 1fr; gap:14px; }\n  }\n  .oils .oil:hover{ transform: translateY(-2px); transition: transform .2s ease; }\n\u003c\/style\u003e\n\u003c!----\u003e\n\u003cdiv class=\"jptrust\"\u003e\n\u003cstyle\u003e\n.jptrust{font-family:'Zen Old Mincho',serif;max-width:980px;margin:48px auto 8px;color:#3d3a34;padding:0 16px;-webkit-font-smoothing:antialiased}\n.jptrust *{box-sizing:border-box}\n.jptrust__bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 44px}\n.jptrust__pill{background:#f5f1ea;border:1px solid #e2ddd7;border-radius:12px;padding:18px 14px;text-align:center}\n.jptrust__pill b{display:block;font-size:14px;letter-spacing:.04em;color:#554216;margin:0 0 4px}\n.jptrust__pill span{display:block;font-size:12px;line-height:1.6;color:#6a625a}\n.jptrust__h{font-size:20px;letter-spacing:.12em;text-align:center;color:#3d3a34;margin:0 0 6px;font-weight:500}\n.jptrust__h::after{content:\"\";display:block;width:40px;height:1px;background:#b08d2e;margin:14px auto 0}\n.jptrust__lead{text-align:center;font-size:13px;color:#8a8076;margin:0 0 28px;letter-spacing:.03em}\n.jptrust__spec{width:100%;border-collapse:collapse;margin:0 auto 48px;font-size:14px}\n.jptrust__spec th,.jptrust__spec td{border-bottom:1px solid #e8dfd6;padding:14px 12px;text-align:left;vertical-align:top}\n.jptrust__spec th{width:34%;color:#8a8076;font-weight:500;letter-spacing:.06em;white-space:nowrap}\n.jptrust__spec td{color:#3d3a34;line-height:1.7}\n.jptrust__faq{border-top:1px solid #e8dfd6;margin:0 auto}\n.jptrust__q{border-bottom:1px solid #e8dfd6;padding:18px 4px}\n.jptrust__q dt{font-size:15px;color:#554216;margin:0 0 8px;letter-spacing:.03em}\n.jptrust__q dt::before{content:\"Q. \";color:#b08d2e}\n.jptrust__q dd{margin:0;font-size:13.5px;line-height:1.85;color:#6a625a}\n@media(max-width:600px){.jptrust__bar{grid-template-columns:repeat(2,1fr);gap:10px}.jptrust__spec th{width:40%}}\n\u003c\/style\u003e\n\u003cdiv class=\"jptrust__bar\"\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e追加費用なし\u003c\/b\u003e\u003cspan\u003e関税・消費税込\u003cbr\u003e（DDP・関税元払い）\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e安心の配送\u003c\/b\u003e\u003cspan\u003e全国一律 800円\u003cbr\u003e7,000円以上で送料無料\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e3〜5営業日\u003c\/b\u003e\u003cspan\u003e追跡番号付き\u003cbr\u003eで発送\u003c\/span\u003e\u003c\/div\u003e\n  \u003cdiv class=\"jptrust__pill\"\u003e\u003cb\u003e14日間返品\u003c\/b\u003e\u003cspan\u003e未開封であれば\u003cbr\u003e返品を承ります\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"jptrust__h\"\u003e仕様\u003c\/h3\u003e\n\u003cp class=\"jptrust__lead\"\u003eCharabanc Aroma — 英国生まれのウォーターレス アロマディフューザー\u003c\/p\u003e\n\u003ctable class=\"jptrust__spec\"\u003e\u003ctr\u003e\u003cth\u003e方式\u003c\/th\u003e\u003ctd\u003e水を使わないネブライザー式（コールドエア方式）。熱も水も使わず、精油そのままの香りを拡散します。\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e対応オイル容量\u003c\/th\u003e\u003ctd\u003e30ml ／ 60ml ／ 90ml ／ 120ml\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003e電源\u003c\/th\u003e\u003ctd\u003eプラグイン式、または充電式バッテリー（ご購入時にお選びいただけます）\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eライト\u003c\/th\u003e\u003ctd\u003e内蔵LEDライト付き\u003c\/td\u003e\u003c\/tr\u003e\u003ctr\u003e\u003cth\u003eブランド\u003c\/th\u003e\u003ctd\u003eCharabanc Aroma（英国ブランド）\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\n\u003ch3 class=\"jptrust__h\"\u003eよくあるご質問\u003c\/h3\u003e\n\u003cdiv class=\"jptrust__faq\"\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eいつ届きますか？\u003c\/dt\u003e\u003cdd\u003eご注文後 1〜2 営業日で発送し、通常 3〜5 営業日でお届けします。追跡番号をメールでお送りしますので、配送状況をいつでもご確認いただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e関税や追加の費用はかかりますか？\u003c\/dt\u003e\u003cdd\u003eいいえ。表示価格はすべて税込（日本円）で、関税・輸入消費税込（DDP）です。お受け取り時に追加のお支払いは一切ございません。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e返品はできますか？\u003c\/dt\u003e\u003cdd\u003e商品到着後 14 日以内、未使用・未開封であれば返品を承ります（衛生上の理由により、開封済みのエッセンシャルオイルは対象外です）。まずは contact@charabancaroma.store または LINE までご連絡ください。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e「プラグイン式」と「充電式」の違いは？\u003c\/dt\u003e\u003cdd\u003e「プラグイン式」は電源につないで常設でお使いいただくタイプ、「充電式バッテリー」はコードレスで、お部屋のどこにでも自由に置いてお使いいただけます。ご購入時にお選びいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003eお手入れは簡単ですか？\u003c\/dt\u003e\u003cdd\u003e水を使わないため、お手入れはとても簡単です。ガラス管はぬるま湯ですすぐだけで清潔に保てます。\u003c\/dd\u003e\u003c\/dl\u003e\u003cdl class=\"jptrust__q\"\u003e\u003cdt\u003e1台で複数の香りを楽しめますか？\u003c\/dt\u003e\u003cdd\u003eはい。オイルボトルを入れ替えるだけで、その日の気分に合わせて香りを変えてお楽しみいただけます。\u003c\/dd\u003e\u003c\/dl\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Charabanc Aroma","offers":[{"title":"ホワイト \/ プラグイン \/ 30ml","offer_id":54377803120966,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ プラグイン \/ 60ml","offer_id":54377803153734,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ プラグイン \/ 90ml","offer_id":54377803186502,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ プラグイン \/ 120ml（3本購入で1本無料）","offer_id":54377803219270,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ コードレス \/ 30ml","offer_id":56085513601350,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ コードレス \/ 60ml","offer_id":56085513634118,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ コードレス \/ 90ml","offer_id":56085513666886,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト \/ コードレス \/ 120ml（3本購入で1本無料）","offer_id":56085513699654,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ プラグイン \/ 30ml","offer_id":54377803252038,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ プラグイン \/ 60ml","offer_id":54377803284806,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ プラグイン \/ 90ml","offer_id":54377803317574,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ プラグイン \/ 120ml（3本購入で1本無料）","offer_id":54377803350342,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ コードレス \/ 30ml","offer_id":56085513732422,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ コードレス \/ 60ml","offer_id":56085513765190,"sku":null,"price":139.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ コードレス \/ 90ml","offer_id":56085513797958,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"ウッドトーン \/ コードレス \/ 120ml（3本購入で1本無料）","offer_id":56085513830726,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/20251107-DSC02771_9891242e-863e-4f1a-92df-97e8fbc4ce10.jpg?v=1762629044"},{"product_id":"charabanc-aroma-oil-diffuser-mini-engraved-with-your-name","title":"Charabanc Aroma（チャラバンク アロマ）オイルディフューザー MINI トラベルエディション \/ あなただけの名入刻印対応","description":"\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong data-end=\"179\" data-start=\"118\"\u003e✨ カスタマイズネームエディション — Charabanc AromaロゴなしのBASE ✨\u003c\/strong\u003e\u003cbr data-end=\"182\" data-start=\"179\"\u003e（ご注意：カスタマイズされたベースにはCharabancブランドのロゴは含まれていません。）\u003c\/h3\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c!-- [BEGIN content injected into \u0026lt;body\u0026gt;] --\u003e\u003c!-- =========================================\n=  Product Detail : FULL CODE (Start to End) =\n========================================= --\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Zen+Old+Mincho\u0026display=swap');\n\n\/* === Global === *\/\n.product-detail-description,\n.product-detail-description * {\n  font-family: 'Zen Old Mincho', serif !important;\n  line-height: 1.8;\n  letter-spacing: 0.03em;\n  color: #333;\n}\n.product-detail-description img { display:block; max-width:100%; height:auto; }\n\n\/* === 5 Features (existing) === *\/\n.features5 { max-width: 980px; margin: 24px auto 0; padding: 0 16px; }\n.features5__title { text-align: left; font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .04em; margin: 0 0 12px; font-weight: 700; }\n.features5__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }\n@media (min-width: 768px){ .features5__list { grid-template-columns: 1fr 1fr; } }\n.features5__item { text-align: left !important; background: #fff; border: 1px solid #e8dfd6; border-radius: 12px; padding: 14px 16px; line-height: 1.8; word-break: break-word; }\n.features5__head { display: inline-block; font-weight: 700; margin-right: .35em; }\n.features5__item strong { font-weight: 700; }\n.features5 [style*=\"text-align:center\"] { text-align: left !important; }\n\n\/* === STEP 1–4 (existing) === *\/\n.steps4 { max-width: 980px; margin: 48px auto 0; padding: 0 16px; font-size: 16px; line-height: 1.9; color: #333; }\n.steps4__eyebrow { font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#8a8076; margin:0 0 6px; text-align:center; }\n.steps4__title { margin:0 0 16px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.04em; text-align:center; }\n.steps4__note { margin:0 0 24px; color:#6a625a; font-size:14px; text-align:center; }\n.steps4__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:20px; }\n@media (min-width:768px){ .steps4__grid { grid-template-columns:1fr 1fr; } }\n.steps4__item { background:#fff; border:1px solid #e8dfd6; border-radius:12px; padding:20px 16px; text-align:center; opacity:0; transform:translateY(20px); animation: fadeUp 0.8s ease forwards; }\n.steps4__item:nth-child(1){ animation-delay:0.2s; }\n.steps4__item:nth-child(2){ animation-delay:0.4s; }\n.steps4__item:nth-child(3){ animation-delay:0.6s; }\n.steps4__item:nth-child(4){ animation-delay:0.8s; }\n@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n.steps4__badge { display:inline-block; margin-bottom:10px; font-weight:700; font-size:14px; background:#f3eee8; border:1px solid #e8dfd6; border-radius:999px; padding:4px 12px; }\n.steps4__media { width:180px; height:180px; margin:0 auto 12px; border-radius:50%; overflow:hidden; border:2px solid #e8dfd6; }\n.steps4__media img { width:100%; height:100%; object-fit:cover; }\n.steps4__label { font-weight:700; display:block; margin:6px 0; }\n.steps4__desc { font-size:14px; color:#444; }\n\n\/* === Carousel (existing) === *\/\n.carousel { max-width: 980px; margin: 48px auto; overflow: hidden; position: relative; }\n.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }\n.carousel__item { flex: 0 0 80%; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }\n@media (min-width:768px){ .carousel__item { flex: 0 0 60%; } }\n.carousel__item img { width: 100%; height: auto; display: block; border-radius: 12px; }\n\n\/* === Luxe (black x gold) === *\/\n.luxe-features{\n  color:#f5f1ea; background:#000; position:relative; overflow:hidden;\n  padding:56px 16px; margin: 32px 0 8px;\n}\n.luxe-features__inner{\n  max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:28px;\n}\n@media (min-width: 920px){\n  .luxe-features__inner{ grid-template-columns:1fr; align-items:center; gap:40px; }\n}\n.luxe-features__visual{ text-align:center; }\n.luxe-features__bottle{\n  width:min(460px,90%); margin:0 auto;\n  filter: drop-shadow(0 12px 28px rgba(255,204,120,.07)) drop-shadow(0 2px 8px rgba(0,0,0,.6));\n  transform: translateY(8px); animation: bottleUp .9s ease forwards .2s; opacity:0;\n}\n@keyframes bottleUp{ to{ transform: translateY(0); opacity:1; } }\n\n.luxe-features__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:18px; }\n@media (min-width:700px){ .luxe-features__list{ grid-template-columns:1fr 1fr; } }\n.luxe-features__item{\n  position:relative; padding:18px 14px 16px; border:1px solid rgba(212,175,55,.22);\n  border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n  overflow:hidden; opacity:0; transform: translateY(14px); animation: fadeInUp .7s ease forwards;\n}\n.luxe-features__item:nth-child(1){ animation-delay:.15s; }\n.luxe-features__item:nth-child(2){ animation-delay:.25s; }\n.luxe-features__item:nth-child(3){ animation-delay:.35s; }\n.luxe-features__item:nth-child(4){ animation-delay:.45s; }\n.luxe-features__item:nth-child(5){ animation-delay:.55s; }\n@keyframes fadeInUp{ to{ opacity:1; transform: translateY(0); } }\n\n.luxe-features__title{\n  position:relative; font-size:clamp(18px,2.2vw,22px); letter-spacing:.06em;\n  font-weight:700; margin:0 0 4px; color:#fffdfa;\n}\n.luxe-features__swish{ display:block; width:100%; height:28px; margin:-2px 0 8px; pointer-events:none; }\n.luxe-features__desc{ margin:0; font-size:clamp(13px,1.7vw,14.5px); line-height:1.9; letter-spacing:.02em; color:#e9e3d9; }\n\n\/* Background gentle gold glow *\/\n.luxe-features::before{\n  content:\"\"; position:absolute; inset:-30% -10% auto -10%; height:70%;\n  background: radial-gradient(60% 60% at 30% 30%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),\n              radial-gradient(30% 30% at 70% 20%, rgba(212,175,55,.08) 0%, rgba(212,175,55,0) 60%);\n  pointer-events:none;\n}\n\n\/* Gold stroke: animation disabled, keep gentle glow only *\/\n.luxe-features .sparkle path.glow{ filter: blur(1.2px); }\n\/* animation intentionally disabled *\/\n\n\/* === Audience A–F (existing) === *\/\n.audience6{ max-width: 980px; margin: 16px auto 32px; padding: 0 16px; }\n.audience6__title{ text-align:center; margin: 6px 0 18px; font-weight:700; font-size: clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.audience6__grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width: 840px){ .audience6__grid{ grid-template-columns:1fr 1fr; gap:18px; } }\n.audience6__card{\n  position:relative; overflow:hidden; background:#fff; border:1px solid #e8dfd6; border-radius:14px;\n  padding:18px 16px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.02); transform: translateY(14px); opacity:0; animation: fadeUp .7s ease forwards;\n}\n.audience6__card:nth-child(1){ animation-delay:.1s; } .audience6__card:nth-child(2){ animation-delay:.2s; }\n.audience6__card:nth-child(3){ animation-delay:.3s; } .audience6__card:nth-child(4){ animation-delay:.4s; }\n.audience6__card:nth-child(5){ animation-delay:.5s; } .audience6__card:nth-child(6){ animation-delay:.6s; }\n.audience6__head{ display:flex; align-items:center; gap:10px; margin:0 0 8px; font-weight:700; font-size: clamp(16px,2vw,18px); letter-spacing:.04em; }\n.audience6__badge{\n  flex:0 0 auto; background:linear-gradient(135deg,#f5e8c8,#e7d08a);\n  color:#554216; border:1px solid #e0c979; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:700;\n}\n.audience6__desc{ margin:0 0 6px; color:#444; font-size:14px; }\n.audience6__sub{ margin:0 0 6px; color:#6a625a; font-size:13px; }\n.audience6__tip{ margin:0; color:#8a8076; font-size:12.5px; }\n.audience6__rule{ height:1px; background:linear-gradient(90deg,#e7d08a,rgba(231,208,138,0)); border:0; margin:10px 0; }\n\n\/* === New : Mood Scenes (3-up cards) === *\/\n.mood-scenes, .mood-scenes *{ font-family:'Zen Old Mincho', serif !important; }\n.mood-scenes{ max-width:1080px; margin:40px auto; padding:0 16px; }\n.mood-scenes__title{ margin:0 0 14px; font-weight:700; font-size:clamp(18px,2.4vw,22px); letter-spacing:.06em; }\n.mood-scenes__grid{ list-style:none; margin:14px 0 0; padding:0; display:grid; grid-template-columns:1fr; gap:14px; }\n@media (min-width:820px){ .mood-scenes__grid{ grid-template-columns:1fr; gap:18px; } }\n.mood-scenes__card{\n  border:1px solid #e8dfd6;\n  border-radius:14px;\n  background:#fff;\n  overflow:hidden;                 \/* ensure image touches edges, no bleed *\/\n  box-shadow:0 2px 10px rgba(0,0,0,.02);\n}\n.mood-scenes__media{\n  margin:0;                        \/* reset figure default margin *\/\n  padding:0;\n  width:100%;\n  background:transparent;\n  border:0;\n  border-radius:0;                 \/* card handles the rounding *\/\n}\n.mood-scenes__media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;                     \/* keep natural ratio *\/\n  object-fit:contain;              \/* never crop *\/\n  object-position:center;\n}\n\/* optional alignment helpers if needed per-image *\/\n.mood-scenes__media--right img{ object-position:right center; }\n.mood-scenes__media--left  img{ object-position:left center; }\n.mood-scenes__body{ padding:14px 14px 16px; }\n.mood-scenes__head{ font-weight:700; font-size:clamp(15px,1.9vw,17px); margin:0 0 6px; }\n.mood-scenes__text{ font-size:14.5px; color:#444; margin:0; }\n\n\/* === Modern Compare Table === *\/\n.compare-wrap{ max-width:1080px; margin:56px auto; padding:0 16px; }\n.compare-title{ margin:0 0 20px; font-weight:700; font-size:clamp(20px,2.6vw,24px); letter-spacing:.05em; text-align:center; }\n\n.compare-table{\n  width:100%;\n  border-collapse:separate;\n  border-spacing:0;\n  font-size:15.5px;\n  line-height:1.7;\n  background:#fff;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 12px rgba(0,0,0,.05);\n}\n.compare-table thead th{\n  background:#f5f3ef;\n  font-weight:700;\n  text-align:center;\n  padding:16px 12px;\n  font-size:15px;\n  border-bottom:1px solid #e2ddd7;\n}\n.compare-table thead th:first-child{ background:#fff; text-align:left; }\n\n.compare-table td{\n  padding:14px 12px;\n  border-bottom:1px solid #f0ede9;\n}\n.compare-table tbody tr:nth-child(odd){\n  background:#faf9f7;\n}\n.compare-table tbody tr:hover{\n  background:#fdfbf9;\n  transition:background .25s ease;\n}\n.compare-table td:first-child{\n  font-weight:600;\n  color:#444;\n  width:36%;\n  background:#fdfcfb;\n}\n@media (max-width:640px){\n  .compare-table{ font-size:14px; }\n  .compare-table td:first-child{ width:42%; }\n}\n\n\/* ★ 「日々のリズムに寄り添う、香りと灯り」セクションを1カラム固定 *\/\n.product-detail-description .daily-rhythm__inner {\n  display: grid !important;\n  grid-template-columns: 1fr !important;\n}\n\n@media (min-width: 768px) {\n  .product-detail-description .daily-rhythm__inner {\n    grid-template-columns: 1fr !important; \/* タブレット以上でも常に1カラム *\/\n  }\n}\n\n\/* 画像が右端で切れないように *\/\n.product-detail-description .daily-rhythm__inner img {\n  max-width: 100%;\n  height: auto;\n  object-fit: contain; \/* はみ出さず収まる *\/\n  display: block;\n  margin: 0 auto; \/* センター寄せ *\/\n}\n\n\/* === Utility === *\/\n.product-detail-description img.wide-img{ display:block !important; width:100% !important; max-width:100% !important; height:auto; }\n\n\/* === OVERRIDES per your requests === *\/\n\/* 1) 「ピュアな香り〜」セクションを常に1カラム固定 *\/\n.product-detail-description .luxe-features__inner{ grid-template-columns:1fr !important; }\n.product-detail-description .luxe-features__list{ grid-template-columns:1fr !important; }\n\/* 2) タイトル下の金色スワッシュをアニメ無しで常時表示 *\/\n.product-detail-description .luxe-features .sparkle{ animation:none !important; opacity:1 !important; }\n.product-detail-description .luxe-features__item:nth-child(n) .sparkle{ animation-delay:0s !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"product-detail-description shopline-element-product-detail-description\"\u003e\u003c!-- === HERO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG353.jpg?v=1733335267\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003e水を使わず、精油そのままの香りを。\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"p1\"\u003e手吹きガラスと木製ベースが織りなす造形は、まるで工芸品。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e伝統と革新が出会うことで生まれたアロマディフューザーは、香りと灯りで空間を整え、あなたの日常に深いやすらぎをもたらします。\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- === LONDON INTRO === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/UK_1024x1024.png?v=1757999266\" alt=\"United Kingdom\"\u003e 伝統と革新が息づく都市、ロンドン。\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003eそのクラシックな美意識とモダンな感性から、Charabanc Aroma は誕生しました。\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eイギリスの文化が持つ奥深さと洗練を背景に、日常に寄り添う香りの体験をお届けします。\u003c\/p\u003e\n\u003c!-- === Scene Guide header image (existing) === --\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 style=\"text-align: left;\"\u003eどんなシーンにおすすめ？｜シーン別ガイド\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" class=\"wide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/3_1bad3d74-be81-4f39-8f95-95eaa39ff6c9_1024x1024.png?v=1758097272\" alt=\"3つのポイント\"\u003e\u003c\/p\u003e\n\u003c!-- === Audience A–F (existing) === --\u003e\n\u003csection class=\"audience6\"\u003e\n\u003cul class=\"audience6__grid\"\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"A\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageA_1024x1024.png?v=1758860804\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eA\u003c\/span\u003e仕事終わりに切り替えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eやさしい灯りと静かな間欠運転で、夜の“オフ”モードへスムーズに。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eラベンダー／スイートオレンジ／フランキンセンス\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e照明を一段落とし、デスクから1.5m離して“余白”を作る。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"B\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageB_1024x1024.png?v=1758860978\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eB\u003c\/span\u003eベッドサイドを上質に整えたい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水なし拡散で軽やかに。3分運転／5分休止が心地よい余韻を残します。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eベルガモット／ローマンカモミール／シダーウッド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e就寝30分前に弱運転→消灯前に停止。枕元から約2mが目安。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"C\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageC_1024x1024.png?v=1758860812\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eC\u003c\/span\u003e集中力を高めたいクリエイター／学習者\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003eトップノートが“切替スイッチ”に。静音設計で作業を邪魔しません。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズマリー・シネオール／レモン／ペパーミント\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e25分作業＋5分休憩（ポモドーロ）に合わせ弱運転。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"D\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageD_1024x1024.png?v=1758860820\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eD\u003c\/span\u003eインテリアも妥協しない人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e手吹きガラス×木製ベースがオブジェのように佇み、空間の格が上がる。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eローズ／ジャスミン／イランイラン\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e壁際や棚上で陰影を活かす。サイドライトでガラスの表情UP。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"E\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageE_1024x1024.png?v=1758860838\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eE\u003c\/span\u003e来客のおもてなし・ギフトに\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e主張しすぎない軽やかな香りで、誰にでも贈りやすい“外さない”一品。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eシトラス＋ハーブ系ブレンド\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003eカードに“使い始めレシピ（1〜2滴／10分）”を添えると親切。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"audience6__card\"\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"F\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/imageF_1024x1024.png?v=1758860846\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"audience6__head\"\u003e\u003cspan class=\"audience6__badge\"\u003eF\u003c\/span\u003eペットや布製品に配慮したい人\u003c\/div\u003e\n\u003cp class=\"audience6__desc\"\u003e水を使わないから残留しにくく、後始末も簡単。清潔志向にマッチ。\u003c\/p\u003e\n\u003chr class=\"audience6__rule\"\u003e\n\u003cp class=\"audience6__sub\"\u003e\u003cstrong\u003eおすすめの香り：\u003c\/strong\u003eレモン／グレープフルーツ（少量から）\u003c\/p\u003e\n\u003cp class=\"audience6__tip\"\u003e\u003cstrong\u003eTIP：\u003c\/strong\u003e低い位置は避け、風の流れがある棚上から“薄く長く”。※使用量・場所には配慮を。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cimg class=\"wide-img\" alt=\"5つの特徴\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/e2f964fb06721840aae8eb8ccad35aed_480x480.png?v=1758096442\"\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- === Luxe (Black x Gold) : ピュアな香り〜 === --\u003e\n\u003csection class=\"luxe-features\"\u003e\n\u003cdiv class=\"luxe-features__inner\"\u003e\n\u003cdiv class=\"luxe-features__visual\"\u003e\u003cimg class=\"luxe-features__bottle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/2e35e9866d5443f44c2a1b630be726bb_1024x1024.png?v=1757998624\" alt=\"Retro Oil Diffuser\"\u003e\u003c\/div\u003e\n\u003cul class=\"luxe-features__list\"\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eピュアな香り\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g1\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C150,20 330,10 590,80\" stroke-width=\"8\" stroke=\"url(#g1)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C150,20 330,10 590,80\" stroke-width=\"2\" stroke=\"url(#g1)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e精油を希釈せず、純度の高い香りをそのまま。こぼれや残留物が少なくお手入れが簡単。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e職人の温もり\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g2\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C160,25 350,15 590,75\" stroke-width=\"8\" stroke=\"url(#g2)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C160,25 350,15 590,75\" stroke-width=\"2\" stroke=\"url(#g2)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e木製ベースと手吹きガラス。ひとつひとつ異なる木目が唯一無二の表情に。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静かに香る\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g3\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C140,35 330,30 590,85\" stroke-width=\"8\" stroke=\"url(#g3)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C140,35 330,30 590,85\" stroke-width=\"2\" stroke=\"url(#g3)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eやわらかなムードライトが香りと重なり、リビングや寝室を穏やかな雰囲気で包みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003e静音×間欠運転\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g4\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C180,40 360,40 590,70\" stroke-width=\"8\" stroke=\"url(#g4)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C180,40 360,40 590,70\" stroke-width=\"2\" stroke=\"url(#g4)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003e香りが強くなりすぎない自動間欠（3分運転／5分休止）。読書や作業の邪魔をしにくい静音設計。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxe-features__item\"\u003e\n\u003ch3 class=\"luxe-features__title\"\u003eどこでも使える\u003c\/h3\u003e\n\u003csvg class=\"luxe-features__swish sparkle\" viewBox=\"0 0 600 120\" preserveAspectRatio=\"none\" aria-hidden=\"true\"\u003e\n            \u003cdefs\u003e\u003clinearGradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"g5\"\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#B08D2E\" offset=\"0\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".8\" stop-color=\"#D4AF37\" offset=\"0.25\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\".9\" stop-color=\"#F5E6A6\" offset=\"0.6\"\u003e\u003c\/stop\u003e\u003cstop stop-opacity=\"0\" stop-color=\"#D4AF37\" offset=\"1\"\u003e\u003c\/stop\u003e\u003c\/linearGradient\u003e\u003c\/defs\u003e\n            \u003cpath d=\"M10,90 C160,30 340,20 590,76\" stroke-width=\"8\" stroke=\"url(#g5)\" fill=\"none\" class=\"glow\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10,90 C160,30 340,20 590,76\" stroke-width=\"2\" stroke=\"url(#g5)\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cp class=\"luxe-features__desc\"\u003eUSBに加え、充電式でコードレス。デスクからベッドサイドまで好きな場所へ。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Mood Scenes (3-up) === --\u003e\n\u003csection class=\"mood-scenes\"\u003e\n\u003ch2 class=\"mood-scenes__title\"\u003e日々のリズムに寄り添う、香りと灯り\u003c\/h2\u003e\n\u003cul class=\"mood-scenes__grid\"\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"リビングでくつろぐシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image1_1024x1024.png?v=1758783604\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e朝の光を迎えるリビングで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e窓から射すやわらかな光と調和し、香りが部屋にすっと広がる。いつもの空間が、ほんの少し特別な場所へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"ワークスペースで集中するシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image2_1024x1024.png?v=1758783616\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e昼のひらめきを生むワークデスクで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e植物の緑や自然光と重なり、香りが集中力を後押し。アイデアが静かに芽吹く時間をつくり出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"mood-scenes__card\"\u003e\n\u003cfigure class=\"mood-scenes__media\"\u003e\u003cimg alt=\"ベッドサイドで安らぐ夜のシーン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/image3_1024x1024.png?v=1758783626\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"mood-scenes__body\"\u003e\n\u003ch3 class=\"mood-scenes__head\"\u003e夜の静けさに包まれるベッドサイドで\u003c\/h3\u003e\n\u003cp class=\"mood-scenes__text\"\u003e灯りのあたたかさとともに、心をほどくように香りが漂う。一日の終わりにふさわしい、深いやすらぎを。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === New : Compare Table (2-col) === --\u003e\n\u003csection class=\"compare-wrap\"\u003e\n\u003ch2 class=\"compare-title\"\u003e水あり・超音波式 と 水なし・ネブライザー式の違い\u003c\/h2\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003e項目\u003c\/th\u003e\n\u003cth\u003e水あり・超音波式\u003c\/th\u003e\n\u003cth\u003e水なし・ネブライザー式\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e香りの純度\u003c\/td\u003e\n\u003ctd\u003e精油が水で希釈されるため柔らかい香り\u003c\/td\u003e\n\u003ctd\u003e精油そのまま拡散、濃厚でピュア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e拡散力・持続性\u003c\/td\u003e\n\u003ctd\u003e広範囲に拡散するが持続は弱め\u003c\/td\u003e\n\u003ctd\u003e香りが濃く、長く持続\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e残留物／お手入れ\u003c\/td\u003e\n\u003ctd\u003eタンクに水垢やカビが発生しやすい\u003c\/td\u003e\n\u003ctd\u003e残留が少なく掃除が簡単\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e衛生面\u003c\/td\u003e\n\u003ctd\u003e水を入れっぱなしにすると雑菌リスク\u003c\/td\u003e\n\u003ctd\u003e雑菌リスクが低い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e加湿機能\u003c\/td\u003e\n\u003ctd\u003e香り＋加湿を同時に可能\u003c\/td\u003e\n\u003ctd\u003e加湿はなし、香り専用\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e静音性\u003c\/td\u003e\n\u003ctd\u003e比較的静か\u003c\/td\u003e\n\u003ctd\u003e小さな「プシュッ音」があるが控えめ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e使用環境\u003c\/td\u003e\n\u003ctd\u003eUSB電源やコンセント式が主流、据え置き利用が多い\u003c\/td\u003e\n\u003ctd\u003eUSB給電に加え、充電式・コードレス対応も多い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e精油の消費量\u003c\/td\u003e\n\u003ctd\u003e少量で長時間香る\u003c\/td\u003e\n\u003ctd\u003e直接使用のため減りはやや早い\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- === Steps (existing) === --\u003e\n\u003csection class=\"steps4\"\u003e\n\u003cp class=\"steps4__eyebrow\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"steps4__title\"\u003e使い方｜STEP 1–4\u003c\/h2\u003e\n\u003cp class=\"steps4__note\"\u003e精油は薄めずに使用します。香りが強いと感じたら、滴下量を控えめにしてください。\u003c\/p\u003e\n\u003cul class=\"steps4__grid\"\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 1\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG61.jpg?v=1728995855\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e安定した平らな場所に設置\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eベースが水平な場所にあることを確認し、ガラス部品をやさしくセットします。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 2\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG62.jpg?v=1728995855\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e精油を滴下\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eノズルに精油を直接1〜3滴。入れすぎないのがコツです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 3\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG64.jpg?v=1728995856\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e給電してスイッチON\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003eUSBで給電しノブを回すと\u003cstrong\u003e自動間欠（3分運転／5分休止）\u003c\/strong\u003eで運転開始。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"steps4__item\"\u003e\u003cspan class=\"steps4__badge\"\u003eSTEP 4\u003c\/span\u003e\n\u003cdiv class=\"steps4__media\"\u003e\u003cimg alt=\"STEP4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG63.jpg?v=1728995859\"\u003e\u003c\/div\u003e\n\u003cspan class=\"steps4__label\"\u003e香りと灯りを調整\u003c\/span\u003e\n\u003cp class=\"steps4__desc\"\u003e運転時間や滴下量を調整。就寝前は短時間運転がおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- === Carousel (existing) === --\u003e \u003c!-- Carousel (Square1〜5に差し替え) --\u003e\n\u003csection class=\"carousel\"\u003e\n\u003cdiv class=\"carousel__track\"\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square1_1024x1024.png?v=1758799611\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square2_1024x1024.png?v=1758799622\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square3_1024x1024.png?v=1758799634\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square4_1024x1024.png?v=1758799644\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Square5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/Square5_1024x1024.png?v=1758799656\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Essential Oils : 気分で選ぶ（スクリプト不要の静的版） --\u003e\n\u003csection style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\" class=\"oils\"\u003e\n\u003ch2 style=\"margin: 0 0 14px; font-weight: bold; font-size: clamp(18px,2.4vw,22px); letter-spacing: .06em; text-align: center;\" class=\"oils__title\"\u003eはじめてのエッセンシャルオイル｜気分で選ぶ\u003c\/h2\u003e\n\u003c!-- 説明 --\u003e\n\u003cp style=\"text-align: center; color: #6a625a; margin: 0 0 14px; font-size: 14.5px;\"\u003e目的に近いカードをタップ／クリックしてください。各アイテムの詳細はコレクションページでご確認いただけます。\u003c\/p\u003e\n\u003c!-- 6つの気分カテゴリ --\u003e\n\u003cul style=\"list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px;\" class=\"oils__grid\"\u003e\u003c!-- relax --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/relax-night\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003eリラックス・安眠したい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eRELAX \/ NIGHT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eラベンダー ／ ベルガモット ／ ローマンカモミール ／ フランキンセンス ／ シダーウッド\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e就寝30分前に1〜2滴から。静かに落ち着きたい夜に。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- refresh --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/reflesh-day\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e気分をリフレッシュしたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eREFRESH \/ DAY\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ペパーミント ／ ユーカリ ／ グレープフルーツ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e朝の目覚めや気分転換に。換気とあわせて軽やかに。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- focus --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/collections\/focus\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e集中力を高めたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eFOCUS\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eローズマリー・シネオール ／ レモン ／ ペパーミント ／ ユーカリ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e作業開始前に短時間。トップノートでスイッチON。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- cheer --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/collections\/cheer\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e気分を明るくしたい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eCHEER\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eスイートオレンジ ／ グレープフルーツ ／ ベルガモット ／ ゼラニウム\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e楽しい空気づくりに。ハーブ1滴で甘さを調整。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- deodorant --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/fresh-clean\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003e空気をすっきり・消臭したい\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eFRESH \/ CLEAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eレモン ／ ユーカリ ／ ティートリー ／ ペパーミント\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003e換気と合わせて“薄く長く”。清潔感をキープ。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- gift --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03);\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 14px 16px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/collections\/gift\" class=\"oil__link\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin: 0 0 6px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(15px,2vw,17px);\" class=\"oil__name\"\u003eギフト・誰にでもおすすめ\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12px; color: #6b6359; background: #f5eee8; border: 1px solid #e8dfd6; border-radius: 999px; padding: 2px 8px;\" class=\"oil__mood\"\u003eGIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"margin: .2em 0; font-size: 14px; color: #444;\"\u003e\u003cstrong\u003eおすすめ精油：\u003c\/strong\u003eシトラス系ブレンド ／ ラベンダー ／ スイートオレンジ\u003c\/p\u003e\n\u003cp style=\"margin: .2em 0; font-size: 13.5px; color: #6a625a;\"\u003eクセが少なく親しみやすい。はじめての一本にも。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c!-- subscription --\u003e\n\u003cli style=\"border: 1px solid #e8dfd6; border-radius: 14px; background: linear-gradient(135deg,#fffdf9,#fdf7ef); box-shadow: 0 4px 14px rgba(0,0,0,.05); position: relative; overflow: hidden;\" class=\"oil\"\u003e\u003ca style=\"display: block; padding: 20px 18px; color: inherit; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/charabancaroma.store\/ja\/products\/charabanc-aroma-scent-discovery-subscription\" class=\"oil__link\" target=\"_blank\"\u003e\u003c!-- Ribbon --\u003e \u003cspan style=\"position: absolute; top: 12px; right: -40px; transform: rotate(45deg); background: linear-gradient(135deg,#e7d08a,#d4af37); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 40px; box-shadow: 0 2px 6px rgba(0,0,0,.15);\"\u003eSPECIAL\u003c\/span\u003e \u003c!-- Head --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 0 8px;\" class=\"oil__head\"\u003e\n\u003ch3 style=\"margin: 0; font-weight: bold; font-size: clamp(16px,2vw,18px); color: #554216;\" class=\"oil__name\"\u003e迷った時は香りの定期便\u003c\/h3\u003e\n\u003cspan style=\"font-size: 12.5px; color: #fff; background: linear-gradient(135deg,#f7b7d2,#fceabb); border-radius: 999px; padding: 3px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15);\" class=\"oil__mood\"\u003eSubscription\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp style=\"margin: .3em 0; font-size: 14.5px; color: #444; line-height: 1.7;\"\u003e毎月おすすめの精油が届く特別なサブスクリプション。\u003cbr\u003e高級感と遊び心を兼ね備えたラインナップで、新しい香りとの出会いを楽しめます。\u003c\/p\u003e\n\u003cp style=\"margin: .3em 0; font-size: 13.5px; color: #6a625a;\"\u003eギフトにも最適。届くたびにちょっとしたときめきを。\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c!-- 備考 --\u003e\n\u003cp style=\"margin: 12px 0 0; font-size: 12px; color: #8a8076; text-align: center;\"\u003e※ ネブライザー式は原液使用。最初は1〜2滴から様子を見てください。柑橘は長時間直射日光を浴びる前は控えめに。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Scriptless hardening: route all clicks to the card anchor and float it above any overlay *\/\n    #oils-by-mood { position: relative; z-index: 99999; }\n    #oils-by-mood .oil { position: relative; pointer-events: none; }\n    #oils-by-mood .oil \u003e a.oil__link {\n      display: block;\n      pointer-events: auto;\n      position: relative;\n      z-index: 99999;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003csection style=\"max-width: 1080px; margin: 48px auto 0; padding: 0 16px;\" class=\"oils\" id=\"oils-by-mood\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media(min-width:860px){\n    .oils .oils__grid{ grid-template-columns:1fr 1fr; gap:14px; }\n  }\n  .oils .oil:hover{ transform: translateY(-2px); transition: transform .2s ease; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-description shopline-element-product-detail-description\"\u003e\n\u003cdiv data-pageid=\"productDetail\" class=\"base-collapse-item base-collapse-item-sync active\"\u003e\n\u003cdiv data-ssr-plugin-detail-description=\"\" class=\"base-collapse-item__wrap\"\u003e\n\u003cdiv class=\"base-collapse-item__content body3 aside\"\u003e\n\u003cdiv class=\"mce-content-body aside\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003c!-- =============================\n=  Product Detail : FULL END    =\n============================= --\u003e\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/WechatIMG363.jpg?v=1733335268\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!----\u003e","brand":"Charabanc Aroma","offers":[{"title":"ブラウン | コードレス \/ 30ml","offer_id":54960060727622,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 60ml","offer_id":54960060760390,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 90ml","offer_id":54960060793158,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ブラウン | コードレス \/ 120ml（3本購入で1本無料）","offer_id":54960060825926,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 30ml","offer_id":57053004955974,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 60ml","offer_id":57053004988742,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 90ml","offer_id":57053005021510,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ハニートーン | コードレス \/ 120ml（3本購入で1本無料）","offer_id":57053005054278,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 30ml","offer_id":57053005087046,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 60ml","offer_id":57053005119814,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 90ml","offer_id":57053005152582,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ホワイト | コードレス \/ 120ml（3本購入で1本無料）","offer_id":57053005185350,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 30ml","offer_id":57053005218118,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 60ml","offer_id":57053005250886,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 90ml","offer_id":57053005283654,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true},{"title":"ブラック | コードレス \/ 120ml（3本購入で1本無料）","offer_id":57053005316422,"sku":null,"price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/files\/charabanc-mini-engraved-brown-pinyon-readable-v3_2c0f8a8e-37d8-435b-a7c9-b358dcb473e4.png?v=1785087274"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0848\/5326\/0614\/collections\/WechatIMG76_919b91fa-1a07-4346-bab9-2aee6921db67.jpg?v=1778777319","url":"https:\/\/charabancaroma.store\/ja\/collections\/handcrafted-wooden-waterless-diffuser-%e5%89%af%e6%9c%ac.oembed","provider":"Charabanc Aroma","version":"1.0","type":"link"}