@charset "utf-8"; 
/*-------------------------------------common-------------------------------------*/
html{
    font-size:calc(1000px / 62);
    min-height:0;
    -webkit-text-size-adjust: 100%;
}
@media (max-width:1000px){
    html{
        font-size:calc(100vw / 62);
    }   
}

@media (max-width:820px){
    html{
        font-size:calc(100vw / 48);
    }
}

@media (max-width:520px){
    html{
        font-size:calc(100vw / 34);
    }
}


@media (min-width:521px){ .show-S { display:none !important; } }
@media (min-width:821px){ .show-MS{ display:none !important; } }
@media (min-width:821px){ .show-M { display:none !important; } }
@media (max-width:520px){ .show-M { display:none !important; } }
@media (max-width:520px){ .show-LM{ display:none !important; } }
@media (max-width:820px){ .show-L { display:none !important; } }


* {
    box-sizing: border-box;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    font-family:inherit;
}

body {
    color: #000;
    font-family: sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

body,p {
    margin: 0;
    font-size: 1rem;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    line-height: 1;
    font-size:inherit;
}

.image {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}
.image a{
    display:block;
    vertical-align:bottom;
    width:100%;
}
.imageh{
    display: inline-block;
    vertical-align: bottom;
    height:100%;
}
.imageh a{
    height:100%;
}
.imageh img{
    height:100%;
}

.image img {
    width: 100%;
    display: block;
}

.image-base {
    position: relative;
    background-color: rgba(255,255,255,0.3);
}

.image-base img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image-base a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

img {
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


[href^="tel:"] {
    color: inherit;
    font-size: inherit;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.skn-bold{
    font-weight:bold;
}
.skn-red{
    color:#f00;
}

[data-smooth]{
    cursor:pointer;
}

.pageTop-btn a{
    width: 3rem;
    height: 3rem;
    background-color:rgba(0,0,0,0.5);
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    z-index:100;
    right: 1.2rem;
    bottom: 3rem;
    transition:opacity 0.3s ease;
    pointer-events:none;
    opacity:0;
}

.pageTop-btn a:before{
    content:"";
    display:block;
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom:-0.25rem;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    transform:rotate(45deg);
}
@media (min-width:521px){
    .pageTop-btn a{
        bottom:1.5rem;
    }
}


.hover_opacity{
    opacity:1;
    transition:opacity 0.2s ease;
}
.hover_opacity:hover{
    opacity:0.7;
}





.full-width{
    max-width:1920px;
    margin:0 auto;
}

.inner-width{
    max-width:1200px;
    padding:0 1rem;
    margin:0 auto;
}



.tag-wrap > span{
    display:inline-block;
    padding: 0.1rem 0.8rem;
    border:2px solid #000;
    font-size: 0.6rem;
    font-weight:bold;
}
.tag-wrap > .blue-tag{
    color:#0000ff;
    border-color:#0000ff;
}
.tag-wrap > .orange-tag{
    color:#f15a24;
    border-color:#f15a24;
}


.breadcrumbs{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    margin:3rem 0;
    /* line-height: 1.3; */
}
.breadcrumbs > span{
    display:flex;
    align-items: center;
    line-height: 1.3;
    white-space: nowrap;
}
.breadcrumbs > span:before{
    content:"";
    display:block;
    width:0.5rem;
    height:0.5rem;
    background-color:#0000ff;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    margin-right:0.5rem;
    margin-left:0.5rem;
}
.breadcrumbs > span:last-child{
    font-weight:bold;
    white-space: break-spaces;
}
.breadcrumbs > span:first-child:before{
    content:none;
}
.breadcrumbs > span > a{
    font-size:0.8rem;
}



.box_shadow{
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.5);
    background-color:#f0f0f0;
}

.item_inner.box_shadow{
    opacity:1;
    transition:box-shadow 0.1s ease , opacity 0.1s ease;
}
.item_inner.box_shadow:hover{
    opacity:0.7;
    box-shadow: 0 0 0rem rgba(0,0,0,0.5);
}



[data-text]:before{
    content:attr(data-text);
}


#first{
    background-color:#000;
    position: relative;
    width: 100%;
}
.first_background,
.first_background div{
    height:100%;
}
.first_background{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.first_background-image{
    background-size:cover;
    background-position: center;
    width:100%;
    height:100%;
    transform-origin:center;
    transform:scale(1);
    transition:transform 11s linear;
}
#first > .sec-inner{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(0,0,0,0.4);
}
@media (min-width:1000px){
    #first > .sec-inner{
        position: absolute;
        top: 0;
        left:0;
        height: 100%;
        width:100%;
        aspect-ratio:auto;
    }
}






/*-------------------------------------list-------------------------------------*/

.list-page.alvel40 .item.alvel40 > a,
.list-page.alvel30 .item.alvel30 > a,
.list-page.noavx90 .item.noavx90 > a,
.list-page.hiace200 .item.hiace200 > a{
    background-color:#fff;
    color:#000;
}


.list-page #first > .sec-inner > .logo-image{
    width: 48vw;
}
@media (min-width:1000px){
    .list-page #first > .sec-inner > .logo-image{
        width:480px;
    }
}

@media (max-width:520px){
    .list-page #first > .sec-inner > .logo-image{
        width:80vw;
    }
}

.list-page #first{
    aspect-ratio: 1200 / 900;
}
@media (min-width:1000px){
    .list-page #first{
        height: 600px;
    }
}
@media (max-width:820px){
    .list-page #first{
        aspect-ratio: 1200 / 900;
    }
}
@media (max-width:520px){
    .list-page #first{
        aspect-ratio: 1200 / 1500;
    }
}

.list-page .first_background .swiper-slide{
    overflow:hidden;
}
.list-page .first_background  .swiper-slide-prev > div,
.list-page .first_background  .swiper-slide-active > div{
    transform:scale(1.2);
}

.list-page .model_link-box{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width:1000px;
    margin:0 auto;
}
.list-page .model_link-box > .item{
    width:calc((100% - 4rem) / 4);

}
.list-page .model_link-box > .item a{
    display: flex;
    align-items:center;
    justify-content:center;
    padding:0 1rem;
    height:3rem;
    font-size:0.8rem;
    font-weight:bold;
    background-color:#666666;
    color:#fff;
}

@media (max-width:520px){
    .list-page .model_link-box > .item{
        width:calc((100% - 0.25rem) / 2);
        margin-top:0.25rem;
    }
}
.list-page .list_title-row{
    background-color: #666666;
    padding:1rem;
}
.list-page .list_title-row h2{
    color:#fff;
    font-size:1.2rem;
    font-weight:bold;
    line-height:1.3;
}
.list-page .list_title-row h2 > span{
    display:inline-block;
}

.list-page .list-box{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.list-page .list-box > .item{
    width: calc((100% - 6rem) / 4);
    margin-top: 3rem;
}
@media (max-width:1199px){
    .list-page .list-box > .item{
        width:calc((100% - 3rem) / 3);
    }
}
@media (max-width:820px){
    .list-page .list-box > .item{
        width: calc((100% - 1rem) / 2);
    }
}

.list-page .item_inner{
    display:block;
    padding: 1rem;
}
.list-page .product_title-row{
    font-weight:bold;
    margin:0.5rem 0;
    font-size: 0.8rem;
    line-height:1.2;
    height: calc(2rem * 0.8);
    display: flex;
    align-items: center;
}

.list-page .product_image-row{
    aspect-ratio:1242 / 828;
}
.list-page .price_detail-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:1rem;
}

.list-page .price{
    font-size:0.9rem;
}
.list-page .detail_link-box{
    display:inline-block;
}
.list-page .detail_link-box > span{
    display:flex;
    align-items:center;
    color:#fff;
    font-size: 0.8rem;
    background-color: #787878;
    padding: 0.5rem 1rem;
    border-radius:10rem;
}
.list-page .detail_link-box > span:after{
    content:"";
    display:block;
    width:0.8rem;
    height:0.7em;
    margin-left:0.5rem;
    clip-path: polygon(0% 0% , 50% 50% , 80% 50% , 50% 20% , 50% 0% , 100% 50% , 50% 100% , 50% 80% , 80% 50% , 50% 50% ,0%  100% , 0% 80% ,30% 50% , 0% 20%);
    background-color: #fff;
}

.list-page .price_detail-row [data-price-text]{
    font-size:0.8em;
    margin-left: 0.25rem;
}

@media (max-width:520px){
    .list-page .price{
        font-size:0.8rem;
    }
    .list-page .detail_link-box > span:after{
        display:block;
        margin:0 auto;
        margin-top:0.2rem;
    }
    .list-page .detail_link-box > span{
        font-size:0.7rem;
        display:block;
        text-align:center;
        padding: 0.3rem 0.75rem;
    }
}








/*-------------------------------------detail-------------------------------------*/

/* .detail-page #first > .sec-inner > .logo-image{
    width: 31vw;
} */
/* @media (min-width:1000px){ */
    .detail-page #first > .sec-inner > .logo-image{
        width: 310px;
    }
/* } */

@media (max-width:520px){
    .detail-page #first > .sec-inner > .logo-image{
        width: 65vw;
    }
}

.detail-page #first{
    height: 120px;
}


.detail-page .detail_title-row:after,
.detail-page .detail-container:after{
    content:"";
    display:block;
    clear:both;
}

.detail-page .detail-container{
    padding:1.5rem;
}

.detail-page .tag-wrap{
    float:right;
    margin:0.25rem 0;
}
.detail-page .tag-wrap > span{
    font-size:0.8rem;
}
.detail-page .detail_title-wrap{
    float:left;
    margin:0.25rem 0;
    font-weight:bold;
    font-size:1.5rem;
    line-height: 0.8;
}
.detail-page .detail_title-wrap h2{
    font-weight:inherit;
}
.detail-page .detail_title-wrap h2 + span{
    font-size: 0.55em;
}
@media (max-width:820px) {
    .detail-page .tag-wrap,
    .detail-page .detail_title-wrap{
        float:none;
        margin:0;
    }
    .detail-page .detail_title-wrap{
        margin-top: 1rem;
    }
}





.detail-page .image-box{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    aspect-ratio: 800 / 356;
}
.detail-page .image-box > .item_1{
    width: calc(67.15% - 0.5rem);
}
.detail-page .image-box > .item_2{
    width: calc(32.95% - 0.5rem);
}
.detail-page .image-box > .item_2 > div{
    height:calc(50% - 0.5rem);
}
.detail-page .image-box > .item_2 > div + div{
    margin-top:1rem;
}
.detail-page .image-box{
    margin-top:1rem;
}
.detail-page .swiper-row,
.detail-page .imageSwiper{
    height:100%;
    width:100%;
}

.detail-page .swiper-row{
    position: relative;
}
.detail-page .swiper-row{
    overflow:hidden;
}
.detail-page .swiper-row .image_pagination{
    position:absolute;
    bottom:0;
    z-index:10;
    text-align:center;
}
.detail-page .swiper-row .swiper-pagination-bullet{
    background-color:#fff;
    opacity:1;
    width:0.6rem;
    height:0.6rem;
    margin:0 0.5rem;
}
.detail-page .swiper-row .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
    background-color:#007aff;
}

.detail-page .swiper-row .image_prev,
.detail-page .swiper-row .image_next{
    position:absolute;
    top:0;
    bottom:0;

    margin:auto;
    z-index:10;
    width:4rem;
    height:4rem;
    cursor:pointer;
}
.detail-page .swiper-row .image_next{
    right:0;
}
.detail-page .swiper-row .image_prev{
    left:0;
}


.detail-page .swiper-row .image_next:before{
    right:25%;
    border-left:2px solid transparent;
    border-bottom:2px solid transparent;
    transform:rotate(-135deg);
}
.detail-page .swiper-row .image_prev:before{
    left:25%;
    border-right:2px solid transparent;
    border-bottom:2px solid transparent;
    transform:rotate(135deg);
}
.detail-page .swiper-row .image_prev:before,
.detail-page .swiper-row .image_next:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    display:block;
    margin:auto;
    width:50%;
    height:50%;
    border-color:#fff;
}

.detail-page .swiper-image{
    position:relative;
    width: 100%;
    height: 100%;
}
.detail-page .swiper-image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-page .swiper-image > span{
    position:absolute;
    left:1.5rem;
    bottom:1.1rem;
    color:#fff;
    background-color:rgba(0,0,0,0.7);
    padding:0.25rem 0.5rem;
    line-height:1;
    font-size: 0.85rem;
    font-weight: bold;
}
.detail-page .swiper-image > span:empty{
    display:none;
}


.detail-page .item_2_top > img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.detail-page .item_2_bottom > .video{
    position:relative;
    width:100%;
    height:100%;
    background-size:cover;
}
@media (max-width:820px){
    .detail-page .image-box{
        margin-top:1rem;
    }
    .detail-page .image-box > .item{
        width:100%;
    }
    .detail-page .image-box > .item_2{
        margin-top:1rem;
        display:flex;
        justify-content:space-between;
    }
    .detail-page .image-box > .item_2 > div{
        width: calc(50% - 0.5rem);
        height: auto;
    }
    .detail-page .image-box > .item_2 > div + div{
        margin-top:0rem;
    }
}







.detail-page .text-wrap{
    margin-top: 1.5rem;
}
.detail-page .text-wrap:first-child{
    margin-top: 2rem;
}
.detail-page .text-wrap > strong{
    font-size: 1rem;
    display: block;
    color:#404040;
    line-height:1.1;
    padding-left: 1.1rem;
    position: relative;
}
.detail-page .text-wrap > strong:before{
    content:"";
    display:inline-block;
    min-width: 0.9rem;
    min-height: 0.9rem;
    background-color: #404040;
    border-radius: 100%;
    position: absolute;
    top: 0.1rem;
    left: 0;
}
.detail-page .text-wrap > p, 
.detail-page .text-wrap >  span{
    display:inline-block;
    margin-top:0.5rem;
    font-size: 0.7rem;
}
.detail-page .text-wrap > p > span,
.text-wrap > strong > span,
.text-wrap > span > span{
    display:inline-block;
}


.detail-page .text-wrap > p > span[data-listtype]{
    padding-left:0.9rem;
}
.detail-page .text-wrap > p > span[data-listtype]:before{
    content:attr(data-listtype);
    margin-left: -0.9rem;
    margin-right: 0.2rem;
}


.detail-page .product-table{
    margin-top:2rem;
}
.detail-page .product-table .table-wrap{
    background-color:#fff;
    padding:1rem;
    min-width:768px;
}
.detail-page .product-table table{
    width:100%;
    border-collapse:collapse    
}
.detail-page .product-table tr:first-child th{
    border-bottom:2px solid #606060;
    text-align:left;
    padding:0.5rem;
    font-size: 0.7rem;
}
.detail-page .product-table td{
    padding:0.5rem;
    text-align:left;
    font-size: 0.7rem;
}


.detail-page .product_note-wrap{
    margin-top:1rem;
    font-size: 0.7rem;
}


.detail-page .back-row{
    margin-top:3rem;
    text-align:center;
}
.detail-page .back-row > a{
    color:#fff;
    background-color:#787878;
    display:inline-block;
    text-align:center;
    padding: 1rem 3rem;
    border-radius:20rem;
}



.js-modal-btn{
    cursor:pointer;
}

.js-modal-btn:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    transform:translate(-50%,-50%);
    display:block;
    background-image:url(../img/video_play.png);
    background-repeat:no-repeat;
    background-size:cover;
    width:30%;
    aspect-ratio:250 / 242;
    pointer-events:none;
}
.js-modal-btn:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    pointer-events:none;
}