@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
/* Media Queries */
/* Common */
html {
  font-size: 62.5%; /* font-size 1em = 10px */
}

body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* *********************************************
  Wrapper
********************************************* */
#wrapper {
  max-width: 768px;
  margin: auto;
}

/* *********************************************
  Header
********************************************* */
header {
  padding: 5% 0 7.5%;
  text-align: center;
  line-height: 1;
}
header img {
  width: 45%;
}

/* *********************************************
  Main
********************************************* */
main .desc_list {
  padding: 2.5% 5%;
}
main .desc_list img:not(:first-of-type) {
  margin-top: 5%;
}
main .return_back {
  display: block;
  width: 76%;
  margin: 0 auto;
}

/* *********************************************
  Footer
********************************************* */
footer {
  margin-top: 38px;
  padding: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #f4f3ed;
}
footer .shelf_link {
  display: block;
  width: 200px;
  margin: 0 auto 64px;
}
footer .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-bottom: 32px;
}
footer .other_link a {
  color: #59574f;
  font-size: 12px;
}
footer .copyright {
  color: #8a877c;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */