@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Heebo;
    src: url("../fonts/Heebo-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: Heebo;
    src: url("../fonts/Heebo-Bold.ttf");
    font-display: swap;
    font-weight: bold;
}

.cover {
    height: 696px;
    width: 100%;
    background-color: #722777;
}

.cover_center {
    display: flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1600px;
    margin: auto;
    background-color: #2e424e;
    height: 100%;
}

.cover_logo_box {
    width: 441px;
    height: 100%;
    background-color: #777777;
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
