@charset "utf-8";
/* 本ページ用CSS */

div.mv-buttons div:nth-of-type(1) {
    background: url(/csr/assets/img/mv_02.png);
    background-position: right;
    background-size: 140%;
}
div.mv-buttons div:nth-of-type(2) {
    background: url(/csr/assets/img/mv_03.png); background-size: cover;
    background-position: center;
}
div.mv-buttons div:nth-of-type(3) {
    background: url(/csr/assets/img/mv_04_2.png);
    background-size: cover;
    background-position: center;
}

@media (min-width: 591px) { 
    div.mv-buttons div {
    width: 34%;
    }  
}