main{
    width: 100%;
}

.mv-container{
    display: grid;
    padding-top: 4%;
    background-image: url(/image/mv-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

@media screen and (max-width: 768px) {
    .mv-container{
    background-size: 157%;
    }
}



/* MVイラスト */
.mv-object{
    z-index: 100;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mv-logo, .mv-illust{
    z-index: 100;
    object-fit: contain;
}

.mv-logo{
    width: 50%;
    max-width: 584px;
}

.mv-illust{
    width: 69%;
    max-width: 812px;
}

@media screen and (max-width: 768px){
    .mv-logo{
    height: 40%;
    min-height: 200px;
    }

    .mv-illust{
        height: 40%;
        min-height: 310px;
    }
}


.message{
    margin: 0 auto;
    width: 100%;
    max-width: 2000px;
    height: 100%;
    min-height: 1320px;
    background-size: 2180px;
    background-image: url(/image/main-back.png);
    background-repeat: no-repeat;
    background-position: top;
}

.message-container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 160px 0;
    display: flex;
    align-items: center;
}

.message-text{
    width: 80%;
    max-width: 710px;
    font-family: "Noto Sans JP", sans-serif;
}

.message-text h2{
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.5rem;
    font-size: 4.8rem;
    margin-bottom: 40px;
}

.message-text p{
    line-height: 180%;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.message-container img{
    object-fit: contain;
}

@media screen and (max-width: 991px){
    .message-container{
    padding: 120px 0;
    }
    
    .message-text h2{
    font-size: 3.2rem;
    }
}

@media screen and (max-width: 768px) {  
    .message{
        background-size: 1470px;
        min-height: 710px;
    }
    
    .message-container {
        padding: 100px 0;
    }

    .message-text{
        width: 100%;
    }

    .message-text h2 {
        font-size: 3.2rem;
    }

    .message-container img{
    display: none;
    }
}

@media screen and (max-width: 575px) {
    .message{
        min-height: 575px;
        background-size: 1364px;
    }
    
    .message-text h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    width: 100%;
    max-width: 268px;
    margin-bottom: 24px;
    }

    .message-text p{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 450px) {
    .message {
            min-height: 657px;
            background-size: 1583px;
    }
}

.section-title{
    text-align: start;
}

footer .section-title {
        text-align: center;
    }
