@charset "utf-8";

/* ==========================================================================
   Estimate Catalog Hero

   共通対象:
   - 喪主花・供花
   - セット内容・関連サービス総合ページ
   - 御棺 / 骨壺 / 後飾り段 / 旅支度 / 遺影写真

   オプション系ページのHEROはこのファイルを正本とします。
   ========================================================================== */

.flower-catalog-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, .97) 0%,
      rgba(255, 255, 255, .93) 34%,
      rgba(255, 255, 255, .72) 56%,
      rgba(255, 255, 255, .18) 100%
    ),
    url(/wp/wp-content/themes/ceremony/images/page/hero_01_pc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.flower-catalog-hero .flower-catalog-container {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
}

.flower-catalog-hero__title {
  max-width: 720px;
  margin: 0;
  color: #2d302e;
  font-family:
    var(
      --font-family-serif,
      "Yu Mincho",
      "YuMincho",
      "Hiragino Mincho ProN",
      serif
    );
  font-size: clamp(2.45rem, 4vw, 3.55rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: .04em;
}

.flower-catalog-hero__lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: #505651;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .flower-catalog-hero {
    min-height: 310px;
    padding: 52px 0;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .97) 0%,
        rgba(255, 255, 255, .91) 56%,
        rgba(255, 255, 255, .58) 100%
      ),
      url(/wp/wp-content/themes/ceremony/images/page/hero_01_pc.webp);
    background-position: 62% center;
  }

  .flower-catalog-hero .flower-catalog-container {
    width: min(calc(100% - 28px), 1120px);
  }

  .flower-catalog-hero__title {
    max-width: 92%;
    font-size: clamp(2rem, 8vw, 2.65rem);
  }

  .flower-catalog-hero__lead {
    max-width: 88%;
    margin-top: 16px;
    font-size: .95rem;
    line-height: 1.8;
  }
}
