{"product_id":"auto-campmat-single","title":"60秒で撤収、設営完了！R値：11.3！厚さ10cm！全自動キャンプマットシングル","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026family=Noto+Sans+JP:wght@300;400;500;700\u0026display=swap');\n\n.hf-campmat * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.hf-campmat {\n  font-family: 'Noto Sans JP', sans-serif;\n  color: #3a3530;\n  background: #f5f0e8;\n  line-height: 1.7;\n  overflow-x: hidden;\n}\n\n\/* ── カラー変数 ── *\/\n.hf-campmat {\n  --cream: #f5f0e8;\n  --offwhite: #faf7f2;\n  --light-greige: #ede8de;\n  --greige-mid: #d4cfc4;\n  --khaki: #8a8474;\n  --sand: #b8ac98;\n  --accent: #e5b42c;\n  --dark: #3a3530;\n  --text-body: #4a4540;\n  --text-muted: #7a7068;\n}\n\n\/* ── アニメーション ── *\/\n@keyframes hfFadeUp {\n  from { opacity: 0; transform: translateY(14px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes hfZoomIn {\n  from { transform: scale(1.04); }\n  to   { transform: scale(1); }\n}\n\n.hf-campmat .hf-reveal {\n  opacity: 0;\n  transform: translateY(14px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.hf-campmat .hf-reveal.is-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.hf-campmat .hf-reveal-delay1 { transition-delay: 0.1s; }\n.hf-campmat .hf-reveal-delay2 { transition-delay: 0.2s; }\n.hf-campmat .hf-reveal-delay3 { transition-delay: 0.3s; }\n.hf-campmat .hf-reveal-delay4 { transition-delay: 0.4s; }\n\n\/* ── イメージプレースホルダー ── *\/\n.hf-campmat .hf-img-placeholder {\n  width: 100%;\n  background: var(--light-greige);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  position: relative;\n}\n.hf-campmat .hf-img-placeholder::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, transparent 60%, rgba(229,180,44,0.08) 100%);\n}\n.hf-campmat .hf-img-placeholder .hf-img-label {\n  font-size: 12px;\n  color: var(--sand);\n  letter-spacing: 0.12em;\n  font-weight: 500;\n  text-transform: uppercase;\n  position: relative;\n  z-index: 1;\n}\n.hf-campmat .hf-img-zoom {\n  transition: transform 0.9s ease;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.hf-campmat .hf-img-placeholder:hover .hf-img-zoom {\n  transform: scale(1.04);\n}\n\n\/* ── ヘッダー区切り ── *\/\n.hf-campmat .hf-section-label {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 13px;\n  letter-spacing: 0.25em;\n  color: var(--accent);\n  margin-bottom: 10px;\n}\n.hf-campmat .hf-section-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--greige-mid);\n}\n\n\/* ─────────────────────────────────\n   TOPセクション\n───────────────────────────────── *\/\n.hf-campmat .hf-top {\n  background: var(--dark);\n  color: #f5f0e8;\n  position: relative;\n}\n\n.hf-campmat .hf-top-hero {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background: #2a2520;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  position: relative;\n}\n.hf-campmat .hf-top-hero .hf-img-label {\n  color: #6a6055;\n}\n\n.hf-campmat .hf-top-content {\n  padding: 40px 24px 20px;\n  text-align: center;\n}\n.hf-campmat .hf-top-title {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(36px, 8vw, 56px);\n  letter-spacing: 0.06em;\n  line-height: 1.1;\n  color: #f5f0e8;\n  animation: hfFadeUp 0.8s ease both;\n}\n.hf-campmat .hf-top-subtitle {\n  font-size: 14px;\n  color: #b0a898;\n  letter-spacing: 0.08em;\n  margin-top: 14px;\n  animation: hfFadeUp 0.8s 0.15s ease both;\n}\n\n.hf-campmat .hf-top-picks {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n  padding: 20px 24px 36px;\n  animation: hfFadeUp 0.8s 0.3s ease both;\n}\n.hf-campmat .hf-pick-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(229,180,44,0.12);\n  border: 1px solid rgba(229,180,44,0.4);\n  border-radius: 2px;\n  padding: 8px 14px;\n  font-size: 12px;\n  letter-spacing: 0.06em;\n  color: var(--accent);\n  font-weight: 500;\n}\n.hf-campmat .hf-pick-badge::before {\n  content: '';\n  display: inline-block;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--accent);\n  flex-shrink: 0;\n}\n\n\/* ── POINT ROW (TOPの4点) ── *\/\n.hf-campmat .hf-top-points {\n  border-top: 1px solid #3a3530;\n  background: #1e1a16;\n}\n.hf-campmat .hf-top-point {\n  display: flex;\n  align-items: stretch;\n  border-bottom: 1px solid #2e2a26;\n}\n.hf-campmat .hf-top-point:last-child {\n  border-bottom: none;\n}\n.hf-campmat .hf-top-point-img {\n  width: 120px;\n  flex-shrink: 0;\n  aspect-ratio: 1 \/ 1;\n  background: #2a2520;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n}\n.hf-campmat .hf-top-point-img .hf-img-label {\n  font-size: 10px;\n  color: #4a4540;\n}\n.hf-campmat .hf-top-point-body {\n  padding: 16px 18px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  gap: 4px;\n}\n.hf-campmat .hf-top-point-num {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 11px;\n  letter-spacing: 0.2em;\n  color: var(--accent);\n}\n.hf-campmat .hf-top-point-text {\n  font-size: 13px;\n  line-height: 1.5;\n  color: #c8c0b0;\n  font-weight: 400;\n}\n\n\/* ─────────────────────────────────\n   訴求セクション\n───────────────────────────────── *\/\n.hf-campmat .hf-appeal {\n  background: var(--cream);\n  padding: 60px 0;\n}\n\n.hf-campmat .hf-appeal-catch {\n  text-align: center;\n  padding: 0 24px 56px;\n}\n.hf-campmat .hf-appeal-catch h2 {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(26px, 6vw, 44px);\n  letter-spacing: 0.08em;\n  color: var(--dark);\n  line-height: 1.2;\n}\n.hf-campmat .hf-appeal-catch-underline {\n  display: inline-block;\n  width: 36px;\n  height: 2px;\n  background: var(--accent);\n  margin-top: 16px;\n}\n\n\/* ── POINTブロック共通 ── *\/\n.hf-campmat .hf-point-block {\n  padding: 48px 24px;\n  border-top: 1px solid var(--light-greige);\n}\n.hf-campmat .hf-point-block:first-of-type {\n  border-top: none;\n}\n\n.hf-campmat .hf-point-heading {\n  margin-bottom: 32px;\n}\n.hf-campmat .hf-point-num {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 46px;\n  color: var(--greige-mid);\n  line-height: 1;\n  letter-spacing: -0.02em;\n  text-align: center;\n}\n.hf-campmat .hf-point-title {\n  font-size: 18px;\n  font-weight: 700;\n  letter-spacing: 0.04em;\n  color: var(--dark);\n  line-height: 1.4;\n  margin-top: 4px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid var(--accent);\n  display: block;\n  text-align: center;\n}\n\n\/* POINT1: 問題提起 吹き出し *\/\n.hf-campmat .hf-voice-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin: 24px 0;\n}\n.hf-campmat .hf-voice-img {\n  aspect-ratio: 4\/3;\n  background: var(--light-greige);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n}\n.hf-campmat .hf-voice-img .hf-img-label { font-size: 11px; }\n\n.hf-campmat .hf-voice-bubbles {\n  margin: 24px 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.hf-campmat .hf-bubble {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n.hf-campmat .hf-bubble-dot {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  background: var(--greige-mid);\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n.hf-campmat .hf-bubble-dot::after {\n  content: '';\n  width: 6px;\n  height: 6px;\n  border-radius: 50%;\n  background: var(--khaki);\n}\n.hf-campmat .hf-bubble-text {\n  background: var(--offwhite);\n  border: 1px solid var(--greige-mid);\n  border-radius: 0 8px 8px 8px;\n  padding: 10px 14px;\n  font-size: 13px;\n  color: var(--text-body);\n  position: relative;\n  flex: 1;\n}\n.hf-campmat .hf-bubble-text::before {\n  content: '';\n  position: absolute;\n  left: -7px;\n  top: 10px;\n  width: 0;\n  height: 0;\n  border-top: 6px solid transparent;\n  border-bottom: 6px solid transparent;\n  border-right: 7px solid var(--greige-mid);\n}\n.hf-campmat .hf-bubble-text::after {\n  content: '';\n  position: absolute;\n  left: -6px;\n  top: 11px;\n  width: 0;\n  height: 0;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-right: 6px solid var(--offwhite);\n}\n\n.hf-campmat .hf-solution-tag {\n  text-align: center;\n  margin: 32px 0 20px;\n}\n.hf-campmat .hf-solution-label {\n  display: inline-block;\n  background: var(--accent);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  padding: 6px 20px;\n  border-radius: 2px;\n}\n.hf-campmat .hf-solution-title {\n  font-size: 18px;\n  font-weight: 700;\n  text-align: center;\n  margin-top: 14px;\n  letter-spacing: 0.04em;\n}\n\n.hf-campmat .hf-step-tag {\n  text-align: center;\n  margin: 28px 0 20px;\n  color: var(--text-muted);\n  font-size: 13px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  justify-content: center;\n}\n.hf-campmat .hf-step-tag::before,\n.hf-campmat .hf-step-tag::after {\n  content: '';\n  flex: 1;\n  max-width: 60px;\n  height: 1px;\n  background: var(--greige-mid);\n}\n\n\/* 画像+説明 2カラム *\/\n.hf-campmat .hf-img-desc-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin: 20px 0;\n}\n.hf-campmat .hf-img-desc-item {}\n.hf-campmat .hf-img-desc-item .hf-img-placeholder {\n  aspect-ratio: 4 \/ 3;\n  border-radius: 4px;\n}\n.hf-campmat .hf-img-desc-item p {\n  font-size: 12px;\n  color: var(--text-muted);\n  margin-top: 8px;\n  line-height: 1.5;\n}\n\n\/* 動画プレースホルダー *\/\n.hf-campmat .hf-video-placeholder {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background: var(--dark);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  border-radius: 4px;\n  margin: 20px 0;\n  cursor: pointer;\n}\n.hf-campmat .hf-play-btn {\n  width: 52px;\n  height: 52px;\n  border-radius: 50%;\n  border: 2px solid rgba(229,180,44,0.6);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.hf-campmat .hf-play-btn::after {\n  content: '';\n  width: 0;\n  height: 0;\n  border-top: 10px solid transparent;\n  border-bottom: 10px solid transparent;\n  border-left: 18px solid var(--accent);\n  margin-left: 4px;\n}\n.hf-campmat .hf-video-label {\n  font-size: 12px;\n  letter-spacing: 0.12em;\n  color: #6a6055;\n}\n\n\/* 注意書き *\/\n.hf-campmat .hf-caution {\n  background: var(--offwhite);\n  border-left: 3px solid var(--greige-mid);\n  padding: 12px 16px;\n  font-size: 12px;\n  color: var(--text-muted);\n  line-height: 1.6;\n  margin-top: 20px;\n  border-radius: 0 2px 2px 0;\n}\n.hf-campmat .hf-caution strong {\n  color: var(--khaki);\n  font-weight: 500;\n}\n\n\/* POINT2 画像レイアウト: 1枚大+2枚小 *\/\n.hf-campmat .hf-point2-imgs {\n  display: grid;\n  grid-template-rows: auto auto;\n  gap: 10px;\n  margin: 24px 0;\n}\n.hf-campmat .hf-point2-main {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background: var(--light-greige);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n}\n.hf-campmat .hf-point2-sub {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n.hf-campmat .hf-point2-sub .hf-img-placeholder {\n  aspect-ratio: 4 \/ 3;\n  border-radius: 4px;\n}\n\n\/* POINT3 *\/\n.hf-campmat .hf-point3-img {\n  width: 100%;\n  aspect-ratio: 3 \/ 2;\n  background: var(--light-greige);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  margin: 20px 0;\n}\n\n\/* POINT4 *\/\n.hf-campmat .hf-point4-img {\n  width: 100%;\n  aspect-ratio: 3 \/ 2;\n  background: var(--light-greige);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  margin: 20px 0;\n}\n\n\/* body text *\/\n.hf-campmat .hf-body-text {\n  font-size: 14px;\n  line-height: 1.9;\n  color: var(--text-body);\n}\n\n\/* ─────────────────────────────────\n   ディテールセクション\n───────────────────────────────── *\/\n.hf-campmat .hf-detail {\n  background: var(--offwhite);\n  padding: 56px 0;\n}\n.hf-campmat .hf-detail-heading {\n  text-align: center;\n  padding: 0 24px 40px;\n}\n.hf-campmat .hf-detail-heading h2 {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(24px, 5vw, 38px);\n  letter-spacing: 0.1em;\n  color: var(--dark);\n}\n.hf-campmat .hf-detail-heading-bar {\n  width: 32px;\n  height: 2px;\n  background: var(--accent);\n  margin: 14px auto 0;\n}\n\n.hf-campmat .hf-detail-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 2px;\n  background: var(--greige-mid);\n  border: 2px solid var(--greige-mid);\n}\n.hf-campmat .hf-detail-item {\n  background: var(--offwhite);\n  padding: 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.hf-campmat .hf-detail-item-img {\n  width: 100%;\n  aspect-ratio: 4 \/ 3;\n  background: var(--light-greige);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  border-radius: 2px;\n}\n.hf-campmat .hf-detail-item-img .hf-img-label { font-size: 10px; }\n.hf-campmat .hf-detail-item p {\n  font-size: 12px;\n  line-height: 1.7;\n  color: var(--text-body);\n}\n\n\/* 1カラム幅広アイテム *\/\n.hf-campmat .hf-detail-item.hf-full {\n  grid-column: 1 \/ -1;\n  flex-direction: row;\n  align-items: center;\n  gap: 20px;\n}\n.hf-campmat .hf-detail-item.hf-full .hf-detail-item-img {\n  width: 40%;\n  flex-shrink: 0;\n}\n\n\/* ─────────────────────────────────\n   スペックセクション\n───────────────────────────────── *\/\n.hf-campmat .hf-spec {\n  background: var(--cream);\n  padding: 56px 24px;\n}\n.hf-campmat .hf-spec-heading {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 32px;\n  letter-spacing: 0.2em;\n  color: var(--dark);\n  text-align: center;\n  margin-bottom: 32px;\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  justify-content: center;\n}\n.hf-campmat .hf-spec-heading::before,\n.hf-campmat .hf-spec-heading::after {\n  content: '';\n  flex: 1;\n  max-width: 48px;\n  height: 1px;\n  background: var(--accent);\n}\n\n.hf-campmat .hf-spec-img {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background: var(--light-greige);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 32px;\n  overflow: hidden;\n}\n\n.hf-campmat .hf-spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n.hf-campmat .hf-spec-table th,\n.hf-campmat .hf-spec-table td {\n  padding: 14px 16px;\n  font-size: 13px;\n  text-align: left;\n  border-bottom: 1px solid var(--light-greige);\n  vertical-align: top;\n  line-height: 1.7;\n}\n.hf-campmat .hf-spec-table th {\n  color: var(--khaki);\n  font-weight: 500;\n  letter-spacing: 0.06em;\n  width: 34%;\n  white-space: nowrap;\n}\n.hf-campmat .hf-spec-table td {\n  color: var(--text-body);\n}\n.hf-campmat .hf-spec-table tr:last-child th,\n.hf-campmat .hf-spec-table tr:last-child td {\n  border-bottom: none;\n}\n.hf-campmat .hf-spec-table tbody tr:nth-child(odd) {\n  background: var(--offwhite);\n}\n\n\/* ─────────────────────────────────\n   カスタマーサポートセクション\n───────────────────────────────── *\/\n.hf-campmat .hf-support {\n  background: var(--dark);\n  padding: 56px 24px;\n}\n.hf-campmat .hf-support__label {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 11px;\n  letter-spacing: 0.4em;\n  color: var(--accent);\n  text-align: center;\n  display: block;\n  margin-bottom: 10px;\n}\n.hf-campmat .hf-support-heading {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 28px;\n  letter-spacing: 0.2em;\n  color: #f5f0e8;\n  text-align: center;\n  margin-bottom: 40px;\n}\n.hf-campmat .hf-support-cards {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 16px;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hf-campmat .hf-support-card {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-top: 2px solid rgba(229,180,44,0.5);\n  border-radius: 2px;\n  padding: 28px 20px 24px;\n  text-align: center;\n}\n.hf-campmat .hf-support-icon {\n  width: 56px;\n  height: 56px;\n  display: block;\n  margin: 0 auto 16px;\n  object-fit: contain;\n  filter: invert(1);\n  opacity: 0.85;\n}\n.hf-campmat .hf-support-card h4 {\n  font-size: 14px;\n  font-weight: 700;\n  color: #f5f0e8;\n  margin-bottom: 10px;\n  letter-spacing: 0.04em;\n}\n.hf-campmat .hf-support-card p {\n  font-size: 12px;\n  line-height: 1.8;\n  color: #8a8474;\n}\n\n\/* ─────────────────────────────────\n   レスポンシブ\n───────────────────────────────── *\/\n@media (min-width: 640px) {\n  .hf-campmat .hf-top-points {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n  }\n  .hf-campmat .hf-top-point {\n    border-bottom: 1px solid #2e2a26;\n    border-right: 1px solid #2e2a26;\n  }\n  .hf-campmat .hf-top-point:nth-child(2n) {\n    border-right: none;\n  }\n  .hf-campmat .hf-appeal-catch h2 { font-size: 38px; }\n  .hf-campmat .hf-voice-grid { grid-template-columns: 1fr 1fr; }\n  .hf-campmat .hf-support-cards { grid-template-columns: repeat(3, 1fr); }\n\n  .hf-campmat .hf-point-block { padding: 56px 40px; }\n  .hf-campmat .hf-spec { padding: 60px 40px; }\n\n  .hf-campmat .hf-detail-item.hf-full {\n    flex-direction: row;\n  }\n}\n\n@media (max-width: 480px) {\n  .hf-campmat .hf-top-title { font-size: 34px; }\n  .hf-campmat .hf-top-picks { flex-direction: column; align-items: center; }\n  .hf-campmat .hf-pick-badge { width: 100%; max-width: 320px; }\n  .hf-campmat .hf-voice-grid { grid-template-columns: 1fr 1fr; }\n  .hf-campmat .hf-img-desc-grid { grid-template-columns: 1fr; }\n  .hf-campmat .hf-detail-grid { grid-template-columns: 1fr; }\n  .hf-campmat .hf-detail-item.hf-full { flex-direction: column; }\n  .hf-campmat .hf-detail-item.hf-full .hf-detail-item-img { width: 100%; }\n  .hf-campmat .hf-support-cards { grid-template-columns: 1fr; }\n  .hf-campmat .hf-spec-table th { width: 38%; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hf-campmat\"\u003e\n\n  \u003c!-- ══════════════════════════════\n       TOPセクション\n  ══════════════════════════════ --\u003e\n  \u003csection class=\"hf-top\"\u003e\n    \u003cdiv class=\"hf-top-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-top.jpg?v=1776867925\" alt=\"全自動キャンプマット\" class=\"hf-img-zoom\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hf-top-content\"\u003e\n      \u003ch1 class=\"hf-top-title\"\u003e全自動キャンプマット\u003c\/h1\u003e\n      \u003cp class=\"hf-top-subtitle\"\u003eキャンプの夜を、もっと心地よく。朝の撤収は、もっと快適に。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hf-top-picks\"\u003e\n      \u003cspan class=\"hf-pick-badge\"\u003e電動エアポンプ内蔵\u003c\/span\u003e\n      \u003cspan class=\"hf-pick-badge\"\u003e驚異のR値11.3　高断熱で地面の冷気を軽減\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hf-top-points\"\u003e\n      \u003cdiv class=\"hf-top-point hf-reveal\"\u003e\n        \u003cdiv class=\"hf-top-point-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p1top.jpg?v=1776867925\" alt=\"電動エアポンプ内蔵\" class=\"hf-img-zoom\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-top-point-body\"\u003e\n          \u003cspan class=\"hf-top-point-num\"\u003ePOINT 01\u003c\/span\u003e\n          \u003cp class=\"hf-top-point-text\"\u003e電動エアポンプ内蔵。\u003cbr\u003e約60秒で設営・撤収\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-top-point hf-reveal hf-reveal-delay1\"\u003e\n        \u003cdiv class=\"hf-top-point-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p2top.jpg?v=1776867925\" alt=\"極厚10cm\" class=\"hf-img-zoom\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-top-point-body\"\u003e\n          \u003cspan class=\"hf-top-point-num\"\u003ePOINT 02\u003c\/span\u003e\n          \u003cp class=\"hf-top-point-text\"\u003e極厚10cm。\u003cbr\u003eぐっすり眠れる快適な寝心地\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-top-point hf-reveal hf-reveal-delay2\"\u003e\n        \u003cdiv class=\"hf-top-point-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p3top.jpg?v=1776867925\" alt=\"幅75cm\" class=\"hf-img-zoom\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-top-point-body\"\u003e\n          \u003cspan class=\"hf-top-point-num\"\u003ePOINT 03\u003c\/span\u003e\n          \u003cp class=\"hf-top-point-text\"\u003e幅75cmのワイド設計。\u003cbr\u003eゆったり寝返りも\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-top-point hf-reveal hf-reveal-delay3\"\u003e\n        \u003cdiv class=\"hf-top-point-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p4top.jpg?v=1776867925\" alt=\"マルチエアポンプ\" class=\"hf-img-zoom\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-top-point-body\"\u003e\n          \u003cspan class=\"hf-top-point-num\"\u003ePOINT 04\u003c\/span\u003e\n          \u003cp class=\"hf-top-point-text\"\u003e取り外して使える、\u003cbr\u003e吸排気対応のマルチエアポンプ\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══════════════════════════════\n       訴求セクション\n  ══════════════════════════════ --\u003e\n  \u003csection class=\"hf-appeal\"\u003e\n    \u003cdiv class=\"hf-appeal-catch hf-reveal\"\u003e\n      \u003ch2\u003eキャンプをもっと快適に、\u003cbr\u003eもっと心地よく。\u003c\/h2\u003e\n      \u003cspan class=\"hf-appeal-catch-underline\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- POINT 1 --\u003e\n    \u003cdiv class=\"hf-point-block hf-reveal\"\u003e\n      \u003cdiv class=\"hf-point-heading\" style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point-num\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"hf-point-title\"\u003e内蔵エアポンプで、設営も撤収もスイッチひとつ\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"padding: 0 24px;\"\u003e\n        \u003cp class=\"hf-body-text\" style=\"margin-bottom:16px; font-size:13px; color:var(--text-muted);\"\u003e従来のインフレーターマットではこんな声が…\u003c\/p\u003e\n        \u003cdiv class=\"hf-voice-grid\"\u003e\n          \u003cdiv class=\"hf-voice-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-bad1.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;border-radius:4px;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"hf-voice-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-bad2.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;border-radius:4px;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-voice-bubbles\"\u003e\n          \u003cdiv class=\"hf-bubble\"\u003e\n            \u003cdiv class=\"hf-bubble-dot\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"hf-bubble-text\"\u003e手で膨らませるのが大変\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-bubble\"\u003e\n            \u003cdiv class=\"hf-bubble-dot\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"hf-bubble-text\"\u003e暑いテントの中で空気を抜くのはひと苦労\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-bubble\"\u003e\n            \u003cdiv class=\"hf-bubble-dot\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"hf-bubble-text\"\u003eエアポンプを忘れて困った\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-bubble\"\u003e\n            \u003cdiv class=\"hf-bubble-dot\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"hf-bubble-text\"\u003e収納袋にしまうのに毎回手間がかかる\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hf-solution-tag\"\u003e\n          \u003cspan class=\"hf-solution-label\"\u003eSOLUTION\u003c\/span\u003e\n          \u003cp class=\"hf-solution-title\"\u003e電動エアポンプ内蔵で設営＆撤収がスイッチ一つ\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hf-step-tag\"\u003eスイッチを押して60秒待つだけ\u003c\/div\u003e\n\n        \u003cdiv class=\"hf-video-placeholder\" style=\"padding-top:56.25%; position:relative; border-radius:4px; overflow:hidden; background:var(--dark); cursor:auto;\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/j1ceNHhjx0w?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=j1ceNHhjx0w\u0026amp;rel=0\u0026amp;modestbranding=1\u0026amp;controls=0\" style=\"position:absolute; top:0; left:0; width:100%; height:100%; border:none;\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen title=\"設営＆撤収動画\"\u003e\n          \u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hf-img-desc-grid\"\u003e\n          \u003cdiv class=\"hf-img-desc-item\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-switch.jpg?v=1776867925\" alt=\"スイッチ配置\" style=\"width:100%;aspect-ratio:4\/3;object-fit:cover;border-radius:4px;\"\u003e\n            \u003cp\u003e直感的に使いやすい、シンプルなスイッチ配置\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hf-img-desc-item\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-bttake.jpg?v=1776867925\" alt=\"バッテリー取り外し\" style=\"width:100%;aspect-ratio:4\/3;object-fit:cover;border-radius:4px;\"\u003e\n            \u003cp\u003eバッテリーは取り外して手軽に充電可能\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"hf-body-text\" style=\"margin-top:16px; font-size:13px;\"\u003e小さくまとまり、収納袋にもスムーズに収納。翌朝の撤収も時短で快適です。\u003c\/p\u003e\n\n        \u003cdiv class=\"hf-caution\"\u003e\n          \u003cstrong\u003e※注意\u003c\/strong\u003e　バッテリーは急速充電非対応のため「Type-C to Type-C」のUSBはご使用になれません。Type-A to Type-CのUSBをご使用ください。\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- POINT 2 --\u003e\n    \u003cdiv class=\"hf-point-block hf-reveal\"\u003e\n      \u003cdiv class=\"hf-point-heading\" style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point-num\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"hf-point-title\"\u003e極厚10cmマットが、疲れた体をやさしく受け止める\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point2-imgs\"\u003e\n          \u003cdiv class=\"hf-point2-main\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p2-1.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"hf-point2-sub\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p2-2.jpg?v=1776867925\" alt=\"\" style=\"width:100%;aspect-ratio:4\/3;object-fit:cover;border-radius:4px;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p2-3.jpg?v=1776867925\" alt=\"\" style=\"width:100%;aspect-ratio:4\/3;object-fit:cover;border-radius:4px;\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"hf-body-text\"\u003eインフレーターマットとして最大級クラスの、厚み10cmウレタンマットを採用。凹凸のある地面でも底付き感を軽減し、キャンプ場でも快適な寝心地を実現します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- POINT 3 --\u003e\n    \u003cdiv class=\"hf-point-block hf-reveal\"\u003e\n      \u003cdiv class=\"hf-point-heading\" style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point-num\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"hf-point-title\"\u003e75cmのワイド幅で、ソロでもゆったり快適\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point3-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p3top.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp class=\"hf-body-text\"\u003e全自動キャンプマットは、ソロサイズとして最大級クラスの幅75cm設計。極厚10cmのクッション性とあわせて、ゆったりとした寝心地を叶えます。寝返りもしやすく、キャンプでも快適にお休みいただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- POINT 4 --\u003e\n    \u003cdiv class=\"hf-point-block hf-reveal\"\u003e\n      \u003cdiv class=\"hf-point-heading\" style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point-num\"\u003e04\u003c\/div\u003e\n        \u003ch3 class=\"hf-point-title\"\u003e取り外して使える、吸排気対応のマルチエアポンプ\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 0 24px;\"\u003e\n        \u003cdiv class=\"hf-point4-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-p4-1.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp class=\"hf-body-text\"\u003e取り外し式のバッテリーは、スイッチを押すことで単体でも吸排気ポンプとして使用可能。付属のアタッチメントを装着すれば、インフレータブル枕や他製品のインフレーターマットなど、さまざまなギアの吸排気にも活躍します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══════════════════════════════\n       ディテールセクション\n  ══════════════════════════════ --\u003e\n  \u003csection class=\"hf-detail\"\u003e\n    \u003cdiv class=\"hf-detail-heading hf-reveal\"\u003e\n      \u003cdiv class=\"hf-section-label\" style=\"justify-content:center; padding:0 24px;\"\u003eDETAIL\u003c\/div\u003e\n      \u003ch2\u003e快適さを高める、うれしいディテール\u003c\/h2\u003e\n      \u003cdiv class=\"hf-detail-heading-bar\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hf-detail-grid hf-reveal\"\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d1.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e車中泊にも使いやすいサイズ設計。ミニバンなら2枚並べてぴったり。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d2.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e収納袋には、引き裂きに強いリップストップナイロンを採用。タフに使える丈夫な生地です。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-bad2.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e電動エアポンプでしっかり排気できるから、収納時もコンパクト。専用袋にもスムーズに収まります。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d4.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e肌ざわりがよく、通気性にも優れたポリコットン素材の専用シーツ付き。取り外して洗濯できるので衛生的です。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d5.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e専用シーツには、スマホポケットを標準装備。就寝中の置き場に困らず、紛失も防ぎやすくなります。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d6.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003eバッテリーは取り外して充電可能。※充電の際はType-A to Type-CのUSBコードをご使用ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d7.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003e万が一バッテリーを忘れても安心。従来型のマットのように使える、サブの空気口も備えています。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-detail-item\"\u003e\n        \u003cdiv class=\"hf-detail-item-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-d8.jpg?v=1776867925\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;\"\u003e\u003c\/div\u003e\n        \u003cp\u003eこの快適さ、一度知るともう元には戻れません。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══════════════════════════════\n       スペックセクション\n  ══════════════════════════════ --\u003e\n  \u003csection class=\"hf-spec hf-reveal\"\u003e\n    \u003cdiv class=\"hf-spec-heading\"\u003eSPEC\u003c\/div\u003e\n    \u003cdiv class=\"hf-spec-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-size.jpg?v=1776867924\" alt=\"サイズ図\" style=\"width:100%;height:auto;border-radius:4px;\"\u003e\u003c\/div\u003e\n    \u003ctable class=\"hf-spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003e素材\u003c\/th\u003e\n          \u003ctd\u003eマット：表地・底面 ポリエステル\u003cbr\u003eマットカバー：ポリエステル80%、コットン20%\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003e内容物\u003c\/th\u003e\n          \u003ctd\u003e\n            本体 × 1\u003cbr\u003e\n            取扱説明書 × 1\u003cbr\u003e\n            収納袋 × 1\u003cbr\u003e\n            バッテリー × 1\u003cbr\u003e\n            Type-A to Type-C USBコード × 1\u003cbr\u003e\n            マットカバー × 1\u003cbr\u003e\n            補修布キット × 1\u003cbr\u003e\n            エアポンプアタッチメント × 1\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══════════════════════════════\n       カスタマーサポートセクション\n  ══════════════════════════════ --\u003e\n  \u003csection class=\"hf-support hf-reveal\"\u003e\n    \u003cspan class=\"hf-support__label\"\u003eHILLS FIELD\u003c\/span\u003e\n    \u003cp class=\"hf-support-heading\"\u003eCUSTOMER SUPPORT\u003c\/p\u003e\n    \u003cdiv class=\"hf-support-cards\"\u003e\n      \u003cdiv class=\"hf-support-card\"\u003e\n        \u003cimg class=\"hf-support-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150342.png?v=1776750894\" alt=\"永久保証\"\u003e\n        \u003ch4\u003e永久保証\u003c\/h4\u003e\n        \u003cp\u003eすべての製品は、お買い上げから手放すその日まで保証を行っております。長く安心してお使いいただけるよう、破損や不具合が生じた場合は有償にて修理対応を行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-support-card\"\u003e\n        \u003cimg class=\"hf-support-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150359.png?v=1776750894\" alt=\"30日間交換・返品対応\"\u003e\n        \u003ch4\u003e30日間交換・返品対応\u003c\/h4\u003e\n        \u003cp\u003e商品到着日より30日以内であれば、交換・返品が可能です。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hf-support-card\"\u003e\n        \u003cimg class=\"hf-support-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/150332.png?v=1776750894\" alt=\"カスタマーサポート\"\u003e\n        \u003ch4\u003eカスタマーサポート\u003c\/h4\u003e\n        \u003cp\u003eお届けの商品について、使用方法やメンテナンス方法など何かお困りごとがありましたら、お気軽にお問い合わせください。スタッフが丁寧にサポートいたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\u003c!-- \/.hf-campmat --\u003e\n\n\u003cscript\u003e\n(function(){\n  var els = document.querySelectorAll('.hf-campmat .hf-reveal');\n  if (!('IntersectionObserver' in window)) {\n    els.forEach(function(el){ el.classList.add('is-visible'); });\n    return;\n  }\n  var obs = new IntersectionObserver(function(entries){\n    entries.forEach(function(e){\n      if(e.isIntersecting){ e.target.classList.add('is-visible'); obs.unobserve(e.target); }\n    });\n  }, { threshold: 0.12 });\n  els.forEach(function(el){ obs.observe(el); });\n})();\n\u003c\/script\u003e\n","brand":"HILLS FIELD","offers":[{"title":"Default Title","offer_id":43768639553601,"sku":"HF-ACM-B","price":28700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/0313\/2481\/files\/mat-sum.jpg?v=1776923225","url":"https:\/\/www.hills-field.com\/products\/auto-campmat-single","provider":"HILLS FIELD","version":"1.0","type":"link"}