@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
:root {
  --color-primary: #d2b853;
}

@media screen and (min-width: 992px) {
  .s-header-wrap__logo {
    width: 10rem;
  }
}

.s-header-wrap__logo img {
  image-rendering: -webkit-optimize-contrast;
}