.fv-visual-link {
  max-width: 1672px;
}

.fv-pc-offer {
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 28px 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px 22px;
}

.fv-pc-price {
  min-height: 104px;
  padding: 16px 22px;
  border: 2px solid var(--leaf);
  border-radius: 16px;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 14px 28px -20px rgba(36, 92, 67, .65);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 3px;
  text-align: center;
}

.fv-pc-price__support {
  width: 100%;
  color: var(--yellow-soft);
  font-size: .88rem;
  font-weight: 700;
}

.fv-pc-price__label {
  font-weight: 700;
}

.fv-pc-price strong {
  color: var(--yellow-soft);
  font-family: 'Fredoka', 'Noto Sans JP', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.fv-pc-price strong small {
  margin-left: 4px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .32em;
}

.fv-pc-price__note {
  width: 100%;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
}

.fv-pc-cta {
  min-height: 104px;
  padding: 16px 24px;
  background: var(--coral);
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 26px -14px rgba(226, 91, 66, .72);
}

.fv-pc-cta:hover {
  background: var(--coral-deep);
}

.fv-pc-offer__note {
  grid-column: 2;
  color: var(--deep);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 640px) {
  .fv-pc-offer {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .fv-pc-offer {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .fv-pc-offer__note {
    grid-column: 1;
  }
}

@media print {
  .fv-pc-offer {
    display: none !important;
  }
}
