@charset "UTF-8";
/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-nowrap {
  white-space: nowrap;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* /kangoo/couleur-d/css/index.css
*
*/
/* --------------------------------
  top
-------------------------------- */
.headline span {
  display: block;
}

.rj-font {
  font-family: "RenaultFont";
}

.l-container {
  position: relative;
}

.l-pagemenu {
  position: absolute;
  top: 0;
  height: auto;
}
.l-pagemenu.is-fixed .l-pagemenu__fixed {
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .l-limited-car__banner .contents:nth-of-type(1) {
    padding: 0 16px 26px 16px;
  }
}
@media (min-width: 1280px) {
  .l-limited-car__banner .contents:nth-of-type(1) {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .l-banner .contents {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .l-banner .contents {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.l-banner img {
  width: 100%;
  height: auto;
}

.l-limited-car__banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* --------------------------------
  共通
-------------------------------- */
html.is-fixed {
  overflow: clip;
}

:root {
  --cl-color-main: #efdf00;
  --cl-font-family-base: "NouvelR" ;
}

.clrd .is-pc {
  display: block;
}
.clrd .is-sp {
  display: none;
}
.clrd .is-pc-tb {
  display: block;
}
.clrd .is-tb-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .is-pc {
    display: none;
  }
  .clrd .is-pc-tb {
    display: block;
  }
  .clrd .is-tb {
    display: block;
  }
  .clrd .is-tb-sp {
    display: block;
  }
  .clrd .is-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .clrd .is-pc {
    display: none;
  }
  .clrd .is-pc-tb {
    display: none;
  }
  .clrd .is-tb {
    display: none;
  }
  .clrd .is-tb-sp {
    display: block;
  }
  .clrd .is-sp {
    display: block;
  }
}
.clrd .rj-font {
  font-family: "RenaultFont";
}
.clrd .asterisk {
  vertical-align: top;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .clrd .is-pc--inline {
    display: none;
  }
}
@media (min-width: 768px) {
  .clrd .is-pc--inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .clrd .is-sp--inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .clrd .is-sp--inline {
    display: none;
  }
}
.clrd .is-fade {
  opacity: 0;
}
.clrd .is-fadeUp {
  opacity: 0;
  transform: translateY(10px);
}
@-webkit-keyframes fadeAnime {
  100% {
    opacity: 1;
  }
}
@keyframes fadeAnime {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollAnime {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes scrollAnime {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.clrd .l-section {
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.clrd .l-section .headline .en {
  color: #333;
}
@media (max-width: 767px) {
  .clrd .l-section .headline .en {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .clrd .l-section .headline .jp {
    font-size: 1.2rem;
  }
}
.clrd .l-section.l-limited-car__finance .headline .en,
.clrd .l-section.l-social .headline .en {
  color: #333;
}
.clrd .l-section.l-social {
  background-color: #f5f5f5;
}
.clrd .btn {
  background-color: #efdf00;
}
.clrd .asterisk {
  vertical-align: top;
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .clrd .l-sp-border-bottom {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dbdbdb;
  }
  .clrd .only--tb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .only--tb {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .clrd .only--tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clrd .accessory-box {
    margin: 20px 46px 0;
  }
  .clrd .accessory-img {
    margin-top: 20px;
    margin-bottom: 9px;
    text-align: center;
  }
  .clrd .accessory-img img {
    max-width: 100%;
  }
  .clrd .accessory-txts {
    text-align: left;
  }
  .clrd .accessory-txts h3 {
    font-size: 1rem;
    line-height: 1.5834;
  }
  .clrd .accessory-txts p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .clrd .accessory-txts p:first-of-type {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .accessory-box {
    margin: 30px auto 0;
    width: 395px;
  }
  .clrd .accessory-img {
    margin-bottom: 12px;
    text-align: center;
  }
  .clrd .accessory-img img {
    max-width: 100%;
  }
  .clrd .accessory-txts {
    text-align: left;
  }
  .clrd .accessory-txts h3 {
    font-size: 1.3rem;
    line-height: 1.5834;
  }
  .clrd .accessory-txts p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .clrd .accessory-txts p:first-of-type {
    margin-bottom: 7px;
  }
}
@media (min-width: 1280px) {
  .clrd .accessory-box {
    display:         flex;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 44px auto 0;
    padding: 0 32px;
    width: 1024px;
  }
  .clrd .accessory-img {
    width: 41.15%;
    text-align: center;
  }
  .clrd .accessory-img img {
    max-width: 100%;
  }
  .clrd .accessory-txts {
    box-sizing: border-box;
    padding-left: 24px;
    width: 58.85%;
    text-align: left;
  }
  .clrd .accessory-txts h3 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .clrd .accessory-txts p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .clrd .accessory-txts p:first-of-type {
    margin-bottom: 15px;
  }
}
.clrd .gps-grade__notice {
  padding-top: 14px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .clrd .gps-grade__notice {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .gps-grade__notice {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .clrd .gps-grade__notice {
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
    width: 1024px;
  }
}
.clrd .fade-in {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.clrd .fade-in.active {
  opacity: 1;
}
.clrd .campaign-banner {
  transition: all 0.6s ease-in-out;
}
.clrd .campaign-banner:hover {
  opacity: 0.66;
  text-decoration: none;
}
.clrd .campaign-banner {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .clrd .campaign-banner {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .campaign-banner {
    padding: 0 32px;
  }
}
.clrd .campaign-banner > img {
  width: auto;
  max-width: 100%;
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 200;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Light.woff2") format("woff2");
  }
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 300;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Book.woff2") format("woff2");
  }
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 400;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Regular.woff2") format("woff2");
  }
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 600;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Semibold.woff2") format("woff2");
  }
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 700;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Bold.woff2") format("woff2");
  }
}
@font-face {
  .clrd {
    font-family: "NouvelR";
    font-weight: 800;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Extrabold.woff2") format("woff2");
  }
}
.clrd .l-pagemenu .l-pagemenu__fixed {
  border-bottom: 0;
}
@media (max-width: 1279px) {
  .clrd .l-pagemenu .l-pagemenu__fixed {
    height: auto;
  }
}
.clrd .l-pagemenu .l-pagemenu__ttl {
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    height: 44px;
  }
}
@media (max-width: 1279px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    position: relative;
    top: 0;
    left: 0;
  }
  .clrd .l-pagemenu .l-pagemenu__ttl .jp {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .clrd .l-pagemenu .l-pagemenu__ttl .jp {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 7px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 2px 16px;
  }
}
@media (max-width: 767px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    box-sizing: border-box;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .clrd .l-pagemenu .l-pagemenu__ttl .en {
    display: block;
  }
}
@media (max-width: 767px) {
  .clrd .l-pagemenu .l-pagemenu__ttl .jp {
    display: block;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .clrd .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 12px;
  }
}
.clrd .section-mv {
  z-index: 30;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.clrd .section-mv img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-animation: fadeAnime 0.7s ease-out 1s 1 forwards;
          animation: fadeAnime 0.7s ease-out 1s 1 forwards;
}
.clrd .l-limited-car__abst .contents .main {
  padding: 0;
  width: auto;
  background-size: contain;
  text-align: center;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main p {
    font-size: 1.3rem;
  }
}
.clrd .l-limited-car__abst .contents .main-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main-inner {
    padding: 57px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main-inner {
    padding: 42px 0 0 0;
  }
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main-inner {
    padding: 6.171875vw 0 0;
  }
}
.clrd .l-limited-car__abst .contents .main .head-en {
  letter-spacing: inherit;
  font-family: "RenaultFont";
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .head-en {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .head-en {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main .head-en {
    font-size: 4rem;
  }
}
.clrd .l-limited-car__abst .contents .main .head {
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .head {
    margin-bottom: 16px;
    font-size: 5.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .head {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main .head {
    font-size: 2.9rem;
  }
}
.clrd .l-limited-car__abst .contents .main .head span {
  font-family: "RenaultFont";
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .head span {
    font-size: 5.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .head span {
    font-size: 2.9rem;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main .head span {
    font-size: 3.8rem;
  }
}
.clrd .l-limited-car__abst .contents .main .desc {
  text-align: left;
  color: #333;
  line-height: 1.75;
}
.clrd .l-limited-car__abst .contents .main .desc span:not(.asterisk) {
  display: block;
  margin-top: 25px;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .desc {
    margin: 0;
    margin-bottom: 21px;
    padding: 0 16px;
    text-align: left;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .desc {
    margin: 25px auto 0;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main .desc {
    margin: 25px auto 0;
    max-width: 912px;
    font-size: 1.6rem;
  }
}
.clrd .l-limited-car__abst .contents .main .abst-img-wrap {
  margin-bottom: 82px;
  text-align: center;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .abst-img-wrap {
    margin-bottom: 6.171875vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .abst-img-wrap {
    margin-bottom: 42px;
    padding: 0px 50px;
  }
}
.clrd .l-limited-car__abst .contents .main .abst-01-img {
  display: inline-block;
  height: auto;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .abst-01-img {
    width: 90.390625%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__abst .contents .main .abst-01-img {
    width: 100%;
    max-width: 587px;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__abst .contents .main .abst-01-img {
    width: 100%;
    max-width: 722px;
  }
}
.clrd .l-limited-car__abst .contents .main .abst-02-img-wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.clrd .l-limited-car__abst .contents .main .abst-02-img {
  display: block;
  width: 100%;
  height: auto;
}
.clrd .l-limited-car__abst .contents .main .abst-03-wrap {
  padding: 55px 32px 60px;
  background-color: #333;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .abst-03-wrap {
    padding: 7.63226366% 0 8.1526452732%;
  }
}
.clrd .l-limited-car__abst .contents .main .abst-03-wrap .info-wrap p {
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
  text-align: initial;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .abst-03-wrap .info-wrap p {
    margin-top: 5.2038161318%;
    font-size: 3.75vw;
  }
}
.clrd .l-limited-car__abst .contents .main .abst-03-wrap .info-wrap p:nth-child(2) {
  margin-top: 23px;
}
.clrd .l-limited-car__abst .contents .main .abst-03-wrap-inner {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__abst .contents .main .abst-03-wrap-inner {
    padding: 0 16px;
  }
}
.clrd .caution-wrap p {
  text-align: left;
  font-size: 1.2rem;
}
.clrd .global-menu {
  position: relative;
  z-index: 11000;
}
.clrd .footer-menu {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-top: 24px;
  background-color: #fff;
}
.clrd .global-menu.no-shadow:after {
  display: none;
}
.clrd .l-banner__cp .contents {
  margin: 0 auto 64px;
  max-width: 1024px;
}
@media (max-width: 1279px) {
  .clrd .l-banner__cp .contents {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .clrd .l-banner__cp .contents {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-banner__cp .contents {
    padding: 0 32px;
  }
}
.clrd .l-banner__cp img {
  width: 100%;
  height: auto;
}
.clrd .l-limited-car__spec .spec-list-block {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .spec-list-block {
    margin-top: 28px;
  }
}
.clrd .l-limited-car__spec .spec-list__p-ttl {
  margin-bottom: 6px;
  font-size: 2rem;
}
.clrd .l-limited-car__spec .spec-list__ttl {
  margin-top: 0;
  font-weight: bold;
}
.clrd .l-limited-car__spec .spec-list__ttl:nth-child(n+3) {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .spec-list__ttl:nth-child(n+3) {
    margin-top: 28px;
  }
}
.clrd .l-limited-car__spec .spec-list {
  border-bottom: 1px solid #dbdbdb;
}
.clrd .l-limited-car__spec .spec-notice {
  text-align: left;
  font-size: 1rem;
}
.clrd .l-limited-car__spec .spec-list .bg-yellow,
.clrd .l-limited-car__spec .spec-notice .bg-yellow {
  background-color: #fff8df;
}
.clrd .l-limited-car__spec .spec-list .bg-yellow {
  font-weight: bold;
}
@media (max-width: 1279px) {
  .clrd .l-limited-car__spec .spec-notice .bg-yellow {
    display: inline;
  }
}
.clrd .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow {
  font-weight: bold;
}
.clrd .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow td,
.clrd .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow th {
  background-color: #fff8df;
}
.clrd .l-limited-car__spec .table__notice .bg-yellow {
  display: inline;
}
.clrd .l-limited-car__spec .table__notice .bg-yellow td,
.clrd .l-limited-car__spec .table__notice .bg-yellow th {
  background-color: #fff8df;
}
.clrd .l-limited-car__spec .caution {
  margin-top: 7px;
  font-size: 1rem;
}
.clrd .l-limited-car__spec .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .equipment__lead {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .clrd .l-limited-car__spec .equipment__caution {
    margin-top: 5px;
    font-size: 0.9rem;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .clrd .l-limited-car__spec .interior-list > li {
    padding: 16px 16px 16px 16px;
    font-size: 1.2rem;
  }
  .clrd .l-limited-car__spec .equipment__lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .clrd .l-limited-car__spec .equipment__caution {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .clrd .l-limited-car__spec .interior-list {
    margin-top: 44px;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__spec .interior-list > li {
    padding: 8px 16px 8px 16px;
    font-size: 1.4rem;
  }
  .clrd .l-limited-car__spec .equipment__lead {
    margin-top: 20px;
    padding: 0 32px;
    font-size: 1.4rem;
  }
  .clrd .l-limited-car__spec .equipment__caution {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .clrd .l-limited-car__spec .interior-list {
    margin-top: 44px;
  }
}
.clrd .lists .list-head {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .clrd .lists .list-head {
    padding-left: 8px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .lists .list-head {
    padding-left: 16px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .clrd .lists .list-head {
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.clrd .lists .linterior-list__number {
  position: absolute;
  background: #db8a49;
  color: #fff;
}
.clrd .lists .linterior-list__number.is-hidden {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .clrd .lists .linterior-list__number {
    top: 10px;
    left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .lists .linterior-list__number {
    top: 16px;
    left: 16px;
  }
}
@media (min-width: 1280px) {
  .clrd .lists .linterior-list__number {
    top: 8px;
    left: 16px;
  }
}
.clrd .lists .linterior-list__number.no-number {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .clrd .lists .interior-list > li {
    padding: 10px 8px 10px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .lists .interior-list > li {
    padding: 16px 16px 16px 44px;
  }
}
@media (min-width: 1280px) {
  .clrd .lists .interior-list > li {
    padding: 8px 40px 8px 44px;
  }
}
.clrd .lists:nth-child(n+3) .interior-list {
  margin-top: 0;
}
@media (max-width: 767px) {
  .clrd .lists:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .clrd .lists:nth-child(n+3) {
    margin-top: 32px;
  }
}
.clrd .lists .interior-list.interior-list--full {
  display: inherit;
}
.clrd .lists .interior-list.interior-list--full li {
  width: 100%;
  text-align: center;
}
.clrd .lists .interior-list.interior-list--full li::after {
  content: none;
}
.clrd .lists .interior-list.interior-list--full li span {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .clrd .lists .interior-list.interior-list--full li span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .clrd .sec-interior .lists .interior-list > li {
    padding: 10px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .sec-interior .lists .interior-list > li {
    padding: 16px 44px;
  }
}
@media (min-width: 1280px) {
  .clrd .sec-interior .lists .interior-list > li {
    padding: 8px 82px;
  }
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .interior-list > li {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .clrd .lists .linterior-list__number {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .spec-list__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .spec-list > li {
    font-size: 1.2rem;
  }
}
@media (max-width: 1279px) {
  .clrd .l-limited-car__spec .lists {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .lists .spec-list > li {
    padding: 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-limited-car__spec .lists .spec-list > li {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__spec .lists .spec-list > li {
    padding: 8px 16px;
  }
}
.clrd .specBtn .btn {
  display: block;
  box-sizing: border-box;
  margin: 5em auto 0;
  height: 4.4em;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 4.4em;
}
@media (min-width: 768px) {
  .clrd .specBtn .btn {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .clrd .specBtn .btn {
    height: 4.2em;
    line-height: 4.2em;
  }
}
.clrd .specBtn .arrow:after {
  content: none;
}
@media (min-width: 768px) {
  .clrd .sec-colour {
    margin-top: 55px;
  }
}
.clrd .colour-item-img-wrap {
  margin-top: 14px;
}
.clrd .colour-item-img {
  display: none;
  text-align: center;
}
.clrd .colour-item-img.is_selected {
  display: block;
}
.clrd .colour-item-img img {
  height: auto;
}
@media (min-width: 768px) {
  .clrd .colour-item-img img {
    width: 80.37109375%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .clrd .colour-item-img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .clrd .colour-item-caption {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .clrd .colour-item-caption {
    margin-top: 26px;
  }
}
.clrd .colour-item-caption span {
  display: block;
}
.clrd .colour-item-caption span.asterisk {
  display: inline;
}
.clrd .colour-item-caption .en {
  font-family: "RenaultFont";
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .clrd .colour-item-caption .en {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .clrd .colour-item-caption .en {
    font-size: 1.8rem;
  }
}
.clrd .colour-item-caption .ja {
  margin-top: 3px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .clrd .colour-item-caption .ja {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .clrd .colour-item-caption .ja {
    font-size: 1.2rem;
  }
}
.clrd .gps-grade__ctrl {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .clrd .gps-grade__ctrl {
    margin-top: 41px;
  }
}
@media (max-width: 767px) {
  .clrd .gps-grade__ctrl {
    margin-top: 20px;
  }
}
.clrd .gps-grade__ctrl li {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .clrd .gps-grade__ctrl li {
    width: 63px;
    height: 63px;
  }
  .clrd .gps-grade__ctrl li.is_selected {
    padding: 11px;
  }
  .clrd .gps-grade__ctrl li:not(:last-child) {
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .clrd .gps-grade__ctrl li {
    width: 50px;
    height: 50px;
  }
  .clrd .gps-grade__ctrl li.is_selected {
    padding: 6px;
  }
  .clrd .gps-grade__ctrl li:not(:last-child) {
    margin-right: 15px;
  }
}
.clrd .gps-grade__ctrl li.is_selected {
  box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
}
.clrd .gps-grade__color {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #f5f5f5;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.clrd .gps-grade__color--01 {
  background-color: #a4422f;
}
.clrd .gps-grade__color--02 {
  background-color: #9da3aa;
}
.clrd .gps-grade__color--03 {
  background-color: #3a4552;
}
.clrd .sec-equipment .contents-title {
  margin-bottom: 39px;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .clrd .sec-equipment .contents-title {
    margin-bottom: 29px;
    font-size: 1.4rem;
  }
}
.clrd .sec-equipment .contents-title:nth-child(4) {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .clrd .sec-equipment .contents-title:nth-child(4) {
    margin-top: 48px;
  }
}
.clrd .sec-equipment .contents-wrap > div:nth-child(2) {
  margin-top: 66px;
}
@media (max-width: 767px) {
  .clrd .sec-equipment .contents-wrap > div:nth-child(2) {
    margin-top: 46px;
  }
}
.clrd .sec-equipment .contents-wrap > div:nth-child(2) .img:nth-child(4) {
  margin-top: 69px;
}
@media (max-width: 767px) {
  .clrd .sec-equipment .contents-wrap > div:nth-child(2) .img:nth-child(4) {
    margin-top: 49px;
  }
}
@media (min-width: 1280px) {
  .clrd .sec-equipment .caution-wrap {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .clrd .sec-equipment .caution-wrap {
    margin-top: 8px;
  }
}
.clrd .sec-equipment .caution-wrap p {
  font-size: 1rem;
}
.clrd .sec-interior {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .clrd .sec-safety {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .clrd .sec-safety {
    margin: 0 auto;
    padding-top: 0;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.clrd .sec-safety .safety-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 603px;
}
@media (min-width: 768px) {
  .clrd .sec-safety .safety-wrap .img {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .clrd .sec-safety .safety-wrap .img {
    margin-bottom: 9px;
  }
}
.clrd .sec-safety .safety-wrap .img img {
  width: 100%;
  height: auto;
}
.clrd .sec-safety .safety-wrap .explain__head {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .clrd .sec-safety .safety-wrap .explain__head {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .clrd .sec-safety .safety-wrap .explain__head {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
.clrd .sec-safety .safety-wrap .caution-wrap {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
@media (min-width: 768px) {
  .clrd .sec-safety .safety-wrap .caution-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .clrd .sec-safety .safety-wrap .caution-wrap {
    margin-top: 12px;
  }
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button {
  display: block;
  padding: 0;
  padding: 9px 0;
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px) {
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button {
    font-size: 1.2rem;
  }
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span {
    display: block;
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span {
    display: block;
    padding: 0 18px;
  }
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span::before,
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #000;
}
@media (min-width: 1280px) {
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span::before,
  .clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span::after {
    margin-right: -30px;
  }
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button span::after {
  transform: rotate(90deg);
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button.is-open span {
  position: relative;
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-head button.is-open span::after {
  content: none;
}
.clrd .sec-safety .safety-wrap .caution-wrap .caution-desc {
  display: none;
  padding-bottom: 9px;
  font-size: 1.1rem;
  line-height: 1.7272727273;
}
.clrd .l-limited-car__table {
  position: relative;
  z-index: 30;
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__table .table-menu__fixed {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__table .table__body {
    table-layout: fixed;
  }
  .clrd .l-limited-car__table .table__body th:nth-child(n+2) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .clrd .l-limited-car__table .table__body colgroup col:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .clrd .l-limited-car__table .control > a {
    background-color: #666;
    color: #fff;
  }
  .clrd .l-limited-car__table .control > a:hover {
    opacity: 0.9;
    background-color: #666;
  }
}
.clrd .l-limited-car__table .table-menu {
  height: auto;
}
.clrd .table__grade tr:nth-child(n+2) th {
  border-top: none;
}
.clrd .finance-item {
  padding: 0 0 52px 0;
}
.clrd .finance-item .headline .en {
  color: inherit;
}
.clrd .finance-item .contents {
  padding: 6px 16px 0 16px;
}
@media (min-width: 768px) {
  .clrd .finance-item .contents {
    padding: 6px 32px 0 32px;
  }
}
.clrd .finance-item img {
  width: 100%;
  height: auto;
}
.clrd .finance-limited {
  padding: 0 0 1em 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "Renaultfont";
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .clrd .finance-limited {
    font-size: 1.6rem;
  }
}
.clrd .finance-detail-wrap :is(.finance-item__message, .finance__ttl, .finance-item__table, .finance-item__notes-1, .finance-item__notes-2, .finance-item__notes-3, .finance-item__month) {
  display: block;
}
@media (min-width: 1280px) {
  .clrd .finance-detail-wrap .finance-item__table {
    padding: 0;
  }
}
.clrd .finance-detail-wrap .finance-item__month {
  padding: 9px 0 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #333;
  text-align: center;
  font-family: "RenaultFont";
}
.clrd .finance-detail-wrap .finance-item__month * {
  display: inline-block;
  line-height: 1;
}
.clrd .finance-detail-wrap .finance-item__month .price__maker {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__maker {
    font-size: 1.2rem;
  }
}
.clrd .finance-detail-wrap .finance-item__price {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 740px;
  text-align: center;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__price {
    padding: 24px 0;
  }
}
.clrd .finance-detail-wrap .finance-item__price_ttl :is(.lineup, .num, .txt) {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__price_ttl :is(.lineup, .num, .txt) {
    display: inline-block;
    line-height: 1;
  }
}
.clrd .finance-detail-wrap .finance-item__detailWrap {
  width: 100%;
  max-width: 944px;
}
.clrd .finance-detail-wrap .finance-item__detail {
  box-sizing: border-box;
  padding: 28px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__detail {
    padding: 20px 0 0 0;
  }
}
.clrd .finance-detail-wrap :is(.finance-item__notes-1, .finance-item__notes-2) {
  font-size: 1rem;
}
.clrd .finance-detail-wrap .finance-item__notes-1 {
  padding: 32px 0 0 0;
}
.clrd .finance-detail-wrap .finance-item__notes-2 {
  padding: 8px 0 0 0;
  line-height: 1.4;
}
.clrd .finance-detail-wrap .finance-item__notes-3 {
  padding: 16px 0 0 0;
  font-size: 1.2rem;
}
.clrd .finance-detail-wrap .finance-item__table {
  border-top: none;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .finance-detail-wrap .finance-item__table {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__table {
    border-top: 1px solid #bdbdbd;
    width: 32%;
    max-width: 302px;
  }
}
.clrd .finance-detail-wrap .finance-item__table li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
}
.clrd .finance-detail-wrap .finance-item__limited {
  padding: 0 0 7px 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "Renaultfont";
  font-size: 1.32rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__limited {
    padding: 0 0 11px 0;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.clrd .finance-detail-wrap .finance-item__message {
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "Renaultfont";
  font-size: 1.32rem;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__message {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.clrd .finance-detail-wrap .finance-item__offer {
  margin-bottom: 2.6666666667vw;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__offer {
    margin-bottom: 0.6rem;
    font-size: 2rem;
  }
}
.clrd .finance-img {
  margin: 66px auto 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .clrd .finance-img {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .clrd .finance-img {
    margin: 20px auto 0;
  }
}
.clrd .finance-img img {
  width: 48.828125%;
}
@media (max-width: 767px) {
  .clrd .finance-img img {
    width: 86%;
  }
}
.clrd .finance-car-name {
  margin-top: 16px;
  text-align: center;
  font-family: var(--cl-font-family-base);
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .clrd .finance-car-name {
    margin-top: 4.453125vw;
    font-size: 4.21875vw;
  }
}
.clrd .price-maker-text {
  margin-right: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .clrd .price-maker-text {
    display: block;
    margin-right: 0;
  }
}
.clrd .finance-price {
  margin-top: 5px;
  line-height: 1;
}
.clrd .finance-price p {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .clrd .finance-price p {
    font-size: 2.6666666667vw;
  }
}
.clrd .finance-price .price-number {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-family: var(--cl-font-family-base);
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .clrd .finance-price .price-number {
    margin-right: 0.9375vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .clrd .finance-price .price-unit {
    font-size: 3.2vw;
  }
}
.clrd .finance-monthly-price-wrap {
  margin: 48px auto 0;
  margin-top: min(1vw, 16px);
  padding-bottom: min(1.5vw, 24px);
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 100%;
  max-width: 1024px;
  text-align: center;
}
@media (min-width: 768px) {
  .clrd .finance-monthly-price-wrap {
    padding-inline: 20px;
  }
}
@media (max-width: 767.98px) {
  .clrd .finance-monthly-price-wrap {
    margin-top: 3.7333333333vw;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap {
    padding-right: 1.5625vw;
  }
}
.clrd .finance-monthly-price-wrap .finance-monthly-price-wrap--inner {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .finance-monthly-price-wrap--inner {
    display: block;
    padding-right: 22.890625vw;
    padding-bottom: 1.640625vw;
    text-align: right;
  }
}
.clrd .finance-monthly-price-wrap .monthly-price {
  text-align: center;
  letter-spacing: 0.06em;
  color: #b60000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .monthly-price {
    text-align: right;
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .monthly-price .text-monthly {
    position: relative;
    top: -0.2em;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .monthly-price .text-yen {
    position: relative;
    top: -0.2em;
  }
}
.clrd .finance-monthly-price-wrap .monthly-price .price-number {
  position: relative;
  top: 0.1em;
  margin-left: 11px;
  font-family: var(--cl-font-family-base);
  font-size: 5.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .clrd .finance-monthly-price-wrap .monthly-price .price-number {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .monthly-price .price-number {
    top: 0.02em;
    margin-right: 1.640625vw;
    margin-left: 1.09375vw;
    font-size: 8.4375vw;
  }
}
.clrd .finance-monthly-price-wrap .payment-example-button {
  position: absolute;
  right: 0;
  margin: 0;
  margin-top: 2px;
  padding: 0;
  padding-right: 30px;
  border: none;
  cursor: pointer;
  background: none;
  letter-spacing: 0.09em;
  color: #333;
  font-size: 1.8rem;
  line-height: 22px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px) {
  .clrd .finance-monthly-price-wrap .payment-example-button {
    top: 50%;
    margin-right: -148px;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .payment-example-button {
    top: 0;
    bottom: 0;
    padding-right: 5.390625vw;
    font-size: 2.8125vw;
  }
}
.clrd .finance-monthly-price-wrap .payment-example-button span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  border: 2px solid #333;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .clrd .finance-monthly-price-wrap .payment-example-button span {
    margin-top: -11px;
  }
}
@media (max-width: 767px) {
  .clrd .finance-monthly-price-wrap .payment-example-button span {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
.clrd .finance-monthly-price-wrap .payment-example-button span::before,
.clrd .finance-monthly-price-wrap .payment-example-button span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}
.clrd .finance-monthly-price-wrap .payment-example-button span::before {
  width: 80%;
  height: 2px;
}
.clrd .finance-monthly-price-wrap .payment-example-button span::after {
  width: 2px;
  height: 80%;
}
.clrd .finance-detail-wrap .finance-item__btn {
  margin: 15px auto 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__btn {
    margin-top: 24px;
  }
}
.clrd .finance-detail-wrap .finance-item__btn a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1.6rem;
  width: 100%;
  height: 40px;
  background-color: #efdf00;
  text-decoration: none;
  color: #333;
  line-height: 1;
}
.clrd .finance-detail-wrap .finance-item__btn a.arrow:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .clrd .finance-detail-wrap .finance-item__btn a {
    box-sizing: border-box;
    padding-top: 1.2em;
    padding-right: 32px;
    padding-bottom: 1.2em;
    height: 50px;
    font-size: 1.4rem;
  }
  .clrd .twg-btn a.arrow:after {
    right: 12px;
  }
}
.clrd .finance-detail-wrap .finance-item__btnWrap {
  vertical-align: middle;
  font-weight: bold;
}
.clrd .finance-detail-wrap .finance-item__btnWrap:hover {
  opacity: 0.9;
}
.clrd .finance-detail-wrap .finance-item__btnLabel {
  text-align: left;
  font-family: var(--cl-font-family-base);
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .clrd .finance-detail-wrap .finance-item__btnLabel {
    font-size: 1.8rem;
  }
}
.clrd .finance-detail-wrap .finance-item__btnNote {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .clrd .finance-detail-wrap .finance-item__btnNote {
    margin-top: -0.6rem;
    font-size: 1.2rem;
  }
}
.clrd .finance-detail-wrap .finance-item__month .price__maker .price-number {
  padding: 0 5px 0 5px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__maker .price-number {
    font-size: 30px;
  }
}
.clrd .finance-detail-wrap .finance-item__month .price__maker .price-unit {
  font-size: 16px;
}
.clrd .finance-detail-wrap .finance-item__month .price__arrow {
  display: block;
  padding: 10px 8px 6px 8px;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__arrow {
    display: inline-block;
    padding: 0 8px;
  }
}
.clrd .finance-detail-wrap .finance-item__month .price__arrow span {
  margin-left: 4px;
  border-width: 7px 0 7px 14px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #333;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__arrow span {
    border-width: 7px 0 7px 14px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
  }
}
.clrd .finance-detail-wrap .finance-item__month .price__month {
  color: #b60000;
  font-size: 20px;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__month {
    font-size: 24px;
  }
}
.clrd .finance-detail-wrap .finance-item__month .price-number {
  margin: 0 0.1em;
  font-size: 50px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price-number {
    font-size: 56px;
  }
}
.clrd .finance-detail-wrap .finance-item__tableWrap {
  margin-top: 32px;
  border-top: 1px solid #bdbdbd;
  width: 100%;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__tableWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: none;
  }
}
.clrd .finance-detail-wrap .finance-item__table__price {
  float: right;
}
.clrd .finance-detail-wrap .finance-item__month .price__arrow {
  display: block;
  margin: 10px 0 4px;
  padding: 0;
}
.clrd .finance-detail-wrap .finance-item__month .price__arrow span:nth-child(n+2) {
  display: none;
}
.clrd .finance-detail-wrap .finance-item__month .price__maker .price-number {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .clrd .finance-detail-wrap .finance-item__month .price__arrow {
    display: inline-block;
  }
  .clrd .finance-detail-wrap .finance-item__month .price__arrow span {
    transform: rotate(0deg);
  }
  .clrd .finance-detail-wrap .finance-item__month .price__arrow span:nth-child(n+2) {
    display: inline-block;
  }
  .clrd .finance-detail-wrap .finance-item__month .price__maker .price-number {
    font-size: 3rem;
  }
}
.clrd .finance-btnWrap {
  vertical-align: middle;
  font-weight: bold;
}
.clrd .finance-btn {
  margin: 15px auto 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .clrd .finance-btn {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .clrd .finance-btn {
    margin-top: 24px;
  }
}
.clrd .finance-btn a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1.6rem;
  width: 100%;
  background-color: var(--cl-color-main);
  text-decoration: none;
  color: #333;
  line-height: 1;
}
@media (min-width: 768px) {
  .clrd .finance-btn a {
    height: auto;
    min-height: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .clrd .finance-btn a {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 0 7px 16px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.clrd .finance-btn a.arrow::after {
  position: absolute;
  top: 52%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .clrd .finance-btn a.arrow::after {
    right: 1rem;
  }
}
.clrd .finance-btn a:hover {
  opacity: 0.9;
}
@media (min-width: 1280px) {
  .clrd .gps-grade__item--zen .finance-btn {
    max-width: 430px;
  }
}
.clrd .finance-btnLabel {
  text-align: left;
  word-break: keep-all;
  font-family: "RenaultFont";
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .clrd .finance-btnLabel {
    position: relative;
    top: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .clrd .finance-btnLabel {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .clrd .finance-btnLabel {
    padding-right: 110px;
  }
}
.clrd .finance-btnNote {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .clrd .finance-btnNote {
    margin-top: -0.6rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .clrd .finance-btnNote {
    line-height: 1;
  }
}
.clrd .finance-modal {
  display: none;
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 80px 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .finance-modal {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .clrd .finance-modal {
    padding: 0 20px;
  }
}
.clrd .finance-modal.is-opening {
  display: flex;
}
.clrd .finance-modal.is-open {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.clrd .finance-modal.is-closing {
  visibility: hidden;
  opacity: 0;
}
.clrd .finance-modal .modal-content {
  position: relative;
  margin: 0 auto;
  background-color: #fefefe;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .clrd .finance-modal .modal-content {
    padding: 49px 33px 26px;
  }
}
.clrd .finance-modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  color: #aaa;
  font-size: 0;
  line-height: 1;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .clrd .finance-modal .modal-content .close {
    width: 40px;
    height: 40px;
  }
}
.clrd .finance-modal .modal-content .close span {
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .clrd .finance-modal .modal-content .close span {
    width: 40px;
    height: 40px;
  }
}
.clrd .finance-modal .modal-content .close span::before,
.clrd .finance-modal .modal-content .close span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #b8b8b8;
}
.clrd .finance-modal .modal-content .close span::before {
  transform: rotate(45deg);
}
.clrd .finance-modal .modal-content .close span::after {
  transform: rotate(-45deg);
}
.clrd .finance-modal .modal-content .close:hover,
.clrd .finance-modal .modal-content .close:focus {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .clrd .finance-modal .modal-body {
    overflow: auto;
    box-sizing: border-box;
    padding: 60px 33px 30px;
    max-height: calc(100vh - 160px);
  }
}
@media (max-width: 767px) {
  .clrd .l-banner .contents {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-banner .contents {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.clrd .l-banner img {
  width: 100%;
  height: auto;
}
.clrd .l-banner__cp .contents {
  margin: 0 auto 64px;
  max-width: 1024px;
}
@media (max-width: 1279px) {
  .clrd .l-banner__cp .contents {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .clrd .l-banner__cp .contents {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .l-banner__cp .contents {
    padding: 0 32px;
  }
}
.clrd .l-banner__cp img {
  width: 100%;
  height: auto;
}
.clrd .noBdr a:after {
  border: none;
}
.clrd .l-cp__banner .contents {
  padding: 0 16px 40px 16px;
}
.clrd .l-cp__banner .contents a {
  display: block;
  width: 100%;
}
.clrd .l-cp__banner .contents a img {
  width: 100%;
  max-width: 100%;
}
.clrd .l-cp__banner .contents a:hover img {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .clrd .l-cp__banner .contents {
    padding: 0 32px 40px 32px;
  }
}
@media (min-width: 1280px) {
  .clrd .l-cp__banner .contents {
    margin: 0 auto;
    padding: 0 0 64px 0;
    width: 1024px;
  }
}
.clrd .l-limited-car__spec .interior-list {
  border-top: 1px solid #dbdbdb;
}
.clrd .l-limited-car__spec .interior-list > li {
  border-top: 0;
  border-bottom: 1px solid #dbdbdb;
}
.clrd .l-limited-car__spec .interior-list > li:last-child,
.clrd .l-limited-car__spec .interior-list > li:nth-last-of-type(2):nth-child(odd) {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .clrd .l-limited-car__spec .spec-list {
    border-bottom: 1px solid #dbdbdb;
  }
  .clrd .l-limited-car__spec .spec-list > li {
    border-bottom: 1px solid #dbdbdb;
  }
  .clrd .l-limited-car__spec .spec-list > li:nth-child(n+3) {
    border-top: 0;
  }
  .clrd .l-limited-car__spec .spec-list > li:last-child,
  .clrd .l-limited-car__spec .spec-list > li:nth-last-of-type(2):nth-child(odd) {
    border-bottom: 0;
  }
}
.clrd .headline span {
  display: block;
}
.clrd .sec-equipment .annotation-wrap {
  margin: 11px auto 0;
}
@media (min-width: 1280px) {
  .clrd .sec-equipment .annotation-wrap {
    padding: 0 32px;
    width: calc(100% - 64px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .sec-equipment .annotation-wrap {
    margin-top: 7px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .clrd .sec-equipment .annotation-wrap {
    margin-top: 9px;
    width: 100%;
  }
}
.clrd .sec-equipment .annotation-wrap > p {
  letter-spacing: 0.06em;
}
@media (min-width: 1280px) {
  .clrd .sec-equipment .annotation-wrap > p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1279px) {
  .clrd .sec-equipment .annotation-wrap > p {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .clrd .sec-equipment .annotation-wrap > p {
    font-size: 1.1rem;
  }
}
.clrd .sec-colour .annotation {
  text-align: center;
}
@media (min-width: 768px) {
  .clrd .sec-colour .annotation {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .clrd .sec-colour .annotation {
    margin: 22px auto 0;
    width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd .sec-colour .annotation {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .clrd .sec-colour .annotation {
    margin-top: 18px;
    font-size: 1.1rem;
  }
}

/* --------------------------------
  mv
-------------------------------- */
.clrd-mv {
  margin-top: 44px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .clrd-mv {
    margin-top: 64px;
    background-repeat: repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd-mv {
    margin-top: 44px;
  }
}
.clrd-mv.is-fixed .clrd-mv-image img {
  position: fixed;
  top: 44px;
}
@media (min-width: 768px) {
  .clrd-mv.is-fixed .clrd-mv-image img {
    top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .clrd-mv.is-fixed .clrd-mv-image img {
    top: 44px;
  }
}
.clrd-mv.is-hidden .clrd-mv-image img {
  opacity: 0;
}
.clrd-mv .clrd-mv-image {
  min-height: 129.3333333333vw;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-mv-image {
    min-height: min(52.375vw, 838px);
  }
}
.clrd-mv .clrd-mv-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.clrd-mv .clrd-mv-container {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: rgba(129, 181, 203, 0.95);
}
.clrd-mv .clrd-mv-container-text {
  position: relative;
  margin-top: -33.6vw;
  padding: 26.6666666667vw 6.6666666667vw 16.5333333333vw;
  background: linear-gradient(to bottom, rgba(129, 181, 203, 0), rgba(129, 181, 203, 0.95) 26.6666666667vw, rgba(129, 181, 203, 0.95) 100%);
}
@media (min-width: 768px) {
  .clrd-mv .clrd-mv-container-text {
    margin-top: max(-15vw, -240px);
    padding: min(11vw, 176px) 0 min(11.5625vw, 185px);
    width: 100%;
    background: linear-gradient(90deg, rgba(129, 181, 203, 0.6) 11.2%, rgba(129, 181, 203, 0.95) 38.14%, rgba(129, 181, 203, 0.95) 50.74%, rgba(129, 181, 203, 0.95) 64.91%, rgba(129, 181, 203, 0.6) 88.72%);

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black min(11vw, 176px));

            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black min(11vw, 176px));
  }
}
.clrd-mv .clrd-container-textWrap {
  position: relative;
  z-index: 3;
  color: #fff;
}
.clrd-mv .clrd-container-statement {
  font-size: 4vw;
  line-height: 2.5333333333;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-statement {
    text-align: center;
    font-size: min(1.25vw, 20px);
    line-height: 2.5;
  }
}
.clrd-mv .clrd-container-info {
  margin: 0 auto;
  margin-bottom: 16vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 100%;

  padding-block: 4.2666666667vw;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-info {
    margin-bottom: min(7.8125vw, 125px);
    width: min(66.25vw, 1060px);
    font-weight: 500;

    padding-block: min(1.25vw, 20px);
  }
}
.clrd-mv .clrd-container-info__inner {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-info__inner {
    width: min(43.75vw, 700px);
  }
}
.clrd-mv .clrd-container-info__title {
  margin-bottom: 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 1;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-info__title {
    margin-bottom: min(0.75vw, 12px);
    text-align: center;
    font-size: min(1.25vw, 20px);
  }
}
.clrd-mv .clrd-container-info__text {
  text-align: left;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-info__text {
    font-size: min(0.875vw, 14px);
  }
}
.clrd-mv .clrd-container-title {
  display: inline-block;
  margin-bottom: 9.3333333333vw;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-title {
    margin-bottom: min(2.8125vw, 45px);
    font-size: min(1.75vw, 28px);
    line-height: 1.8;
  }
}
.clrd-mv .clrd-container-text + .clrd-container-text {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .clrd-mv .clrd-container-text + .clrd-container-text {
    margin-top: min(3.125vw, 50px);
  }
}
.clrd-mv img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* --------------------------------
  lineup
-------------------------------- */
.clrd .finance-item.-first .headline {
  padding-top: 29.3333333333vw;
}
@media (min-width: 768px) {
  .clrd .finance-item.-first .headline {
    padding-top: 10.1rem;
  }
}
.clrd .finance-item .contents + .contents {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .clrd .finance-item .contents + .contents {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .contents {
    padding: 0;
  }
}
.clrd .finance-item .finance-wrap__clrd-item {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 767.98px) {
  .clrd .finance-item .finance-wrap__clrd-item {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-wrap__clrd-item .finance-head {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1024px;

    gap: 0 11rem;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-img img {
    width: 100%;
  }
}
.clrd .finance-item .finance-car-name {
  display: flex;
  flex-flow: column;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-car-name {
    font-size: 2.1rem;
  }
}
.clrd .finance-item .finance-car-name span {
  font-size: 2.6666666667vw;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-car-name span {
    font-size: 1.1rem;
  }
}
.clrd .finance-item .finance-car-caption {
  margin-top: 2.6666666667vw;
  text-align: center;
  color: #757575;
  font-size: 2.1333333333vw;
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-car-caption {
    margin-top: 1.2rem;
    font-size: 8px;
  }
}
.clrd .finance-item .finance-price {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .clrd .finance-item .finance-price {
    margin-top: 2rem;
  }
}
.clrd .finance-item .price-type {
  margin-right: 0.6rem;
  font-family: var(--cl-font-family-base);
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .clrd .finance-item .price-type {
    font-size: 4vw;
  }
}
.clrd .finance-item .finance-monthly-price-wrap {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-monthly-price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    min-height: 7rem;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .finance-monthly-price-wrap--inner {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;

    gap: 0.5rem 4rem;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .monthly-price .text-monthly,
  .clrd .finance-item .monthly-price .text-yen {
    font-size: 2.3rem;
  }
  .clrd .finance-item .monthly-price .price-number {
    font-size: 4.3rem;
  }
}
@media (min-width: 768px) {
  .clrd .finance-item .payment-example-button {
    position: relative;
    top: 0.5rem;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .clrd .l-limited-car__spec .interior-list > li:nth-last-of-type(2):nth-child(odd) {
    border-bottom: 1px solid #dbdbdb;
  }
}
.clrd .l-limited-car__spec .lists p {
  margin-top: 1rem;
  padding: 1rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .lists p {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.clrd .l-limited-car__spec .lists p + .interior-list {
  margin-top: 0;
}
.clrd .l-limited-car__spec .lists .spec-list__ttl {
  padding-inline: 2.6666666667vw;
}
@media (min-width: 768px) {
  .clrd .l-limited-car__spec .lists .spec-list__ttl {
    padding: 1.5rem;
  }
}
.clrd .l-limited-car__spec .annotation-wrap .linterior-list__number {
  margin-right: 0;
  width: 18px;
  height: 18px;
  background: #666;
  color: #fff;
  font-size: 1.1rem;
  line-height: 18px;
}
@media (max-width: 767px) {
  .clrd .l-limited-car__spec .annotation-wrap .linterior-list__number {
    width: 16px;
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
  }
}
.clrd .spec-badge {
  display: flex;
  align-items: center;
  margin-top: 6.4vw;

  gap: 2.6666666667vw;
}
@media (min-width: 768px) {
  .clrd .spec-badge {
    margin-top: min(2vw, 32px);

    gap: min(0.625vw, 10px);
  }
}
.clrd .spec-badge p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .clrd .spec-badge p {
    font-size: min(0.875vw, 14px) !important;
    line-height: 1.4285714286;
  }
}
.clrd .spec-badge img {
  width: 38.1333333333vw;
}
@media (min-width: 768px) {
  .clrd .spec-badge img {
    width: min(11.125vw, 178px);
  }
}
.clrd .is_spec-selected .table__body-model {
  display: none;
}
@media (max-width: 767.98px) {
  .clrd .linterior-list__note {
    display: block;
  }
}
@media (min-width: 768px) {
  .clrd .linterior-list__note {
    margin-left: 0.7rem;
  }
}