/* desctopヘッダー */

@charset "utf-8";
*,
*:after,
*:before {
    box-sizing: inherit;
}

header {
    background-color: #3c3c3c;
    position: relative;
    width: 100%;
    height: 100px;
}

header h1 {
    font-weight: 300;
    letter-spacing: -.1rem;
    font-size: 35px;
    line-height: 2.4;
    color: #FFF;
    padding: 1rem;
    text-align: center;
}
