@charset "UTF-8";
/********************************************************************************************

 base

********************************************************************************************/
.CMN-CMP {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.CMN-CMP-body__list {
  padding: 5px 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
.CMN-CMP-body__list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__list {
  max-width: 750px;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__list {
  max-width: 1120px;
}
.CMN-CMP-body__item {
  display: block;
  width: 370px;
  padding: 5px 5px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.CMN-CMP-col-lg-5 .CMN-CMP-body__item {
  width: 20%;
  float: left;
}
.CMN-CMP-col-lg-5 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: both;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item {
  width: 25%;
  float: left;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: both;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item {
  width: 33.33333%;
  float: left;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: none;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(3n+1) {
  clear: both;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item {
  width: 50%;
  float: left;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(3n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(2n+1) {
  clear: both;
}
.CMN-CMP-body__item a {
  display: block;
}
.CMN-CMP-body__item img {
  display: block;
  width: 100%;
  height: auto;
}

.CMN-CMP--loading {
  opacity: 0 !important;
}

/********************************************************************************************

 responsive

********************************************************************************************/
@media screen and (max-width: 750px) {
  .CMN-CMP-col-md-5 .CMN-CMP-body__item {
    width: 20%;
    float: left;
  }
  .CMN-CMP-col-md-5 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item {
    width: 25%;
    float: left;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item {
    width: 33.33333%;
    float: left;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item {
    width: 50%;
    float: left;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(2n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-1 .CMN-CMP-body__item {
    width: 370px;
    float: none;
  }
  .CMN-CMP-col-md-1 .CMN-CMP-body__item:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (max-width: 375px) {
  .CMN-CMP-col-sm-5 .CMN-CMP-body__item {
    width: 20%;
    float: left;
  }
  .CMN-CMP-col-sm-5 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item {
    width: 25%;
    float: left;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item {
    width: 33.33333%;
    float: left;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item {
    width: 50%;
    float: left;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(2n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-1 .CMN-CMP-body__item {
    width: 370px;
    float: none;
  }
  .CMN-CMP-col-sm-1 .CMN-CMP-body__item:nth-child(1n+1) {
    clear: both;
  }
}

/* 車種選択
=============================== */
.CMN-CMP-car-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
}
.CMN-CMP-car-select__head {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.CMN-CMP-car-select__list {
  text-align: center;
}
.CMN-CMP-car-select__item {
  width: 185px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.CMN-CMP-car-select__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.CMN-CMP-car-article {
  padding: 0 10px;
}
.CMN-CMP-car-article__head {
  margin-bottom: .5em;
  font-size: 20px;
}
.CMN-CMP-car-article__title {
  text-align: center;
  letter-spacing: .08em;
  background: #9a9a9a;
  color: #fff;
  padding: .8em;
  border-radius: 5px;
}
.CMN-CMP-car-article__carIcon {
  text-align: center;
  margin-bottom: -25px;
  position: relative;
  z-index: 100;
}
.CMN-CMP-car-article__carIcon img {
  display: block;
  width: 290px;
  margin: 0 auto;
}

/* slider
=============================== */
.CMPslick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.CMPslick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.CMPslick-list:focus {
  outline: none;
}
.CMPslick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.CMPslick-slider .CMPslick-track,
.CMPslick-slider .CMPslick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.CMPslick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.CMPslick-track:before, .CMPslick-track:after {
  content: "";
  display: table;
}
.CMPslick-track:after {
  clear: both;
}
.CMPslick-loading .CMPslick-track {
  visibility: hidden;
}

.CMPslick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.CMPslick-slide img {
  display: block;
}
.CMPslick-slide.CMPslick-loading img {
  display: none;
}
.CMPslick-slide.dragging img {
  pointer-events: none;
}
.CMPslick-initialized .CMPslick-slide {
  display: block;
}
.CMPslick-loading .CMPslick-slide {
  visibility: hidden;
}
.CMPslick-vertical .CMPslick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.CMPslick-arrow.CMPslick-hidden {
  display: none;
}

.CMN-CMP-car-slide-dots {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  top: 0;
  position: absolute;
}
