#corplogo {
    width:200px;
    height:50px;
    background-image:url(https://ateria.co.jp/img/logo.png);
    background-size:contain;
    background-repeat:no-repeat;
    float: left;
}

#corplogo span {
    display: none;
}

body {
    background-color: #10111D;
}
