@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/*** ▼ 編集不要 ▼ ***/
html {
  font-size: 62.5%;
}

a {
  display: block;
  width: 100%;
}

img {
  width: 100%;
  display: block;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*** ▲ 編集不要 ▲ ***/
/** ───────────────────────────────────────────────────────── **/
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: clamp(1.2rem, 0.717rem + 0.652vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2d2323;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
}

.trim {
  text-box: trim-both cap alphabetic;
}

.f_en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */