@charset "utf-8";


/* MV 
----------------------------------------------------------*/
#mv_contents .space {
    width: 100%;
    height: 196px;
    background-image: url(../img/space/mv/mv.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
}


/* section01 
----------------------------------------------------------*/
#section01 .section01-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#section01 h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 2%;
    font-weight: 500;
}

#section01 h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

#section01 .box-wrapper {
    padding-top: 3%;
    padding-bottom: 3%;
}

#section01 ul img {
    width: 300px;
    height: 200px;
}

#section01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#section01 li {
    text-align: center;
    font-size: 1rem;
}

#section01 .dummy {
    width: 300px;
    height: 200px;
}


@media screen and (max-width:980px) {

    /* mv */
    #mv_contents .space {
        height: 20vw;
    }

    #section01 .section01-wrapper {
        width: 100%;
    }

    #section01 h3 {
        font-size: 4vw;
    }

    #section01 h4 {
        padding: 2%;
        font-size: 3.8vw;
    }

    #section01 ul {
        display: block;
    }

    #section01 ul img {
        width: 100%;
        height: auto;
    }

    #section01 .dummy {
        display: none;
    }

    #section01 li {
        font-size: 3vw;
        padding-bottom: 5%;
        text-align: left;
    }

    #section01 li p{
        padding: 2%;
    }

    #section01 .box-wrapper{
        padding-top: 10%;
    }
}