@charset "UTF-8";

/*MVスクロール削除*/
@media screen and (min-width: 901px) {
#c3+div .heading.block_header_4 .h {
    font-size: 2.5rem !important;
    font-size: clamp(16px, 2vw, 30px)!important;
}
}

@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}

/*コラム(topページ)背景色調整*/
#column+div>.content_wrapper {
    background: rgba(125,125,125,0.3) !important;
}

/*ご納車情報*/
#custmoers_topics + div .content_wrapper {
    padding: 0;
    max-width: 1700px !important;
}

#custmoers_topics + div .slick-next {
    right: 0;
}

#custmoers_topics + div .slick-prev {
    left: 0;
}

#custmoers_topics + div .slick-slider {
    margin-left: 0;
    width: 100%;
}

/*コラム(topページ)背景色調整ver2*/
#column+div>.content_wrapper {
    background: rgba(255, 255, 255, 0.85) !important;
}
/*画像リンク調整*/
@media screen and (max-width: 768px) {
#c3+div .heading.block_header_4 p,
#c3+div .inner_item_txt>p {
    display: none;
}
}


/*-----------------------------ABOUT上---------------------------------*/
@media screen and (max-width: 900px) {
#c3+div .heading.block_header_4 .h {
    font-size: 2.5rem !important;
    font-size: clamp(13px, 3vw, 30px)!important;
}
}