@charset "UTF-8";
body#page-usedcar {
  /* ---- オーダー販売 ---- */
}
body#page-usedcar section#usedcar-order {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order {
    padding-top: 4rem;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__inner {
    display: flex;
    flex-direction: column;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__visual {
  width: 58%;
}
body#page-usedcar section#usedcar-order .usedcar-order__visual img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__visual {
    width: 100%;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__panel {
  position: absolute;
  right: 0;
  top: 3rem;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5.5rem 4.9rem;
}
@media screen and (max-width: 1100px) {
  body#page-usedcar section#usedcar-order .usedcar-order__panel {
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__panel {
    position: static;
    width: 100%;
    padding: 2rem 0 0;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__title {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1b4282;
  border-top: 0.0625rem solid #252525;
  padding-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__title {
    font-size: 1.25rem;
    padding-top: 1.25rem;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__text {
    margin-top: 1.5rem;
  }
}
body#page-usedcar section#usedcar-order .usedcar-order__text p {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #252525;
}
body#page-usedcar section#usedcar-order .usedcar-order__text p + p {
  margin-top: 2.2em;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-order .usedcar-order__text p {
    line-height: 2;
  }
}
body#page-usedcar {
  /* ---- LINEUP ---- */
}
body#page-usedcar section#usedcar-lineup {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup {
    padding-top: 4.5rem;
  }
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__head {
  text-align: center;
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__title {
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #223a70;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .usedcar-lineup__title {
    font-size: 2.25rem;
  }
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__sub {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #252525;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .usedcar-lineup__sub {
    font-size: 1rem;
  }
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 {
    margin-top: 2.5rem;
  }
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
}
@media screen and (max-width: 1100px) {
  body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__items {
    gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__item {
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__item:hover {
  opacity: 0.8;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__image {
  position: relative;
  aspect-ratio: 389/293;
  overflow: hidden;
  background-color: #9c9c9c;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__image .contents-column__noimage {
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__name {
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #1b4282;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__spec {
  margin-top: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #333;
}
body#page-usedcar section#usedcar-lineup .contents-column.column3-1-1 .contents-column__empty {
  grid-column: 1/-1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  color: #252525;
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__note {
  margin-top: 3.5rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.4;
  color: #252525;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .usedcar-lineup__note {
    margin-top: 2rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__button-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25rem;
  padding: 1.3rem 3rem;
  background-color: #223a70;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  border-radius: 999rem;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__button-link:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-lineup .usedcar-lineup__button-link {
    min-width: 0;
    width: 100%;
  }
}
body#page-usedcar section#usedcar-lineup .usedcar-lineup__button-arrow {
  position: absolute;
  right: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  transform: rotate(45deg);
}
body#page-usedcar {
  /* ---- SALES RECORD ---- */
}
body#page-usedcar section#usedcar-record {
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-record {
    padding: 5rem 0 5rem;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 1100px) {
  body#page-usedcar section#usedcar-record .usedcar-record__inner {
    display: block;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__head {
  position: sticky;
  top: 8rem;
  width: 33%;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  body#page-usedcar section#usedcar-record .usedcar-record__head {
    position: static;
    width: 100%;
    margin-bottom: 3rem;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__title {
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.07;
  color: #223a70;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-record .usedcar-record__title {
    font-size: 2.25rem;
  }
  body#page-usedcar section#usedcar-record .usedcar-record__title br {
    display: none;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__sub {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #252525;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-record .usedcar-record__sub {
    font-size: 1rem;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  body#page-usedcar section#usedcar-record .usedcar-record__items {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
body#page-usedcar section#usedcar-record .usedcar-record__image {
  aspect-ratio: 424/319;
  overflow: hidden;
}
body#page-usedcar section#usedcar-record .usedcar-record__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
body#page-usedcar section#usedcar-record .usedcar-record__name {
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-align: center;
  color: #333;
}
