.lineup-bg{
    background-image: url("img/new_bg2.jpg");
    background-size: cover;
}
.main{
    text-align: center;
    color: #fff;
    padding: 50px 10px 80px 10px;
    line-height: 2;
    font-size: 1.6rem;
}
h1{
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}
.main a:hover, a:active, a:focus{
    opacity: 0.8;
}
.lineup-container{
    color: #6A300E;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    font-size: 1.6rem;
}
@media screen and (max-width: 679px){
    .lineup-container{
        margin-right: 15px;
        margin-left: 15px;
    }
}
h2{
    margin-top: 0;
    font-weight: bold;
    font-size: 2.8rem;
}
.sec1{
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: dashed 2px #6A300E;
    position: relative;
}
@media screen and (max-width: 649px){
    .sec1{
        display: block;
    }
}
.sec1-imgbox{
    width: 300px;
    margin-right: 10px;
}
@media screen and (max-width: 649px){
    .sec1-imgbox{
        width: 300px;
        position: absolute;
        margin-right: 0;
        top: -100px;
        width: 150px;
    }
}
.sec2{
    padding: 30px 0;
    border-bottom: dashed 2px #6A300E;
}
.sec3{
    padding: 30px 0;
    border-bottom: dashed 2px #6A300E;
}
.sec4{
    padding: 30px 0;
}
.btn{
    display: block;
    font-size: 1.4rem;
    color: #fff;
    background: #C30D23;
    border-radius: 10px;
}
footer p,a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
} 
