.lang{
    font-size: 13px;
    margin-left: 10px;

}
.lang a{
    text-decoration: underline;
    color: #999;
}

.main-v-area{
    position: relative;
    background-color: #e6e5e1;
    height: 90vh;
    overflow: hidden;
}

.main-v-area .mv-car{
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 80vw !important;
}
.main-v-area .mv-tire{
    position: absolute;
    bottom:0;
    right: 0;
    width: 80vw !important;

}

.main-v-area .mv-line{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
}
.main-ttl-area .mt-line{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100px;
}
.main-area{
    position: relative;
}

.main-v-info{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding-top: 13%;

}

.main-v-info .ttl1,
.main-v-info .ttl2{
    font-family: 'Montserrat', sans-serif;
    color: #14557f;
}
.main-v-info .ttl1 {
    font-size: 5vw;
    position: relative;
}
.main-v-info .ttl1:before{
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #10547c;
    left: 0;
    top: -20px;
}
.main-v-info .ttl1:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #bdbdbd;
    left: 0;
    top: -20px;
}
.main-v-info .ttl2{
    font-size: 3vw;

}

.main-v-info_v2 .ttl2{
    font-weight: bold;
    font-size: 2.3vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}

.main-v-info .ttl3{
    margin-top: 4vh;
    font-weight: bold;
    font-size: 18px;
}
.main-v-info .ttl4{
    background-image: url(./img/main-v-tire.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    left: -3vw;
    top: -20vh;
}


.main-v-info .ttl4 a{
    position: relative;
    background-color:#14557f;
    color: #fff;
    display: inline-block;
    padding: 30px;
    text-decoration: none;
    border-radius: 60px;
    margin-left:auto;
    margin-right:auto;
    margin-top: -10vh;
    z-index: 2;
}

.main-v-info .ttl4:after{
    position: absolute;
    content: "";
    width: 1px;
    height:40%;
    background: #bdbdbd;
    left: 50%;
    top: 18vh;
}
.main-v-info .ttl4:before {
    position: absolute;
    content: "";
    width: 1px;
    height:50%;
    background: #10547c;
    left: 50%;
    top: 18vh;
}

.main-header .logo-area .logo img{
    width: 200px;
}


.main-ttl {
    position: relative;
}
.main-ttl:before{
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: #10547c;
    left: 0;
    top: -20px;
}
.main-ttl:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #bdbdbd;
    left: 0;
    top: -20px;
}

.card-component .item .info, .card-component-inline .item .info {
    padding: 20px;
    background-color: #14557f;
    color: #fff;
}


@media only screen and (max-width: 991px) {
/*
    .main-v-info {
        position: relative;
        right: 0;
        top: 0;
        width: 90%;
        margin: 0 auto;
        padding-top: 0%;
    }

 */
    .main-header .logo-area .logo img {
        width: 150px;
    }
    .main-v-area {
        position: relative;
        background-color: #e6e5e1;
        height:auto;
    }
    .main-v-info .ttl1 {
        font-size: 8vw;
    }
    .main-v-info .ttl2 {
        font-size: 5vw;
    }
}

.shop-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.shop-menu a i{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.shop-menu a i img{
    width: 40px;
}
.shop-menu a{
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
}

.table th {
font-size: 13px;
}

.img-box img{
    width: 100%;
}

.sub-ttl2{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-weight: bold;
}

.main-area-aiterra{
    background-image: url(./img/aiterra/bg.png);
    padding-top: 0;
    margin-bottom: 80px;
}

.main-header .nav-area .main-nav>.list>.item .new{
    position: absolute;
    color: #ff1024;
    font-weight: bold;
    right: 3px;
    top: 8px;
    font-size: 10px;
}

.aiterra_btn{
    background-color: #f9af00;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    width: 100%;
    max-width: 600px;
}

@media only screen and (max-width: 991px){
    .aiterra_btn{
        font-size: 18px;
    }

}

.privacy-info{
     background-color: #ddd;
    padding: 10px;
}