﻿@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
.s-header-wrap__logo {
    width: 12.5rem;
}
@media screen and (min-width: 992px) {
    .s-header-wrap__logo {
        width: 20.5rem;
    }
}