@charset "utf-8";

.u-ls01em {
  letter-spacing: 0.1em;
}
.u-mt0 {
  margin-top: 0;
}
.u-mt2em {
  margin-top: 2em;
}
.u-mt4em {
  margin-top: 4em;
}
.u-serif {
  font-family: var(--serif);
}
.u-colorYellow {
  color: var(--yellow);
}
.u-lineHeight {
  line-height: 1.75;
  /* padding-left: 1em; */
  /* text-align: center; */
}
.u-fs125 {
  font-size: 1.25em;
}
.u-pcNone {
  display: block;
}
.u-spNone {
  display: none;
}

.u-spNone500 {
  display: none;
}
.u-spNone600 {
  display: none;
}

@media (min-width: 500px) {
  .u-spNone500 {
    display: block;
  }
}
@media (min-width: 600px) {
  .u-spNone600 {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-pcNone {
    display: none;
  }
  .u-spNone {
    display: block;
  }
}
