/* 防災チョイス共通商品ページCSS：FutureShop既存CSSとの競合を避けるため配下に限定 */
.bousai-choice-page {
  --bc-main: #2caf50;
  --bc-dark: #187c35;
  --bc-soft: #effaf1;
  --bc-accent: #f4c928;
  --bc-accent-dark: #c79900;
  --bc-text: #222;
  --bc-muted: #666;
  --bc-line: #dfe6df;
  --bc-radius: 14px;
  --bc-shadow: 0 8px 24px rgba(25, 65, 35, .09);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: var(--bc-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  box-sizing: border-box;
}
.bousai-choice-page.course-banzan { --bc-main: #c51f2b; --bc-dark: #941822; --bc-soft: #fff1f2; }
.bousai-choice-page *, .bousai-choice-page *::before, .bousai-choice-page *::after { box-sizing: border-box; }
.bousai-choice-page img { display: block; max-width: 100%; height: auto; }
.bousai-choice-page a { color: inherit; }
.bc-section { margin: 64px 0 0; }
.bc-section-heading { margin-bottom: 28px; text-align: center; }
.bc-section-heading__sub { margin: 0 0 4px; color: var(--bc-dark); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.bc-section-heading h2 { margin: 0; color: var(--bc-dark); font-size: clamp(24px, 3vw, 36px); line-height: 1.4; }
.bc-section-heading h2::after { content: ""; display: block; width: 64px; height: 4px; margin: 16px auto 0; border-radius: 99px; background: var(--bc-accent); }
.bc-text-center { max-width: 850px; margin: 0 auto 28px; text-align: center; }

/* Hero */
.bc-hero { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; min-height: 480px; margin-top: 24px; border: 1px solid var(--bc-line); border-radius: 18px; background: linear-gradient(135deg, #fff 0 54%, var(--bc-accent) 54%); box-shadow: var(--bc-shadow); }
.bc-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 28px 54px 58px; }
.bc-hero__eyebrow { margin: 0 0 12px; color: #333; font-size: 18px; font-weight: 800; }
.bc-hero h1 { margin: 0; color: var(--bc-main); font-size: clamp(45px, 6vw, 72px); line-height: 1.12; letter-spacing: .01em; }
.bc-hero h1 span { display: inline-block; margin-top: 12px; padding: 8px 18px; color: #fff; font-size: .45em; line-height: 1.2; background: var(--bc-main); }
.bc-hero__lead { margin: 24px 0 0; font-size: clamp(19px, 2.4vw, 27px); font-weight: 800; line-height: 1.55; }
.bc-hero__visual { display: flex; align-items: center; justify-content: center; padding: 28px 38px 28px 12px; }
.bc-hero__visual img { max-height: 420px; border: 5px solid #fff; box-shadow: 0 12px 28px rgba(0,0,0,.14); }

/* Features */
.bc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.bc-feature-card { padding: 28px 24px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: #fff; text-align: center; }
.bc-feature-card__icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 50%; background: var(--bc-soft); color: var(--bc-main); font-size: 28px; font-weight: 900; }
.bc-feature-card__icon--gift { font-size: 25px; }
.bc-feature-card h3 { margin: 0 0 8px; color: var(--bc-dark); font-size: 19px; }
.bc-feature-card p { margin: 0; font-size: 14px; }

/* Category and products */
.bc-category { margin-top: 30px; padding: 26px; border: 1px solid var(--bc-line); border-radius: 16px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,.04); }
.bc-category__heading { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.bc-category__heading > span { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; background: var(--bc-main); color: #fff; font-size: 18px; font-weight: 900; }
.bc-category__heading p { margin: 0; color: var(--bc-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.bc-category__heading h3 { margin: 0; color: var(--bc-dark); font-size: 24px; line-height: 1.3; }
.bc-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bc-product-card { overflow: hidden; border: 1px solid var(--bc-line); border-radius: 12px; background: #fff; }
.bc-product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f7f7f4; }
.bc-product-card h4 { min-height: 72px; display: grid; place-items: center; margin: 0; padding: 13px 12px 15px; color: var(--bc-dark); font-size: 15px; line-height: 1.45; text-align: center; }
.bc-product-note { margin: 24px 0 0; padding: 17px 20px; border-radius: 10px; background: #f7f7f7; color: var(--bc-muted); font-size: 13px; }

/* Benefit */
.bc-benefit { padding: 48px 34px; border-radius: 18px; background: linear-gradient(180deg, var(--bc-soft), #fff); }
.bc-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bc-benefit-item { padding: 26px; border-radius: var(--bc-radius); background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.05); }
.bc-benefit-item strong { color: var(--bc-main); font-size: 30px; line-height: 1; }
.bc-benefit-item h3 { margin: 10px 0 8px; color: var(--bc-dark); font-size: 19px; }
.bc-benefit-item p { margin: 0; font-size: 14px; }

/* Package */
.bc-package { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; max-width: 980px; margin: 0 auto; padding: 30px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); }
.bc-package__image img { width: 100%; border-radius: 10px; }
.bc-package__body h3 { margin: 0 0 14px; color: var(--bc-dark); font-size: 24px; line-height: 1.5; }
.bc-package__body p { margin: 8px 0 0; }

/* Leaflet */
.bc-leaflet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bc-leaflet-grid figure { margin: 0; }
.bc-leaflet-grid a { position: relative; display: block; overflow: hidden; border: 1px solid var(--bc-line); border-radius: 10px; background: #f6f6f6; }
.bc-leaflet-grid img { width: 100%; transition: transform .2s ease; }
.bc-leaflet-grid a:hover img { transform: scale(1.015); }
.bc-leaflet-grid a span { position: absolute; right: 12px; bottom: 12px; padding: 7px 13px; border-radius: 99px; background: rgba(20,20,20,.78); color: #fff; font-size: 12px; font-weight: 700; }
.bc-leaflet-grid figcaption { margin-top: 10px; color: var(--bc-muted); font-size: 13px; text-align: center; }

/* Scene */
.bc-scenes { padding: 44px 32px; border-radius: 18px; background: var(--bc-soft); }
.bc-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 860px; margin: 0 auto; }
.bc-scene-grid div { padding: 16px 12px; border-radius: 10px; background: #fff; color: var(--bc-dark); font-weight: 700; text-align: center; }

/* Flow */
.bc-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.bc-flow li { padding: 24px 18px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); text-align: center; }
.bc-flow li > span { display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 14px; border-radius: 50%; background: var(--bc-main); color: #fff; font-weight: 800; }
.bc-flow h3 { margin: 0 0 8px; color: var(--bc-dark); font-size: 16px; }
.bc-flow p { margin: 0; font-size: 13px; }

/* Cart placeholder */
.bc-cart-placeholder { max-width: 1160px; margin: 64px auto 0; padding: 26px; border: 2px dashed #aaa; background: #fafafa; color: #666; text-align: center; }
.bc-cart-placeholder p { margin: 4px 0; }

/* Related course */
.bc-series { padding-top: 10px; }
.bc-series-card { display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: center; max-width: 820px; margin: 0 auto; padding: 26px; border: 1px solid var(--bc-line); border-radius: 16px; background: #fff; box-shadow: var(--bc-shadow); }
.bc-series-card img { width: 100%; max-height: 245px; object-fit: contain; }
.bc-series-card__label { display: inline-block; margin: 0 0 5px; padding: 3px 10px; border-radius: 99px; background: var(--bc-soft); color: var(--bc-dark); font-size: 12px; font-weight: 800; }
.bc-series-card h3 { margin: 0; color: var(--bc-dark); font-size: 23px; }
.bc-series-card div > p:not(.bc-series-card__label) { margin: 8px 0 16px; }
.bc-series-card a { display: inline-block; padding: 11px 20px; border-radius: 8px; background: var(--bc-main); color: #fff; font-weight: 700; text-decoration: none; }
.bc-series-card a:hover { background: var(--bc-dark); }

@media (max-width: 900px) {
  .bousai-choice-page { padding-right: 14px; padding-left: 14px; }
  .bc-section { margin-top: 48px; }
  .bc-hero { grid-template-columns: 1.1fr .9fr; min-height: 410px; }
  .bc-hero__copy { padding: 40px 18px 40px 32px; }
  .bc-hero__visual { padding: 22px; }
  .bc-feature-grid, .bc-benefit-grid { grid-template-columns: 1fr; }
  .bc-package, .bc-leaflet-grid, .bc-flow { grid-template-columns: 1fr; }
  .bc-package { padding: 20px; }
  .bc-scene-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .bousai-choice-page { padding-bottom: 40px; }
  .bc-section-heading h2 { font-size: 24px; }
  .bc-text-center br { display: none; }
  .bc-hero { grid-template-columns: 1fr; min-height: 0; background: linear-gradient(180deg, #fff 0 58%, var(--bc-accent) 58%); }
  .bc-hero__copy { padding: 34px 20px 22px; text-align: center; }
  .bc-hero__eyebrow { font-size: 15px; }
  .bc-hero h1 { font-size: 43px; }
  .bc-hero__lead { margin-top: 18px; font-size: 18px; }
  .bc-hero__visual { padding: 10px 40px 30px; }
  .bc-hero__visual img { max-height: 340px; }
  .bc-benefit, .bc-scenes { padding: 34px 18px; }
  .bc-category { padding: 18px 14px; }
  .bc-product-grid { grid-template-columns: 1fr; gap: 12px; }
  .bc-product-card { display: grid; grid-template-columns: 42% 58%; align-items: center; }
  .bc-product-card img { aspect-ratio: 4 / 3; }
  .bc-product-card h4 { min-height: 0; padding: 12px 10px; font-size: 13px; }
  .bc-scene-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .bc-scene-grid div { padding: 12px 8px; font-size: 13px; }
  .bc-series-card { grid-template-columns: 100px 1fr; gap: 16px; padding: 18px; }
  .bc-series-card h3 { font-size: 18px; }
  .bc-series-card div > p:not(.bc-series-card__label) { font-size: 13px; }
}
