@charset "UTF-8";

/* メインビジュアル
============================================ */
.main-visual{
    width: 100%;
    height: 640px;
    background-image: url("../images/img_landgem_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;
}
.contents_outer_a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.contents_outer_b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 220px;
}
.img_box_a {
    width: 70%;
}
.img_box_b {
    width: 29.75%;
    align-self: flex-end;
}
.img_box_c {
    width: 48%;
}
.img_box_a img,
.img_box_b img,
.img_box_c img {
    width: 100%;
    height: auto;
}
.text_box_a {
    width: 46%;
    align-self: flex-end;
}
.heading_a {
    font-size: 24px;
    line-height: 1.67;
    font-weight: 700;
    margin-bottom: 36px;
}

/* ギャラリー
============================================ */
.gallery_wrap {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    margin-bottom: 130px;
}
.gallery_outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 180px;
}
.img_box_g {
    width: 24.75%;
    margin-bottom: 3px;
}
.img_box_g img {
    width: 100%;
    height: auto;
}
/* 拡大ボタン
-------------------------------------------------- */
.img_box_g {
    position: relative;
}
.img_box_g:after {
content: "";     /*テキストがなくても必須*/
    display: block;  /*シェイプを作成*/
    width: 15.15%;     /*幅*/
    height: 18.75%;     /*高*/
    background: url("../../common/images/icon_ph_size-up.svg"); /*アイコン画像*/
    position: absolute; 
    right: 0;     /*位置調整*/
    bottom: 0;   /*位置調整*/
    background-size :cover;
}
.wrap4 .list_apple li.mobile:before {
    background: url("ico_iphone.svg"); 
}
/* overで画像拡大
-------------------------------------------------- */
.img_box_g {
    overflow: hidden;
}
/*縮小動作*/
.img_box_g img{
    transition-duration: 0.3s;
}
/*拡大動作*/
.img_box_g:hover img {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

/* カスタムパッケージ
============================================ */
.custom-pcg_wrap {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #F8F9F9;
}
.custom-pcg_outer {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.custom-pcg_text_outer {
    width: 45%;
}
p.custom-pcg_t_1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
p.custom-pcg_t_2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
*}
.custom-pcg_t_2_j {
    font-size: 14px;
    margin-left: 0.6em;
}
p.custom-pcg_t_3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom-pcg_t_price {
    font-size: 24px;
}
.custom-pcg_t_note {
    font-size: 12px;
}
/* カスタムパッケージ内容リスト
-------------------------------------------------- */
.custom-pcg_detail_wrap {
    width: 52.5%;
    background-color: #FFFFFF;
    border: #707070 solid 1px;
    border-radius: 10px;
    padding: 2.5%;
}
p.custom-pcg_detail_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0;
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #4A4F54;
    margin-bottom: 25px;
}
ul.custom-pcg_detail {
    width: 100%;
    font-size: 18px;
    column-count: 2; /* 列数を2列に指定 */
}

/* カタログを見る
============================================ */
.btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
/* ボタン
-------------------------------------------------- */
a.btn_gray_2 {
    display: block;
    width: 450px;
    height: 60px;
    padding-left: 30px;
    background-color: #4A4F54;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
    color: #FFFFFF;
    border: solid 1px #4A4F54;
    border-radius: 5px;
    transition : all 0.4s ease 0s;
    position: relative;
}
a.btn_gray_2:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background:url("../../common/images/icon_pdf_w.svg") no-repeat;
    position: absolute;
    right: 30px;     
    top: 50%;   
    transform: translate(0,-50%)
}
/* ボタン over
-------------------------------------------------- */
a.btn_gray_2:hover {
    background-color: #FFFFFF;
    color: #4A4F54;
    transition : all 0.4s ease 0s;
}
a.btn_gray_2:hover:after {
    background:url("../../common/images/icon_pdf_g.svg") no-repeat;
}


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

　スマートフォン設定

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

@media only screen and (max-width: 767px) {
    
    /* メインビジュアル
    ============================================ */
    .main-visual{
        height: 280px;
        background-image: url("../images/img_landgem_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;
    }
    .section-title_j {
        font-size: 10px;
        margin-top: 10px;
        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_sp img {
        width: 100%;
        height: auto;
    }
    .text_box_a {
        width: 100%;
    }
    .heading_a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* ギャラリー
    ============================================ */
    .gallery_wrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .gallery_outer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .img_box_g {
        width: 49.8%;
        margin-bottom: 2px;
    }


    /* カスタムパッケージ
    ============================================ */
    .custom-pcg_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        }
    .custom-pcg_outer {
        display: block;
    }
    .custom-pcg_text_outer {
        width: 100%;
    }
    p.custom-pcg_t_1 {
        font-size: 13px;
        margin-bottom: 0;
    }
    p.custom-pcg_t_2 {
        font-size: 36px;
        margin-bottom: 5px;
    }
    .custom-pcg_t_2_j {
        font-size: 14px;
        margin-left: 0.6em;
    }
    p.custom-pcg_t_3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .custom-pcg_t_price {
        font-size: 18px;
    }
    .custom-pcg_t_3_sp {
        margin-left: 120px;
    }
    .custom-pcg_t_note {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    /* カスタムパッケージ内容リスト
    -------------------------------------------------- */
    .custom-pcg_detail_wrap {
        width: 100%;
        padding: 5%;
    }
    p.custom-pcg_detail_title {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    ul.custom-pcg_detail {
        width: 90%;
        font-size: 16px;
        column-count: 1; /* 列数を1列に指定 */
        margin-left: auto;
        margin-right: auto;
    }

    /* カタログを見る
    ============================================ */
    .btn_wrap {
        margin-top: 50px;
    }
    /* ボタン
    -------------------------------------------------- */
    a.btn_gray_2 {
        width: 80%;
        height: 50px;
        line-height: 50px;
    }
    
}