@import url("https://use.typekit.net/qza7ymn.css");
section.work-landing {
  background: url(../img/work/main-visual-sp.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.work-landing {
    background: url(../img/work/main-visual.webp) center no-repeat;
    background-size: cover;
  }
}

section.shop {
  margin-top: clamp(160px, 20vw, 230px);
}
section.shop .content p {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  section.shop .content p {
    max-width: 87%;
    margin-left: unset;
    margin-right: unset;
  }
}

section.direct-marketing .content p {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  section.direct-marketing .content p {
    max-width: 96%;
    margin-left: unset;
    margin-right: unset;
  }
}

/*# sourceMappingURL=work.css.map */
