@charset "utf-8";

img{
    width: 100%;
    vertical-align: bottom;
}

a{
    text-decoration: none;
    color: inherit;
}

*{
    box-sizing: border-box;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

section{
    padding: 6% 0;
}

small{
    display: block;
    text-align: left;
    width: 74%;
    margin: 0 auto;
    font-size: 16px;
}


.inner{
    max-width: 1280px;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
}

#contents_wrap{
    max-width: 2400px;
    margin: 0 auto;
}

h2{
    font-size: 0;
}

h2 span{
    font-size: 40px;
    font-weight: 700;
}

h2 span.txt_r,
h2 span.txt_b{
    font-size: 52px;
}

h2 span.txt_r{
    color: #ff504d;
}

h2 span.txt_b{
    color: #3859c0;
}

h3{
    font-size: 36px;
    font-weight: 700;
}



#mv{
    padding: 0 0 4%;
}

#lead{
    padding: 0;
}

#suv{}

#suv .suv_bg{
    background: url(./img/suv_bg.png) no-repeat center center / 100% 100%;
    padding: 0 0 18%;
}

#suv .img,
#minivan .img{
    width: 80%;
    margin: 0 auto;
    padding: 6% 0;
}



#suv ul li:not(:last-of-type),
#minivan ul li:not(:last-of-type){
    margin-bottom: 10%;
}

#minivan .minivan_bg{
    background: url(./img/minivan_bg.png) no-repeat center center / 100% 100%;
    padding: 0 0 10%;
}

#minivan small{
    padding: 4% 0 0;
}



#merit .lead{
    font-size: 38px;
    font-weight: 700;
    padding: 4% 0 8%;
}

#merit ul{
    width: 80%;
    margin: 0 auto;
}

#merit ul li{
    margin-bottom: 18%;
    text-align: left;
}

#merit ul li .ttl{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #333;
    padding: 0 0 4%;
}

#merit ul li .ttl .img{
    width: calc(10% - 20px);
}

#merit ul li .ttl h3{
    width: 90%;
}

#merit h4{
    font-weight: 700;
    color: #fff;
    background-color: #333;
    display: inline-block;
    font-size: 26px;
    padding: 10px;
    margin: 6% 0 3%;
}

#merit p{
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
}


#merit .attention{
    text-align: left;
    width: 84%;
    margin: 0 auto;
    background-color: #ffffea;
    padding: 4%;
}

#merit .attention p{
    line-height: 2;
}

#merit .attention .txt_r{
    color: #ff504d;
}

#merit .attention h3{
    margin: 0 0 2%;
}

#shop h2{
    padding: 0 0 6%;
}

#shop .btn_wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 4% 0 0;
}

#shop .btn_wrap .btn{
    width: calc(100% / 2 - 20px * 1 / 2);
}

#shop .btn_wrap .btn a{
    display: block;
    width: 100%;
    position: relative;
    padding-right: 20px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    padding: 40px 0;
    border: 2px solid #333;
    font-weight: 700;
}

#shop .btn_wrap .btn a::after{
    content: '▶';
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

#shop .btn_wrap .btn a:hover{
    background-color: #fff;
    color: #333;
    transition: all .3s;
}

small.copyright{
    display: block;
    text-align: center;
    background-color: #1f1d17;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}

#link .btn a{
    display: block;
    width: 100%;
    font-size: 26px;
    border: 3px solid #16a73a;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

#link .btn{
    max-width: 640px;
    margin: 0 auto;
}

#link .btn a::after{
    content: '▶';
    right: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

#link .btn a:hover{
    color: #fff;
    background-color: #16a73a;
    transition: all .3s;
}

a#pageTop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    text-decoration: none;
    background-color: #333;
    display: block;
    text-align: center;
    border-radius: 24px;
    z-index: 999;
    transition: all .4s;
  }
  
  a#pageTop::before {
    content: '\f062';
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 48px;
  }

.fadein {
    opacity: 1;
  }


@media screen and (max-width:1020px){
    #shop .btn_wrap{
        width: 100%;
        flex-direction: column;
    }
    #shop .btn_wrap .btn{
        width: 80%;
        margin: 0 auto;
    }
}


.sp{display:none;}
@media screen and (max-width:768px){
.sp{display:block;}
.pc{display:none;}

.inner{
    width: 100%;
    padding: 0 4%;
}

h2 span{
    font-size: 24px;
}

h2 span.txt_r,
h2 span.txt_b{
    font-size: 30px;
}

#shop .btn_wrap{
    flex-direction: column;
    width: 100%;
    text-align: left;
}

#shop .btn_wrap .btn a{
    font-size: 16px;
    padding: 20px ;
}

#shop .btn_wrap .btn{
    width: 100%;
}

#merit .lead{
    font-size: 20px;
    padding: 12% 0;
}

#merit ul{
    width: 100%;
}

#merit ul li .ttl{
    gap: 10px;
}

#merit ul li .ttl .img{
    width: calc(20% - 10px);
}

#merit ul li .ttl h3{
    width: 80%;
    font-size: 20px;
}

#merit h4{
    font-size: 17px;
}

#merit p{
    font-size: 16px;
}

#merit .attention{
    width: 100%;
    padding: 8% 4%;
}

#merit .attention h3{
    font-size: 18px;
    margin: 0 0 6%;
}

#merit .attention p{
    line-height: 1.6;
}

}

