@charset "utf8";

/* ==========================================================================
    共通
   ========================================================================== */
:root {
    --pcColumnWidth: 1216px;
    /* スマホ用1カラムwidth */
    --spColumnWidth: 100%;
}

body {
    font-size: 1em;
    min-width: 1216px;
}

.btn-hover:hover {
    cursor: pointer;
}

.btn-hover:hover img.images-hover {
    display: none;
}

.btn-hover:hover img.images {
    display: block;
}

.btn-hover img.images-hover {
    transform: translate(0%, -100%);
    display: block;
}


div,
p,
a,
span,
ul,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.pc-elem {
    display: block;
}

.sp-elem {
    display: none;
}

a:hover {
    text-decoration: none;
    color: #222222;
}

#wrapper {
    margin: 0 auto;
}

/* top.css打消し用 */
.container {
    float: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    body#ucar-index {
        min-width: 0;
        border-top: 0 !important;
    }

    .pc-elem {
        display: none;
    }

    .sp-elem {
        display: block;
    }
}

.button__icon a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309") no-repeat;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .button__icon a:hover::after {
        opacity: 0.5;
    }
}

/* header_footer_common.css上書き用 */
footer .sc_pageTop {
    display: none;
}

@media (hover: none) {
    #wrapper a:hover{
        color: inherit !important;
		filter: none !important;
    }
}

/* ==========================================================================
    共通 お住まいの地域
   ========================================================================== */
.areaconfiguration-box {
    width: var(--pcColumnWidth);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .areaconfiguration-box {
        width: var(--spColumnWidth);
        margin: 24px auto 0;
    }
}

/* ==========================================================================
    #top-header メインビジュアル
   ========================================================================== */
#top-header {
    position: relative;
    color: #222222;
    margin: 0 auto 48px;
    max-width: 1440px;
    min-width: 1216px;
}

#top-header p {
    margin: 0;
}

.top-header__container {
    width: 100%;
    background: #fff;
    border-top-left-radius: 300px;
}

.top-header__img {
    width: 100%;
}

.subtitle {
    position: absolute;
    top: 60%;
    left: 15%;
}

.top-header__text {
    font-weight: bold;
    font-size: 16px;
}

.top-header__units {
    position: absolute;
    top: 66%;
    left: 15%;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    gap: 12px;
}

.top-header__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-header__units .top-header__text:nth-of-type(2) {
    margin-right: 12px;
}

.frame {
    border-radius: 99px;
    background: #fff;
    padding: 4px 12px;
}

.top-header__units .header-num {
    font-weight: 600;
    font-size: 24px;
    padding-right: 4px;
    line-height: 28px;
    font-family: var(--font-family-toyotatype);
}

.top-header__feature {
    background: #fff;
    padding: 23px 0 23px 111px;
    border-bottom-right-radius: 140px;
    overflow: hidden;
    line-height: 1.5;
}

.top-header__feature a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #222222;
}

.top-header__feature a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .top-header__feature a:hover:after {
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    #wrapper__underContents {
        min-width: 374px;
    }

    #top-header {
        margin-bottom: 24px;
        min-width: 374px;
    }

    .subtitle {
        position: absolute;
        top: 67%;
        left: 5%;
        letter-spacing: 0;
    }

    .top-header__text {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }

    .top-header__units {
        position: absolute;
        top: 73%;
        left: 5%;
    }

    .top-header__units .header-num {
        font-size: 16px;
    }

    .top-header__feature {
        padding: 14px 0 14px 5%;
    }

    .top-header__feature a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }
}

/* ==========================================================================
    #top-favorite お気に入り・検索履歴
   ========================================================================== */
#top-favorite {
    color: #222222;
    width: var(--pcColumnWidth);
    margin: 24px auto;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #top-favorite a:hover::after {
        opacity: 0.5;
    }
}

#top-favorite h2 {
    padding-bottom: 16px;
    line-height: 1.5;
    margin: 0;
}

#top-favorite h3 {
    padding-bottom: 16px;
    line-height: 1.5;
    margin: 0;
}

#top-favorite p {
    margin: 0;
}

#top-favorite a {
    text-decoration: none;
    color: #222222;
}

#top-favorite .top-favorite__list a:hover {
    color: #615E53;
}

.top-favorite__container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.top-favorite__area:nth-of-type(2) {
    width: 488px;
    margin: 0 0 0 32px;
}

.top-favorite__content {
    display: flex;
    gap: 16px;
}

.top-favorite__card {
    background-color: #fff;
    border-radius: 8px;
    width: 340px;
    box-sizing: border-box;
    display: flex;
}

.top-favorite__card a {
    display: block;
    padding: 12px;
    width: 100%;
}

.top-favorite__title {
    display: flex;
    gap: 4px;
    margin: 0 0 12px;
}

.top-favorite__title img {
    width: 34px;
    height: 34px;
}

.top-favorite__text {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
}

.top-favorite__car-info {
    letter-spacing: 0;
    width: 100%;
    display: flex;
    gap: 8px;
}

.top-favorite__img-area {
    position: relative;
    width: 92px;
    height: 69px;
}

.top-favorite__car-img1,
.top-favorite__car-img2 {
    width: 92px;
    height: 69px;
}

.top-favorite__view-img1,
.top-favorite__view-img2 {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 4px;
    bottom: 4px;
}

.top-favorite__detail-text-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.top-favorite__detail-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 0 0;
}

.top-favorite__detail-textBottom {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.favorite-num {
    font-weight: 600;
    padding: 0px;
    gap: 4px;
    margin-left: 8px;
    margin-right: 2px;
    font-family: var(--font-family-toyotatype);
}

.top-favorite__car-detail {
    width: 100%;
}

.top-favorite__car-detail .large {
    font-size: 14px;
}

.top-favorite__noneTxt{
    font-size: 14px;
    letter-spacing: 0;
}

.top-favorite__historys {
    font-size: 14px;
    letter-spacing: 0;
}

.top-favorite__historys a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.his-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    flex-shrink: 1;
}

.top-favorite__historys a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .top-favorite__historys a:hover::after {
        opacity: 0.5;
    }
}

.bold {
    font-weight: bold;
}

.top-favorite__list {
    padding-top: 16px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.top-favorite__list a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.top-favorite__list a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.favorite-img {
    margin-left: 4px;
    width: auto;
    height: 1.6rem;
}
@media screen and (min-width: 768px) {
    #top-favorite .top-favorite__historys a:hover {
        color: #615E53;
    }
}


@media screen and (max-width: 767px) {
    #top-favorite {
        width: var(--spColumnWidth);
        margin: 48px auto;
    }

    #top-favorite h2 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    #top-favorite h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .top-favorite__scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        letter-spacing: 0;
        /* 画面幅いっぱいに表示するため、左右のpadding分幅に加算してネガティブマージンで位置調整 */
        width: calc(100% + (min(calc(50svw - 171px), 24px) * 2));
        margin-left: calc(min(calc(50svw - 171px), 24px) * -1);
        scrollbar-width: none;
    }

    .top-favorite__historys {
        width: var(--spColumnWidth);
    }

    #top-favorite h3 {
        padding-bottom: 12px;
    }

    .top-favorite__container {
        flex-direction: column;
        gap: 24px;
    }

    .top-favorite__area:nth-of-type(2) {
        margin: 0;
    }

    .top-favorite__area:nth-of-type(1),
    .top-favorite__area:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }

    .top-favorite__contents:nth-of-type(1) {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0 min(calc(50svw - 171px), 24px);
    }

    .top-favorite__content {
        width: 552px;
        gap: 12px;
    }

    .top-favorite__car-info {
        width: 100%;
    }

    .top-favorite__list {
        padding-top: 12px;
    }

}


/*=============================================
slickスライダー専用CSS
===============================================*/
#top-onlinecar {
    width: var(--pcColumnWidth);
    margin: 0 auto;
    margin-top: 56px;
}

/* カード類ホバーアクション */
.card-hover:hover {
    transform: scale(1.02);
    box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.2);
    transition-property: all;
    transition-duration: 0.2s;
}

.card-hover a:hover {
    color: #222222;
}

#top-onlinecar h2 {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 32px;
    margin: 0;
}

.top-onlinecar__notfound {
    font-weight: bold;
    font-size: 18px;
}

.carlist-card__slider {
    width: var(--pcColumnWidth);
}

.carlist-card__cards {
    width: 280px;
    padding: 4px;
    background-color: #ffffff;
    border-radius: 16px;
    height: auto;
    margin: 0 32px 0 0;
}

.carlist-card__link {
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.carlist-card__imgwrap {
    width: 100%;
    position: relative;
}

.carlist-card__view {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 232px;
    top: 164px;
    z-index: 150;
}

.carlist-card__view img {
    width: 100%;
}

.carlist-card__image {
    width: 272px;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 auto;
}

.carlist-card__image img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .carlist-card__imgwrap,
    .carlist-card__image img {
        width: 272px;
        height: 204px;
    }
}
@media screen and (max-width: 767px) {
    .carlist-card__imgwrap,
    .carlist-card__image img {
        width: 216px;
        height: 162px;
    }
}

.carlist-card__underinfo {
    margin: 8px 0 0 0;
    padding: 4px 6px;
    letter-spacing: 0;
}

.carlist-card__carinfo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 62px;
    overflow: hidden;
    gap: 4px;
}

.carlist-card__certifiedLogo {
    width: 40px;
    padding: 0;
}

.carlist-card__certifiedLogo img {
    width: 40px;
    height: 40px;
}

.carlist-card__companyName,
.carlist-card__carName {
    display: block;
}

.carlist-card__companyName {
    font-size: 14px;
    line-height: 1.5;
}

.carlist-card__carName {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.carlist-card__wrapCartxt {
    width: auto;
    margin-left: 4px;
}

.carlist-card__priceWrap {
    display: flex;
    justify-content: flex-start;
    margin: 8px 0 0 0;
    letter-spacing: 0;
}

.carlist-card__shopName,
.carlist-card__areaName {
    display: block;
}

.carlist-card__extLink {
    padding-bottom: 4px;
    margin-left: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    color: #222222;
}

.carlist-card__extLinkName {
    font-weight: bold;
    font-size: 14px;
    margin-right: 4px;
}

.carlist-card__extLinkImg {
    width: 24px;
    height: 24px;
}

.carlist-card__priceList {
    margin: 0 8px 0 0;
}

.carlist-card__headingTxt {
    font-size: 12px;
    display: block;
    padding: 0 0 3px;
    line-height: 1.5;
}

.carlist-card__moneyTxt {
    font-size: 19px;
    font-weight: bold;
    font-family: var(--font-family-toyotatype);
}

.carlist-card__yenTxt {
    font-size: 12px;
}

.car-pricehead,
.car-costhead {
    margin: 0 0 2px;
}

.car-price,
.car-cost {
    font-size: 15px;
}

.carlist-card__iconWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 6px;
}

.carlist-card__icon {
    margin: 0 8px 8px 0;
}

/* common_pc.css打消し用 */
ul .carlist-card__icon:last-child {
    margin: 0 8px 8px 0;
}
/* common_pc.css打消し用 */

.carlist-card__maintenanceInfo {
    font-size: 14px;
    line-height: 1.5;
}

.carlist-card__store {
    font-size: 14px;
    padding: 4px 8px 10px;
    margin: auto 0 0;
}

/* slick.css打消し用 */
.js-jsonSlider .slick-list {
    overflow: visible;
}
/* slick.css打消し用 */

/* slick.jsで作成されたHTMLタグの制御用 */
.slick-track {
    display: flex;
}

.slick-slidewrap__arrow {
    width: 40px;
    position: absolute;
    z-index: 150;
    cursor: pointer;
}

.next-arrow {
    bottom: 50%;
    right: -20px;
    transform: translateY(50%);
}
/* #wrapperのmin-width:1216px;にカルーセル分の40pxを足した値 */
@media screen and (max-width: 1256px) {
    .next-arrow {
        /* window幅追従 */
        left: calc(100vw - 80px);
        /* 開発者ツールでの確認に最適はこちら */
        /* right: 25px !important; */
    }

    .prev-arrow {
        left: 25px !important;
    }
}

.prev-arrow {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.slick-slidewrap__arrow .images {
    width: 100%;
    vertical-align: middle;
}

.carlist-card__guarantee-consultation {
    margin-top: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.carlist-card__guarantee-consultation .guarantee {
    font-size: 16px;
    color: #222222;
}

.carlist-card__guarantee-consultation .consultation {
    font-size: 18px;
    color: #222222;
}

.carlist-card__guarantee-consultation .guarantee:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_chips.svg?v=20260309");
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.carlist-card__guarantee-consultation .guarantee:hover::after {
    opacity: 0.5;
}

.carlist-card__guarantee-consultation .consultation:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309");
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.carlist-card__guarantee-consultation .consultation:hover::after {
    opacity: 0.5;
}

.carlist-card__priceWrap {
    width: 264px;
}

.car-costhead {
    width: 100%;
}

.carlist-card__guarantee {
    font-size: 16px;
    font-weight: bold;
    padding: 24px 0 0;
}

.carlist-card__guarantee a {
    color: #222222;
}

.carlist-card__guarantee a:hover {
    color: #615E53;
}

.carlist-card__outlink {
    font-weight: bold;
    margin: 6px 0px 0px 8px;
    font-size: 14px;
}

.carlist-card__outlink a {
    color: #222222;
}

.carlist-card__outlink a:hover {
    color: #615E53;
}

.guarantee__icon .guarantee::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_chips.svg?v=20260309");
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #top-onlinecar {
        width: var(--spColumnWidth);
        margin-top: 48px;
    }

    /* カード類ホバーアクション */
    .card-hover:hover {
        transform: none;
        box-shadow: none;
    }

    /* ボタン類ホバーアクション */
    .btn-hover:hover {
        opacity: 1;
    }

    #top-onlinecar h2 {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 0px;
    }

    .top-onlinecar__notfound {
        font-size: 14px;
    }

    .carlist-card__slider {
        width: 100%;
    }

    .carlist-card__cards {
        width: 224px;
        height: auto;
        margin: 0 12px 0 0;
    }

    .carlist-card__link {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .carlist-card__image {
        width: 216px;
    }

    .carlist-card__view {
        top: 122px;
        left: 176px;
    }

    .carlist-card__underinfo {
        margin: 4px 0;
    }

    .carlist-card__carinfo {
        height: 56px;
    }

    .carlist-card__certifiedLogo {
        width: 34px;
    }

    .carlist-card__certifiedLogo img {
        width: 34px;
        height: 34px;
    }

    .carlist-card__companyName {
        font-size: 12px;
    }

    .carlist-card__carName {
        font-size: 14px;
    }

    .carlist-card__priceWrap {
        display: block;
    }

    .carlist-card__moneyTxt {
        font-size: 18px;
    }

    .car-price,
    .car-cost {
        font-size: 14px;
    }

    .carlist-card__iconWrap {
        margin: 8px 0 0;
    }

    .carlist-card__maintenanceInfo {
        font-size: 12px;
    }

    .carlist-card__store {
        font-size: 12px;
    }

    .carlist-card__store {
        margin-top: auto;
        padding: 4px 8px 8px;
    }

    .carlist-card__extLinkName {
        font-weight: 400;
        font-size: 12px;
        margin-right: 0;
    }

    /* slick.jsで作成されたHTMLタグの制御用 */
    .slick-slidewrap__list {
        margin: 0 12px 0 0;
    }

    .carlist-card__guarantee-consultation {
        flex-direction: column;
        margin-top: 16px;
        gap: 8px;
    }

    .carlist-card__guarantee-consultation a {
        color: #222222;
    }

    .carlist-card__guarantee-consultation .guarantee,
    .carlist-card__guarantee-consultation .consultation {
        font-size: 14px;
        width: fit-content;
    }

    .carlist-card__headingTxt {
        display: inline-block;
        padding: 0 3px 5px 0;
    }

    .carlist-card__underinfo {
        width: auto;
    }

    .carlist-card__outlink {
        font-weight: normal;
        margin-bottom: 8px;
    }

    .carlist-card__outlink a {
        font-size: 12px;
    }

    .carlist-card__guarantee {
        font-size: 14px;
        font-weight: bold;
    }

    .carlist-card__guarantee::after {
        width: 18px;
        height: 18px;
    }

    .carlist-card__priceWrap {
        width: auto;
    }

    .car-costhead {
        padding: 0 15px 0 0;
        width: auto;
    }
}


/* ==========================================================================
    #top-multiple 複数条件で探す
   ========================================================================== */
#top-multiple {
    width: var(--pcColumnWidth);
    margin: 0 auto;
    margin-top: 56px;
    font-size: 32px;
}

#top-multiple p {
    margin: 0;
}

#top-multiple a {
    text-decoration: none;
}

#top-multiple h2 {
    margin: 0;
    padding-bottom: 32px;
    line-height: 1.5;
    font-size: 32px;
}

.top-multiple__container {
    background: #E7E1DA;
    padding: 16px 24px;
    border-radius: 16px;
}

.top-multiple__search-top {
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-multiple-btn {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
}

.top-multiple-btn-layout {
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
}

.top-multiple__btn-modal {
    width: 318px;
    background-image: url("/U-Car/resource/img/icon/icon_Plus.svg?v=20260309");
    background-position: right 16px center;
    padding: 11px 0 11px 16px;

}

.top-multiple__innerTxt {
    width: 170px;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.search-maker,
.top-multiple__price,
.top-multiple__wrap {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.top-multiple__wrap {
    margin-left: 24px;
    gap: 8px;
}

.top-multiple__price-min,
.top-multiple__price-max {
    font-size: 14px;
    font-weight: bold;
}

.top-multiple__btn-select {
    width: 188px;
    padding-right: 56px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("/U-Car/resource/img/icon/icon_arrow_down.svg?v=20260309");
    background-position: right 13px center;
}

.top-multiple__search-area {
    margin-left: 32px;
    min-width: 210px;
    max-width: 294px;
    width: 100%;
    height: 48px;
    background-color: #222222;
    border-radius: 100px;
}

.top-multiple__search-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.top-multiple__search-area a:hover {
    background-color: #615E53;
    color: #ffffff;
}

.top-multiple__btn-search {
    margin-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    max-width: 294px;
    width: 100%;
    height: 48px;
    background-color: #222222;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

.top-multiple__btn-search:hover {
    background-color: #615E53;
}

@media screen and (max-width: 767px) {
    .top-multiple__btn-search {
        margin: 0 auto;
    }

    #top-multiple {
        width: var(--spColumnWidth);
        margin-top: 48px;
    }

    #top-multiple h2 {
        padding-bottom: 16px;
        font-size: 20px;
    }

    .top-multiple__container {
        padding: 16px;
    }

    .search-maker {
        gap: 16px;
    }

    .top-multiple__btn-modal,
    .top-multiple__price,
    .top-multiple__search-area {
        width: 100%;
    }

    .top-multiple__price {
        gap: 12px;
    }

    .top-multiple__btn-modal {
        width: 100%;
        padding-right: 56px;
        background-position: right 13px center;
    }

    .search-maker,
    .top-multiple__wrap {
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin: 0;
    }

    .top-multiple__price-min,
    .top-multiple__price-max {
        font-size: 14px;
        font-weight: bold;
    }

    .top-multiple__btn-select {
        width: 100%;
        padding-right: 56px;
        background-position: right 17px center;
    }

    .top-multiple__search-area {
        margin: 0;
        max-width: none;
    }

    .top-multiple__innerTxt {
        width: 100%;
    }
}


/* ==========================================================================
    #top-bodytype ボディタイプから探す（人気順）
   ========================================================================== */
#top-bodytype {
    width: var(--pcColumnWidth);
    margin: 56px auto;
}

#top-bodytype p {
    margin: 0;
}

#top-bodytype a {
    text-decoration: none;
}

#top-bodytype h1 {
    margin: 0;
    padding-bottom: 32px;
    line-height: 1.5;
}

.top-bodytype__car-model {
    width: 100%;
}

.top-bodytype__box-tab-content {
    display: none;
}

.top-bodytype__box-tab-content.is-active {
    display: block;
}

.top-bodytype__list {
    border-bottom: 2px solid #d6d1c9;
    margin-bottom: 40px;
}

.top-bodytype__tab-item {
    display: inline-block;
    padding: 12px 16px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.top-bodytype__tab-item.is-active {
    border-bottom: 3px solid #D70000;
}

.top-bodytype__card {
    width: 218px;
    height: 272px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.top-bodytype__card a {
    color: #222222;
}

.top-bodytype__imgurl {
    position: absolute;
    width: 100%;
}

.top-bodytype__ranking-icon {
    position: absolute;
    z-index: 150;
    top: 16.65px;
    left: 16.65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bodytype__ranking-no {
    position: absolute;
    z-index: 160;
    font-weight: bold;
    font-size: 14px;
}

.top-bodytype__car-model-title {
    width: 186px;
    height: 48px;
    align-content: center;
    font-size: 16px;
    font-weight: bold;
}

.top-bodytype__car-model-detail {
    position: absolute;
    top: 142px;
    left: 16px;
}

.top-bodytype__car-model-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--font-family-toyotatype);
}

.top-bodytype__list-car-model-taxin {
    font-family: var(--font-family-notosansjp);
}

.top-bodytype__list-car-model-taxin,
.top-bodytype__car-model-num {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.top-bodytype__list-search {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.top-bodytype__annotation-text {
    font-weight: 400;
    font-size: 12px;
    white-space: pre-wrap;
}

.top-bodytype__look-area {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.top-bodytype__btn-look {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}

.top-bodytype__btn-look::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/U-Car/resource/img/icon/icon_arrow_right.svg?v=20260309");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.top-bodytype__btn-look:hover::after {
    opacity: 0.5;
    color: #615E53;
}

/* slickの設定 */
#top-bodytype .slick-slide {
    margin: 0 16px;
}

#top-bodytype .slick-slide:first-child {
    margin-left: 0;
}

#top-bodytype .slick-list {
    overflow: unset;
}

#top-bodytype .slick-arrow {
    cursor: pointer;
}

#top-bodytype .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 170;
    background: url("/U-Car/resource_new/img/top/top-slider/carousel_prev.png?v=20260309");
    width: 40px;
    height: 40px;
    border: none;
}

#top-bodytype .slick-prev:hover {
    background: url("/U-Car/resource_new/img/top/top-slider/carousel_prev-hover.png?v=20260309");
}

#top-bodytype .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 170;
    background: url("/U-Car/resource_new/img/top/top-slider/carousel_next.png?v=20260309");
    width: 40px;
    height: 40px;
    border: none;
}

#top-bodytype .slick-next:hover {
    background: url("/U-Car/resource_new/img/top/top-slider/carousel_next-hover.png?v=20260309");
}

#top-bodytype .slick-prev.slick-disabled,
#top-bodytype .slick-next.slick-disabled {
    opacity: 0;
}

#top-bodytype .slick-prev.slick-disabled:before,
#top-bodytype .slick-next.slick-disabled:before {
    opacity: 1;
}

.top-bodytype__tab-link {
    color: #222222;
}
/* slickの設定 fin */

@media screen and (max-width: 767px) {
    #top-bodytype {
        width: var(--spColumnWidth);
        margin: 56px auto;
    }

    #search-bodytype {
        white-space: nowrap;
    }

    #top-bodytype h1 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .top-bodytype__tablist {
        width: calc(100vw - 24px);
        overflow: unset;
    }

    .top-bodytype__list {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: unset;
        overflow-x: scroll;
        border: none;
    }

    .top-bodytype__list::-webkit-scrollbar {
        display: none;
    }

    .top-bodytype__tab-item {
        font-size: 14px;
        border-bottom: 2px solid #d6d1c9;
    }

    .top-bodytype__card {
        width: 165px;
        height: 228px;
    }

    #top-bodytype .card-hover:hover {
        transform: none;
        box-shadow: none;
    }

    .top-bodytype__car-model-detail {
        position: absolute;
        top: 108px;
        left: 12px;
    }

    .top-bodytype__ranking-icon {
        top: 8px;
        left: 8px;
    }

    .top-bodytype__car-model-title {
        width: 141px;
        height: 42px;
        font-size: 14px;
    }

    .top-bodytype__list-search {
        flex-direction: column;
        padding-top: 12px;
        text-wrap: wrap;
    }

    .top-bodytype__annotation {
        margin-bottom: 16px;
    }

    .top-bodytype__look-area {
        flex-direction: column;
        align-items: start;
    }

    .top-bodytype__btn-look {
        font-size: 14px;
        width: fit-content;
    }

    #top-bodytype .card-hover:hover {
        transform: none;
        box-shadow: none;
    }

    /* slickの設定 */
    #top-bodytype .slick-list {
        margin: 0;
    }

    #top-bodytype .slick-slide {
        margin: 0 6px;
    }
    /* slickの設定 fin */
}

/* ==========================================================================
    #top-makerkeyword メーカー・車名から探す
   ========================================================================== */
#top-makerkeyword {
    width: var(--pcColumnWidth);
    margin: 56px auto 0;
}

#top-makerkeyword p {
    margin: 0;
}

#top-makerkeyword h3 {
    margin: 0;
    font-size: 32px;
    padding-bottom: 32px;
}

.top-makerkeyword__search-button {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

.top-makerkeyword__search-button a {
    display: inline-block;
    width: 592px;
    height: 96px;
}

.top-makerkeyword__search-button a:hover {
    background-color: #615E53;
    color: #ffffff;
}

.top-makerkeyword__btn-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 592px;
    height: 96px;
    padding: 32px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("/U-Car/resource_new/img/top/top-makerkeyword/icon_plus.svg?v=20260309") no-repeat right 32px center;
    background-size: 18.67px;
    background-color: #222222;
    border-radius: 16px;
    white-space: nowrap;
}

.top-makerkeyword__search-input {
    position: relative;
    width: 592px;
    margin: 0 auto;
}

#keysearch-input {
    width: 592px;
    height: 64px;
    padding: 6px 64px 6px 24px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #949494;
    border-radius: 100px;
}

.top-makerkeyword__search-icon-area {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: url("/U-Car/resource/img/icon/icon_search.svg?v=20260309") no-repeat center;
    cursor: pointer;
}

.top-makerkeyword__search-icon-area:hover {
    background-image: url("/U-Car/resource_new/img/top/top-keyword/search.png?v=20260309");
}

.input__cautionTxt {
    text-align: center;
    color: #D70000;
    font-size: 14px;
    margin: 16px 0 0;
    line-height: 1.5;
    font-weight: 400;
}

.top-makerkeyword__search-icon-area:focus{
    background-image: url("/U-Car/resource_new/img/top/top-keyword/search.png?v=20260309");
}

@media screen and (max-width: 767px) {
    #top-makerkeyword {
        width: var(--spColumnWidth);
        margin-top: 48px;
    }

    #top-makerkeyword h3 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .top-makerkeyword__search-button {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 24px;
    }

    .top-makerkeyword__btn-select {
        width: var(--spColumnWidth);
        height: 72px;
        padding: 16px 32px;
        font-size: 16px;
        background-position: right 24px center;
        background-size: 14px;
        flex-wrap: wrap;
        align-content: center;
        letter-spacing: 0;
    }

    .top-makerkeyword__search-input {
        width: 100%;
        margin: 0 auto;
    }

    #keysearch-input {
        width: 100%;
        height: 48px;
    }

    .top-makerkeyword__search-button a {
        width: var(--spColumnWidth);
        height: 72px;
    }
}


/* ==========================================================================
    #top-price 価格から探す
   ========================================================================== */
#top-price {
    width: var(--pcColumnWidth);
    margin: 56px auto 0;
}

#top-price p {
    margin: 0;
}

#top-price a {
    text-decoration: none;
}

#top-price h2 {
    margin: 0;
    font-size: 32px;
    padding-bottom: 24px;
    line-height: 1.5;
}

#top-price h3 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 24px;
    line-height: 1.5;
}

.top-price__container {
    display: flex;
    gap: 32px;
}

.top-price__contents {
    width: 592px;
}

.top-price__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.top-price__cards:nth-of-type(2) {
    text-wrap: nowrap;
}

.top-price__card {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    width: 189px;
    height: 96px;
    padding: 31px 15px 36px;
    color: #222222;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    letter-spacing: 0;
}

.top-price__paymentWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
}

.top-price__card:hover {
    color: #615E53;
}

.top-price__num {
    font-weight: 600;
    font-size: 32px;
    line-height: 0.7;
    padding: 0 2px 0 0;
    font-family: var(--font-family-toyotatype);
}

.top-price__category {
    display: flex;
    justify-content: space-between;
}

.top-price__checkbox label {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

.top-price__checkbox label:after {
    /* common_pcが適用されズレるため */
    margin-top: -10px !important;
}

.top-price__annotation {
    padding-top: 16px;
    font-weight: 400;
    font-size: 14px;
    text-align: end;
}

.month-text {
    display: flex;
    align-items: flex-end;
}

.month-text-money {
    align-items: center;
}

/* チェックボックス */
#chkMonthPriceTarget+label:after {
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    left: 0;
}

#chkMonthPriceTarget:checked+label::after {
    background-color: #0EAC7D;
    border: none;
}

#chkMonthPriceTarget:checked+label::before {
    left: 7px;
    margin-top: -8px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 5px;
    height: 10px;
}

.top-price__checkbox input[type=radio] + label, input[type=checkbox] + label{
    padding: 0 8px 0 30px;
}

@media screen and (max-width: 767px) {
    #top-price {
        width: var(--spColumnWidth);
    }

    #top-price h2 {
        font-size: 20px;
        padding-bottom: 16px;
        line-height: 1.5;
    }

    #top-price h3 {
        font-size: 16px;
        padding: 12px 8px;
        line-height: 1.5;
    }

    .top-price__tab-area {
        display: flex;
    }

    .top-price__tab {
        width: calc(100% / 2);
        text-align: center;
        border-bottom: 2px solid #949494;
        padding: 12px 8px;
    }

    .top-price__tab.act {
        border-bottom: 3px solid #D70000;
    }

    .top-price__contents {
        display: none;
    }

    .top-price__contents.act {
        display: block;
    }

    .top-price__cards {
        justify-content: space-between;
    }

    .top-price__container {
        margin-top: 16px;
    }

    .top-price__contents {
        width: var(--spColumnWidth);
    }

    .top-price__cards .price-month {
        padding: 14px 6px;
        width: calc(33% - 9px);
        height: 72px;
    }

    .top-price__card {
        width: calc(33% - 7px);
        height: 72px;
        font-size: 12px;
        line-height: 1;
        padding: 31px 6px 36px;
    }

    .top-price__num {
        font-size: 20px;
        line-height: 1;
    }

    .top-price__paymentWrap {
        align-items: center;
    }

    .top-price__category {
        margin-bottom: 16px;
    }

    .top-price__pcElemWrap{
        display: none;
    }

    .top-price__checkbox label {
        font-weight: 400;
        font-size: 14px;
    }

    .month-text {
        flex-wrap: wrap;
        justify-content: center;
    }

    .month-text-money {
        display: flex;
        align-items: center;
    }

    .month-block {
        width: 100%;
        padding-top: 8px;
        display: block;
        text-align: center;
    }

    .top-price__annotation {
        font-size: 12px;
        line-height: 1.5;
    }

    .top-price__pc-elem{
        display: none;
    }
}


/*===========================================
id - top-specialconditions こだわり条件から探す
============================================*/
#top-specialconditions {
    color: #222222;
}

/*===========================================
id - top-purchase こだわり条件から探す ― 購入スタイル
============================================*/
.top-purchase__style {
    width: var(--pcColumnWidth);
    margin: 0 auto;
    margin-top: 56px;
}

.top-purchase__style h2 {
    margin: 0;
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
}

.top-purchase__style h3 {
    margin: 0;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
}

.top-purchase__style div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 32px;
}

.top-purchase__style div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 592px;
    height: 92px;
    border-radius: 16px;
    font-size: 20px;
    color: #222222;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.top-purchase__style div a:hover {
    color: #615E53;
}

.top-purchase__style div a br {
    display: none;
}

.top-purchase__btn-select {
    color: #222222;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 16px;
}

@media screen and (max-width: 767px) {

    /* id top-purchase */
    .top-purchase__style h2 {
        padding-bottom: 16px;
        font-size: 20px;
    }

    .top-purchase__style h3 {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .top-purchase__style {
        width: var(--spColumnWidth);
    }

    .top-purchase__style div {
        margin-bottom: 24px;
    }

    .top-purchase__style div a {
        height: 72px;
        font-size: 14px;
        line-height: 1.5;
        width: calc(50% - 7px);
    }

    .top-purchase__style div a br {
        display: block;
    }
}

/*===========================================
id - top-features こだわり条件から探す ― 特徴・性能
============================================*/
.top-features__list h3 {
    margin: 0;
    margin-top: 32px;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
}

.top-features__list ul {
    margin-bottom: 56px;
}

.top-features__listbox .top-features__list {
    width: var(--pcColumnWidth);
    margin: 0 auto;
}

.top-features__listbox .top-features__list .top-features__list-items {
    display: flex;
    align-items: center;
}

.top-features__list-items {
    width: var(--pcColumnWidth);
    gap: 12px;
    flex-wrap: wrap;
}

.top-features__list-item {
    list-style: none;
    text-align: center;
    font-weight: bold;
    width: 192px;
    height: 92px;
    background-color: #ffffff;
    border-radius: 16px;
}

.top-features__listbox .top-features__list .top-features__list-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #222222;
    line-height: 1.5;
    font-size: 18px;
}

.top-features__listbox .top-features__list .top-features__list-items a:hover {
    color: #615E53;
}

@media screen and (max-width: 767px) {

    /* id top-features */
    .top-features__list h3 {
        margin-top: 24px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .top-features__list-items {
        margin-bottom: 48px;
    }

    .top-features__listbox .top-features__list {
        width: var(--spColumnWidth);
    }

    .top-features__list-items {
        width: var(--spColumnWidth);
        gap: 12px;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
    }

    .top-features__list-item {
        list-style: none;
        font-weight: bold;
        text-align: center;
        width: calc(50% - 7px);
        height: 72px;
        background-color: #ffffff;
        border-radius: 16px;
    }

    .top-features__listbox .top-features__list .top-features__list-items a {
        font-size: 14px;
    }
}

/*=========
id - top-consultation オンライン相談対応店舗
=========*/
#top-consultation {
    width: var(--pcColumnWidth);
    margin: 0 auto;
    margin-top: 56px;
}

#top-consultation h2 {
    margin: 0px;
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
}

#top-consultation h3 {
    margin: 0;
    padding-bottom: 24px;
    font-size: 20;
    line-height: 1.5;
}

.top-consultation {
    margin: 0 32px 0px 0;
}

.top-consultation__cards {
    width: 280px;
    min-height: 380px;
    height: 100%;
    padding: 4px 4px 8px 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.top-consultation.top-consulation__list.card-hover:hover {
    transform: none;
    box-shadow: none;
}

#top-consultation .slick-list {
    display: flex;
    align-items: stretch;
}

.top-consultation__cards .top-consultation__image,
.top-consultation__cards .top-consultation__image img {
    width: 272px;
    height: 204px;
    border-radius: 16px;
}

.top-consultation__cards .top-consultation__storename,
.top-consultation__cards .top-consultation__storeinfo,
.top-consultation__cards .top-consultation__online {
    font-size: 16px;
    padding: 10px 8px 0px 8px;
    line-height: 1.5;
    font-weight: bold;
}

.top-consultation__cards .top-consultation__storename {
    padding-top: 12px;
}

.top-consultation__cards .top-consultation__storename br {
    display: none;
}

.top-consultation__cards .top-consultation__onlineicon {
    font-size: 14px;
    padding: 24px 8px 0px 8px;
    line-height: 1.5;
    margin: auto 0 0;
}

.top-consultation__cards .top-consultation__storeinfo a,
.top-consultation__cards .top-consultation__online a {
    color: #000000;
    text-decoration: none;
}

.top-consultation__cards .top-consultation__storeinfo a:hover,
.top-consultation__cards .top-consultation__online a:hover {
    color: #615E53;
}

.top-consultation__cards .top-consultation__onlineicon p::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 5px 5px 0px;
    background: url("/U-Car/resource_new/img/top/top-consulation/SP.png?v=20260309") no-repeat;
    background-size: contain;
    vertical-align: middle;
    border-radius: 999px;
}

.top-consultation__link {
    width: var(--pcColumnWidth);
    text-align: right;
    margin-top: 24px;
}

.top-consultation__link a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.top-consultation__link a:hover {
    color: #615E53;
}

@media screen and (max-width: 767px) {

    /* id top-nearcar */
    #top-consultation {
        width: var(--spColumnWidth);
        margin: 0 auto;
        margin-top: 48px;
    }

    #top-consultation h2 {
        padding-bottom: 16px;
        font-size: 20px;
        letter-spacing: 0;
    }

    #top-consultation h3 {
        padding-bottom: 12px;
        font-size: 12;
    }

    .top-consultation {
        margin-bottom: 16px;
        cursor: pointer;
    }

    .top-consultation__cards {
        width: 212px;
        min-height: 327px;
        letter-spacing: 0;
        cursor: pointer;
    }

    .top-consultation__cards .top-consultation__image,
    .top-consultation__cards .top-consultation__image img {
        width: 204px;
        height: 153px;
        border-radius: 12px;
    }

    .top-consultation__cards .top-consultation__storename {
        font-size: 14px;
        padding: 12px 8px 0px 8px;
        line-height: 1.5;
        font-weight: bold;
    }

    .top-consultation__cards .top-consultation__storename br {
        display: block;
    }

    .top-consultation__cards .top-consultation__storeinfo {
        font-size: 12px;
        padding: 8px 8px 0px 8px;
        line-height: 1.5;
        font-weight: bold;
    }

    .top-consultation__cards .top-consultation__online {
        font-size: 12px;
        padding: 6px 8px 0px 8px;
        line-height: 1.5;
        font-weight: bold;
    }

    .top-consultation__cards .top-consultation__onlineicon {
        font-size: 12px;
        padding: 26px 0px 3px 8px;
        line-height: 1.5;
    }

    .top-consultation__cards .top-consultation__price p strong {
        padding: 0 5px 0 5px;
    }

    .top-consultation__cards .top-consultation__price p br {
        display: none;
    }

    .top-consultation__cards .top-consultation__store {
        display: flex;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 30px;
    }

    .top-consultation__link {
        text-align: left;
        margin-top: 16px;
    }

    .top-consultation__link a {
        font-size: 16px;
    }
}

/*=========
スライダー用
=========*/
#root {
    background-color: bisque;
    padding: 16px;
}

.links {
    text-decoration: none;
    color: #000000;
}

ul,
ol {
    list-style: none;
}

figure,
p,
ul,
ol,
li,
div {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/* ボタン類ホバーアクション */
.top-consulation__list {
    background-color: #ffffff;
    border-radius: 16px;
}

.top-consulation__image {
    width: 272px;
    height: 166px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #666666;
    position: relative;
}

.top-consulation__image img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* slick.jsで作成されたHTMLタグの制御用 */
.slick-track {
    display: flex;
}

.slickSlide__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 150;
}

.slickSlide__arrow img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.next-arrow {
    top: 40%;
    right: 0%;
    transform: translate(50%, 0%);
}

.prev-arrow {
    top: 40%;
    left: 0%;
    transform: translate(-50%, 0%);
}

.slickSlide__arrow .images {
    width: 100%;
    vertical-align: middle;
}

.slick-list {
    overflow: visible;
}

/* スマホサイズ画面幅767px以下 */
@media screen and (max-width: 767px) {

    /* ボタン類ホバーアクション */
    .btn-hover:hover {
        opacity: 1;
    }

    .top-consulation__list {
        margin: 0 12px 0 0;
    }
}

/*=========
id - top-choose　他にも選べる中古車の買い方
=========*/
.newwindow__icon::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 5px;
    background: url("/U-Car/resource/img/icon/icon_new_window.svg?v=20260309") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#top-choose {
    margin: 0 auto;
    width: var(--pcColumnWidth);
    margin-top: 56px;
}

#top-choose h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 32px;
    line-height: 1.5;
}

.top-choose__box {
    width: var(--pcColumnWidth);
    display: flex;
    justify-content: space-between;
    font-size: 0;
    border-spacing: 12px 0;
}

.top-choose__box .top-choose__item {
    width: 384px;
    height: 348px;
    background-color: white;
    border-radius: 16px;
    padding: 4px;
}

.top-choose__box .top-choose__item:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    transition-property: all;
    transition-duration: 0.2s;
}

.top-choose__box .top-choose__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.top-choose__box .top-choose__item a:hover {
    color: #222222;
}

.top-choose__box .top-choose__item img {
    width: 376px;
    height: 235px;
    border-radius: 12px;
}

.top-choose__box div a {
    color: black;
    text-decoration: none;
}

.top-choose__box .top-choose__item .top-choose__topcomments {
    display: flex;
    font-weight: bold;
    align-items: center;
}

.top-choose__box .top-choose__item .top-choose__topcomments img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.top-choose__box .top-choose__item .top-choose__topcomments {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 8px 0 8px;
}

.top-choose__box .top-choose__item .top-choose__undercomments {
    display: inline-block;
    font-size: 14px;
    padding: 24px 8px 20px 8px;
}

@media screen and (max-width: 767px) {
    .top-choose__box .top-choose__item:hover {
        transform: none;
        box-shadow: none;
    }

    #top-choose {
        width: var(--spColumnWidth);
        margin-top: 48px;
    }

    #top-choose h2 {
        font-size: 20px;
        padding-bottom: 16px;
    }


    .top-choose__scroll {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        /* 画面幅いっぱいに表示するため、左右のpadding分幅に加算してネガティブマージンで位置調整 */
        width: calc(100% + (min(calc(50svw - 171px), 24px) * 2));
        margin-left: calc(min(calc(50svw - 171px), 24px) * -1);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .top-choose__box {
        width: fit-content;
        display: flex;
        justify-content: flex-start;
        gap: 12px;
        padding: 0 min(calc(50svw - 171px), 24px);
    }

    .top-choose__box .top-choose__item {
        width: 212px;
        height: 262px;
        background-color: white;
        border-radius: 16px;
    }

    .top-choose__box .top-choose__item a {
        display: inline-block;
        width: 100%;
    }

    .top-choose__box .top-choose__item img {
        width: 204px;
        height: 128px;
        border-radius: 12px;
    }

    .top-choose__box .top-choose__item .top-choose__topcomments img {
        width: 16px;
        height: 16px;
    }

    .top-choose__box .top-choose__item .top-choose__topcomments {
        font-size: 14px;
        font-weight: bold;
        padding: 12px 12px 0 12px;
    }

    .top-choose__box .top-choose__item .top-choose__undercomments {
        display: inline-block;
        font-size: 12px;
        padding: 24px 12px 12px;
    }
}


/*=========
id - top-charm　GAZOOの魅力訴求エリア
=========*/
#top-charm {
    margin-top: 56px;
}

#top-charm h2 {
    margin: 0;
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
}

#top-charm h2 br {
    display: none;
}

.top-charm__center {
    margin: 0 auto;
    width: var(--pcColumnWidth);
}

.top-charm__box {
    width: var(--pcColumnWidth);
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 32px;
}

.top-charm__box .top-charm__warp {
    width: 592px;
    background-color: #ffffff;
    border-radius: 16px;
}

.top-charm__box .top-charm__warp .top-charm__item {
    display: flex;
    justify-content: space-between;
    width: 592px;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 4px;
}

.top-charm__box .top-charm__warp .top-charm__item img {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 163px;
    border-radius: 16px;
}

.top-charm__box .top-charm__warp .top-charm__item div {
    display: inline-block;
    width: 308px;
    height: 118px;
}

.top-charm__box .top-charm__warp .top-charm__item div img {
    width: 100%;
}

.top-charm__box .top-charm__warp .top-charm__item div span:nth-child(1) {
    display: inline-block;
    padding: 12px 16px 8px 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.top-charm__box .top-charm__warp .top-charm__item div span:nth-child(2) {
    padding: 8px 16px 0px 6px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}

.top-charm__box .top-charm__warp:hover {
    transform: scale(1.02);
    box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.2);
    transition-property: all;
    transition-duration: 0.2s;
}

.top-charm__box .top-charm__warp a {
    text-decoration: none;
    color: #222222;
    width: 100%;
    height: 100%;
}

.top-charm__link {
    width: var(--pcColumnWidth);
    text-align: right;
}

.top-charm__link a {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    font-size: 18px;
}

.top-charm__link a:hover {
    color: #615E53;
}

.top-charm__box .top-charm__warp .top-charm__item-sp span {
    display: none;
}

@media screen and (max-width: 767px) {
    #top-charm {
        margin-top: 48px;
    }

    #top-charm .top-charm__center h2 {
        padding-bottom: 16px;
        font-size: 20px;
    }

    #top-charm h2 br {
        display: block;
    }

    .top-charm__center {
        width: var(--spColumnWidth);
    }

    .top-charm__box {
        width: var(--spColumnWidth);
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 17.5px;
    }

    .top-charm__box .top-charm__warp {
        width: var(--spColumnWidth);
        height: 135px;
        background-color: #ffffff;
        border-radius: 16px;
        margin: 0 auto;
    }

    .top-charm__box .top-charm__warp .top-charm__item-sp {
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .top-charm__box .top-charm__warp .top-charm__item-sp span {
        display: inline-block;
    }

    .top-charm__box .top-charm__warp .top-charm__item {
        display: flex;
        justify-content: space-around;
        width: 318px;
        border-radius: 16px;
        padding: 12px 12px 0 12px;
    }

    .top-charm__box .top-charm__warp .top-charm__item img {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 63px;
        border-radius: 8px;
    }

    .top-charm__box .top-charm__warp .top-charm__item div {
        display: inline-block;
        width: 206px;
        height: 21px;
        padding: 0px;
    }

    .top-charm__box .top-charm__warp .top-charm__item div span:nth-child(1) {
        padding: 0 12px 0px 8px;
        font-size: 14px;
        font-weight: bold;
    }

    .top-charm__link {
        width: 100%;
        text-align: left;
    }

    .top-charm__link a {
        text-decoration: none;
        color: #222222;
        font-weight: bold;
        font-size: 14px;
    }

    .top-charm__box .top-charm__warp:hover {
        box-shadow: none;
    }
}

/*=========
id - top-guide　中古車購入ガイド
=========*/
#top-guide {
    margin-top: 56px;
}

#top-guide h2 {
    margin: 0;
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
}

.top-guide__center {
    width: var(--pcColumnWidth);
    margin: 0 auto;
}

.top-guide__box {
    margin: 0 auto;
    color: #332f2b;
    background-color: white;
    border-radius: 16px;
    width: var(--pcColumnWidth);
    height: 229px;
    text-align: center;
    display: flex;
}

.top-guide__box .top-guide__box-left {
    padding: 32px 0px 32px 32px;
    display: block;
    gap: 25px;
}

.top-guide__box .top-guide__box-left .top-guide__imglist {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.top-guide__box .top-guide__box-left div img {
    width: 178.32px;
    height: 165px;
}

.top-guide__box .top-guide__box-right {
    padding: 62.5px 32px 62.5px 32px;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
}

.top-guide__box .top-guide__box-right .top-guide__link {
    font-size: 16px;
    padding-top: 32px;
    line-height: 1.5;
}

.top-guide__box .top-guide__box-right .top-guide__link a {
    color: #222222;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.top-guide__box .top-guide__box-right .top-guide__link a:hover {
    color: #615E53;
}

@media screen and (max-width: 767px) {
    #top-guide {
        margin-top: 48px;
    }

    #top-guide h2 {
        padding-bottom: 16px;
        font-size: 20px;
    }

    .top-guide__center {
        width: var(--spColumnWidth);
        margin: 0 auto;
    }

    .top-guide__box {
        width: var(--spColumnWidth);
        height: auto;
        margin: 0;
        padding: 16px;
        flex-direction: column;
    }

    .top-guide__box .top-guide__box-left {
        padding: 0;
    }

    .top-guide__box .top-guide__box-left .top-guide__imglist {
        gap: 8px;
    }

    .top-guide__box .top-guide__box-left div img {
        width: 32%;
        height: auto;
    }

    .top-guide__box .top-guide__box-right {
        padding: 16px 0 0 0;
        font-size: 14px;
    }

    .top-guide__box .top-guide__box-right .top-guide__link {
        font-size: 14px;
        padding: 16px 0 0 0;
    }

    .top-guide__box .top-guide__box-right .top-guide__link a {
        color: #222222;
        font-size: 14px;
        text-decoration: none;
    }
}

/*=============================================
id-nearcar お近くのクルマ
===============================================*/
div,
p,
a,
span,
ul,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #222222;
}

#top-nearcar {
    margin: 0 auto;
    width: 1214px;
    margin-top: 56px;
}

#top-nearcar h2 {
    padding-bottom: 32px;
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
}

.newwindow__icon::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 5px;
    background: url("/U-Car/resource/img/icon/icon_new_window.svg?v=20260309") no-repeat;
    background-size: contain;
    vertical-align: middle;
}


@media screen and (max-width: 767px) {
    #top-nearcar {
        margin-top: 48px;
        width: var(--spColumnWidth);
    }

    #top-nearcar h2 {
        padding-bottom: 16px;
        font-size: 20px;
    }



    #top-nearcar .newwindow__icon::after {
        background: none;
    }




}

/* ==========================================================================
id-gazoo-magazine GAZOOマガジン
   ========================================================================== */
#gazoo-magazine {
    width: var(--pcColumnWidth);
    margin: 0 auto;
    margin-top: 56px;
}

#gazoo-magazine h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 32px;
}

.magazine-list__list-wrap {
    width: var(--pcColumnWidth);
    margin-bottom: 24px;
}

.magazine-list__list-wrap .magazine-list__list p:nth-child(2) {
    font-size: 16px;
}

.magazine-list__list-wrap .magazine-list__list p:nth-child(3) {
    font-size: 14px;
}

.magazine-list__gotolink {
    width: var(--pcColumnWidth);
    text-align: right;
}

.magazine-list__gotolink a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.magazine-list__gotolink a:hover {
    color: #615E53;
}

.magazine-list__list-wrap .magazine-list__list .magazine-list__link a:hover {
    text-decoration: none;
    color: #222222;
}

@media screen and (max-width: 767px) {
    #gazoo-magazine {
        width: var(--spColumnWidth);
        margin: 0 auto;
        margin-top: 56px;
    }

    #gazoo-magazine h2 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .magazine-list__list-wrap {
        width: 100%;
        margin-bottom: 17.5px;
    }

    .magazine-list__list-wrap .magazine-list__list {
        width: 212px;
    }

    .magazine-list__list-wrap .magazine-list__list p:nth-child(2) {
        font-size: 14px;
    }

    .magazine-list__list-wrap .magazine-list__list p:nth-child(3) {
        font-size: 12px;
    }

    .magazine-list__list-wrap .magazine-list__list .magazine-list__image {
        width: 204px;
        height: 125px;
    }

    .magazine-list__gotolink {
        width: 100%;
        text-align: left;
    }

    .magazine-list__gotolink a {
        font-size: 14px;
    }
}

/*
スライダー用
*/
.links {
    text-decoration: none;
    color: #222222;
}

.links:hover {
    text-decoration: none;
    color: #222222;
}

ul,
ol {
    list-style: none;
}

figure,
p,
ul,
ol,
li,
div {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.magazine-list {
    position: relative;
}

.magazine-list__list {
    width: 280px;
    background-color: #ffffff;
    border-radius: 16px;
    margin: 0 32px 0 0;
}

.magazine-list__list:last-child {
    margin: 0;
}

.magazine-list__link {
    padding: 4px 4px 16px;
    display: block;
}

.magazine-list__image {
    width: 272px;
    height: 166px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #666666;
    position: relative;
}

.magazine-list__image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.magazine-list__title {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 16px 0;
    line-height: 1.5;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magazine-list__pubdate {
    padding: 0px 8px;
}

.slick-track {
    display: flex;
}

.slick-list {
    overflow: visible;
}

.next-arrow {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.prev-arrow {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .btn-hover:hover {
        opacity: 1;
    }

    .magazine-list__list {
        margin: 0 12px 0 0;
    }

    .card-hover:hover {
        transform: none;
        box-shadow: none;
    }
}