* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  background-color: #f6efe7;
  font-family: 'Dancing Script', sans-serif;
}

.section-title {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

/* mainvisual */
.mainvisual {
 text-align: center;
 margin: 0 auto 100px;
 box-sizing: border-box;
}

.mainvisual img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

/* about */
#about {
  margin-bottom: 70px;
  line-height: 3;
}

/* products */
#products {
  margin-bottom: 70px;
}

#products img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}