header { /* 20241111追加 */
    /* background-color: #2b75cf; */
    background-color: #FFF;
    padding: 7px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}
.logo {
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}
#line_up { /* 20241111変更 */
    /* background-color: #f6f6f6; */
    background-color: #0E3267;
    padding: 140px 0 40px 0;
}
.copy{
    margin-top: 0;
}
.line_up-card {
    width: 32%;
}

@media only screen and (max-width: 768px) {
    #line_up { /* 20241111追加 */
        padding: 120px 0 40px 0;
    }
    .line_up-card {
        width: 49%;
    }
}