@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
:root {
  --tokusen-tab-base-bg: #f5a6b7;
  --tokusen-tab-bg: #fff;
  --tokusen-tab-text: #e6214c;
  --tokusen-tab-active-bg: #e6214c;
  --tokusen-tab-active-text: #fff;
  --tokusen-bg: #fff799;
}

#btn-marche {
  position: absolute;
  width: 28.44944%;
  height: 16.7220784543%;
  top: 13.4338641686%;
  left: 68.14739%;
  display: block;
  z-index: 1;
}

#a-near {
  aspect-ratio: 1000/238;
  width: 100%;
  height: auto;
}

#a-tokusen {
  background: var(--tokusen-tab-base-bg);
  background-position: top center;
  background-size: 100%;
  background-repeat-y: repeat;
}
#a-tokusen ul#areaselect {
  padding-top: 20px;
  width: 94%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow-y: hidden;
  padding-right: 3%;
  padding-left: 3%;
}
#a-tokusen ul#areaselect > li {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 12pt;
}
@media screen and (max-width: 768px) {
  #a-tokusen ul#areaselect > li {
    font-size: 12px;
  }
}
#a-tokusen ul#areaselect > li {
  font-weight: bold;
  color: var(--tokusen-tab-text);
  width: 24%;
  height: auto;
  line-height: 2.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--tokusen-tab-bg);
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  filter: drop-shadow(2px 2px 2px black);
}
#a-tokusen ul#areaselect > li.current {
  color: var(--tokusen-tab-active-text);
  background: var(--tokusen-tab-active-bg);
}
#a-tokusen #areashop {
  background: var(--tokusen-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
}

.u-cars, .u-cars-half {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--tokusen-bg);
  padding: 1%;
  padding-bottom: 1px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.u-cars .shop-full, .u-cars-half .shop-full {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-cars .shop-full > img, .u-cars-half .shop-full > img {
  width: 100%;
}
.u-cars .shop-half, .u-cars-half .shop-half {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
.u-cars .shop-half > img, .u-cars-half .shop-half > img {
  width: 100%;
}
.u-cars .u-car, .u-cars-half .u-car {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 4%;
  font-size: 0.8rem;
  min-height: 160px;
}
.u-cars .u-car > .u-car, .u-cars-half .u-car > .u-car {
  width: 100%;
}
.u-cars .u-car.loading, .u-cars-half .u-car.loading {
  background-image: url(../img20210708/uc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.u-cars .u-car .inner, .u-cars-half .u-car .inner {
  padding: 5% 8.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.u-cars .u-car .photo, .u-cars-half .u-car .photo {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 2%;
  margin-top: 35%;
}
.u-cars .u-car .photo:before, .u-cars-half .u-car .photo:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.u-cars .u-car .photo.new:after, .u-cars-half .u-car .photo.new:after {
  content: "NEW";
  display: flex;
  position: absolute;
  top: -5px;
  background: red;
  color: yellow;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  left: -15px;
  animation: flash 1s linear infinite;
  font-size: 13px;
  transform: rotate(-15deg);
}
@keyframes flash {
  0%, 100% {
    color: red;
  }
  50% {
    color: yellow;
  }
}
.u-cars .u-car .shop-name, .u-cars-half .u-car .shop-name {
  font-size: 1.6em;
  background: #ff000a;
  color: #fff;
  padding: 0.4em 0.4em;
  display: inline-block;
  line-height: 1em;
  float: left;
  letter-spacing: -0.05em;
  margin-bottom: 1%;
}
.u-cars .u-car .shop-name > a, .u-cars-half .u-car .shop-name > a {
  color: white;
  text-decoration: none;
}
.u-cars .u-car .shop-name > a:after, .u-cars-half .u-car .shop-name > a:after {
  content: " ▶";
  font-size: 0.5em;
  margin-left: 0.5em;
}
.u-cars .u-car .arrival, .u-cars-half .u-car .arrival {
  font-size: 0.9em;
  line-height: 1.6em;
  float: right;
}
.u-cars .u-car .arrival:after, .u-cars-half .u-car .arrival:after {
  content: "入荷";
}
.u-cars .u-car .arrival, .u-cars-half .u-car .arrival {
  margin-bottom: 1%;
}
.u-cars .u-car .car-name, .u-cars-half .u-car .car-name {
  clear: both;
  margin-top: 2%;
  border-top: 1px solid #C9C9CA;
  padding-top: 2%;
  font-size: 1.4em;
  line-height: 1.2em;
  width: 100%;
  margin-bottom: 3%;
}
.u-cars .u-car .car-option, .u-cars-half .u-car .car-option {
  margin-bottom: 3%;
  line-height: 1.2em;
  font-size: 0.85em;
  display: none;
}
.u-cars .u-car .mileage, .u-cars-half .u-car .mileage {
  line-height: 1.83em;
  border-top: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 5%;
  width: 50%;
  float: left;
  display: block;
  padding: 0;
  font-size: 1.2em;
}
.u-cars .u-car .mileage:before, .u-cars-half .u-car .mileage:before {
  content: "走行距離　";
}
.u-cars .u-car .model-year, .u-cars-half .u-car .model-year {
  width: 50%;
  float: right;
}
.u-cars .u-car .model-year > div, .u-cars-half .u-car .model-year > div {
  border-left: 1px solid #c9c9ca;
  line-height: 1.83em;
  border-top: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 5%;
  display: block;
  padding: 0;
  text-indent: 1em;
  font-size: 1.2em;
}
.u-cars .u-car .model-year > div:before, .u-cars-half .u-car .model-year > div:before {
  content: "年式　";
}
.u-cars .u-car .footer, .u-cars-half .u-car .footer {
  margin-bottom: 30px;
  width: 100%;
  margin-top: auto;
}
.u-cars .u-car .prices, .u-cars-half .u-car .prices {
  margin-bottom: 15px;
  margin-top: auto;
  border-bottom: 2px solid #000;
}
.u-cars .u-car .price, .u-cars-half .u-car .price {
  clear: both;
  font-family: "Open Sans", sans-serif;
  color: #E60012;
  font-size: 3em;
  font-weight: 900;
  position: relative;
}
.u-cars .u-car .price:before, .u-cars-half .u-car .price:before {
  content: "支払総額 ";
  font-size: 0.41em;
  color: #231815;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.u-cars .u-car .price:after, .u-cars-half .u-car .price:after {
  content: "";
  margin-left: 20px;
  bottom: -3px;
  position: relative;
  background-image: url(../img/price-after_full.png);
  background-size: contain;
  height: 26px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.u-cars .u-car .car-price, .u-cars-half .u-car .car-price {
  clear: both;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 2em;
  font-weight: 900;
  position: relative;
  text-align: center;
}
.u-cars .u-car .car-price > span, .u-cars-half .u-car .car-price > span {
  font-size: 0.5em;
}
.u-cars .u-car .car-price:before, .u-cars-half .u-car .car-price:before {
  content: "車両本体価格 ";
  font-size: 0.41em;
  color: #231815;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  bottom: 1em;
  position: relative;
  vertical-align: bottom;
}
.u-cars .u-car .car-price:after, .u-cars-half .u-car .car-price:after {
  content: "(税込)";
  margin-left: 0;
  font-weight: normal;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.u-cars .u-car a.button, .u-cars-half .u-car a.button {
  background-image: url(../img/button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000em;
  width: 260px;
  max-width: 100%;
  display: inline-block;
  float: right;
  min-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
}
.u-cars .ucar-shop, .u-cars-half .ucar-shop {
  position: relative;
  padding: 2%;
}
.u-cars .ucar-shop.l1, .u-cars .ucar-shop.l2, .u-cars .ucar-shop.m1, .u-cars .ucar-shop.m2, .u-cars-half .ucar-shop.l1, .u-cars-half .ucar-shop.l2, .u-cars-half .ucar-shop.m1, .u-cars-half .ucar-shop.m2 {
  width: 100%;
}
.u-cars .ucar-shop.s1, .u-cars .ucar-shop.s2, .u-cars-half .ucar-shop.s1, .u-cars-half .ucar-shop.s2 {
  width: 50%;
}
.u-cars .ucar-shop .shop-board, .u-cars-half .ucar-shop .shop-board {
  position: absolute;
  bottom: 44%;
  background-color: #ff000a;
  width: 35%;
  left: 5%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.u-cars .ucar-shop .shop-board .shop-title, .u-cars-half .ucar-shop .shop-board .shop-title {
  background-color: white;
  margin: 5px;
  padding: 5px;
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  color: #3c3736;
}
.u-cars .ucar-shop .shop-board a.shop-link, .u-cars-half .ucar-shop .shop-board a.shop-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
.u-cars .ucar-shop .shop-board a.shop-link:after, .u-cars-half .ucar-shop .shop-board a.shop-link:after {
  content: " ＞";
}
.u-cars .ucar-shop .face, .u-cars-half .ucar-shop .face {
  position: absolute;
  top: 0;
  right: 0;
}

.u-cars-half {
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  padding-top: 0;
}
.u-cars-half .u-car {
  width: 48%;
  font-size: 0.5rem;
}
.u-cars-half .u-car {
  margin-left: 0;
  margin-right: 0;
}
.u-cars-half .u-car .inner {
  padding: 0 6%;
  position: relative;
}
.u-cars-half .u-car .counter-half {
  margin-top: 6%;
}
.u-cars-half .u-car .arrival {
  clear: left;
}
.u-cars-half .u-car .mileage {
  border-right: none;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
}
.u-cars-half .u-car .model-year {
  width: 100%;
}
.u-cars-half .u-car .model-year > div {
  border-left: none;
  text-indent: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .u-cars-half .u-car .model-year > div {
    margin-bottom: 5px;
  }
}
.u-cars-half .u-car .footer {
  margin-bottom: 15px;
  width: 100%;
  margin-top: auto;
}
.u-cars-half .u-car .price {
  font-size: 4.2em;
}
@media screen and (max-width: 768px) {
  .u-cars-half .u-car .price {
    font-size: 3em;
  }
}
.u-cars-half .u-car .price {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 0.05em;
  line-height: 1em;
}
.u-cars-half .u-car .price:after {
  margin-left: 0;
}
.u-cars-half .u-car a.button {
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
  display: block;
}
.u-cars-half .shop-half .u-car {
  width: 100%;
}

area {
  cursor: pointer;
}

@font-face {
  font-family: "count";
  src: url("../fonts/Dcount202111.woff2") format("woff2"), url("../fonts/Dcount202111.woff") format("woff");
}
@font-face {
  font-family: "counter202305";
  src: url("../fonts/Counter202305Regular.woff2") format("woff2"), url("../fonts/Counter202305Regular.woff") format("woff");
}
.counter-full {
  width: 85%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4c4948;
}

.counter-half {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4c4948;
  position: absolute;
  width: 88%;
  z-index: 1;
}

.counter-full .count, .counter-half .count {
  font-family: "counter202305", serif;
  width: 5.6470588235%;
  height: 65.9090909091%;
  line-height: 1em;
  aspect-ratio: auto 48/57;
  color: #4c4948;
  text-align: center;
  background-color: white;
  font-size: 100%;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-full .gray, .counter-half .gray {
  color: #4c4948;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

#counter-01 {
  position: absolute;
  z-index: 1;
  left: 7.4%;
  top: 4.8610629875%;
}

#counter-02 {
  position: absolute;
  z-index: 2;
  left: 7.4%;
  top: 23.9796389042%;
}

#counter-03 {
  position: absolute;
  z-index: 3;
  left: 7.4%;
  top: 43.0982121012%;
}

#counter-04 {
  position: absolute;
  z-index: 4;
  left: 7.4%;
  top: 62.2167880179%;
}

#counter-05 {
  position: absolute;
  z-index: 5;
  left: 7.4%;
  top: 81.3353639346%;
}

.btn-effect, #banner-daikessan {
  transition-duration: 0.2s;
}
.btn-effect:hover, #banner-daikessan:hover {
  transform: scale(1.05);
  filter: drop-shadow(2px 4px 6px gray);
  text-decoration: none;
}

#banner-daikessan {
  position: absolute;
  width: 87.13212%;
  height: auto;
  aspect-ratio: 871.3212/236.1707;
  top: 52.1335711041%;
  left: 6.5169%;
  cursor: pointer;
  display: block;
  z-index: 1;
  background-image: url(../img202302/banner-daikessan_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#banner-daikessan:hover, #banner-daikessan:active {
  background-image: url(../img202302/banner-daikessan_on.svg);
}

#a-fv {
  position: relative;
}

#fv-slide-bg {
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}
#fv-slide-bg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#fv-slide {
  max-width: 100%;
  width: 100%;
  padding-top: 10px;
}
#fv-slide > .slide {
  max-width: 100%;
  width: 100%;
}
#fv-slide > .slide .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}
#fv-slide > .slide .slick-slide img {
  max-height: 80%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  filter: drop-shadow(0px 4px 4px black);
  flex-shrink: 0;
}
#fv-slide > .slide .slick-slide > .carphoto {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height: auto;
  padding-top: 50%;
}
#fv-slide > .slide .slick-slide > .cartitle {
  width: min-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(1px 1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff);
  margin-bottom: 5px;
}
#fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) {
  #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(1) {
    font-size: 15px;
  }
}
#fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(1) {
  white-space: nowrap;
  align-self: end;
}
#fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2vw;
}
@media screen and (min-width: 769px) {
  #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(2) {
    font-size: 10px;
  }
}
#fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(2) {
  white-space: nowrap;
  line-height: 1em;
  height: 1em;
  align-self: flex-end;
}
#fv-slide > .slide .slick-slide > .cartitle div.price {
  margin-left: 1em;
}
#fv-slide > .slide .slick-slide > .cartitle div.total-price {
  font-family: "count", sans-serif;
  letter-spacing: -0.1em;
  font-size: 5vw;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  #fv-slide > .slide .slick-slide > .cartitle div.total-price {
    font-size: 30px;
  }
}
#fv-slide > .slide .slick-slide > .cartitle div.total-price {
  white-space: nowrap;
  padding-top: 0.2em;
}
#fv-slide > .slide .slick-slide > .cartitle div.total-price > span {
  font-size: 1.4em;
}
#fv-slide > .slide .slick-slide > .cartitle div.total-price:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E9%96%AD%E6%A2%A7%E5%8B%B9%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.62%22%20height%3D%2243.04%22%20viewBox%3D%220%200%2040.62%2043.04%22%3E%3Cpath%20d%3D%22m15.08%2C7.08l2.14%2C1.22c-.08.16-.22.3-.42.38-.96%2C2.48-2.42%2C4.42-4.26%2C5.96%2C1.88.76%2C4.14%2C1.28%2C6.76%2C1.54-.66.68-1.46%2C2.02-1.86%2C2.86-3.18-.44-5.74-1.24-7.84-2.46-2.28%2C1.18-4.92%2C1.96-7.84%2C2.42-.26-.78-1.02-2.16-1.58-2.82%2C2.52-.3%2C4.8-.78%2C6.78-1.56-1.14-1.08-2.12-2.38-2.96-3.88l2.12-.72H2.06v-2.84h6.08v-1.9H.86v-2.88h7.28V0l3.66.2c-.02.22-.2.36-.62.44v1.76h7.42v2.88h-7.42v1.9h3.4l.5-.1Zm-8.2%2C2.94c.72%2C1.22%2C1.68%2C2.26%2C2.9%2C3.12%2C1.22-.82%2C2.24-1.86%2C3-3.12h-5.9Z%22%2F%3E%3Cpath%20d%3D%22m26.9%2C9.14l2.4-.4c.08.8.14%2C1.62.2%2C2.44-.86.22-1.74.44-2.6.64v4.12c0%2C2.26-.62%2C3.08-4.46%2C3.08-.1-.76-.46-1.96-.82-2.72.8.04%2C1.74.04%2C2.04.04.3-.02.4-.12.4-.42v-3.44c-.66.14-1.26.28-1.78.38-.04.2-.22.34-.4.36l-.76-3.2c.8-.1%2C1.82-.26%2C2.94-.44v-3.22h-2.6v-2.7h2.6V0l3.44.14c-.02.24-.16.4-.6.46v3.06h2.4v2.7h-2.4v2.78Zm10.04-.32c1.44%2C2.86%2C3%2C6.56%2C3.52%2C9.04l-2.86%2C1.16c-.1-.62-.28-1.32-.5-2.08-3.14.36-6.34.68-8.46.86-.06.2-.24.32-.42.34l-.9-3.22c.6-.02%2C1.28-.06%2C2-.1%2C1.08-4.1%2C2.12-9.86%2C2.56-14.56l3.68.7c-.06.24-.34.42-.72.48-.56%2C4.22-1.6%2C9.3-2.66%2C13.2%2C1.3-.08%2C2.7-.18%2C4.08-.28-.56-1.56-1.24-3.16-1.9-4.58l2.58-.96Z%22%2F%3E%3Cpath%20d%3D%22m14.06%2C40.58c.26%2C0%2C.34-.26.4-1.82.34.28.98.54%2C1.56.74-.32-.64-.68-1.24-1.06-1.8l2.2-1.08c1.06%2C1.42%2C2.06%2C3.26%2C2.34%2C4.62l-2.4%2C1.2c-.08-.52-.28-1.14-.56-1.8-.3%2C1.66-.94%2C2.14-2.2%2C2.14h-1.26c-1.98%2C0-2.4-.7-2.4-2.78v-2.06c-.1%2C1.76-.52%2C3.48-1.46%2C4.6l-2.1-1.24c.32-.34.58-.82.78-1.36l-1.62.56c-.14-.78-.44-1.88-.76-2.9v5.4h-2.48v-6.2h-.06c-.14%2C1.6-.48%2C3.52-.98%2C4.74-.5-.34-1.42-.74-2-.96.44-1.1.66-2.98.76-4.64l2.28.52v-1.32l-2.04.12c-.04.2-.22.3-.38.32l-.52-2.84h1.38c.26-.34.52-.68.78-1.04-.54-.88-1.42-1.92-2.16-2.72l1.4-1.98.32.3c.52-1.06%2C1.02-2.28%2C1.32-3.28l2.78%2C1.04c-.08.16-.28.24-.58.24-.48%2C1.12-1.28%2C2.58-1.98%2C3.66.14.16.28.34.38.5.64-1.04%2C1.22-2.1%2C1.66-3.02l2.68%2C1.16c-.1.16-.32.24-.62.24-.6%2C1-1.4%2C2.18-2.26%2C3.34l1.56-.66c.76%2C1.38%2C1.5%2C3.16%2C1.72%2C4.34l-2.16.96c-.04-.28-.12-.58-.2-.92l-.6.04v1.5l1.74-.56c.34.9.7%2C1.96.96%2C2.88.12-.56.18-1.14.2-1.72l2.26.36v-.64l2.56.14c-.68-.62-1.56-1.22-2.36-1.64l1.12-.96c-1%2C.08-1.9.14-2.66.18-.04.18-.2.3-.36.32l-.9-2.86c.58%2C0%2C1.24-.02%2C1.98-.02.56-1.3%2C1.12-2.98%2C1.42-4.28l3.14.9c-.08.18-.28.26-.6.28-.34.92-.84%2C2.04-1.36%2C3.04l2.02-.04c-.3-.42-.6-.82-.9-1.18l2.14-1.18c1.16%2C1.32%2C2.5%2C3.12%2C3.04%2C4.42l-2.32%2C1.34c-.14-.36-.34-.78-.58-1.22l-2.48.18c.96.58%2C1.86%2C1.3%2C2.4%2C1.92l-1.9%2C1.72c-.14-.18-.3-.38-.5-.58-.08.04-.18.08-.3.1v2.64c0%2C.54.04.6.28.6h.5Zm-8.7-7.9c-.16-.38-.32-.74-.48-1.08-.28.38-.58.74-.86%2C1.1l1.34-.02Zm7.92-7.8c-.1.2-.3.28-.54.26-.76%2C1.9-2.04%2C3.96-3.46%2C5.24-.46-.5-1.4-1.34-1.98-1.76%2C1.24-1.04%2C2.36-2.88%2C2.92-4.64l3.06.9Zm2.84-.86c.72%2C1.5%2C2.1%2C3.16%2C3.44%2C4.12-.62.48-1.52%2C1.46-1.96%2C2.1-1.46-1.26-2.94-3.38-3.84-5.36l2.36-.86Z%22%2F%3E%3Cpath%20d%3D%22m39.56%2C38.98h-2.1c1.02.74%2C2.44%2C1.84%2C3.16%2C2.6l-2.26%2C1.46c-.62-.74-2-1.96-3.04-2.78l2.08-1.28h-4.5l2.04%2C1.3c-.08.06-.2.12-.36.14-.82.84-2.58%2C1.96-4.04%2C2.54-.28-.34-.74-.8-1.18-1.22v.16h-4.34v.76h-2.42v-5.14l-.18.08c-.3-.62-.96-1.58-1.46-2.08%2C1.22-.4%2C2.36-1%2C3.38-1.74l-1.04-.72c-.2.14-.4.28-.6.4-.38-.44-1.16-1.22-1.66-1.6%2C1.52-.84%2C2.9-2.36%2C3.6-3.98h-.9v1.16h-2.3v-3.44h3.1v-1.6l3.28.18c-.02.22-.18.34-.58.4v1.02h3.18v-.9h9.82v2.46h-3.74c-.1.36-.24.74-.36%2C1.12h3.42v10.7Zm-10.2-2v3.88c1.1-.5%2C2.24-1.24%2C2.96-1.88h-1.34v-10.7h2.4c.08-.36.16-.74.2-1.12h-3.12v1.88h-2.4v-1.16h-3.12l2.4.74c-.06.16-.24.24-.52.22l-.18.34h1.54l.42-.08%2C1.68.72c-.06.16-.16.22-.28.32-.44%2C1.22-1.08%2C2.32-1.86%2C3.3%2C1.02.66%2C1.96%2C1.3%2C2.6%2C1.8l-1.38%2C1.74Zm-2.96-1.76c-.44.38-.9.72-1.4%2C1.04h2.84l-1.44-1.04Zm.5%2C4.5v-1.28h-1.88v1.28h1.88Zm-1.86-8.26l1.06.68c.28-.34.54-.7.76-1.06h-1.5l-.32.38Zm11.78-.22v-.84h-3.24v.84h3.24Zm0%2C2.8v-.84h-3.24v.84h3.24Zm0%2C2.82v-.84h-3.24v.84h3.24Z%22%2F%3E%3C%2Fsvg%3E");
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#fv-slide > .slide .slick-slide > .cartitle div.total-price:after {
  content: "y";
  font-family: "count", sans-serif;
}
#fv-slide > .slide .slick-slide > .cartitle div.car-price {
  font-size: 3vw;
  line-height: 1em;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  #fv-slide > .slide .slick-slide > .cartitle div.car-price {
    font-size: 20px;
  }
}
#fv-slide > .slide .slick-slide > .cartitle div.car-price {
  white-space: nowrap;
  padding-top: 0.1em;
}
#fv-slide > .slide .slick-slide > .cartitle div.car-price:before {
  content: "車両本体価格";
  font-size: 0.5em;
  margin-right: 0.5em;
}
#fv-slide > .slide .slick-slide > .cartitle div.car-price:after {
  content: "y";
  font-family: "count", sans-serif;
  font-weight: normal;
}
#fv-slide .slick-arrow {
  width: 8%;
  height: auto;
  aspect-ratio: 1/1;
}
#fv-slide .slick-prev {
  left: 5%;
  top: 65%;
  z-index: 10;
}
#fv-slide .slick-next {
  right: 5%;
  top: 65%;
  z-index: 11;
}

#float-button {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  z-index: 200;
  /* right: 0; */
  height: 0;
  overflow: visible;
  padding-top: 1.9152023379%;
  position: absolute;
}
#float-button > a {
  width: 29%;
  max-width: 150px;
  position: absolute;
  z-index: 100;
}
#float-button > a.pinned {
  position: fixed;
}
@media screen and (max-width: 768px) {
  #float-button > a.pinned {
    transform: translateY(-120vw);
  }
}
@media screen and (min-width: 769px) {
  #float-button > a.pinned {
    top: 20px;
  }
}

#ubuy1, #ubuy2 {
  display: none;
}

#a-ubuy {
  background-color: #7796e4;
}

#a-tokushu.newyear svg.counter > rect:nth-of-type(1) {
  fill: #fff !important;
}
#a-tokushu.newyear svg.counter > g:nth-of-type(1) > rect:nth-of-type(1) {
  fill: #fff !important;
}
#a-tokushu.newyear svg.counter > rect:nth-of-type(2) {
  fill: #443B38 !important;
}
#a-tokushu.newyear svg.counter > g:nth-of-type(2) > line {
  stroke: #fff !important;
}
#a-tokushu.newyear svg.counter > g.count > text {
  fill: #fff !important;
}
#a-tokushu.newyear svg.counter > text:nth-of-type(4) {
  fill: #fff !important;
}
#a-tokushu.newyear .image {
  background-repeat: no-repeat;
  position: absolute;
  left: 9.3%;
  top: 9.3320472631%;
  width: 80.7%;
  height: auto;
}
#a-tokushu.newyear .image1 {
  background-repeat: no-repeat;
  position: absolute;
  left: 9.3%;
  top: 27.8996865204%;
  width: 80.7%;
  height: auto;
}
#a-tokushu.newyear .image2 {
  background-repeat: no-repeat;
  position: absolute;
  left: 9.3%;
  top: 46.4673257777%;
  width: 80.7%;
  height: auto;
}
#a-tokushu.newyear .image3 {
  background-repeat: no-repeat;
  position: absolute;
  left: 9.3%;
  top: 65.034965035%;
  width: 80.7%;
  height: auto;
}
#a-tokushu.newyear .image4 {
  background-repeat: no-repeat;
  position: absolute;
  left: 9.3%;
  top: 83.6026042923%;
  width: 80.7%;
  height: auto;
}

#a-tokusen.newyear .u-cars-half {
  position: relative;
  padding: 0;
}
#a-tokusen.newyear .image0 {
  left: 7.9%;
  top: 4.5288854523%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image1 {
  left: 54.9%;
  top: 4.5288854523%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image2 {
  left: 7.9%;
  top: 14.0174527781%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image3 {
  left: 54.9%;
  top: 14.0174527781%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image4 {
  left: 7.9%;
  top: 23.528112228%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image5 {
  left: 54.9%;
  top: 23.528112228%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image6 {
  left: 7.9%;
  top: 33.0608638021%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image7 {
  left: 54.9%;
  top: 33.0608638021%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image8 {
  left: 7.9%;
  top: 42.6046614382%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image9 {
  left: 54.9%;
  top: 42.6046614382%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image10 {
  left: 7.9%;
  top: 52.1374130123%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image11 {
  left: 54.9%;
  top: 52.1374130123%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image12 {
  left: 7.9%;
  top: 61.7033027726%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image13 {
  left: 54.9%;
  top: 61.7033027726%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image14 {
  left: 7.9%;
  top: 71.2471004087%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image15 {
  left: 54.9%;
  top: 71.2471004087%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image16 {
  left: 7.9%;
  top: 80.7688059207%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image17 {
  left: 54.9%;
  top: 80.7688059207%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image18 {
  left: 7.9%;
  top: 90.3126035568%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .image19 {
  left: 54.9%;
  top: 90.3126035568%;
  width: 37%;
  height: auto;
}
#a-tokusen.newyear .shop {
  position: absolute;
}
#a-tokusen.newyear .shop0 {
  left: 7.9%;
  top: 8.0857174417%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop4 {
  left: 7.7%;
  top: 27.1512205899%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop1 {
  left: 54.9%;
  top: 8.0857174417%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop11 {
  left: 54.8%;
  top: 55.7163371258%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop14 {
  left: 7.6%;
  top: 74.792886336%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop18 {
  left: 7.8%;
  top: 93.9136197945%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop10 {
  left: 7.8%;
  top: 55.7163371258%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop5 {
  left: 55%;
  top: 27.1512205899%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop3 {
  left: 54.9%;
  top: 17.5742847675%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop17 {
  left: 55%;
  top: 84.3256379101%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop13 {
  left: 55%;
  top: 65.2932729482%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop19 {
  left: 55%;
  top: 93.9467579808%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop12 {
  left: 7.8%;
  top: 65.2932729482%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop15 {
  left: 54.8%;
  top: 74.8039323981%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop6 {
  left: 7.8%;
  top: 36.6397879156%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop7 {
  left: 54.8%;
  top: 36.6397879156%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop8 {
  left: 7.7%;
  top: 46.1835855518%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop16 {
  left: 7.9%;
  top: 84.3256379101%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop2 {
  left: 7.8%;
  top: 17.5853308296%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .shop9 {
  left: 54.9%;
  top: 46.1946316138%;
  width: 37.2%;
  height: 0.4860267315%;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}
#a-tokusen.newyear .btn {
  position: absolute;
  width: 29%;
  height: 0.7179940351%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22295.06%22%20height%3D%2269.74%22%20viewBox%3D%220%200%20295.06%2069.74%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23ff000a%3B%7D.cls-3%7Bisolation%3Aisolate%3B%7D.cls-4%7Bmix-blend-mode%3Amultiply%3Bopacity%3A.3%3B%7D.cls-5%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4.24px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22_%E9%96%AD%E6%A2%A7%E5%8B%B9%22%3E%3Cg%3E%3Cg%3E%3Cg%20class%3D%22cls-4%22%3E%3Crect%20x%3D%224.24%22%20y%3D%224.24%22%20width%3D%22290.82%22%20height%3D%2265.5%22%20rx%3D%225.29%22%20ry%3D%225.29%22%2F%3E%3C%2Fg%3E%3Crect%20class%3D%22cls-2%22%20width%3D%22290.82%22%20height%3D%2265.5%22%20rx%3D%225.29%22%20ry%3D%225.29%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m50.76%2C25.59v3.35h-10.9v-3.35h10.9Zm-.87-4.17v3.27h-9.28v-3.27h9.28Zm0%2C8.39v3.3h-9.28v-3.3h9.28Zm0%2C4.19v3.24h-9.28v-3.24h9.28Zm0%2C4.17v8.81h-9.28v-8.81h9.28Zm-3.3%2C3.08h-2.26v2.43h2.26v-2.43Zm10.01%2C6.09v-5.45h-5.7v-3.94h5.7v-2.4h-4.61v-3.55h4.61v-2.35h-5.09v-3.86h2.04c-.31-1.37-.84-2.71-1.42-4.19l4.14-.75c.59%2C1.43%2C1.06%2C2.77%2C1.45%2C4.95h1.93c.67-1.65%2C1.03-3.05%2C1.37-4.95l4.28.64c-.39%2C1.37-.73%2C2.46-1.48%2C4.31h2.1v3.86h-5.06v2.35h4.61v3.55h-4.61v2.4h5.51v3.94h-5.51v5.45h-4.25Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m75.19%2C22.21l-.56%2C14.42c-.08%2C2.29.06%2C5.06%2C3.91%2C5.06%2C3.19%2C0%2C6.12-2.04%2C8.27-8.53l4.08%2C2.29c-2.4%2C6.49-6.07%2C10.73-12.38%2C10.73-8.95%2C0-8.69-7.27-8.61-9.45l.53-14.82%2C4.75.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m112.51%2C24.95c-4.03%2C2.85-7.32%2C4.78-12.58%2C7.88-1.26.73-1.43.81-1.43%2C1.15%2C0%2C.28.11.31%2C1.15.84%2C6.85%2C3.44%2C10.06%2C5.54%2C13.64%2C8.22l-3.24%2C3.69c-5.73-4.44-10.37-6.93-14.06-8.92-1.48-.81-2.94-1.76-2.94-3.72%2C0-2.12%2C1.68-3.16%2C3.08-4%2C4.47-2.74%2C8.92-5.51%2C13.11-8.69l3.27%2C3.55Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m122.46%2C22.79c-1.03%2C4.61-1.59%2C8.72-1.59%2C13.45%2C0%2C4.11.48%2C6.88.89%2C8.92l-4.28.64c-.75-3.19-.95-6.46-.95-9.73%2C0-6.26.95-11.43%2C1.37-13.81l4.56.53Zm8.22-.62h4.42l.08%2C4.58c1.82-.17%2C2.71-.31%2C4.14-.53v4.44c-2.4.28-2.88.34-4.05.42l.14%2C5.76c1.73.75%2C3.21%2C1.48%2C5.14%2C2.88l-1.71%2C4.08c-1.26-1.03-2.26-1.65-3.47-2.29-.08.98-.39%2C4.53-5.67%2C4.53-3.02%2C0-6.46-1.43-6.46-5.23%2C0-2.43%2C1.65-5.17%2C6.09-5.17.45%2C0%2C.47%2C0%2C1.65.11l-.08-4.42c-1.87.06-4.39.06-7.41-.11l.03-4.42c2.99.2%2C4.7.25%2C7.27.2l-.11-4.84Zm-1.37%2C17.28c-1.23%2C0-2.15.5-2.15%2C1.4%2C0%2C.95%2C1.17%2C1.4%2C2.1%2C1.4%2C1.87%2C0%2C1.87-1.17%2C1.84-2.49-.33-.11-.92-.31-1.79-.31Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m150.13%2C35.57c-.89.56-2.96%2C1.87-2.96%2C3.08%2C0%2C1.82%2C5.28%2C1.96%2C7.32%2C1.96%2C3.38%2C0%2C6.43-.39%2C9.73-1.15l.25%2C4.81c-3.13.61-6.37.84-9.59.84s-12.33%2C0-12.33-6.01c0-1.98%2C1.09-3.86%2C4.64-6.29l2.94%2C2.77Zm11.74-6.43c-3.33-.64-6.46-.95-9.84-.95s-5.79.31-6.96.45l.2-4.64c1.12-.14%2C3.33-.36%2C6.62-.36%2C4.92%2C0%2C8.41.59%2C10.29.89l-.31%2C4.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m171.24%2C41.22c2.26.48%2C4.42.73%2C6.62.73%2C1.79%2C0%2C7.52-.14%2C7.52-3.55%2C0-2.6-3.47-2.6-4.05-2.6-2.15%2C0-5.54.78-8.75%2C3.3l-3.33-1.62c1.59-3.27%2C2.57-6.54%2C2.85-7.49-1.62%2C0-2.63-.03-4.89-.14l-.06-4.36c1.93.17%2C4.14.28%2C6.09.28.34-1.43.53-2.24.89-4.25l4.44.67c-.22.89-.56%2C2.29-.89%2C3.47%2C4.86-.28%2C8.3-.92%2C10.79-1.43l.47%2C4.28c-6.21%2C1.06-9.84%2C1.26-12.47%2C1.4-.03.14-.53%2C1.79-1.06%2C3.33%2C2.07-.89%2C4.08-1.37%2C6.32-1.37%2C5.65%2C0%2C8.13%2C3.33%2C8.13%2C6.68%2C0%2C7.6-9.76%2C7.6-12.05%2C7.6-.92%2C0-3.08%2C0-6.21-.5l-.39-4.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m200.2%2C26.93c-.59%2C2.32-.78%2C3.21-1.34%2C5.87.92-.48%2C3.88-2.04%2C7.74-2.04%2C4.95%2C0%2C8.27%2C2.63%2C8.27%2C6.9%2C0%2C3.63-2.32%2C6.15-5.34%2C7.21-1.01.34-3.3%2C1.06-7.77%2C1.06-2.29%2C0-3.63-.17-4.67-.31l-.84-4.53c1.29.22%2C3.24.56%2C5.84.56%2C1.54%2C0%2C8.19%2C0%2C8.19-4.05%2C0-2.74-3.16-2.74-3.91-2.74-.84%2C0-4.92%2C0-9.14%2C3.77l-3.58-1.06c.34-2.29.89-6.09%2C2.18-11.6l4.36.95Zm8.92%2C1.2c-4.81-1.79-8.27-2.32-11.49-2.68l1.45-3.83c2.52.25%2C6.37.73%2C11.57%2C2.49l-1.54%2C4.03Z%22%2F%3E%3C%2Fg%3E%3Cpolyline%20class%3D%22cls-5%22%20points%3D%22244.56%2021.83%20255.49%2032.75%20244.56%2043.68%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000em;
}
#a-tokusen.newyear .btn0 {
  left: 11.9%;
  top: 12.1617143488%;
}
#a-tokusen.newyear .btn4 {
  left: 11.9%;
  top: 31.227217497%;
}
#a-tokusen.newyear .btn1 {
  left: 58.9%;
  top: 12.1617143488%;
}
#a-tokusen.newyear .btn11 {
  left: 58.9%;
  top: 59.7923340329%;
}
#a-tokusen.newyear .btn14 {
  left: 11.9%;
  top: 78.8688832431%;
}
#a-tokusen.newyear .btn18 {
  left: 11.9%;
  top: 98.0227548879%;
}
#a-tokusen.newyear .btn10 {
  left: 11.9%;
  top: 59.7923340329%;
}
#a-tokusen.newyear .btn5 {
  left: 58.9%;
  top: 31.227217497%;
}
#a-tokusen.newyear .btn3 {
  left: 58.9%;
  top: 21.705511985%;
}
#a-tokusen.newyear .btn17 {
  left: 58.9%;
  top: 88.4016348172%;
}
#a-tokusen.newyear .btn13 {
  left: 58.9%;
  top: 69.3471777311%;
}
#a-tokusen.newyear .btn19 {
  left: 58.9%;
  top: 98.0227548879%;
}
#a-tokusen.newyear .btn12 {
  left: 11.9%;
  top: 69.3471777311%;
}
#a-tokusen.newyear .btn15 {
  left: 58.9%;
  top: 78.8688832431%;
}
#a-tokusen.newyear .btn6 {
  left: 11.9%;
  top: 40.7268308848%;
}
#a-tokusen.newyear .btn7 {
  left: 58.9%;
  top: 40.7268308848%;
}
#a-tokusen.newyear .btn8 {
  left: 11.9%;
  top: 50.2485363968%;
}
#a-tokusen.newyear .btn16 {
  left: 11.9%;
  top: 88.4016348172%;
}
#a-tokusen.newyear .btn2 {
  left: 11.9%;
  top: 21.705511985%;
}
#a-tokusen.newyear .btn9 {
  left: 58.9%;
  top: 50.2485363968%;
}

body.newyear #fv-slide {
  margin-bottom: 10px;
}
body.newyear #fv-slide > .slide .slick-slide > .cartitle {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20200.6%20120.7%22%3E%0A%20%20%3C!--%20Generator%3A%20Adobe%20Illustrator%2030.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%202.1.1%20Build%20136)%20%20--%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d70c18%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffe100%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st3%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%22200.6%22%20height%3D%22120.7%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22st3%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22st2%22%20points%3D%22197.8%20102.8%20181.1%20110.3%20196.1%20120.7%20178.4%20125%20191.2%20138%20173%20139%20183.2%20154.1%20165.1%20151.7%20172.3%20168.5%20155%20162.8%20159%20180.6%20143%20171.8%20143.7%20190.1%20129.6%20178.5%20127%20196.6%20115.2%20182.6%20109.3%20199.9%20100.3%20184%2091.3%20199.9%2085.4%20182.6%2073.6%20196.6%2071%20178.5%2056.8%20190.1%2057.6%20171.8%2041.5%20180.6%2045.6%20162.8%2028.2%20168.5%2035.5%20151.7%2017.4%20154.1%2027.6%20139%209.4%20138%2022.2%20125%204.4%20120.7%2019.5%20110.3%202.8%20102.8%2019.5%2095.3%204.4%2084.9%2022.2%2080.6%209.4%2067.6%2027.6%2066.6%2017.4%2051.5%2035.5%2053.9%2028.2%2037.1%2045.6%2042.8%2041.5%2025%2057.6%2033.8%2056.8%2015.5%2071%2027.1%2073.6%209%2085.4%2023%2091.3%205.7%20100.3%2021.6%20109.3%205.7%20115.2%2023%20127%209%20129.6%2027.1%20143.7%2015.5%20143%2033.8%20159%2025%20155%2042.8%20172.3%2037.1%20165.1%2053.9%20183.2%2051.5%20173%2066.6%20191.2%2067.6%20178.4%2080.6%20196.1%2084.9%20181.1%2095.3%20197.8%20102.8%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M75.8%2C50.4h8.2c1%2C0%2C1.9%2C0%2C2.4-.1-.1%2C1.1-.1%2C1.1-.1%2C4.8%2C0%2C8.7-.4%2C13.9-1.1%2C16.1-.5%2C1.4-1.3%2C2.1-2.8%2C2.4-.8.2-1.8.2-3.3.2s-.6%2C0-1.3%2C0c-.2-1.8-.4-2.9-.9-4.4-1%2C1.7-2.2%2C3.1-4.2%2C4.8-1-1.8-1.5-2.6-3-4.2%2C1.6-1.2%2C2.6-2.4%2C3.5-4.1.8-1.5%2C1.4-3.4%2C1.8-5.7-.8%2C1.3-1.4%2C2.1-2.2%2C3%2C.3.2.4.3.8.6-.9%2C1.3-1.5%2C2.1-2.4%2C3.6-.7-.7-1.1-1.1-1.7-1.8v2.3s0%2C2.9%2C0%2C2.9c0%2C1.3%2C0%2C2.6.2%2C3.6h-4.9c.1-1%2C.2-2.3.2-3.6v-4.6c-.6.5-1%2C.8-1.8%2C1.5-.8-2.4-1.2-3.3-1.9-4.6%2C2.9-1.9%2C4.6-3.6%2C5.8-6h-2.6c-.8%2C0-1.6%2C0-2.3.1v-4.5c.7%2C0%2C1.5.1%2C2.4.1h.4v-1.4c0-1.1%2C0-1.8-.1-2.3h4.9c-.1.5-.2%2C1.1-.2%2C2.3v1.4c.9%2C0%2C1.1%2C0%2C1.4-.1l1.4%2C1.9v-4.3c1.1.1%2C2.2.2%2C3.5.2ZM72.1%2C56.3c-.6%2C1.5-1.4%2C2.9-2.3%2C4.2.2.2.3.3.5.5.9-1.1%2C1.5-2.1%2C2.2-3.5l2.6%2C2c.1-1%2C.2-2.2.2-3.3s0-1.2%2C0-1.4c-1.3%2C0-1.9%2C0-2.6.1l.2.2c-.2.3-.3.5-.6%2C1.3ZM79.6%2C58.8c-.2%2C4-1.2%2C7.5-2.7%2C10.3.7%2C0%2C1.7.1%2C2.3.1%2C1%2C0%2C1.3-.2%2C1.5-1%2C.5-1.4.7-5.8.7-11.8v-1.7h-1.7c0%2C1.5%2C0%2C2.9-.1%2C4.1Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M101.3%2C65.4c-.4%2C3.1-1.4%2C5.2-3.4%2C6.7-1.4%2C1.1-3%2C1.7-5.7%2C2.5-.8-1.8-1.4-2.7-2.6-4.3%2C3-.5%2C4.6-1.2%2C5.6-2.3.9-.9%2C1.4-2.2%2C1.4-3.7s0-.3%2C0-.5l4.9.3c0%2C.3%2C0%2C.4-.2%2C1.2ZM90.1%2C63.9v-2.4c0-.9%2C0-1.5-.1-2.1.8%2C0%2C1.5.1%2C3.1.1h18.3c1.5%2C0%2C2.3%2C0%2C3.2-.1%2C0%2C.6-.1%2C1-.1%2C2v2.5c0%2C.8%2C0%2C1.4.1%2C2.1h-4.9v-2.6h-15.1v2.6h-4.7c.1-.7.1-1.3.1-2.1ZM114.2%2C50.4v4.2c-.9-.1-1.8-.1-3.4-.1h-6.2v.6h5.6c1.2%2C0%2C1.9%2C0%2C2.6-.1v4c-.7%2C0-1.4-.1-2.6-.1h-15.9c-1.2%2C0-1.8%2C0-2.6.1v-4c.7%2C0%2C1.4.1%2C2.6.1h5.5v-.6h-6.1c-1.6%2C0-2.6%2C0-3.4.1v-4.2c.7.1%2C2%2C.2%2C3.6.2h6c0-.8%2C0-1.1-.1-1.5h5.1c-.1.4-.1.7-.1%2C1.5h6.1c1.5%2C0%2C2.8%2C0%2C3.6-.2ZM108.4%2C69.8c1%2C0%2C1.3%2C0%2C1.4-.4%2C0-.2.2-1.4.2-2.9%2C1.6.6%2C2.8%2C1%2C4.5%2C1.2-.1%2C2.6-.3%2C3.7-.6%2C4.4-.6%2C1.6-1.5%2C1.9-6.7%2C1.9s-4.6-.5-4.6-2.8v-4.9c0-1.1%2C0-1.7-.1-2.4h4.8c0%2C.6-.1%2C1.1-.1%2C2.1v3.1c0%2C.5.2.7%2C1.2.7Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M120.7%2C52.1c.2-1.4.2-2.3.2-3%2C4.9.9%2C5.6%2C1.7%2C5.6%2C2.1s0%2C.4-.3.6c-.3.4-.5.9-.6%2C1.7-.3%2C1.6-.6%2C3.6-.7%2C5.3.5-1%2C1.1-2%2C1.7-2.9.2.8.8%2C1.6%2C1.3%2C2.2.4.4.4.7.2%2C1.1-.9%2C1.4-2.1%2C3.5-2.8%2C5.1-.3.8-.5.9-1.5.9s-2.1%2C0-3-.2c-.5%2C0-.7-.3-.7-.8-.1-1-.2-2.3-.2-3.6%2C0-2.7.2-4.6.8-8.5ZM125.1%2C71.7c4.3-3.3%2C6.4-7.4%2C6.4-13.3s-.3-5.9-.8-7.6c1.4-.2%2C2.6-.3%2C4.5-.3s1.4.3%2C1.4.8%2C0%2C1.2%2C0%2C1.9c.1%2C1.9.2%2C3.4.2%2C5.2%2C0%2C6.7-2.5%2C12.3-6%2C15.1-.7.5-1.3.5-1.9%2C0-1-.8-2.4-1.4-3.8-1.9Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M54.7%2C80.5c0%2C1.2-.1%2C2.3-.1%2C3.2v17.6c0%2C1.6%2C0%2C2.7.2%2C3.9h-5v-1h-11v1h-4.9c.1-1.1.2-2.2.2-3.5v-18c0-1%2C0-2-.1-3.2.9%2C0%2C1.9.1%2C3.1.1h14.7c1.3%2C0%2C2.1%2C0%2C3-.1ZM49.8%2C85h-11v2h11v-2ZM49.8%2C93.3v-2.1h-11v2.1h11ZM49.8%2C99.7v-2.2h-11v2.2h11Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M61.9%2C94.2v-4.7c1%2C.1%2C2.1.2%2C4%2C.2h3.3v-4.3h-4.2c-2%2C0-3.2%2C0-4.3.2v-4.8c1%2C.1%2C2.3.2%2C4.3.2h13.8c2%2C0%2C3.3%2C0%2C4.4-.2v4.8c-1.3-.1-2.3-.2-4.2-.2h-4.8v4.3h4c1.3%2C0%2C2.3%2C0%2C3.6-.2v4.7c-.9%2C0-1.3-.1-2.3-.1%2C1.2%2C1.4%2C2.2%2C2.5%2C3.2%2C3.9l-3.1%2C1.9h.9c1.8%2C0%2C2.5%2C0%2C3.6-.2v4.8c-1.3-.1-2.4-.2-4-.2h-16.3c-1.6%2C0-2.8%2C0-4.3.2v-4.8c1.1.1%2C2%2C.2%2C4.2.2h5.4v-5.8h-3.3c-1.8%2C0-2.7%2C0-4%2C.2ZM78.1%2C99.8c-1-1.7-1.8-2.7-3.1-4.1l3-1.7h-3.9v5.8h4.1Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M87.3%2C86.1v-4.5c.9.1%2C2.2.2%2C3.6.2h6.2c0-.6%2C0-1-.2-1.7h5.4c-.1.7-.1%2C1.1-.2%2C1.7h6.3c1.8%2C0%2C2.8%2C0%2C3.6-.2v4.5c-1-.1-2.2-.2-3.5-.2h-6.5v.6h5.2c1.7%2C0%2C2.1%2C0%2C2.9%2C0%2C0%2C.9-.1%2C1.4-.1%2C2.5v5.9c0%2C1.1%2C0%2C1.6.1%2C2.5-.8%2C0-1.2%2C0-2.9%2C0h-5.2v.7h6.4c1.7%2C0%2C2.7%2C0%2C3.6-.2v4.6c-.9-.1-2-.2-3.7-.2h-6.3c0%2C1.3%2C0%2C1.8.2%2C2.9h-5.4c.1-1.1.2-1.7.2-2.9h-6.1c-1.7%2C0-2.9%2C0-3.7.2v-4.6c.8.1%2C1.9.2%2C3.6.2h6.2v-.7h-5.1c-1.6%2C0-2%2C0-2.9%2C0%2C0-1%2C.1-1.4.1-2.5v-5.9c0-1.1%2C0-1.6-.1-2.5.8%2C0%2C1.1%2C0%2C2.9%2C0h5.1v-.6h-6.3c-1.3%2C0-2.5%2C0-3.5.2ZM94.1%2C90.5h3v-.7h-3v.7ZM94.1%2C94h3v-.7h-3v.7ZM105.4%2C90.5v-.7h-3.2v.7h3.2ZM105.4%2C94v-.7h-3.2v.7h3.2Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M122.7%2C85.6v-2c-.4%2C1.2-.8%2C2.1-1.5%2C3.6v15.1c0%2C1.7%2C0%2C2.4.1%2C3h-4.8c.1-1.3.2-1.8.2-3v-6.4c0%2C0%2C0-.4%2C0-1.2v-1.2c-.4.5-.7.9-.8%2C1-.3-2.3-.7-3.7-1.3-5.9%2C1.4-1.4%2C2.4-3.1%2C3.3-5.5.5-1.4.8-2.5.9-3.5l4%2C1.8v-.5c.8%2C0%2C2.1.1%2C3.7.1h10c1.7%2C0%2C3.2%2C0%2C4-.1v4.8c-.9%2C0-2.3-.1-3.8-.1h-1.1v1.9h1.8c.9%2C0%2C1.8%2C0%2C2.6-.1-.1.9-.1%2C1.6-.1%2C2.8v11.3c0%2C1.7%2C0%2C2.9.2%2C4h-4.7v-1h-8.9v1h-4.5c0-1%2C.1-2.1.1-3.1v-12.2c0-1.1%2C0-2-.1-2.8.8.1%2C1.4.1%2C2.5.1h1.6v-1.9c-1.5%2C0-2.4%2C0-3.2.1ZM126%2C100h.7v-8.3h-.7v8.3ZM131%2C87.3v-1.9h-.7v1.9h.7ZM131%2C100v-8.3h-.7v8.3h.7ZM135.4%2C100v-8.3h-.7v8.3h.7Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M143.5%2C88.7v-4.6c.4%2C0%2C1.1.1%2C2.1.1h.6v-1.4c0-1.2%2C0-2-.2-2.8h4.9c-.1.8-.2%2C1.6-.2%2C2.8v1.4h.1c.5%2C0%2C.9%2C0%2C1.3-.1v1c1.8-1.8%2C2.8-3.6%2C3.1-5.4l5.1.6c-.2.4-.3.7-.5%2C1.1h2.8c.9%2C0%2C1.5%2C0%2C2-.1l2.6%2C2.8q-.2.4-.9%2C1.4c-1.1%2C1.7-1.9%2C2.9-2.9%2C3.9%2C1.8.8%2C3%2C1.1%2C5.2%2C1.6-.7%2C1.8-1.1%2C3.1-1.5%2C4.9q-.4%2C0-.6-.2v6.8c0%2C1.1%2C0%2C1.9.1%2C2.7h-5v-1h-4.3v1.1h-4.9c.1-.7.1-1.5.1-2.6v-8l-.2-.3c-.4%2C1.1-.4%2C1.3-.7%2C2.3-.5-.6-.8-1-1.1-1.8%2C0%2C.7%2C0%2C1.4%2C0%2C2.2v4.7c0%2C1.3%2C0%2C2.6.2%2C3.6h-4.9c.1-1%2C.2-2.3.2-3.6v-2.3c0-1%2C0-1.2%2C0-2-.5%2C1.3-.9%2C2.1-1.7%2C3-.4-2.1-.8-3.3-1.7-5.4%2C1.4-1.7%2C2.6-4.2%2C3.1-6.7h-.4c-.9%2C0-1.4%2C0-2.1.1ZM152.5%2C91.2c1.2-.4%2C2.1-.8%2C3.3-1.4-.4-.4-.5-.5-.8-.8-.4.4-.6.5-1.1.9-.6-.9-1-1.5-1.7-2.3v1.2c-.4%2C0-.7-.1-1.2-.1h-.2c.5%2C1.1.8%2C1.7%2C1.7%2C2.6ZM159.6%2C92.7c-.8.5-1.4.9-2.5%2C1.5h5.3c-1.1-.5-1.8-.8-2.8-1.5ZM161.8%2C100v-1.5h-4.3v1.5h4.3ZM159.5%2C87.2c.8-.7%2C1-.9%2C1.6-1.7h-3.3c.6.8.9%2C1.1%2C1.8%2C1.7Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21%;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  filter: none;
}
body.newyear #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) {
  flex-direction: row;
  gap: 0.5em;
}
body.newyear #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(1) > div:nth-of-type(2) {
  align-self: center;
}
body.newyear #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(2) {
  margin-left: 0;
}
body.newyear #fv-slide > .slide .slick-slide > .cartitle > div:nth-of-type(2):before {
  display: none;
}
body.newyear .u-car .price:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20140.4%2084.6%22%3E%0A%20%20%3C!--%20Generator%3A%20Adobe%20Illustrator%2030.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%202.1.1%20Build%20136)%20%20--%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d70c18%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffe100%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st3%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%22140.4%22%20height%3D%2284.6%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22st3%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22st2%22%20points%3D%22138.5%2072%20126.8%2077.3%20137.3%2084.5%20124.9%2087.6%20133.9%2096.7%20121.1%2097.3%20128.3%20107.9%20115.6%20106.3%20120.7%20118%20108.5%20114%20111.4%20126.5%20100.1%20120.3%20100.7%20133.1%2090.8%20125%2088.9%20137.7%2080.7%20127.9%2076.5%20140%2070.2%20128.8%2063.9%20140%2059.8%20127.9%2051.5%20137.7%2049.7%20125%2039.8%20133.1%2040.3%20120.3%2029.1%20126.5%2031.9%20114%2019.8%20118%2024.9%20106.2%2012.2%20107.9%2019.3%2097.3%206.6%2096.7%2015.5%2087.6%203.1%2084.5%2013.6%2077.3%202%2072%2013.6%2066.7%203.1%2059.5%2015.5%2056.4%206.6%2047.3%2019.3%2046.7%2012.2%2036.1%2024.9%2037.7%2019.8%2026%2031.9%2030%2029.1%2017.5%2040.3%2023.7%2039.8%2010.9%2049.7%2019%2051.5%206.3%2059.8%2016.1%2063.9%204%2070.2%2015.2%2076.5%204%2080.7%2016.1%2088.9%206.3%2090.8%2019%20100.7%2010.9%20100.1%2023.7%20111.4%2017.5%20108.5%2030%20120.7%2026%20115.6%2037.7%20128.3%2036.1%20121.1%2046.7%20133.9%2047.3%20124.9%2056.4%20137.3%2059.5%20126.8%2066.7%20138.5%2072%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M53.1%2C35.3h5.7c.7%2C0%2C1.4%2C0%2C1.7%2C0%2C0%2C.8%2C0%2C.8%2C0%2C3.3%2C0%2C6.1-.3%2C9.7-.8%2C11.3-.3%2C1-.9%2C1.5-2%2C1.7-.6.1-1.2.2-2.3.2s-.4%2C0-.9%2C0c-.1-1.3-.3-2-.6-3.1-.7%2C1.2-1.6%2C2.1-3%2C3.4-.7-1.3-1.1-1.8-2.1-2.9%2C1.1-.9%2C1.8-1.7%2C2.5-2.9.6-1.1%2C1-2.4%2C1.2-4-.6.9-1%2C1.5-1.5%2C2.1.2.2.3.2.6.4-.6.9-1%2C1.4-1.7%2C2.5-.5-.5-.8-.8-1.2-1.3v1.6s0%2C2%2C0%2C2c0%2C.9%2C0%2C1.8.1%2C2.5h-3.4c0-.7.1-1.6.1-2.5v-3.2c-.4.4-.7.6-1.3%2C1-.6-1.7-.8-2.3-1.3-3.2%2C2-1.3%2C3.2-2.6%2C4-4.2h-1.8c-.6%2C0-1.1%2C0-1.6%2C0v-3.2c.5%2C0%2C1.1%2C0%2C1.7%2C0h.3v-1c0-.8%2C0-1.3%2C0-1.6h3.4c0%2C.3-.1.7-.1%2C1.6v1c.6%2C0%2C.8%2C0%2C1%2C0l1%2C1.3v-3c.7%2C0%2C1.5.1%2C2.4.1ZM50.5%2C39.4c-.4%2C1-1%2C2-1.6%2C3%2C.1.2.2.2.3.3.6-.8%2C1.1-1.5%2C1.5-2.5l1.8%2C1.4c0-.7.1-1.5.1-2.3s0-.9%2C0-1c-.9%2C0-1.3%2C0-1.8%2C0v.2c0%2C.2%2C0%2C.4-.3.9ZM55.8%2C41.2c-.2%2C2.8-.8%2C5.3-1.9%2C7.2.5%2C0%2C1.2%2C0%2C1.6%2C0%2C.7%2C0%2C.9-.1%2C1.1-.7.3-1%2C.5-4.1.5-8.2v-1.2h-1.2c0%2C1%2C0%2C2%2C0%2C2.9Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M70.9%2C45.8c-.2%2C2.2-1%2C3.7-2.4%2C4.7-1%2C.7-2.1%2C1.2-4%2C1.8-.6-1.3-1-1.9-1.8-3%2C2.1-.4%2C3.2-.8%2C3.9-1.6.6-.6%2C1-1.6%2C1-2.6s0-.2%2C0-.4l3.4.2c0%2C.2%2C0%2C.3-.1.9ZM63.1%2C44.8v-1.7c0-.6%2C0-1%2C0-1.5.6%2C0%2C1.1%2C0%2C2.2%2C0h12.8c1.1%2C0%2C1.6%2C0%2C2.2%2C0%2C0%2C.4%2C0%2C.7%2C0%2C1.4v1.8c0%2C.6%2C0%2C1%2C0%2C1.5h-3.4v-1.8h-10.5v1.8h-3.3c0-.5%2C0-.9%2C0-1.4ZM80%2C35.3v3c-.6%2C0-1.3%2C0-2.4%2C0h-4.4v.4h3.9c.9%2C0%2C1.3%2C0%2C1.8%2C0v2.8c-.5%2C0-1%2C0-1.8%2C0h-11.1c-.8%2C0-1.3%2C0-1.8%2C0v-2.8c.5%2C0%2C1%2C0%2C1.8%2C0h3.8v-.4h-4.3c-1.1%2C0-1.8%2C0-2.4%2C0v-3c.5%2C0%2C1.4.1%2C2.5.1h4.2c0-.6%2C0-.8%2C0-1.1h3.6c0%2C.3%2C0%2C.5%2C0%2C1.1h4.3c1.1%2C0%2C2%2C0%2C2.5-.1ZM75.9%2C48.9c.7%2C0%2C.9%2C0%2C1-.3%2C0-.1.1-1%2C.2-2%2C1.1.4%2C2%2C.7%2C3.2.8%2C0%2C1.8-.2%2C2.6-.4%2C3.1-.4%2C1.1-1%2C1.3-4.7%2C1.3s-3.3-.3-3.3-1.9v-3.4c0-.7%2C0-1.2%2C0-1.7h3.4c0%2C.4%2C0%2C.8%2C0%2C1.5v2.2c0%2C.4.2.5.8.5Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M84.5%2C36.5c.1-1%2C.2-1.6.2-2.1%2C3.4.6%2C3.9%2C1.2%2C3.9%2C1.5s0%2C.3-.2.4c-.2.3-.3.6-.4%2C1.2-.2%2C1.1-.4%2C2.5-.5%2C3.7.4-.7.8-1.4%2C1.2-2%2C.2.6.5%2C1.1.9%2C1.5.2.3.3.5.1.8-.6%2C1-1.5%2C2.5-2%2C3.6-.2.5-.4.6-1%2C.6s-1.5%2C0-2.1-.2c-.3%2C0-.5-.2-.5-.6%2C0-.7-.1-1.6-.1-2.6%2C0-1.9.2-3.2.5-6ZM87.6%2C50.2c3-2.3%2C4.5-5.2%2C4.5-9.3s-.2-4.1-.6-5.3c1-.1%2C1.8-.2%2C3.1-.2s1%2C.2%2C1%2C.6%2C0%2C.9%2C0%2C1.4c0%2C1.3.2%2C2.4.2%2C3.7%2C0%2C4.7-1.7%2C8.6-4.2%2C10.6-.5.4-.9.3-1.3%2C0-.7-.5-1.7-1-2.7-1.3Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M38.3%2C56.4c0%2C.9%2C0%2C1.6%2C0%2C2.2v12.3c0%2C1.1%2C0%2C1.9.1%2C2.7h-3.5v-.7h-7.7v.7h-3.4c0-.8.1-1.5.1-2.4v-12.6c0-.7%2C0-1.4%2C0-2.2.6%2C0%2C1.3%2C0%2C2.2%2C0h10.3c.9%2C0%2C1.5%2C0%2C2.1%2C0ZM34.9%2C59.5h-7.7v1.4h7.7v-1.4ZM34.9%2C65.4v-1.5h-7.7v1.5h7.7ZM34.9%2C69.8v-1.6h-7.7v1.6h7.7Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M43.3%2C66v-3.3c.7%2C0%2C1.5.1%2C2.8.1h2.3v-3h-3c-1.4%2C0-2.3%2C0-3%2C.1v-3.3c.7%2C0%2C1.6.1%2C3%2C.1h9.7c1.4%2C0%2C2.3%2C0%2C3.1-.1v3.3c-.9%2C0-1.6-.1-2.9-.1h-3.4v3h2.8c.9%2C0%2C1.6%2C0%2C2.5-.1v3.3c-.7%2C0-.9%2C0-1.6%2C0%2C.9%2C1%2C1.5%2C1.7%2C2.3%2C2.7l-2.1%2C1.3h.6c1.3%2C0%2C1.8%2C0%2C2.5-.1v3.4c-.9%2C0-1.7-.1-2.8-.1h-11.4c-1.1%2C0-2%2C0-3%2C.1v-3.4c.8%2C0%2C1.4.1%2C3%2C.1h3.8v-4.1h-2.3c-1.2%2C0-1.9%2C0-2.8.1ZM54.7%2C69.9c-.7-1.2-1.3-1.9-2.2-2.9l2.1-1.2h-2.8v4.1h2.9Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M61.2%2C60.3v-3.1c.6%2C0%2C1.5.1%2C2.5.1h4.3c0-.4%2C0-.7-.1-1.2h3.7c0%2C.5%2C0%2C.8-.1%2C1.2h4.4c1.2%2C0%2C1.9%2C0%2C2.5-.1v3.1c-.7%2C0-1.5-.1-2.5-.1h-4.5v.4h3.7c1.2%2C0%2C1.4%2C0%2C2%2C0%2C0%2C.6%2C0%2C1%2C0%2C1.8v4.1c0%2C.8%2C0%2C1.1%2C0%2C1.8-.6%2C0-.9%2C0-2%2C0h-3.7v.5h4.5c1.2%2C0%2C1.9%2C0%2C2.5-.1v3.2c-.6%2C0-1.4-.1-2.6-.1h-4.4c0%2C.9%2C0%2C1.3.1%2C2h-3.8c0-.8.1-1.2.1-2h-4.3c-1.2%2C0-2%2C0-2.6.1v-3.2c.6%2C0%2C1.3.1%2C2.5.1h4.3v-.5h-3.5c-1.1%2C0-1.4%2C0-2%2C0%2C0-.7%2C0-1%2C0-1.8v-4.1c0-.8%2C0-1.1%2C0-1.8.6%2C0%2C.8%2C0%2C2%2C0h3.5v-.4h-4.4c-.9%2C0-1.7%2C0-2.5.1ZM65.9%2C63.4h2.1v-.5h-2.1v.5ZM65.9%2C65.9h2.1v-.5h-2.1v.5ZM73.8%2C63.4v-.5h-2.2v.5h2.2ZM73.8%2C65.9v-.5h-2.2v.5h2.2Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M85.9%2C59.9v-1.4c-.3.8-.6%2C1.4-1.1%2C2.5v10.6c0%2C1.2%2C0%2C1.7%2C0%2C2.1h-3.3c0-.9.1-1.3.1-2.1v-4.5s0-.3%2C0-.8v-.9c-.3.4-.5.6-.6.7-.2-1.6-.5-2.6-.9-4.1%2C1-1%2C1.7-2.2%2C2.3-3.9.4-1%2C.6-1.8.6-2.5l2.8%2C1.2v-.4c.6%2C0%2C1.5%2C0%2C2.6%2C0h7c1.2%2C0%2C2.2%2C0%2C2.8%2C0v3.3c-.6%2C0-1.6%2C0-2.6%2C0h-.8v1.3h1.2c.6%2C0%2C1.2%2C0%2C1.8%2C0%2C0%2C.6%2C0%2C1.1%2C0%2C2v7.9c0%2C1.2%2C0%2C2%2C.1%2C2.8h-3.3v-.7h-6.3v.7h-3.2c0-.7%2C0-1.5%2C0-2.2v-8.5c0-.8%2C0-1.4%2C0-2%2C.6%2C0%2C1%2C0%2C1.8%2C0h1.1v-1.3c-1.1%2C0-1.7%2C0-2.2%2C0ZM88.2%2C70h.5v-5.8h-.5v5.8ZM91.8%2C61.2v-1.3h-.5v1.3h.5ZM91.8%2C70v-5.8h-.5v5.8h.5ZM94.8%2C70v-5.8h-.5v5.8h.5Z%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M100.5%2C62.1v-3.3c.3%2C0%2C.8%2C0%2C1.5%2C0h.4v-1c0-.8%2C0-1.4-.1-2h3.5c0%2C.6-.1%2C1.1-.1%2C2v1h0c.3%2C0%2C.6%2C0%2C.9%2C0v.7c1.3-1.3%2C2-2.5%2C2.2-3.8l3.5.4c-.1.3-.2.5-.3.8h2c.6%2C0%2C1%2C0%2C1.4%2C0l1.8%2C2q-.2.2-.6%2C1c-.7%2C1.2-1.4%2C2-2%2C2.7%2C1.3.5%2C2.1.8%2C3.7%2C1.1-.5%2C1.3-.8%2C2.2-1%2C3.4q-.2%2C0-.4-.1v4.8c0%2C.8%2C0%2C1.3%2C0%2C1.9h-3.5v-.7h-3v.7h-3.4c0-.5%2C0-1%2C0-1.8v-5.8c-.4.8-.4.9-.6%2C1.6-.3-.4-.6-.7-.8-1.3%2C0%2C.5%2C0%2C1%2C0%2C1.5v3.3c0%2C.9%2C0%2C1.8.1%2C2.5h-3.4c0-.7.1-1.6.1-2.5v-1.6c0-.7%2C0-.8%2C0-1.4-.3.9-.6%2C1.5-1.2%2C2.1-.3-1.5-.6-2.3-1.2-3.8%2C1-1.2%2C1.8-2.9%2C2.2-4.7h-.2c-.6%2C0-1%2C0-1.5%2C0ZM106.8%2C63.8c.9-.3%2C1.5-.6%2C2.3-1-.3-.3-.4-.3-.6-.6-.3.2-.4.3-.7.6-.4-.6-.7-1.1-1.2-1.6v.8c-.3%2C0-.5%2C0-.8%2C0h-.1c.3.8.6%2C1.2%2C1.2%2C1.8ZM111.8%2C64.9c-.5.4-1%2C.6-1.8%2C1h3.7c-.8-.3-1.2-.6-2-1ZM113.3%2C70v-1h-3v1h3ZM111.7%2C61.1c.6-.5.7-.6%2C1.1-1.2h-2.3c.4.6.6.7%2C1.2%2C1.2Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 37%;
  aspect-ratio: 140.4488/84.5548;
}
body.newyear .u-car .car-price {
  display: none;
}

.slick-prev, .slick-next {
  transform: translate(0, -200%) !important;
}
/*# sourceMappingURL=ucar.css.map */
