:root {
color-scheme: light;
}
html, body {
    background-color:#fff;
    color:#111;
}
html {
    scroll-behavior: smooth;
}

.car-list-page .p-footerTopNav {
    bottom: calc(2rem + 72px);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    body.search-page,
    body.detail-page {
        width: fit-content;
    }
}

html.orverflow-hidden {overflow-x: hidden;}
html.orverflow-hidden main {overflow: hidden;}

html.orverflow-y-hidden-sp,
html.orverflow-y-hidden-sp main {
    overflow-y: hidden;
}

.contents {
    max-width: 1200px;
    padding: 4rem 1.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.front-heading {
    font-size: 40px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .front-heading {
        font-size: 20px;
        font-weight: 500;
    }
}

.detail-page .contents {
    gap: 4rem;
}

@media screen and (max-width: 768px) {
    .contents {padding: 2rem 1.5rem;}
    .contents.search-result {gap: 2rem;}
    .contents:last-child {padding: 3rem 1.5rem 6rem;    }
}
.bg-lg {background-color: #F6F6F6;}
a {color: #000;text-decoration: none;}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 768px) {
    .sp {display: block;}
    .pc {display: none;}
}

.top-button {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: right;
}

.top-button a {
    display: flex;
    border-radius: 4px 4px 0 0;
    background-color: #E00923;
    color: #fff;
    height: 40px;
    padding: 0 24px;
    align-items: center;
}

.top-button a:hover {opacity: 0.8;}

@media screen and (max-width: 768px) {
    .top-button a {font-size: .875rem;}
}

/* ユーリティクラス */
.mb05 {margin-bottom: .5rem;}
.mr05 {margin-right: .5rem;}
.ml05 {margin-left: .5rem;}
.mt05 {margin-top: .5rem;}
.mb1 {margin-bottom: 1rem;}
.mr1 {margin-right: 1rem;}
.ml1 {margin-left: 1rem;}
.mt1 {margin-top: 1rem;}

@media screen and (max-width: 768px) {
    .flex1 {flex: 1;}
}


/* アローアイコン */
.right-arrow {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
}

.bottom-arrow {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 0;
    bottom: 0;
    margin: auto;
}

.arrow {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #E00923;
    border-right: solid 2px #E00923;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.bottom-arrow-af {
    position: relative;
}

.bottom-arrow-af::after {
    display: inline-flex;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #E00923;
    border-right: solid 2px #E00923;
    transform: rotate(45deg) translateX(-90%) translateY(-50%);
    align-items: center;
    margin-left: .5rem;
}

.mini-right-arrow {
    display: inline-flex;
    background-color: #E00923;
    width: 1rem;
    height: 1rem;
    border-radius: .75rem;

}

.mini-right-arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg) translateX(-15%) translateY(15%);
    margin: auto;
}

.lead-more {
    display: flex;
    justify-content: right;
}

.lead-more a {
    display: flex;
    align-items: center;
}

.lead-more div {
    display: inline-flex;
    border: 1px solid #000;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .75rem;
    margin-left: 4px;

}

.lead-more div::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg) translateX(-15%) translateY(15%);
    margin: auto;
}

/* fv swiper */
.fv.swiper-container-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fv .swiper {
    overflow: unset;
}

.fv .swiper-pagination {
    position: unset !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #333333;
    opacity: 0.25;
    border-radius: 0;
    margin: 0 4px;
}

.fv .swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .fv .swiper-pagination-bullet {
        width: 4%;
        height: 2px;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
    }
}

.fv .swiper-slide img {
    width: 100%;
}

/* セクション */
.section {
    width: 100%;
}

.section .label {
    margin-bottom: 1.25rem;
}

.section .label div {
    font-size: 1.25rem;
    font-weight: bold;
}

.section .label div:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #E00923;
    margin-right: .5rem;
    display: inline-block;
}

.list-box-frame {
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: .5rem;
}

/* サーチ */
.search.section .label {
    margin-bottom: unset;
}

.search {
    gap: 1.5rem;
}

.search-box {
    overflow: hidden;
    border-radius: 28px;
}

.search,
.search-box {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
}

.search-form,
.search-button {
    height: 56px;
    display: flex;
    align-items: center;
}

.search-form {
    flex: 1;
    padding: 1.5rem;
    background-color: #EEE;
    border: 0;
}

.search-button {
    width: 160px;
    justify-content: center;
    background-color: #E00923;
    color: #fff;
    border: 0;
}

.search-button:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-search.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: .5rem;
}

/* メーカー */
.mfr-list {
    display: flex;
    flex-wrap: wrap;
}

.mfr-item {
    width: 10%;
}

.mfr-item>*:not(:last-child) {
    margin-bottom: 8px;
}

.mfr-item.jp div {
    height: 1.25rem;
    border-bottom: 2px solid #A3A3A3;
}

.mfr-item.wo div {
    height: 1.25rem;
    border-bottom: 2px solid #2C2C2C;
}

.mfr-item img {
    width: 100%;
}
.mfr-list .mfr-item img {
    padding: 5px 22px;
}

.mfr-item p {
    text-align: center;
    font-size: .75rem;
}

.first-jp div::before {
    content: '国産';
    font-size: 12px;
    display: block;
}

.first-wo div::before {
    content: '海外産';
    font-size: 12px;
    display: block;
}

.toggle-btn {
    display: none;
    width: 100%;
    border: 0;
    font-size: 14px;
    height: 24px;
}

/* ボディタイプ */
.body-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* .body-type-item {
    display: block;
    width: calc(12.5% - 21px);
} */

.body-type-list.list-box-frame .body-type-item {
    width: calc(12.5% - 21px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}
.body-type-list.list-box-frame .body-type-item img {
    width: 66%;
}

/* .body-type-item img {
    width: 100%;
} */

.body-type-item p {
    text-align: center;
    font-size: .75rem;
}

/* テキストタイプのリスト */
.text-range-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.text-range-list a {
    font-size: 0.875rem;
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #eee;
    border-radius: .25rem;
}

/* 販売店から探す */
.store-choice {
    display: flex;
    gap: 1.5rem;
    width: 100%;
}

.store-choice>div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.area-list {
    flex: 1;
} 

.store-list select,
.car-list-page select,
.search-page select,
.detail-page select {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 1px 0 #eee;
    font-size: .875rem;
}


/* edit new */

.car-model-name-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.car-model-name-item {
    display: block;
    width: calc(33% - 14px);
}
.car-model-name-item p {
    text-align: center;
    font-size: .75rem;
}

.column-layout.column-2 {
    column-count: 2;
    column-gap: 2rem;
    display: unset;
}
.column-layout.column-2 label:not(:last-child) {
    margin-bottom: .5rem;
}
.freeword input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 0 8px;
    width: 360px!important;
}
.store-name span {
    font-weight: 400;
    margin-right: 10px;
}
.card-inner .price .vehicle-price p:nth-child(2), .card-inner .price .miscellaneous-fees p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}
.vehicle-price, .miscellaneous-fees {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-info .score {
    border: 1px solid #ccc;
    border-radius: .5rem;
    background: #f3f3f3;
}
.detail-info .score .score-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 1.5rem;
}
.detail-info .score .score-left {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
}
.detail-info .score .score-label {
    font-size: 14px;
    color: #111;
    line-height: 1;
}
.detail-info .score .score-value .num {
    font-size: 36px;
    font-weight: 700;
    line-height: .9;
    color: #d80000;
}
.detail-info .score .score-link {
    position: relative;
    text-decoration: underline;
    color: #111;
    white-space: nowrap;
    font-size: 14px;
}
.detail-info .score .score-link::before {
    content: "▶";
    display: inline-block;
    margin-right: 0.1rem;
}
.thumbnail-list {
    display: flex;
    overflow-x: auto;
    gap: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
.thumbnail {
    flex: 0 0 auto;
    width: 80px;
    object-fit: cover;
    border-radius: 6px;
}
.green-button:hover {
    opacity: 0.8;
}
.green-button {
    padding: 0 32px;
    height: 48px;
    color: #fff;
    background-color: #06C755;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000033;
    border: 0;
    gap: 4px;
    font-size: 16px;
}
.green-button img {
    width: 24px;
}
.store-inner .green-button {
    width: 240px;
    height: auto;
    font-size: 16px;
    padding: 0 20px;
}

.list-box-frame {
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: .5rem;
}


.search select {
    height: 24px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 1px 0 #eee;
}

.red-button {
    padding: 0 32px;
    height: 48px;
    color: #fff;
    background-color: #E00923;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000033;
    border: 0;
}

.red-button:hover {
    opacity: 0.8;
}

.black-button {
    font-size: 0.875rem;
    padding: 0 32px;
    height: 40px;
    color: #fff;
    background-color: #4C4C4C;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000033;
    border: 0;
}

.black-button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .black-button {
        padding: 0 1.25rem;
    }
    .car-model-name-item {
        /* width: calc(33.33% - 6px); */
        width: 100%;
    }
}

.red-button span {
    font-size: 0.75rem;
}

/* 新着車両 */
.new-item.section .label {
    margin-bottom: 2rem;
}

.new-item .swiper {
    overflow: unset;
    margin-bottom: 2rem;
}

.item-card-list {
    display: flex;
    gap: 1.25rem;
}

.item-card {
    overflow: hidden;
    border-radius: .5rem;
    background-color: #fff;
}

.item-card img {
    width: 100%;
}

.item-card .top-item-detail {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.item-card .title {
    font-size: .875rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-card .car-price,
.item-card .total-price,
.item-card .model-year,
.item-card .mileage,
.item-card .shop-name {
    line-height: 2em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    align-items: baseline;
}
.shop-name p {
    font-weight: 600;
}

.item-card .car-price p:last-child,
.item-card .total-price p:last-child {
    font-size: 1rem;
    font-weight: bold;
}

.item-card .total-price p:last-child {
    color: #E00923;
}

.item-card .car-price p:last-child:after,
.item-card .total-price p:last-child:after {
    content: "万円";
    font-size: .75rem;
    font-weight: normal;
    padding-left: .25rem;
}

.shop-name {
    font-size: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mfr-name {
    display: flex;
    align-items: anchor-center;
}

.mfr-name.new::before {
    content: "NEW";
    font-size: 10px;
    display: inline-block;
    padding: .1rem .45rem;
    background-color: #E00923;
    color: #fff;
    margin-right: .25rem;
    border-radius: 2px;
    text-align: center;
}

.more a span {
    margin-left: .5rem;
    margin-top: 2px;
}

.more a {
    display: flex;
    align-items: center;
}
.detail-images{
    width: 640px;
}

@media screen and (max-width: 768px) {
    .fv .swiper-pagination {
        height: 32px;
    }
    .search {
        flex-wrap: wrap;
    }
    .search-form,
    .search-button {
        padding: 0 16px;
        width: unset;
        height: 40px;
        font-size: 12px;
    }
    .search-button span {
        display:none;
    }
    .search-button:before {
        margin-right: .25rem;
    }
    .list-box-frame {
        padding: unset;
        border: unset;
        border-radius: unset;
    }
    /* メーカー */
    .mfr-list {
        row-gap: 1rem;
        margin-bottom: 1rem;
    }
    .mfr-item {
        width: 25%;
    }
    .mfr-item.jp div {
        display: unset;
    }
    .mfr-item.wo div {
        display: unset;
    }
    .first-jp div::before {
        content: unset;
    }

    .first-wo div::before {
        content: unset;
    }

    .toggle-hide {
        display: none;
    }

    .toggle-btn {
        display: block;
    }

    /* ボディタイプ */
    .body-type-list {
        gap: .5rem;
        row-gap: 1rem;
        margin-bottom: 1rem;
    }

    .body-type-item {
        width: calc(33.33% - 6px);
    }

    /* テキストタイプのリスト */
    .text-range-list {
        gap: .5rem;
        overflow-x: scroll;
        width: 100%;
        flex-wrap: unset;
        white-space: nowrap;
        padding-bottom: 1rem;
    }

    /* 販売店から探す */
    .store-choice {
        flex-direction: column;
        gap: 0.75rem
    }

    .store-choice>div {
        width: 100%;
    }
    .section .label div {
        font-size: min(4vw, 16px);
    }
    .sort-filter label {
        display: none;
    }
    .detail-images{
        width: 100%;
    }
}

/* ------------------ */
/* メーカー別 */
/* ------------------ */
.car-model-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-model-label {
    font-size: 2rem;
}

.mfr-car-all {
    display: flex;
    justify-content: right;
}

.mfr-car-all a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* ページ内ジャンプボタン */
.name-navi {
    width: 100%;
}

.name-jump {
    padding: 0 16px;
    height: 48px;
    border-radius: 4px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

.car-model-main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.car-model-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    scroll-margin-top: 56px;
}

.car-model-list-label {
    font-size: 0.875rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.car-model-list-label:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #E00923;
    margin-right: .5rem;
    display: inline-block;
}

.car-model-list-label::after {
    content: "";
    display: inline-flex;
    flex: 1;
    height: 1px;
    background-color: #333;
    margin-left: .5rem;
    display: inline-block;
}

.car-model-list-inner {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.car-model-card {
    width: calc(20.03% - 26px);
}

.car-model-card img {
    width: 100%;
    margin-bottom: 4px;
}

.car-model-card label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.car-model-card p {
    font-size: .75rem;
}

.car-model-card p span {
    font-size: .625rem;
    margin-left: 4px;
}

.checkbox_icon {
    width: 12px;
    height: 12px;
}

.car-model-list-footer {
    display: flex;
    justify-content: right;
}

.model-name {
    cursor: pointer;
}

.mfr-car-list-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

@media screen and (max-width: 768px) {
    .contents.mfr-car-list {
        gap: 48px;
        padding: 3rem 1.5rem 6rem;
    }

    .car-model-label {
        font-size: 20px;
    }

    .mfr-car-all a {
        display: none;
    }

    .name-jump {
        white-space: nowrap;
        overflow-x: scroll;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .name-jump.fixed {
        position: fixed;
        margin-top: 67px;
    }

    .car-model-list-inner {
        flex-direction: column;
        gap: unset;
    }

    .car-model-list-inner .car-model-card {
        display: flex;
        width: 100%;
        padding: 1rem 0;
    }

    .car-model-card:first-child {
        border-top: 1px solid #ccc;
    }

    .car-model-card {
        border-bottom: 1px solid #ccc;
    }

    .car-model-card label {
        flex: 1;
    }

    .car-model-card a.model-image {
        width: 80px;
        margin-right: 8px;
    }

    .car-model-card img {
        margin-bottom: 0;
    }

    .model-arrow {
        height: 100%;
        display: flex;
        padding: 0 .5rem;
    }

    .mfr-car-link {
        padding: 1rem;
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        background-color: #F6F6F6;
        width: 100%;
        z-index: 9;
    }

    .select-clear {
        padding: 0 16px;
        height: 40px;
        color: #000;
        background-color: #fff;
        border-radius: .25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin-right: 1rem;
        border: 0;
    }

    .red-button {
        padding: 0 16px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .car-model-list-label::after {
        content: unset;
    }

    .car-model-main {
        gap: 2rem;
    }

    .mfr-car-list-inner {
        gap: 24px;
    }
}

/* ----------- */
/* search-page */
/* ----------- */

.w3em {
    width: 3em;
}

.w4em {
    width: 4em;
}

.w5em {
    width: 5em;
}

.w6em {
    width: 6em;
}

.w7em {
    width: 7em;
}

.w8em {
    width: 8em;
}

.w6em.w18px {
    width: calc(6em + 18px);
}

.w7em.w18px {
    width: calc(7em + 18px);
}

.ft-12 {
    font-size: .75rem
}

@media screen and (max-width: 768px) {
    .w3em {
        width: 6em;
    }

    .w4em {
        width: 6em;
    }

    .w5em {
        width: 6em;
    }
}

.search-page-forms {
    background-color: #EEE;
}

.search-page-forms-inner {
    width: 1200px;
    padding: 1.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-page-forms-inner form {
    display: flex;
    flex-direction: column;
}

.sp-label {
    /* display:none; */
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: none;
}

.sp-search-open {
    display: none;
    padding: 1.5rem;
    height: 100%;
    align-items: center;
    font-weight: bold;
    border-left: 1px solid #fff;
}

.sp-search-open span {
    position: relative;
    display: inline-block;
    height: .875rem;
    width: .875rem;
    margin-left: .75rem;
}

.sp-search-open span::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #E00923;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-search-open span::after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #E00923;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.sp-search-close {
    display: none;
}

.sp-search-close span {
    font-size: 3em;
    line-height: 1;
    background-color: #eee;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sp-search-close span::before {
    content: '';
    width: 2px;
    height: 1.5rem;
    background-color: #000;
    position: absolute;
    transform: rotate(45deg);
}

.sp-search-close span::after {
    content: '';
    width: 2px;
    height: 1.5rem;
    background-color: #000;
    position: absolute;
    transform: rotate(135deg);
}

.main-select,
.sub-select {
    font-size: 0.75em;
}

.sub-select {
    display: none;
}

.sub-select.active {
    display: block;
}

.main-select>div,
.sub-select>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 2rem;
}

.select-lists {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.select-lists-inner {
    display: flex;
    gap: 1.5rem;
}

.select-title,
.checkbox-title {
    font-size: 0.75rem;
    font-weight: bold;
}

/* select */
.select-list {
    display: flex;
    gap: 1rem;
    height: max-content;
    align-items: center;
}

.select-list:not(.up-down, .result) select,
.select-list:not(.up-down, .result) input {
    width: 180px;
}

.select-list.up-down select {
    width: 90px;
}

.select-list.result select {
    width: 140px;
}

.select-lists-inner>div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

/* .checkbox */
.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.checkbox-list.list-column {
    gap: 1rem;
}

.list-column>div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.checkbox-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.checkbox-list-inner.right-layout {
    justify-content: right;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    gap: .5em;
}

.checkbox-list-inner .checkbox {
    width: calc(7em + 25px);
}

.checkbox-list-inner.supercharger .checkbox {
    width: unset;
}

.checkbox-list-inner.body-type .checkbox {
    width: calc(10em + 25px);
}

.checkbox-list-inner.equipment .checkbox {
    width: calc(13em + 25px);
}

.checkbox-list-inner.support .checkbox {
    width: calc(18em + 25px);
}

.column-layout {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.sub-select-open {
    background-color: #4c4c4c;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-size: .875rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    box-shadow: 0 1px 1px #00000033;
    display: none;
}

@media screen and (max-width: 768px) {
    .column-layout.sp-layout {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: .5rem;
        width: 100%;
    }
}

/* search-button */
.search-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons {
    display: flex;
    gap: 1rem;
}

.detail-open {
    position: relative;
    padding-left: 1.25rem;
    cursor: pointer;
}

.detail-open::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    top: 50%;
    left: 0;
    position: absolute;
    border-bottom: solid 2px #E00923;
    border-right: solid 2px #E00923;
    transform: rotate(45deg) translateY(-80%) translateX(-20%);
}

.detail-open.active::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    top: 50%;
    left: 0;
    position: absolute;
    border-bottom: solid 2px #E00923;
    border-right: solid 2px #E00923;
    transform: rotate(225deg) translateY(40%) translateX(-20%);
}

.contents.search-result {
    padding: 4rem 1.5rem;
    width: 1200px;
}

.search-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.number-of-cars {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.total-number {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1rem;
}

.total-number span {
    font-size: 0.875rem;
}

.sort-and-pagination {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-pagination {
    display: flex;
    gap: .5rem;
    align-items: baseline;
}

.search-pagination>a {
    display: block;
    width: 16px;
    text-align: center;
    border-radius: 4px;
    height: 1.25rem;
}

.search-pagination>a:hover {
    background-color: #eee;
}

.search-pagination .page-numbers {
    display: flex;
    gap: .125rem;
}

.search-pagination .page-numbers a {
    display: block;
    width: 16px;
    text-align: center;
    border-radius: 4px;
    height: 1.25rem;
}

.search-pagination .page-numbers a.active {
    background-color: #E00923;
    color: #fff;
}

.search-pagination .page-numbers a.active:hover {
    opacity: 0.6;
}

.search-pagination .page-numbers a:hover:not(.active) {
    background-color: #eee;
}

.card-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* 検索結果表示 */
.card {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.card-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 202px;
    flex-direction: column;
    gap: 1.5rem;
    row-gap: 1rem;
}

.card-inner>div {
    display: flex;
}

/* 順番 */
.card-inner .image {
    order: 1;
}

.card-inner .name {
    order: 2;
}

.card-inner .price {
    order: 3;
}

.card-inner .store {
    order: 4;
}

.card-inner .detail {
    order: 5;
}

.card-inner .detail-button {
    order: 6;
}

/* 幅 */
.card-inner .image {
    width: 270px;
}

.card-inner .name,
.card-inner .price,
.card-inner .store {
    width: calc(100% - (270px + 336px) - 3rem);
}

.card-inner .detail,
.card-inner .detail-button {
    width: 336px;
}

.card-inner .image img {
    width: 100%;
}

.card-inner .name {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.card-inner .maker-name {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: .5rem;
}

.card-inner .maker-name span {
    font-size: 0.625rem;
    padding: 0 4px;
    display: inline-flex;
    background-color: #E00923;
    color: #fff;
}

.card-inner .car-name {
    font-size: 1.25rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-inner .price {
    display: flex;
    gap: 1rem;
}

.card-inner .price>div {
    flex: 1;
}

.card-inner .price>div p:nth-child(1) {
    font-size: 0.75rem;
    border-bottom: 1px solid #ccc;
}

.card-inner .price>div p:nth-child(2) {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
}

.card-inner .price>div p:nth-child(2) span {
    font-size: 0.875rem;
}

.card-inner .price>div.total-payment p:nth-child(2) {
    color: #E00923;
}

.other-search {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

@media screen and (max-width: 364px) {
    .card-inner .price>div {
        flex-direction: column;
        gap: .125rem;
    }

    .card-inner .price>div p:nth-child(2) {
        width: 100%;
        text-align: right;
    }
}

.card-inner .store .store-name {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-inner .detail {
    display: flex;
    flex-wrap: wrap;
    width: 336px;
    gap: 16px;
    row-gap: 4px;
    font-size: 0.75rem;
}

.card-inner .detail>div {
    width: calc(50% - 8px);
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.card-inner .detail>div div {
    width: calc(50% - 2px);
    height: 1.5rem;
    align-items: center;
    display: flex;
}

.card-inner .car-details-label {
    background-color: #EEEEEE;
    justify-content: center;
}

.card-inner .detail-button a {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .other-search {
        gap: 2rem;
    }
    .search-sort {
        flex-direction: column;
        gap: 1rem;
    }

    .number-of-cars {
        width: 100%;
        justify-content: space-between;
    }

    .sort-and-pagination {
        width: 100%;
        justify-content: space-between;
    }

    .contents.search-result {
        padding: 1.5rem 1.5rem 3rem;
        width: unset;
    }

    .card-inner {
        height: unset;
        flex-direction: unset;
        gap: 1rem;
        row-gap: 1rem;
    }


    /* 順番 */
    .card-inner .image {
        order: 2;
    }

    .card-inner .name {
        order: 1;
    }

    .card-inner .price {
        order: 3;
    }

    .card-inner .store {
        order: 5;
    }

    .card-inner .detail {
        order: 4;
    }

    .card-inner .detail-button {
        order: 6;
    }

    /* 幅 */
    .card-inner .name,
    .card-inner .store,
    .card-inner .detail,
    .card-inner .detail-button {
        width: 100%;
    }

    .card-inner .image {
        width: 140px;
    }

    .card-inner .price {
        flex: 1;
    }

    .card-inner .image {
        height: fit-content;
    }

    .card-inner .price {
        flex-direction: column;
        gap: .5rem;
        justify-content: center;
    }

    .card-inner .price>div {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex: unset;
        flex-direction: row;
    }

    .card-inner .price>div p:nth-child(1) {
        border-bottom: unset;
        font-size: 0.625rem;
    }

    .card-inner .price>div p:nth-child(2) {
        font-size: 1.25rem;
    }

    .search-sort.sort-bottom {
        flex-direction: unset;
        justify-content: space-between;
    }

    .search-sort.sort-bottom .sort-and-pagination {
        width: unset;
    }

    .card-inner .detail {
        gap: 12px;
        row-gap: 4px;
    }

    .search-page-forms-inner {
        width: 100%;
    }

    .search-page-form {
        display: none;
    }

    .search-page-form.active {
        display: block;
    }

    .search-page-form>div {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: calc(1rem + 64px) 1rem calc(1rem + 72px) 1rem;
        width: 100%;
        height: 100svh;
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        overflow-y: scroll;
        z-index:1;
    }

    .sub-select {
        display: block;
    }

    .sp-label {
        display: block;
    }

    .sp-search-close {
        display: block;
    }

    .main-select>div,
    .sub-select>div {
        flex-direction: column;
        border-bottom: unset;
        padding-bottom: unset;
        gap: 1.5rem;
    }

    .select-lists-inner,
    .select-lists-inner>div {
        gap: 1rem;
    }

    .select-list {
        height: 44px;
        align-items: center;
    }

    .select-list:not(.up-down, .result) select,
    .select-list:not(.up-down, .result) input {
        width: unset;
        flex: 1;
        height: 100%;
    }

    .select-list.up-down select {
        width: unset;
        flex: 1;
        height: 100%;
    }

    .search-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 1rem;
        width: 100%;
        background-color: #eee;
    }

    .buttons {
        width: 100%;
    }

    .buttons .red-button {
        flex: 1;
    }

    .mfr-car-link a.red-button {
        font-size: min(3vw, 16px);
    }

    .mfr-car-link a.red-button span {
        font-size: 0.875em;
    }

    .select-list label {
        font-size: .75rem;
    }

    label.checkbox input {
        height: 20px;
        width: 20px;
    }

    .checkbox-list {
        row-gap: 1rem;
    }

    .select-lists-inner {
        flex-direction: column;
    }

    .checkbox-list {
        justify-content: unset;
    }

    .checkbox-list-inner .checkbox,
    .checkbox-list-inner.body-type .checkbox,
    .checkbox-list-inner.equipment .checkbox,
    .checkbox-list-inner.support .checkbox {
        width: calc(50% - 4px);
    }

    .detail-open {
        display: none;
    }

    .select-list.result {
        height: unset;
    }

    .sp-search-open {
        display: flex;
    }

    .header-title h1 {
        font-size: 1.25rem;
        padding: 0 1.5rem;
    }

    .search-page-forms-inner {
        padding: unset;
    }
    .card-inner .price .vehicle-price p:nth-child(2), .card-inner .price .miscellaneous-fees p:nth-child(2) {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
    }
    .card-inner .price .total-payment p:nth-child(2) {
        font-size: 1.65rem;
        font-weight: bold;
        line-height: 1;
    }
}

.contents.product-detail {
    padding: 4rem 1.5rem;
    width: 1200px;
}

.product {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.detail-name {
    width: 100%;
}
.detail-images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.thumbnail {
    display: flex;
    gap: .5rem;
    /* overflow-x: scroll; */
    white-space: nowrap;
    padding-bottom: .5rem;
}

.thumbnail img {
    width: 100px;
}

.detail-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.detail-info .price {
    display: flex;
    gap: 1rem;
}

.detail-info .price>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: space-between;
}

.detail-info .price>div p:nth-child(1) {
    font-size: 0.75rem;
    border-bottom: 1px solid #ccc;
}

.detail-info .price>div p:nth-child(2) {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    text-align: right;
}

.detail-info .price>div p:nth-child(2) span {
    font-size: 0.875rem;
}

.detail-info .price>div.total-payment p:nth-child(2) {
    color: #E00923;
}

.detail-info .price>div:not(.total-payment) p:nth-child(2) {
    font-size: 1.5rem;
    height: auto;
}

.detail-info .detail {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: 0.75rem;
}

.detail-info .detail>div {
    width: calc(20% - 6.4px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-info .detail>div div {
    width: 100%;
    height: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.detail-info .car-details-label {
    background-color: #EEEEEE;
}

.detail-info .store {
    border-radius: .5rem;
    border: 1px solid #ccc;
    font-size: 0.875rem;
}

.detail-info .store .store-label {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    height: 3rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}

.detail-info .store .store-name {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}

.detail-info .store .store-info {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
}

.detail-info .store .store-contact p span {
    display: inline-block;
    width: 4em;
}


.detail-name {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.detail-name .maker-name {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: .5rem;
}

.detail-name .maker-name span {
    font-size: 0.625rem;
    padding: 0 4px;
    display: inline-flex;
    background-color: #E00923;
    color: #fff;
}

.detail-name .car-name {
    font-size: 1.25rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-table {
    display: flex;
    flex-wrap: wrap;
    padding: 1px;
    background-color: #ccc;
    gap: 1px;
}

.table-block {
    display: flex;
    width: calc(50% - 0.5px);
    min-height: 40px;
    gap: 1px;
}

.table-block>div {
    display: flex;
    align-items: center;
    padding: .375rem 1rem;
}

.table-block>div:nth-child(1) {
    width: 200px;
    background-color: #eee;
}

.table-block>div:nth-child(2) {
    flex: 1;
    background-color: #fff;
}

.detail-page .contents>section:not(.product) {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.info-table-label {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 500;
}

.car-info-label {
    border-bottom: 1px solid #000;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    gap: .5rem;
    align-items: center;
    padding-bottom: .5rem;
    line-height: 1;
}

.car-info-label::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: .25rem;
    background-color: #E00923;
}

.info-equipment {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.info-equipment div {
    /* width: calc(20% - 6.4px); */
    min-height: 2rem;
    border-radius: 1rem;
    background-color: #e00923;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: .25rem .5rem; */
    text-align: center;
    white-space: nowrap;
    padding: 5px 39px;
    font-size: 15px;
}

.info-equipment div.double {
    width: calc((20% - 6.4px) * 2 + .5rem);
}

.info-equipment div.active {
    background-color: #E00923;
    color: #fff;
}

.store-again .store {
    display: flex;
    width: 960px;
    flex-direction: column;
    border-radius: 1rem;
    border: 2px solid #E00923;
    padding: 1.5rem;
    gap: 1.5rem;
}

.store-again .store .store-name {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
}

.store-inner {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.store-inner .store-contact {
    font-size: .875rem;
}

.store-inner .store-contact p span {
    display: inline-block;
    width: 4em;
}

.store-inner .red-button {
    width: 320px;
    height: auto;
}

.detail-page .contents>section.store-again {
    align-items: center;
}

.same-search>div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.same-search .item-card .car-price p:last-child,
.same-search .item-card .total-price p:last-child {
    font-size: .75rem;
    font-weight: bold;
}

.same-search .more {
    display: flex;
    justify-content: right;
}

.info-search {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    padding: 20px 32px 24px;
}

.info-search-label {
    font-size: 1.25rem;
}

.info-search-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .75rem;
}

.info-search-list span:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 1rem;
}
.store-info a {
    background-color: #e00923;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 5px;
}
.store-inner a {
    background-color: #e00923;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.kibo-slect label {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .contents.product-detail {
        width: unset;
        padding: 4rem 15px;
    }

    .info-table {
        flex-direction: column;
        flex-wrap: unset;
    }

    .table-block {
        width: 100%;
    }

    .table-block>div {
        font-size: 0.875rem;
    }

    .info-equipment div {
        width: calc(50% - 4px);
        font-size: 0.875rem;
    }

    .info-equipment div.double {
        width: 100%;
    }

    .info-equipment div.double-sp {
        width: 100%;
    }

    .store-again .store {
        width: 100%;
    }

    .store-inner {
        flex-direction: column;
    }

    .store-inner .red-button {
        width: 100%;
        height: 2.5rem;
    }

    .store-again .store .store-name {
        line-height: 1.25;
    }

    .table-block>div:nth-child(1) {
        width: calc(11em + .1rem);
    }

    .new-car-spec .table-block>div:nth-child(1) {
        width: calc(9.325em);
    }

    .item-card-list {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 1rem;
    }

    .item-card {
        width: 160px;
        flex-shrink: 0;
    }

    .info-search {
        gap: 1rem;
    }

    .info-search-list {
        gap: 2px;
        margin-bottom: 2px;
    }

    .info-search-list span:not(:last-child) {
        border-right: 1px solid #ccc;
    }

    .info-search-list span {
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        width: calc(50% - 1px);
    }

    .info-search-label {
        font-size: 16px;
        font-weight: bold;
    }

    .detail-page .contents {
        gap: 3rem;
    }
    .sub-select-sp {
        display: none;
    }
    .sub-select-sp.active-sp {
        display: block;
    }
    .info-search-list {
        gap: 2px;
        margin-bottom: 2px;
    }
    .info-search-list span:not(:last-child) {
        border-right: 1px solid #ccc;
    }
    .info-search-list span {
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        width: calc(50% - 1px);
    }
    .toggle-hide {
        display: none;
    }
    .info-search {
        gap: 1rem;
        padding: 16px 20px;
    }
    .sub-select-open {
        display: block;
    }
    .detail-info .price>div p:nth-child(2){
        font-size: 1.6rem;
    }
    .detail-info .price>div p:nth-child(1) {
        font-size: 0.7rem;
    }
    .detail-info .price>div:not(.total-payment) p:nth-child(2) {
        font-size: 1.3rem;
    }
    .store-inner a {
        width: 100%;
        height: 2.5rem;
    }
    .store-inner .green-button {
        width: 100%;
        height: 40px;
    }
    .kibo-slect label {
        margin-right: 3px;
        font-size: 12px;
        font-weight: 500;
    }
}

/* hl */
a.maker-item .icon img {
    object-fit: contain;
    width: 69px;
}
a.maker-item .icon {
    width: 100%;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px;
}
a.maker-item {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}
.maker-item .maker {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.5px;
}
li.prenex {
    font-size: 18px;
    font-weight: 800;
}
.page-numbers li.active {
    background-color: #e00923;
    color: #fff;
}
.page-numbers li {
    font-size: 14px;
    font-weight: 500;
    width: 22px;
    text-align: center;
    background-color: #e6e6e6;
}
.page-numbers li a {
    width: 22px!important;
    text-align: center;
}
li.prenex.arimax a {
    color: #e00923;
}
.info-search-list .maker {
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.mfr-list a {
    display: block;
    text-align: center;
    width: 32%;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}
.mfr-list {
    gap: 10px;
    transition: 0.3s;
}

.mfr-list a:hover .new-label {
    color: #ff2020;
}
.search-pagination span.current {
    background-color: #c90505;
    padding: 0px 8px 1px;
    color: #fff;
}
.top-item-detail {
    display: block !important;
}
.top-item-detail .title {
    /* height: 50px; */
    margin-bottom: 8px;
}
.lead-more a:hover {
    color: #ed0101;
}
.relation-item-detail {
    display: block !important;
}
.relation-item-detail .title {
    height: 45px;
}
.item-card-custom {
    flex: 1 0 15%;
}
.relation-item-detail .mfr-name {
    font-size: 12px; 
}
span.spec-value {
    padding-left: 5px;
    font-weight: 500;
}


select#body-color-select {
    width: 78%;
}
/* select#store-select {
    height: 34px;
    border-radius: 0;
} */
.select-lists-inner select {
    color: #6e6e6e;
    font-weight: 500;
    padding: 0 8px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 1px 0 #eee;
    font-size: .775rem;
}
.select-lists-inner label {
    font-weight: 600;
    color: #3f3f3f;
}
.checkbox-list-inner.right-layout input {
    width: 20px;
    height: 20px;
}

.search-sort.ft-12 {
    padding: 8px 5px;
}

select#per-page {
    color: #5b5a5a;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 1px 0 #eee;
    font-size: .775rem;
}

select#sort {
    color: #5b5a5a;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 1px 0 #eee;
    font-size: .775rem;
}

.info-search-list a:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 1rem;
}
.sort-filter {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sort-filter label {
    margin-left: 5px;        
}
@media (max-width: 480px) {
    .detail-info .score .score-info {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }
    .detail-info .score .score-link {
        position: relative;
        text-decoration: underline;
        color: #111;
        white-space: nowrap;
        font-size: 12px;
    }
    .detail-info .score .score-left {
        display: flex;
        align-items: baseline;
        gap: .4rem;
    }
}

@media (max-width: 380px) {
    .detail-info .score .score-info {
        flex-direction: row;
        align-items: baseline;
        gap: 0;
    }
    .detail-info .score .score-link {
        position: relative;
        text-decoration: underline;
        margin-left: auto;
        color: #111;
        white-space: nowrap;
        font-size: 12px;
    }
    .detail-info .score .score-left {
        display: flex;
        align-items: baseline;
        gap: .4rem;
    }
}



.equipment-group {
    margin-bottom: 40px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 40px;
}

.group-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000000;
}

.equipment-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.equipment-btn {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #555;
    cursor: default;
    font-size: 13px;
    transition: all 0.2s ease;
}

.equipment-btn.active {
    background: #e00923;
    color: #fff;
    border-color: #e00923;
    font-weight: 400;
}

.equipment-btn.inactive {
    opacity: 0.4;
}