@charset "UTF-8";

/* メインビジュアル
============================================ */
.main-visual{
    width: 100%;
    height: 640px;
    background-image: url("../images/img_keeper_mv_pc.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

/* 共通
============================================ */
.page-title {
    font-size: 62px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
}
.page-title_j {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-top: 25px;
    margin-bottom: 110px;
    display: block;
}
.section-title {
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 60px;
    text-align: center;
    
}
.section-title_j {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-top: 20px;
    margin-bottom: 80px;
    display: block;
}

/* 車紹介
============================================ */
.main_wrap {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    margin-bottom: 130px;
}
.img_box_a {
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.img_box_a img {
    width: 100%;
    height: auto;
}
.text_box_a {
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.heading_a {
    font-size: 24px;
    line-height: 1.67;
    font-weight: 700;
    margin-bottom: 36px;
}

/* バナー
============================================ */
.bnr_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.bnr_wrap a {
    width: 800px;
    transition : all 0.3s ease 0s;
}
.bnr_wrap a img {
    width: 100%;
    height: auto;
}
.bnr_wrap a img:hover {
    opacity: 0.5;
    transition : all 0.3s ease 0s;
}


/* ============================================

　スマートフォン設定

============================================ */

@media only screen and (max-width: 767px) {
    
    /* メインビジュアル
    ============================================ */
    .main-visual{
        height: 280px;
        background-image: url("../images/img_keeper_mv_sp.jpg");
    }

    /* 共通
    ============================================ */
    .page-title {
        font-size: 28px;
    }
    .page-title_j {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    /* 車紹介
    ============================================ */
    .main_wrap {
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contents_outer_b {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
    .img_box_sp {
        width: 100%;
        margin-bottom: 25px;
    }
    .img_box_a {
        width: 100%;
        margin-bottom: 50px;
    }
    .img_box_sp img {
        width: 100%;
        height: auto;
    }
    .text_box_a {
        width: 100%;
    }
    .heading_a {
        font-size: 18px;
        margin-bottom: 10px;
    }
    

    
    
    
    
    
    
    /* バナー
    ============================================ */
    .bnr_wrap {
        margin-top: 50px;
    }
    .bnr_wrap a {
        width: 85%;
    }
    
}