.lead__reservation a {
  width: calc(250 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .lead__reservation a {
    width: 33rem;
  }
}