/* ==========================================================
   03 FVコピー帯 (.fv-copy)
   SP: 97-31 / PC: 3-1697
   ========================================================== */

.fv-copy {
  background-color: var(--color-navy);
  background-image: linear-gradient(
    90deg,
    rgba(16, 28, 61, 0.92) 0%,
    rgba(10, 17, 40, 0.9) 100%
  );
  border-top: 1px solid rgba(201, 162, 75, 0.4);
  border-bottom: 1px solid rgba(201, 162, 75, 0.4);
  padding: 35px 22px;
}

.fv-copy .fv__concept-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fv-copy .fv__concept-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 34.8px;
  letter-spacing: 2px;
  color: var(--color-white);
  text-align: center;
}

.fv-copy .fv__concept-em {
  font-style: normal;
  background: linear-gradient(167deg, #e3c87e 0%, #c9a24b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fv-copy .fv__concept-text {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media (min-width: 768px) {
  .fv-copy {
    padding: 0 130px;
  }

  .fv-copy .fv__concept-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1180px;
    min-height: 155px;
    margin: 0 auto;
    padding: 24px 0 24px 40px;
  }

  .fv-copy .fv__concept-title {
    flex-shrink: 0;
    font-size: 32px;
    line-height: 60.8px;
    letter-spacing: 1.9px;
    text-align: left;
  }

  .fv-copy .fv__concept-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26.6px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }
}
