* {
  box-sizing: border-box;
}

body {
  background-color: #F6F1E9;
}

a {
  text-decoration: none;
  color: black;
}

header {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
header img {
  width: 100px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  header img {
    width: 55px;
  }
}
header nav {
  margin: auto 0 auto auto;
}
header ul {
  display: flex;
}
header li {
  margin: auto 10px;
  list-style-type: none;
}
header a {
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: black;
}

footer .shop_img img {
  width: 100%;
}
footer .copylight {
  text-align: center;
  margin-top: 100px;
}
footer .copylight img {
  width: 100px;
}
footer .sns {
  display: flex;
  justify-content: center;
}
footer .sns i {
  margin: 0 20px;
}
footer p {
  margin: 0 0 30px;
}

.first {
  margin-top: 100px;
  height: 300px;
  line-height: 300px;
}
@media screen and (max-width: 767px) {
  .first {
    margin-top: 60px;
  }
}
.first h1 {
  text-align: center;
  margin: 0;
  color: #4F200D;
  font-size: 100px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
}/*# sourceMappingURL=common.css.map */