.hero {
  background: url("/wp-content/themes/itreat_base/dist/img/new-cars/hero.jpg") center/cover no-repeat !important;
}

#archive-new-cars .cate-menu {
  width: 100%;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive-new-cars .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive-new-cars .cate-menu {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  #archive-new-cars .cate-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
#archive-new-cars .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#archive-new-cars .cate-menu__item a:hover {
  background: #ffffff;
  color: #9A9C9E;
}
#archive-new-cars .cate-menu__item.is-current a {
  background: #9A9C9E;
  color: #ffffff;
}
#archive-new-cars .cate-menu__item:nth-of-type(1) a {
  border: solid 1px #759293;
  background: #759293;
  color: #ffffff;
}
#archive-new-cars .cate-menu__item:nth-of-type(1) a:hover {
  background: transparent;
  color: #759293;
}
#archive-new-cars .cate-menu__item:nth-of-type(1).is-current a {
  background: transparent;
  color: #759293;
}
#archive-new-cars .cate-menu__item:nth-of-type(2) a {
  border: solid 1px #C6643A;
  background: #C6643A;
  color: #ffffff;
}
#archive-new-cars .cate-menu__item:nth-of-type(2) a:hover {
  background: transparent;
  color: #C6643A;
}
#archive-new-cars .cate-menu__item:nth-of-type(2).is-current a {
  background: transparent;
  color: #C6643A;
}
#archive-new-cars .cate-menu__item:nth-of-type(3) a {
  border: solid 1px #B99136;
  background: #B99136;
  color: #ffffff;
}
#archive-new-cars .cate-menu__item:nth-of-type(3) a:hover {
  background: transparent;
  color: #B99136;
}
#archive-new-cars .cate-menu__item:nth-of-type(3).is-current a {
  background: transparent;
  color: #B99136;
}
#archive-new-cars .cate-menu__item:nth-of-type(4) a {
  border: solid 1px #506255;
  background: #506255;
  color: #ffffff;
}
#archive-new-cars .cate-menu__item:nth-of-type(4) a:hover {
  background: transparent;
  color: #506255;
}
#archive-new-cars .cate-menu__item:nth-of-type(4).is-current a {
  background: transparent;
  color: #506255;
}
#archive-new-cars .search-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
#archive-new-cars .search-box {
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box {
    padding: calc(8px * 4 * 0.5);
  }
}
#archive-new-cars .search-box {
  background: #ffffff;
}
#archive-new-cars .search-box .search-ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box .search-ttl {
    padding: 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box .search-ttl {
    font-size: 1.6rem;
  }
}
#archive-new-cars .search-box .search-ttl:before, #archive-new-cars .search-box .search-ttl:after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 13px;
  aspect-ratio: 2/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box .search-ttl:before, #archive-new-cars .search-box .search-ttl:after {
    bottom: 10px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box .search-ttl:before, #archive-new-cars .search-box .search-ttl:after {
    bottom: 9px;
    width: 11px;
  }
}
#archive-new-cars .search-box .search-ttl:before {
  left: 0;
}
#archive-new-cars .search-box .search-ttl:after {
  right: 0;
}
#archive-new-cars .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#archive-new-cars .search-box form input {
  width: calc(100% - 240px);
  display: block;
  height: 48px;
  padding: 0 16px;
  background: #F8F7F4;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 56px;
  color: #2D3134;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form input {
    height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form input {
    width: calc(100% - 160px);
    height: 40px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box form input {
    width: 100%;
    margin-bottom: 12px;
  }
}
#archive-new-cars .search-box form button {
  width: 100%;
  max-width: 120px;
  height: 48px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button {
    height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button {
    width: 80px;
    height: 40px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box form button {
    width: 50%;
  }
}
#archive-new-cars .search-box form button.--sort {
  border: solid 1px #C6643A;
  background: #C6643A;
  color: #ffffff;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button.--sort {
    line-height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button.--sort {
    line-height: 38px;
    font-size: 1.4rem;
  }
}
#archive-new-cars .search-box form button.--sort:hover {
  background: #ffffff;
  color: #C6643A;
}
#archive-new-cars .search-box form button.--sort:hover span::before {
  background: #C6643A;
}
#archive-new-cars .search-box form button.--clear {
  border: solid 1px #BFBFBF;
  background: #BFBFBF;
  color: #ffffff;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button.--clear {
    line-height: 40px;
  }
}
@media screen and (max-width: 959px) {
  #archive-new-cars .search-box form button.--clear {
    line-height: 36px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .search-box form button.--clear {
    margin-right: 8px;
  }
}
#archive-new-cars .search-box form button.--clear:hover {
  background: #ffffff;
  color: #BFBFBF;
}
#archive-new-cars .new-car-unit {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  #archive-new-cars .new-car-unit {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
#archive-new-cars .new-car-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #archive-new-cars .new-car-unit {
    gap: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit {
    gap: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  #archive-new-cars .new-car-unit {
    grid-template-columns: repeat(2, 1fr);
  }
}
#archive-new-cars .new-car-unit__item {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f4f1ea;
  box-shadow: 0 0 16px #f4f1ea;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .new-car-unit__item {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit__item {
    padding: 12px;
  }
}
#archive-new-cars .new-car-unit__item .new-car-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 25/8;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .new-car-unit__item .new-car-logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit__item .new-car-logo {
    max-width: 120px;
  }
}
#archive-new-cars .new-car-unit__item .new-car-vsl {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 16px;
  aspect-ratio: 3/2;
}
#archive-new-cars .new-car-unit__item .new-car-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#archive-new-cars .new-car-unit__item .new-car-dtl {
  position: relative;
  width: 100%;
  padding-right: 24px;
}
#archive-new-cars .new-car-unit__item .new-car-dtl:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-link.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-link.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #BFBFBF;
}
@media screen and (max-width: 959px) {
  #archive-new-cars .new-car-unit__item .new-car-dtl:before {
    width: 12px;
  }
}
#archive-new-cars .new-car-unit__item .new-car-dtl .new-car-ttl {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit__item .new-car-dtl .new-car-ttl {
    font-size: 1.2rem;
  }
}
#archive-new-cars .new-car-unit__item .new-car-dtl .new-car-price {
  font-weight: bold;
  color: #9A9C9E;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  #archive-new-cars .new-car-unit__item .new-car-dtl .new-car-price {
    font-size: 1.2rem;
  }
}
#archive-new-cars .new-car-unit__item:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
/*# sourceMappingURL=../../maps/pages/new-cars.css.map */
