body#detail .cars {
  margin: calc(24 / var(--spSize) * 100vw) calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .cars {
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(2, 48rem);
    gap: 0 4rem;
  }
}
body#detail .cars__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 144%;
  border-left: 0.8rem solid var(--clr-main);
  padding-left: 1.6rem;
}
@media (768px <= width) {
  body#detail .cars__name {
    grid-column: 1/3;
  }
}
body#detail .cars__mekar {
  margin-top: calc(40 / var(--spSize) * 100vw);
  background-color: var(--clr-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 144%;
  border-radius: 0.2rem;
  padding: 0.2rem 1.6rem;
  justify-self: start;
}
@media (768px <= width) {
  body#detail .cars__mekar {
    margin-top: 4rem;
  }
}
body#detail .cars__photo {
  margin-top: 1.6rem;
}
@media (768px <= width) {
  body#detail .cars__photo {
    width: 100%;
  }
}
body#detail .cars__photo .swiper {
  padding-bottom: calc(50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .cars__photo .swiper {
    padding-bottom: 5rem;
  }
}
body#detail .cars__photo .swiper-pagination {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0.2rem;
  bottom: 0;
}
body#detail .cars__photo .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  aspect-ratio: 640/480;
  width: auto;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid var(--clr-line);
  opacity: 1;
}
body#detail .cars__photo .swiper-pagination-bullet-active {
  border-color: var(--clr-main);
}
body#detail .cars__photo .swiper-button-prev, body#detail .cars__photo .swiper-button-next {
  margin: 0;
  top: calc(50% - 44.695 / var(--spSize) * 100vw);
  width: calc(39.39 / var(--spSize) * 100vw);
  height: auto;
  aspect-ratio: 1;
  background: center/contain no-repeat;
}
body#detail .cars__photo .swiper-button-prev::after, body#detail .cars__photo .swiper-button-next::after {
  content: none;
}
@media (768px <= width) {
  body#detail .cars__photo .swiper-button-prev, body#detail .cars__photo .swiper-button-next {
    width: 5.5rem;
    height: 5.5rem;
    top: calc(50% - 3.25rem);
  }
}
body#detail .cars__photo .swiper-button-prev {
  background-image: url(../images/common/icon-prev.svg);
  left: 0;
}
body#detail .cars__photo .swiper-button-next {
  background-image: url(../images/common/icon-navlink.svg);
  right: 0;
}
body#detail .cars__data {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .cars__data {
    margin-top: 0;
  }
}
body#detail .cars__data_price {
  text-align: center;
  line-height: 144%;
}
body#detail .cars__data_price .price {
  font-size: 4.6rem;
  font-weight: 700;
  color: var(--clr-strong);
}
body#detail .cars__data_price .unit {
  font-weight: 700;
}
body#detail .cars__data_lists {
  margin-top: 1.6rem;
}
body#detail .cars__data_lists dl {
  border-top: 1px solid var(--clr-line);
  border-left: 1px solid var(--clr-line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
  line-height: 144%;
}
body#detail .cars__data_lists dt,
body#detail .cars__data_lists dd {
  border-bottom: 1px solid var(--clr-line);
  border-right: 1px solid var(--clr-line);
  padding: 0.8rem;
  text-align: center;
}
body#detail .cars__data_lists dt {
  background-color: #f0f0f0;
}
body#detail .cars__data_lists dt.lastDT {
  order: 9;
  grid-row: 9/10;
  grid-column: 1/3;
}
body#detail .cars__data_lists dd.lastDD {
  order: 10;
  grid-row: 10/11;
  grid-column: 1/3;
}
body#detail .cars__data_note {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 144%;
}
@media (768px <= width) {
  body#detail .cars__data_note {
    font-size: 1.4rem;
  }
}
body#detail .cars__data_tel {
  margin-top: calc(32 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .cars__data_tel {
    margin-top: 3.2rem;
  }
}
body#detail .cars__data_tel a {
  width: calc(227 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  body#detail .cars__data_tel a {
    width: 22.7rem;
  }
}
body#detail .cars__data_form {
  background: var(--clr-bg);
  border-radius: 0.8rem;
  padding: 1.6rem;
  margin-top: 3.2rem;
}
@media (768px <= width) {
  body#detail .cars__data_form {
    padding: 2.4rem;
  }
}
body#detail .cars__data_form .label {
  text-align: center;
}
body#detail .cars__data_form dl {
  display: grid;
  grid-template-columns: calc(120 / var(--spSize) * 100vw) auto;
  gap: 0.8rem 0;
  align-items: center;
  margin-top: 1.6rem;
}
@media (768px <= width) {
  body#detail .cars__data_form dl {
    grid-template-columns: 13.6rem auto;
  }
}
body#detail .cars__data_form dt {
  font-weight: 700;
}
body#detail .cars__data_form input:not([type=submit]),
body#detail .cars__data_form textarea {
  width: 100%;
  border: 1px solid var(--clr-line);
  line-height: 144%;
  padding: 0.8rem;
}
body#detail .cars__data_form textarea {
  height: calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .cars__data_form textarea {
    height: 12rem;
  }
}
body#detail .cars__data_form input[type=submit] {
  width: calc(210 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
}
@media (768px <= width) {
  body#detail .cars__data_form input[type=submit] {
    width: 21rem;
    font-size: 1.8rem;
    line-height: 3.6rem;
    height: 3.6rem;
  }
}
body#detail .cars__data_form .wpcf7-spinner {
  display: none;
}
body#detail .cars__detail {
  margin-top: 4rem;
}
@media (768px <= width) {
  body#detail .cars__detail {
    grid-column: 1/3;
  }
}
body#detail .cars__detail dl {
  border-top: 1px solid var(--clr-line);
  border-left: 1px solid var(--clr-line);
  display: grid;
  grid-template-columns: 3fr 4fr;
}
@media (768px <= width) {
  body#detail .cars__detail dl {
    grid-template-columns: repeat(4, 1fr);
  }
}
body#detail .cars__detail dt,
body#detail .cars__detail dd {
  border-bottom: 1px solid var(--clr-line);
  border-right: 1px solid var(--clr-line);
  padding: 0.8rem;
  line-height: 144%;
}
@media (768px <= width) {
  body#detail .cars__detail dt,
  body#detail .cars__detail dd {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
  }
}
body#detail .cars__detail dt {
  background-color: #f0f0f0;
  text-align: center;
}
@media (768px <= width) {
  body#detail .cars__detail dd:nth-child(1 of dd) {
    grid-column: span 3;
  }
}
body#detail .cars__detail .text {
  margin-top: 1.6rem;
  line-height: 144%;
}
@media (768px <= width) {
  body#detail .cars__detail .text {
    font-size: 1.6rem;
    text-align: center;
  }
}
body#detail #etclineup,
body#detail #typelineup {
  padding-left: calc(16 / var(--spSize) * 100vw);
  padding-right: calc(16 / var(--spSize) * 100vw);
  padding-top: calc(28 / var(--spSize) * 100vw);
  padding-bottom: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail #etclineup,
  body#detail #typelineup {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
body#detail .etclineup__contents,
body#detail .typelineup__contents {
  position: relative;
}
body#detail .etclineup__contents .carlist__item:nth-child(n+3),
body#detail .typelineup__contents .carlist__item:nth-child(n+3) {
  margin-top: 0;
}
body#detail .etclineup__contents .swiper,
body#detail .typelineup__contents .swiper {
  padding-bottom: calc(50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .etclineup__contents .swiper,
  body#detail .typelineup__contents .swiper {
    padding-bottom: 5rem;
  }
}
body#detail .etclineup__contents .swiper .carlist__item:nth-child(n+3),
body#detail .typelineup__contents .swiper .carlist__item:nth-child(n+3) {
  margin-top: 0;
}
body#detail .etclineup__contents .swiper-slide,
body#detail .typelineup__contents .swiper-slide {
  height: auto;
}
body#detail .etclineup__contents .swiper-slide-item,
body#detail .typelineup__contents .swiper-slide-item {
  height: 100%;
}
body#detail .etclineup__contents .swiper-button-prev, body#detail .etclineup__contents .swiper-button-next,
body#detail .typelineup__contents .swiper-button-prev,
body#detail .typelineup__contents .swiper-button-next {
  margin: 0;
  top: calc(50% - 44.695 / var(--spSize) * 100vw);
  width: calc(39.39 / var(--spSize) * 100vw);
  height: auto;
  aspect-ratio: 1;
  background: center/contain no-repeat;
}
body#detail .etclineup__contents .swiper-button-prev::after, body#detail .etclineup__contents .swiper-button-next::after,
body#detail .typelineup__contents .swiper-button-prev::after,
body#detail .typelineup__contents .swiper-button-next::after {
  content: none;
}
@media (768px <= width) {
  body#detail .etclineup__contents .swiper-button-prev, body#detail .etclineup__contents .swiper-button-next,
  body#detail .typelineup__contents .swiper-button-prev,
  body#detail .typelineup__contents .swiper-button-next {
    width: 5.5rem;
    height: 5.5rem;
    top: calc(50% + 2.5rem - 5.5rem);
  }
}
body#detail .etclineup__contents .swiper-button-prev,
body#detail .typelineup__contents .swiper-button-prev {
  background-image: url(../images/common/icon-prev.svg);
  left: calc(-16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .etclineup__contents .swiper-button-prev,
  body#detail .typelineup__contents .swiper-button-prev {
    left: -5.5rem;
  }
}
body#detail .etclineup__contents .swiper-button-next,
body#detail .typelineup__contents .swiper-button-next {
  background-image: url(../images/common/icon-navlink.svg);
  right: calc(-16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#detail .etclineup__contents .swiper-button-next,
  body#detail .typelineup__contents .swiper-button-next {
    right: -5.5rem;
  }
}