.crvpage__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .crvpage__inner {
    padding: 0 6.3vw;
  }
}
.crvpage__kv img {
  background-color: #fff;
}
.crvpage__infoWrap {
  background-color: #1a1a1a;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .crvpage__infoWrap {
    padding-top: 3vw;
  }
}
.crvpage__intro {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .crvpage__intro {
    padding-bottom: 4.5vw;
  }
}
.crvpage__intro + .crvpage__intro {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .crvpage__intro + .crvpage__intro {
    margin-top: 1.7vw;
  }
}
.crvpage__intro.intro03 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .crvpage__intro.intro03 {
    margin-top: 3.2vw;
  }
}
.crvpage__intro.intro04 {
  margin-top: 34px;
}
.crvpage__sensingsec {
  background-color: #fff;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .crvpage__sensingsec {
    padding: 6.5vw 0;
  }
}
.crvpage__sensingImgWrap {
  position: relative;
}
.crvpage__sensingImgWrap a {
  position: absolute;
  bottom: 6.6%;
  opacity: 0.4;
  left: 47.2%;
  display: block;
  width: 7%;
  height: auto;
  aspect-ratio: 4/1.9;
}
.crvpage__carlineup {
  padding-top: 65px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .crvpage__carlineup {
    padding-top: 6.5vw;
  }
}
.crvpage__car {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #141414;
}
.crvpage__car:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .crvpage__car {
    padding-bottom: 5vw;
    margin-bottom: 3vw;
    border-bottom: 0.1vw solid #141414;
  }
  .crvpage__car:last-of-type {
    margin-bottom: 3vw;
  }
}
.crvpage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.crvpage__carCol {
  width: 50%;
}
.crvpage__carCol:first-of-type .subcarSpec {
  width: auto;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .crvpage__carCol:first-of-type .subcarSpec {
    padding-right: 3vw;
  }
}
.crvpage__carCol:nth-of-type(2) .subcarSpec {
  width: auto;
  padding-left: 40px;
  margin-top: -21px;
}
@media screen and (max-width: 768px) {
  .crvpage__carCol:nth-of-type(2) .subcarSpec {
    padding-left: 4vw;
    margin-top: -2.1vw;
  }
}
.crvpage__subcarTtl {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .crvpage__subcarTtl {
    padding-top: 7vw;
  }
}
.crvpage__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2px;
  position: relative;
  width: 100%;
  color: #3E3A39;
}
@media screen and (max-width: 768px) {
  .crvpage__spec {
    margin-top: -1vw;
  }
}
.crvpage__spec.subcarSpec {
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .crvpage__spec.subcarSpec {
    margin-top: -1vw;
  }
}
.crvpage__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.crvpage__col.nameCol {
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .crvpage__col.nameCol {
    top: 4vw;
  }
}
.subcarSpec .crvpage__col.nameCol.nameCol {
  margin-top: 10px;
  position: unset;
}
@media screen and (max-width: 768px) {
  .subcarSpec .crvpage__col.nameCol.nameCol {
    margin-top: 1vw;
  }
}
.crvpage__col.priceCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: auto;
}
.subcarSpec .crvpage__col.priceCol.priceCol {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .subcarSpec .crvpage__col.priceCol.priceCol {
    margin-top: 2vw;
  }
}
.crvpage__name {
  font-size: 24px;
  /* line-height : 22.46px; */
  color: #3E3A39;
  margin-bottom: 5px;
  position: relative;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .crvpage__name {
    font-size: 2.4vw;
    margin-bottom: 0.5vw;
  }
}
.crvpage__name span.bold {
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .crvpage__name span.bold {
    font-size: 3vw;
  }
}
.crvpage__nameClass {
  font-size: inherit;
  position: absolute;
  left: 0;
  bottom: 154%;
  color: #E00012;
  font-size: 14px;
  padding: 2px 5px;
  border: 2px solid #E00012;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .crvpage__nameClass {
    font-size: 1.4vw;
    padding: 0.2vw 0.5vw;
    border: 0.2vw solid #E00012;
  }
}
.crvpage__nameModel {
  font-size: 14px;
  /* line-height : 17.57px; */
  color: #3E3A39;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .crvpage__nameModel {
    font-size: 1.4vw;
  }
}
.crvpage__tax {
  font-size: 12px;
  /* line-height : 15.62px; */
  color: #3E3A39;
}
@media screen and (max-width: 768px) {
  .crvpage__tax {
    font-size: 1.2vw;
  }
}
.crvpage__price {
  font-size: 50px;
  /* line-height : 55px; */
  color: #3E3A39;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .crvpage__price {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
}
.crvpage__price .unit {
  font-size: 33px;
  /* line-height : 55px; */
  letter-spacing: -0.27px;
  color: #3E3A39;
  margin-left: 8px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .crvpage__price .unit {
    font-size: 3.3vw;
    letter-spacing: -0.027vw;
    margin-left: 0.8vw;
  }
}
.crvpage__price .asti {
  font-size: 20px;
  /* line-height : 55px; */
  letter-spacing: -0.27px;
  position: relative;
  top: -17.86px;
  color: #E00012;
  color: rgb(224, 0, 18);
}
@media screen and (max-width: 768px) {
  .crvpage__price .asti {
    font-size: 2vw;
    letter-spacing: -0.027vw;
    top: -1.786vw;
  }
}
.crvpage__priceAnnot {
  font-weight: 500;
  font-size: 12px;
  line-height: 13.67px;
  color: #3E3A39;
}
@media screen and (max-width: 768px) {
  .crvpage__priceAnnot {
    font-size: 1.2vw;
    line-height: 1.367vw;
  }
}
.crvpage__annotCar {
  font-size: 12px;
  text-align: end;
  bottom: calc(100% + 30px);
  right: 0;
  position: absolute;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .crvpage__annotCar {
    font-size: 1.2vw;
    bottom: calc(100% + 2vw);
  }
}
.subcarSpec .crvpage__annotCar {
  position: unset;
}
.crvpage__cr {
  margin-top: 20px;
  background-color: #8c8c8c;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .crvpage__cr {
    margin-top: 2vw;
    padding-bottom: 100px;
  }
}