/* ===================================
   FV（ファーストビュー）セクション
   =================================== */

/* ---------- 全体 ---------- */
.fv-section {
  position: relative;
  width: 100%;
  background: url('../img/top/fv-tochigi3.png') no-repeat center center / cover;
  overflow: hidden;
  padding: 15px 0 0px;
}

.fv-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.fv-left {
  flex: 1 1 58%;
  min-width: 0;
}

.fv-right {
  flex: 1 1 52%;
  min-width: 0;
  position: relative;
  align-self: flex-end;
}

/* ---------- ラベルボックス ---------- */
.fv-label-box {
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
}

/* 旗竿は fv-label-tag 側に移動 */

/* 上段タグ（フラッグデザイン） */
.fv-label-tag {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 5px 156px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-left: 14px;
  transform: skew(-15deg);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.fv-label-tag > span {
  display: inline-block;
  transform: skew(15deg);
}

.fv-label-tag::before,
.fv-label-tag::after {
  position: absolute;
  content: '';
}

/* 棒と旗をつなぐ「＜」 */
.fv-label-tag::before {
  content: '<';
  font-size: 22px;
  font-weight: 900;
  top: 9px;
  left: -10px;
  line-height: 1;
  background: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 旗竿（斜めの棒） */
.fv-label-tag::after {
  top: -4px;
  left: -12px;
  width: 0;
  height: 239%;
  border: 2px solid #2c5f8a;
  border-radius: 2px;
  transform: rotate(-3deg);
}

/* 下段テキスト */
.fv-label-main {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #2c5f8a;
  margin: 0;
  letter-spacing: 0.03em;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.fv-label-main strong {
  font-weight: 900;
  font-size: 1.15em;
}

/* 斜線装飾 */
.fv-label-slashes {
  color: #4a90c4;
  font-weight: 900;
  font-size: 1.3em;
  font-style: italic;
  margin-right: 6px;
  letter-spacing: -2px;
  opacity: 0.7;
}

/* ---------- メインキャッチ ---------- */
.fv-heading {
  font-size: clamp(36px, 5.5vw, 43px);
  font-weight: 900;
  font-family: 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', sans-serif;
  color: #1a1a1a;
 line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 20px;
  transform-origin: left center;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  color: #1a1a1a;
  text-shadow:
    3px 3px 0 #fff,
   -3px -3px 0 #fff,
    3px -3px 0 #fff,
   -3px  3px 0 #fff,
    0   3px 0 #fff,
    0  -3px 0 #fff,
    3px  0  0 #fff,
   -3px  0  0 #fff,
    4px 4px 0 #fff,
   -4px -4px 0 #fff,
    4px -4px 0 #fff,
   -4px  4px 0 #fff;
}

.fv-heading small {
  font-size: 0.65em;
}

/* ---------- サブキャッチ ---------- */
.fv-subheading {
  font-size: clamp(15px, 2vw, 28px);
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 5px 0 22px;
}

.fv-highlight {
color: #2e7d32;
    font-size: clamp(42px, 80px, 35px);
    background: linear-gradient(transparent 60%, #fff176 60%);
    padding: 0 2px;
    text-shadow: none !important;
}

/* ---------- 実績バッジエリア ---------- */
.fv-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* --- 個々のバッジ（oukan.png 背景） --- */
.fv-stat-item {
  position: relative;
  text-align: center;
  min-width: 140px;
  flex: 1 1 0;
  background-image: url('../img/top/oukan.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1 / 0.78;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 18px 14px;
}

/* --- ラベル --- */
.fv-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #555;
  margin-bottom: 2px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}

/* --- 数値 --- */
.fv-stat-value {
  display: block;
  font-size: 42px;
  font-weight: 900;
  color: #c8960c;
  line-height: 1.1;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
  position: relative;
  z-index: 1;
}

.fv-stat-value small {
  font-size: 16px;
  font-weight: 700;
  color: #b8860b;
}

.fv-stat-value--text {
  font-size: 20px;
  line-height: 1.3;
  font-family: inherit;
}

/* --- 注記 --- */
.fv-stat-note {
  position: absolute;
  top: 28px;
  right: 14px;
  font-size: 10px;
  color: #888;
  z-index: 1;
}

/* ---------- 注釈 ---------- */
.fv-footnote {
  font-size: 10px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}

/* ===================================
   右カラム: ヒーロー画像 + テキストバッジ
   =================================== */
.fv-hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.fv-hero-image img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* --- 価格バッジ（画像下） --- */
.fv-hero-badge {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #d6eef8;
  background-image: radial-gradient(circle, #8ac4e0 1.44px, transparent 1.44px);
  background-size: 19.2px 19.2px;
  border-radius: 14px;
  padding: 10px 11px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* --- 左側 --- */
.fv-hero-badge__left {
  flex-shrink: 0;
}

.fv-hero-badge__tag {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #1a3c5e;
  border: 3px solid #1a3c5e;
  padding: 4px 14px;
  letter-spacing: 0.25em;
  line-height: 1.4;
}

.fv-hero-badge__price {
  margin: 4px 0 0;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  color: #1565c0;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}

.fv-hero-badge__yen {
  font-size: 28px;
  font-weight: 900;
  color: #1565c0;
}

.fv-hero-badge__tax {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  vertical-align: bottom;
  margin-left: 3px;
}

.fv-hero-badge__free {
  width: 100%;
  margin: 0 -25px 0;
  padding: 1px 24px;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  background: linear-gradient(135deg, #1976d2 0%, #1e88e5 100%);
}

/* --- 右側 --- */
.fv-hero-badge__right {
  flex: 1;
  min-width: 0;
      align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
}

.fv-hero-badge__pack {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #1a3c5e;
  line-height: 1.5;
}

.fv-hero-badge__line {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  padding: 10px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
}

.fv-hero-badge__line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,0.85);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.04);
}

.fv-hero-badge__phone {
  font-size: 36px;
  flex-shrink: 0;
  line-height: 1;
}

.fv-hero-badge__line-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.fv-hero-badge__line-text strong {
  font-size: 20px;
  font-weight: 900;
  color: #06c755;
}

/* ===================================
   FV下バナー
   =================================== */
.fv-banner {
  width: 100%;
  box-sizing: border-box;
  background: #1976d2;
  padding: 14px 20px;
  text-align: center;
  position: relative;
}

.fv-banner::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #1976d2;
}
.web-cta{
  padding: 20px 0;
  background-color: #fdf8e8;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 240, 190, 0.6) 20px,
    rgba(255, 240, 190, 0.6) 40px
  );
}
.fv-banner__text {
  margin: 0;
  font-size: clamp(12px, 2.2vw, 29px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}

.fv-banner__laurel {
  font-size: 1.3em;
  line-height: 1;
}

.fv-banner__price {
  font-size: 1.4em;
  font-weight: 900;
  color: #fdd835;
  letter-spacing: 0.04em;
}

/* ===================================
   レスポンシブ
   =================================== */
@media (max-width: 768px) {
  .fv-container {
    flex-direction: column;
    gap: 0px;
    padding: 0 15px;
  }
.fv-label-tag {
    padding: 5px 76px;
}
.fv-section {
    padding: 45px 0 0px;
}
  .fv-left,
  .fv-right {
    flex: none;
    width: 100%;
  }
  .fv-heading {
    font-size: 31px;
          margin-left: 16px;
  }
.fv-highlight{
  font-size: 25px;
}
  .fv-subheading {
    font-size: 20px;
  }

  .fv-stats {
    gap: 8px;
  }

  .fv-stat-item {
    min-width: 100px;
    padding: 0;
  }

  .fv-stat-value {
    font-size: 32px;
  }

  .fv-stat-value--text {
    font-size: 16px;
  }

  .fv-stat-label {
    font-size: 10px;
  }

  .fv-hero-badge__text {
    font-size: 13px;
  }

  .fv-hero-badge__text strong {
    font-size: 22px;
  }

  /* SP時: 既存の右カラムを非表示 */
  .fv-right {
    display: none;
  }
}

/* ===================================
   スマホ専用：キャラ + バッジ横並び
   =================================== */
.fv-mobile-hero {
  display: none;
}

@media (max-width: 768px) {
  .fv-mobile-hero {
    display: flex;
    align-items: flex-end;
    gap: 0;
    width: 100%;
  }

  .fv-mobile-hero__left {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .fv-mobile-hero__left img {
    width: 100%;
    height: auto;
    display: block;
  }

  .fv-mobile-hero__right {
    flex: 1;
    min-width: 0;
  }

  .fv-hero-badge--sp {
    position: static;
    transform: none;
    width: 95%;
    border-radius: 10px;
    padding: 8px 8px 0;
    display: block;
    margin-bottom: 10px;
  }
.green-strong {
    font-size: 17px;
    font-weight: 900;
    color: #06c755;
}
  .fv-hero-badge--sp .fv-hero-badge__tag {
font-size: 15px;
        padding: 3px 8px;
        letter-spacing: 0.1em;
        width: 92%;
        text-align: center;
    border: 2px solid #1a3c5e;
  }

  .fv-hero-badge--sp .fv-hero-badge__price {
    font-size: 41px;
    margin: 2px 0 0;
  }

  .fv-hero-badge--sp .fv-hero-badge__yen {
    font-size: 18px;
  }

  .fv-hero-badge--sp .fv-hero-badge__tax {
    font-size: 10px;
  }

  .fv-hero-badge--sp .fv-hero-badge__line {
    padding: 6px 10px;
    gap: 3px;
    position: relative;
  width: 82%;
  margin-top: 9px;
    border-radius: 8px;

        margin-bottom: 10px;
  }

  .fv-hero-badge--sp .fv-hero-badge__line::before {
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
  }

  .fv-hero-badge--sp .fv-hero-badge__phone {
    font-size: 24px;
  }

  .fv-hero-badge--sp .fv-hero-badge__line-text {
    font-size: 14px;
  }

  .fv-hero-badge--sp .fv-hero-badge__line-text strong {
    font-size: 15px;
  }

  .fv-hero-badge--sp .fv-hero-badge__free {
    font-size: 14px;
    margin: 0 -8px;
    padding: 2px 8px;
  }
}
