* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.container-1200 {
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto;
}

.c-animation__blank {
  height: 100vh;
}

.c-animation-visual {
  padding: 50px 0 120px;
  background: url("../img/bg-svg.png") no-repeat bottom center / cover;
}

.c-animation-visual svg {
  overflow: visible;
}

#road-container {
  height: 76.61vw;
  max-height: 1471px;
}
