@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Noto Sans JP", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

.sp_on {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_on {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .ps_off {
    display: none;
  }
}

img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom;
}/*# sourceMappingURL=common.css.map */