@charset "UTF-8";

html {
  font-size: calc(100vw * 10 / 640);
}

#description {
  padding:  4vw 7.5vw 6vw;
  background-image: url("../img/bg_description_sp@2x.jpg");
}
#description p {
  font-size: 2.1rem;
}
#description h2 {
  font-size: 2.1rem;
}

#present {
  margin-top: 0;
  padding: 0;
}

#outline {
  padding: 6vw 5.4vw 0;
}
#outline h2 {
  font-size: 2.6rem;
  margin-bottom: 4.6vw;
}

#note {
  padding: 6vw 5.4vw;
}
#note h3 {
  font-size: 1.7rem;
}
#note h4 {
  font-size: 1.5rem;
}
#note p {
  font-size: 1.5rem;
}