@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
body {
    background-color:#000;
    font-family: 'Noto Serif JP', sans-serif;
}
h1 {
    text-align : center;
}
}
header {
    background-color:#000;
}
section {
    padding : 10px 0;
}
section.logo {
    background-color:#000;
}
section.logo-mark {
    background-color:#000;
}
section.kv1 {
    background-color:#000;
}
section.kv2 {
    background-color:#e67891;
}
section.profile {
    background-color:#fff;
}
section.logo-mark img{
    /* width: 100%; */
    /* height: 37vw; */
    max-height: 500px;
    max-width: 100%;
}
section.videos {
    background-color:#e9d27e;
}

.site-name>a {
    float: left;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 37vw;
    max-height: 500px;
    max-width: 100%;
    margin: 10px auto 0;
    background: url(images/logo.svg) center center/contain no-repeat;
}


