/*
Theme Name: BBG Ecocute LP
Theme URI: https://bbg.co.jp/ecocute/
Author: So-connect
Description: 想いを形に工房 エコキュートLP カスタムテーマ
Version: 1.2
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800;900&display=swap');
/* ============================================================
   リセット・ベース
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Zen Maru Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
/* ============================================================
   CSS変数
   ============================================================ */
:root {
  --teal:        #1C847C;
  --teal-dark:   #146860;
  --green:       #3a7d2c;
  --green-dark:  #2a5c1e;
  --green-light: #e8f5e3;
  --orange:      #e86a1a;
  --orange-light:#fff3ec;
  --yellow:      #f5c400;
  --white:       #fff;
  --gray:        #f5f5f5;
  --gray-mid:    #e0e0e0;
  --text:        #333;
  --text-light:  #666;
  --max-w:       1100px;
  --radius:      8px;
}
/* ============================================================
   共通レイアウト
   ============================================================ */

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  padding: 70px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title .en {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
}
.section-title .sub {
  display: block;
  font-size: 0.95rem;
  color: var(--text-light);
  margin-top: 14px;
}
/* ============================================================
   CTAボタン
   ============================================================ */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(232,106,26,0.35);
}
.btn-cta:hover {
  background: #c9520f;
  transform: translateY(-2px);
}
.btn-cta.tel {
  background: var(--teal);
  box-shadow: 0 4px 16px rgba(28,132,124,0.35);
}
.btn-cta.tel:hover {
  background: var(--teal-dark);
}
/* ============================================================
   ヘッダー
   ============================================================ */
#site-header {
  background: var(--teal);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo a {
  display: block;
}
.site-logo img {
  height: 45px;
  width: auto;
  display: block;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-cta a {
  display: flex;
  align-items: center;
}
.header-cta a img {
  height: 30px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}
.header-cta a img:hover {
  opacity: 0.85;
}
.header-tel {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 950;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s;
}
.header-tel:hover {
  opacity: 0.85;
}
/* ============================================================
   ヒーロー
   ============================================================ */
#hero-wrapper {
  background: #BCD5D9;
  width: 100%;
}
#hero {
  position: relative;
  width: 100%;
  max-width: 1497px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
}
.hero-bg {
  width: 100%;
  line-height: 0;
}
.hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-fukidashi {
  position: absolute;
  top: 1%;
  left: 30%;
  width: 40%;
  animation: fukidashi-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s both;
}
.hero-fukidashi img {
  width: 100%;
  height: auto;
}
.hero-text {
  position: absolute;
  top: 7%;
  left: 34%;
  width: 30%;
  animation: slide-in-left 0.5s ease 0.3s both;
}
.hero-text img {
  width: 100%;
  height: auto;
}
.hero-badges {
  position: absolute;
  top: 71%;
  left: 40%;
  display: flex;
  gap: 1%;
  width: 34%;
}
.hero-badge img {
  width: 100%;
  height: auto;
}
.badge-1 {
  width: 32%;
  animation: badge-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
}
.badge-2 {
  width: 32%;
  animation: badge-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s both;
}
.badge-3 {
  width: 32%;
  animation: badge-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s both;
}
.hero-textbox {
  position: absolute;
  top: 56%;
  left: 35%;
  width: 38%;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  padding: 10px 16px;
  line-height: 1.5;
}
.hero-textbox-top {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
.hero-textbox-top .underline {
  text-decoration: underline;
  text-decoration-color: #e86a1a;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.hero-textbox-bottom {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
}
.hero-textbox-bottom .big {
  font-size: 2rem;
  font-weight: 900;
  color: #e86a1a;
  line-height: 1;
}
.hero-hojyokin {
  position: absolute;
  top: 27%;
  left: 25%;
  width: 13%;
}
.hero-hojyokin img {
  width: 100%;
  height: auto;
}
.hero-area-bar {
  background: #1C847C;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.hero-area-banner {
  background: #fff;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px 30px;
}
.hero-area-banner img {
  width: 100%;
  height: auto;
  display: block;
}
/* アニメーション */
@keyframes fukidashi-pop {
  0%   { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(1);    opacity: 1; }
}
@keyframes slide-in-left {
  0%   { transform: translateX(-40px); opacity: 0; }
  100% { transform: translateX(0);     opacity: 1; }
}
@keyframes badge-pop {
  0%   { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1);   opacity: 1; }
}
/* タブレット・スマホ：1枚画像に切り替え */
@media (max-width: 1024px) {
  .hero-fukidashi,
  .hero-text,
  .hero-badges,
  .hero-textbox,
  .hero-hojyokin {
    display: none;
  }
  .hero-bg img {
    content: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/260704000.png');
  }
  .hero-area-bar {
    font-size: 0.9rem;
    padding: 10px 16px;
  }
}
/* ============================================================
   LINE CTA
   ============================================================ */
#line-cta {
  background: #fff;
  padding: 30px 20px 0;
  max-width: var(--max-w);
  margin: 0 auto;
}
.line-cta-btn-wrap {
  text-align: center;
  margin-bottom: 16px;
}
.line-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #06C755;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  animation: line-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s both;
}
@keyframes line-pop {
  0%   { transform: scale(0.85); opacity: 0; }
  60%  { transform: scale(1.12); opacity: 1; }
  80%  { transform: scale(0.96); }
  100% { transform: scale(1); }
}
.line-icon img {
  height: 28px;
  width: auto;
  display: block;
}
.line-arrows {
  font-size: 0.9rem;
  letter-spacing: -2px;
}
.line-cta-catch {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: #333;
  margin-bottom: 20px;
}
.line-word {
  color: #06C755;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.line-cta-step .pc-only {
  display: block;
  width: 100%;
  height: auto;
}
.line-cta-step .sp-only {
  display: none;
  width: 100%;
  height: auto;
}
@keyframes line-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 16px rgba(6,199,85,0.35); }
  50%       { transform: scale(1.04); box-shadow: 0 6px 24px rgba(6,199,85,0.5); }
}
@media (max-width: 768px) {
  #line-cta {
    padding: 20px 16px 0;
  }
  .line-cta-btn {
    font-size: 1rem;
    padding: 12px 24px;
  }
  .line-cta-step .pc-only {
    display: none;
  }
  .line-cta-step .sp-only {
    display: block;
  }
}
/* ============================================================
   メーカー見出し
   ============================================================ */
.maker-heading {
  background: #fff;
  text-align: center;
  padding: 50px 20px 20px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.maker-heading-sub {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.maker-heading-main {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #222;
  line-height: 1.3;
}
.maker-heading-main .slash {
  color: #e86a1a;
  font-size: 1.2em;
}
/* ============================================================
   補助バナー
   ============================================================ */
.line-cta-sub {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}
.line-cta-sub img {
  width: 100%;
  height: auto;
  display: block;
}
/* ============================================================
   取扱いメーカー
   ============================================================ */
#brands {
  background: #fff;
  padding: 40px 0;
}
.brands-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 28px;
}
.brands-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.brands-row img {
  height: 42px;
  width: auto;
}
@media (max-width: 768px) {
  #brands {
    padding: 30px 0;
  }
  .brands-title {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .brands-row {
    gap: 24px;
  }
  .brands-row img {
    height: 32px;
  }
}
/* ============================================================
   キャッシュレス決済バナー
   ============================================================ */
.cashless-banner {
  background: #E84A1A;
  max-width: calc(var(--max-w) - 40px);
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 8px;
}
.cashless-banner img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
}
.cashless-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.cashless-main {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #FFE400;
}
.cashless-sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
}
.cashless-cards {
  max-width: var(--max-w);
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
}
.cashless-cards-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.cashless-cards img {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .cashless-banner {
    padding: 16px 20px;
    gap: 16px;
  }
  .cashless-main {
    font-size: 1.4rem;
  }
  .cashless-sub {
    font-size: 1.1rem;
  }
  .cashless-cards {
    margin-top: 16px;
  }
  .cashless-cards-title {
    font-size: 0.95rem;
  }
}
/* ============================================================
   お悩みセクション
   ============================================================ */
#troubles {
  background: #FFE092;
}
.troubles-box {
  background: #fff;
  border: 4px solid #FFE183;
  border-radius: 20px;
  padding: 50px 40px;
}
.troubles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.trouble-card {
  text-align: center;
}
.trouble-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 3px solid var(--gray-mid);
}
.trouble-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trouble-card p {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text);
}
.troubles-arrow {
  text-align: center;
  margin-top: 24px;
  font-size: 2.2rem;
  color: var(--orange);
  line-height: 1;
}
.troubles-note-wrap {
  text-align: center;
  margin-top: 36px;
}
.troubles-note {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--text);
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0 6px;
  border-radius: 6px;
}
.troubles-note span {
  color: var(--orange);
}
@media (max-width: 768px) {
  .troubles-box {
    padding: 30px 20px;
  }
  .troubles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .trouble-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
  .trouble-card p {
    font-size: 0.95rem;
  }
  .troubles-note {
    font-size: 1.2rem;
  }
}
/* ============================================================
   会社紹介
   ============================================================ */
#about {
  background: #fff;
}
.about-banner {
  margin-bottom: 40px;
}
.about-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.about-inner {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 40px;
  align-items: center;
}
.about-photo img {
  width: 100%;
  border-radius: 12px;
}
.about-text {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text);
}
.about-text strong {
  color: var(--teal);
  font-weight: 900;
}
.about-badge img {
  width: 100%;
  height: auto;
}
.about-badge-note {
  font-size: 0.7rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .about-banner {
    margin-bottom: 24px;
  }
  .about-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-photo img {
    width: 60%;
    margin: 0 auto;
  }
  .about-badge img {
    width: 50%;
    margin: 0 auto;
  }
}
/* ============================================================
   選ばれる理由
   ============================================================ */
#reasons {
  background: var(--gray);
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.reason-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  border: 3px solid #FFE183;
}
.reason-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--text);
  background: linear-gradient(transparent 60%, #FFE183 60%);
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  line-height: 1.6;
}
.reason-card p {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12px;
}
.reason-img {
  width: 100%;
  aspect-ratio: 400 / 288;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ============================================================
   施工実例
   ============================================================ */
#cases {
  background: #fff;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.case-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.case-card-body {
  padding: 18px;
  background: #fff;
}
.case-card-body .tag {
  display: inline-block;
  background: var(--green-light);
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 8px;
}
.case-card-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.case-card-body p {
  font-size: 0.82rem;
  color: var(--text-light);
}
/* ============================================================
   商品一覧
   ============================================================ */
#products {
  background-image:
    linear-gradient(#2E799360, #2E799360),
    url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/bg0001.png');
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: fixed, fixed;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 768px) {
  #products {
    background-image: none;
    background-color: color-mix(in srgb, var(--teal) 70%, white 30%);
  }
}
#products .section-title h2 {
  color: #fff;
}
#products .section-title {
  background-color: #1C847C80;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 24px 40px;
  border-radius: 0;
  text-align: center;
  margin-top: -70px;
}
#products .section-title .en {
  color: var(--yellow);
}
.brand-block {
  margin-bottom: 40px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}
.product-card-header {
  background: #055C70;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.product-model {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
}
.brand-logo-header {
  height: 30px;
  width: auto;
  object-fit: contain;
  display: block;
}
.product-capacity {
  background: var(--teal);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  white-space: nowrap;
}
.product-card-body {
  display: flex;
  padding: 32px;
  gap: 24px;
  align-items: flex-start;
}
.product-card-left {
  flex: 0 1 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  order: 1;
}
.product-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pbadge {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
}
.pbadge-teal {
  background: var(--teal);
}
.pbadge-orange {
  background: var(--orange);
}
.pbadge-blue {
  background: #2f6da4;
}
.pbadge-amber {
  background: #E5891C;
}
.product-spec {
  font-size: 1rem;
  color: var(--text-light);
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ptag {
  background: #333;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 6px;
}
.product-eco-text {
  display: none;
}
.product-price-area {
  margin-top: 16px;
}
.product-price-row {
  background: var(--orange);
  border-radius: 6px;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.price-label.orange {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}
.price-subsidy {
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.product-jissitu-label {
  background: var(--teal);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px 4px 0 0;
  margin-top: 10px;
}
.price-main {
  font-size: 3.0rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1.2;
}
.price-main,
.product-jissitu-label,
.price-subsidy,
.price-label.orange {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.product-card-right {
  width: 280px;
  height: 380px;
  flex-shrink: 0;
  position: relative;
  order: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-card-right.img-s37lqs {
  background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/EQX46YF22.png');
}
.product-card-right.img-s46lqs {
  background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/EQX46YY22.png');
}
.product-card-right.img-eqn37zfv {
  background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/d-3726pc.png');
}
.product-card-right.img-eqn46zfv {
  background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/d-726pc.png');
}
.product-comikomi-banner {
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
}
.comikomi-text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #FFDC48;
  font-size: 1.5rem;
}
.product-comikomi-banner img {
  height: 56px;
  width: auto;
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card-body {
    display: block;
    padding: 14px;
  }
  .product-card-body::after {
    content: "";
    display: table;
    clear: both;
  }
  .product-card-left {
    display: block;
  }
  .product-capacity {
    display: none;
  }
  .product-badge-row,
  .product-tags {
    margin-bottom: 8px;
  }
  .product-eco-text {
    display: inline-block;
    background: #0097D0;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .product-card-right {
    float: right;
    width: 170px;
    height: 230px;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .product-card-right.img-s37lqs {
    background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/EQX46YF2-1.png');
  }
  .product-card-right.img-s46lqs {
    background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/EQX46YY2.png');
  }
  .product-card-right.img-eqn37zfv {
    background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/d-3726sp.png');
  }
  .product-card-right.img-eqn46zfv {
    background-image: url('https://bbg.co.jp/ecocute/wp-content/uploads/2026/07/d-726sp.png');
  }
  .product-price-area {
    clear: both;
    display: flex;
    gap: 8px;
  }
  .product-price-row {
    flex: 0 0 42%;
    padding: 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .product-jissitu-box {
    flex: 1;
    width: auto;
  }
  .price-label.orange {
    font-size: 0.95rem;
  }
  .price-subsidy {
    font-size: 1.3rem;
  }
  .product-jissitu-label {
    width: auto;
  }
  .product-model {
    font-size: 1.6rem;
  }
  .pbadge {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  .ptag {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  .price-main {
    font-size: 2.2rem;
  }
  .comikomi-text {
    font-size: 0.85rem;
  }
}
/* ============================================================
   お客様の声
   ============================================================ */
#voices {
  background: var(--gray);
}
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.voice-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
}
.voice-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 4rem;
  color: var(--green-light);
  font-family: Georgia, serif;
  line-height: 1;
}
.voice-card .stars {
  color: var(--yellow);
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.voice-card p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 16px;
}
.voice-card .name {
  font-size: 0.82rem;
  color: var(--text-light);
  font-weight: 700;
}
/* ============================================================
   施工の流れ
   ============================================================ */
#flow {
  background: #fff;
}
.flow2-card {
  border: 2px solid var(--teal);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.flow2-card-header {
  background: var(--teal);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 10px;
}
.flow2-card-body {
  padding: 24px 32px 28px;
}
.flow2-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--teal);
  margin-bottom: 20px;
  line-height: 1.5;
}
.flow2-content {
  display: flex;
  align-items: center;
  gap: 28px;
}
.flow2-img {
  width: 220px;
  flex-shrink: 0;
}
.flow2-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.flow2-text {
  flex: 1;
}
.flow2-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text);
}
.flow2-btns {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}
.flow2-btns a {
  flex: 1;
  transition: opacity 0.2s, transform 0.2s;
}
.flow2-btns a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.flow2-btns img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.flow2-arrow {
  text-align: center;
  padding: 14px 0;
  line-height: 1;
}
.flow2-arrow span {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--orange);
  letter-spacing: -8px;
}
@media (max-width: 768px) {
  .flow2-card-body {
    padding: 18px 16px 22px;
  }
  .flow2-title {
    font-size: 1.05rem;
  }
  .flow2-content {
    flex-direction: column;
    gap: 16px;
  }
  .flow2-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .flow2-btns {
    flex-direction: column;
    gap: 10px;
  }
}
/* ============================================================
   よくある質問
   ============================================================ */
#faq {
  background: var(--gray);
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.faq-q {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  user-select: none;
}
.faq-q::before {
  content: 'Q';
  min-width: 28px;
  height: 28px;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.faq-q .arrow {
  margin-left: auto;
  color: var(--text-light);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-q .arrow {
  transform: rotate(180deg);
}
.faq-a {
  display: none;
  padding: 16px 24px 20px 66px;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.75;
  border-top: 1px solid var(--gray-mid);
}
.faq-item.open .faq-a {
  display: block;
}
/* ============================================================
   お電話でお問い合わせバナー
   ============================================================ */
.tel-banner {
  background: #E84A1A;
  max-width: calc(var(--max-w) - 40px);
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 8px;
}
.tel-banner img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
}
.tel-banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}
.tel-banner-main {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFE400;
}
.tel-banner-sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
  display: block;
}
@media (max-width: 768px) {
  .tel-banner {
    padding: 16px 20px;
    gap: 16px;
  }
  .tel-banner-main {
    font-size: 1.1rem;
  }
  .tel-banner-sub {
    font-size: 1.8rem;
  }
}
/* ============================================================
   お問い合わせ
   ============================================================ */
#contact {
  background: var(--orange-light);
}
.contact-box {
  background: #fff;
  border-radius: 16px;
  padding: 50px 60px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.contact-divider {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-divider::before,
.contact-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-mid);
}
/* Contact Form 7 の見た目調整 */
.contact-form .wpcf7-form p {
  margin-bottom: 20px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.contact-form .wpcf7-required {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.contact-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-mid);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s;
  background: #fff;
}
.contact-form .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--teal);
}
.contact-form textarea.wpcf7-form-control {
  height: 140px;
  resize: vertical;
}
.contact-form input.wpcf7-submit {
  width: 100%;
  padding: 18px;
  background: var(--orange);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(232,106,26,0.35);
}
.contact-form input.wpcf7-submit:hover {
  background: #c9520f;
  transform: translateY(-2px);
}
.contact-form .wpcf7-not-valid-tip {
  color: #e63946;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 6px;
}
.contact-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  border: 2px solid var(--gray-mid);
}
/* ============================================================
   フッター
   ============================================================ */
#site-footer {
  background: #222;
  color: rgba(255,255,255,0.75);
  padding: 40px 0 20px;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 20px;
}
.footer-logo {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.footer-info {
  font-size: 0.82rem;
  line-height: 1.9;
}
.footer-nav h4 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-nav li {
  margin-bottom: 6px;
}
.footer-nav a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}
/* ============================================================
   ページトップボタン
   ============================================================ */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 200;
  box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}
#page-top.visible {
  opacity: 1;
}
/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  .header-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 16px;
  }
  .header-tel {
    font-size: 1.1rem;
  }
  .header-cta a img {
    height: 30px;
  }
  .why-now-grid,
  .voices-grid,
  .cases-grid {
    grid-template-columns: 1fr;
  }
  .troubles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .flow-steps::before {
    display: none;
  }
  .subsidy-inner {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }
  .contact-box {
    padding: 30px 20px;
  }
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}