.na-slide-item {
    border: solid 2px #000;
    margin: 0 20px;
}
.na-slide-item .na-slide-image {
    width: 100%;
    height: 100%;
}
.na-slide-item .na-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#new-arrivals-slider .slide-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
#new-arrivals-slider .slide-arrow.prev-arrow {
    left: calc(50% - 321px);
    transform: translate(-50%,-50%);
}
#new-arrivals-slider .slide-arrow.next-arrow {
    right: calc(50% - 321px);
    transform: translate(50%,-50%);
}
#new-arrivals-slider .slide-arrow.prev-arrow::before {
    content: url(../images/common/slider-prev-arrow.svg);
    width: 20px;
    height: 20px;
}
#new-arrivals-slider .slide-arrow.next-arrow::before {
    content: url(../images/common/slider-next-arrow.svg);
    width: 20px;
    height: 20px;
}

.na-slider-dots {
    margin-top: 25px;
}
.more-wrap {
    margin: 40px auto 0;
    text-align: center;
}
.special-cars .more-wrap {
    margin-right: 10px;
    text-align: right;
}
.special-cars .bottom-items {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.title .title-jp {
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 60px;
    position: relative;
}

.car-type-search {
    padding: 0 0 100px;
}
.car-type-search .title .title-jp::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #e4e4e9;
    position: absolute;
    top: 50%;
    right: -50px;
}
.title .title-jp::first-letter {
    color: #e20c16;
}
.car-type-search .total-count {
    text-align: center;
    color: #666;
}
.car-type-search .total-count span {
    font-size: 4rem;
    font-weight: 500;
    color: #dc143e;
}
.car-type-search-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 60px 35px;
    justify-content: flex-start;
}
.car-type-search-content .car-type-search-item {
    width: calc((100% - 70px) / 3);
}
.car-type-search-content .car-type-search-item a {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.car-type-search-content .car-type-search-item a .car-type-name {
    margin-top: 15px;
    font-size: 15px;
}
.car-type-search-content .car-type-search-item a .car-image-wrap {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.car-type-search-content .car-type-search-item a .car-image-wrap img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.car-type-search-content .car-type-search-item a:hover .car-image-wrap {
    opacity: .8;
}
.car-type-search-content .other-item {
    margin-left: auto;
}
.car-type-search-content .other-item a .car-type-name {
    color: #0074d9;
    text-decoration: underline;
    font-size: 1.8rem;
}

.sales-result,
.special-cars {
    padding: 100px 0;
}
.special-cars {
    background-color: #fff;
}
.sales-result .result-item,
.special-cars .result-item {
    margin: 0 10px;
    border: solid 2px #000;
}
.special-cars .car-item {
    margin: 0 10px;
    border: solid 2px #000;
}
.special-cars .car-item .car-image {
    border-bottom: solid 2px #000;
}
.special-cars .car-item .info-wrapper {
    padding: 20px;
}
.special-cars .car-item .info-wrapper .car-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}
.special-cars .car-item .info-wrapper .item-spec-list {
    font-size: 1.4rem;
    color: #828282;
    margin: .5em 0;
}
.special-cars .car-item .info-wrapper .item-spec-list .list-cont::after {
    content: "｜";
}
.special-cars .car-item .info-wrapper .price-info {
    text-align: right;
    margin-top: 20px;
}
.special-cars .car-item .info-wrapper .price-info .total-price {
    color: #e00b15;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: solid 1px #e4e4e9;
    margin-bottom: 10px;
}
.special-cars .car-item .info-wrapper .price-info .total-price .num {
    font-size: 3.2rem;
}
.special-cars .car-item .info-wrapper .price-info .sub-price {
    font-size: 1.5rem;
    font-weight: 600;
}
.special-cars .car-item .info-wrapper .price-info .sub-price .num {
    font-size: 2.6rem;
    font-weight: 700;
}
.special-cars .car-item .info-wrapper .detail-button {
    width: 100%;
    display: block;
    border-radius: 60px;
    margin-top: 20px;
    padding: 15px 0;
    background-color: #e00b15;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}


.slide-parts {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.slide-parts .sales-slider-arrow,
.slide-parts .special-cars-slider-arrow {
    display: flex;
    gap: 10px;
}
.slide-parts .sales-slider-arrow .sales-slide-arrow,
.slide-parts .special-cars-slider-arrow .special-cars-slide-arrow {
    width: 16px;
    display: block;
    position: relative;
    cursor: pointer;
}
.slide-parts .sales-slider-arrow .prev-arrow::before,
.slide-parts .special-cars-slider-arrow .prev-arrow::before {
    content: url(../images/common/slider-prev-arrow.svg);
}
.slide-parts .sales-slider-arrow .next-arrow::before,
.slide-parts .special-cars-slider-arrow .next-arrow::before {
    content: url(../images/common/slider-next-arrow.svg);
}
.sales-slider-dots,
.special-cars-slider-dots {
    margin-left: 20px;
}


/*  RESPONSIVE FOR TABLET AND SP */
@media screen and (max-width: 840px) {
    .na-slide-item {
        margin: 0 10px;
    }
    #new-arrivals-slider .slide-arrow {
        width: 46px;
        height: 46px;
    }
    #new-arrivals-slider .slide-arrow.prev-arrow {
        left: 0;
        transform: translateY(-50%);
    }
    #new-arrivals-slider .slide-arrow.next-arrow {
        right: 0;
        transform: translateY(-50%);
    }
    #new-arrivals-slider .slide-arrow.prev-arrow::before {
        content: url(../images/common/slider-prev-arrow.svg);
        width: 20px;
        height: 20px;
    }
    #new-arrivals-slider .slide-arrow.next-arrow::before {
        content: url(../images/common/slider-next-arrow.svg);
        width: 20px;
        height: 20px;
    }

    .title {
        margin-bottom: 30px;
    }
    .title .title-jp {
        font-size: 2rem;
        margin-right: 40px;
    }

    .car-type-search {
        padding: 0 0 60px;
    }
    .car-type-search .title .title-jp::after {
        width: 20px;
        height: 1px;
        right: -30px;
    }
    .car-type-search .total-count {
        text-align: center;
        color: #666;
        font-size: 1.4rem;
    }
    .car-type-search .total-count span {
        font-size: 3.4rem;
        font-weight: 500;
        color: #dc143e;
        margin-right: 5px;
    }

    .car-type-search-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 20px;
        justify-content: flex-start;
    }
    .car-type-search-content .car-type-search-item {
        width: calc((100% - 20px) / 2);
        height: 160px;
    }
    .car-type-search-content .car-type-search-item a {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .car-type-search-content .car-type-search-item a .car-image-wrap {
        height: 90px;
    }
    .car-type-search-content .car-type-search-item a .car-type-name {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.4;
    }
    .sales-result {
        padding: 60px 0;
    }

    .special-cars {
        padding: 60px 0;
    }
    .car-type-search-content .other-item {
        margin-left: auto;
    }
    .car-type-search-content .other-item a .car-type-name {
        color: #0074d9;
        text-decoration: underline;
        font-size: 1.8rem;
        margin-top: 3px;
    }
}