@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/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" ;
}

.gclr .is-pc {
  display: block;
}
.gclr .is-sp {
  display: none;
}
.gclr .is-pc-tb {
  display: block;
}
.gclr .is-tb-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .is-pc {
    display: none;
  }
  .gclr .is-pc-tb {
    display: block;
  }
  .gclr .is-tb {
    display: block;
  }
  .gclr .is-tb-sp {
    display: block;
  }
  .gclr .is-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .gclr .is-pc {
    display: none;
  }
  .gclr .is-pc-tb {
    display: none;
  }
  .gclr .is-tb {
    display: none;
  }
  .gclr .is-tb-sp {
    display: block;
  }
  .gclr .is-sp {
    display: block;
  }
}
.gclr .rj-font {
  font-family: "RenaultFont";
}
.gclr .asterisk {
  vertical-align: top;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .gclr .is-pc--inline {
    display: none;
  }
}
@media (min-width: 768px) {
  .gclr .is-pc--inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .gclr .is-sp--inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .gclr .is-sp--inline {
    display: none;
  }
}
.gclr .is-fade {
  opacity: 0;
}
.gclr .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);
  }
}
.gclr .l-section {
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.gclr .l-section .headline .en {
  color: #333;
}
@media (max-width: 767px) {
  .gclr .l-section .headline .en {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .gclr .l-section .headline .jp {
    font-size: 1.2rem;
  }
}
.gclr .l-section.l-limited-car__finance .headline .en,
.gclr .l-section.l-social .headline .en {
  color: #333;
}
.gclr .l-section.l-social {
  background-color: #f5f5f5;
}
.gclr .btn {
  background-color: #efdf00;
}
.gclr .asterisk {
  vertical-align: top;
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .gclr .l-sp-border-bottom {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dbdbdb;
  }
  .gclr .only--tb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .only--tb {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .gclr .only--tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gclr .accessory-box {
    margin: 20px 46px 0;
  }
  .gclr .accessory-img {
    margin-top: 20px;
    margin-bottom: 9px;
    text-align: center;
  }
  .gclr .accessory-img img {
    max-width: 100%;
  }
  .gclr .accessory-txts {
    text-align: left;
  }
  .gclr .accessory-txts h3 {
    font-size: 1rem;
    line-height: 1.5834;
  }
  .gclr .accessory-txts p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .gclr .accessory-txts p:first-of-type {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .accessory-box {
    margin: 30px auto 0;
    width: 395px;
  }
  .gclr .accessory-img {
    margin-bottom: 12px;
    text-align: center;
  }
  .gclr .accessory-img img {
    max-width: 100%;
  }
  .gclr .accessory-txts {
    text-align: left;
  }
  .gclr .accessory-txts h3 {
    font-size: 1.3rem;
    line-height: 1.5834;
  }
  .gclr .accessory-txts p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .gclr .accessory-txts p:first-of-type {
    margin-bottom: 7px;
  }
}
@media (min-width: 1280px) {
  .gclr .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;
  }
  .gclr .accessory-img {
    width: 41.15%;
    text-align: center;
  }
  .gclr .accessory-img img {
    max-width: 100%;
  }
  .gclr .accessory-txts {
    box-sizing: border-box;
    padding-left: 24px;
    width: 58.85%;
    text-align: left;
  }
  .gclr .accessory-txts h3 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .gclr .accessory-txts p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .gclr .accessory-txts p:first-of-type {
    margin-bottom: 15px;
  }
}
.gclr .gps-grade__notice {
  padding-top: 14px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .gclr .gps-grade__notice {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .gps-grade__notice {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .gclr .gps-grade__notice {
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
    width: 1024px;
  }
}
.gclr .fade-in {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.gclr .fade-in.active {
  opacity: 1;
}
.gclr .campaign-banner {
  transition: all 0.6s ease-in-out;
}
.gclr .campaign-banner:hover {
  opacity: 0.66;
  text-decoration: none;
}
.gclr .campaign-banner {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .gclr .campaign-banner {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .campaign-banner {
    padding: 0 32px;
  }
}
.gclr .campaign-banner > img {
  width: auto;
  max-width: 100%;
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 200;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Light.woff2") format("woff2");
  }
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 300;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Book.woff2") format("woff2");
  }
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 400;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Regular.woff2") format("woff2");
  }
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 600;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Semibold.woff2") format("woff2");
  }
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 700;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Bold.woff2") format("woff2");
  }
}
@font-face {
  .gclr {
    font-family: "NouvelR";
    font-weight: 800;
    font-style: normal;

    src: url("/common2021/font/NouvelR-Extrabold.woff2") format("woff2");
  }
}
.gclr .l-pagemenu .l-pagemenu__fixed {
  border-bottom: 0;
}
@media (max-width: 1279px) {
  .gclr .l-pagemenu .l-pagemenu__fixed {
    height: auto;
  }
}
.gclr .l-pagemenu .l-pagemenu__ttl {
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    height: 44px;
  }
}
@media (max-width: 1279px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    position: relative;
    top: 0;
    left: 0;
  }
  .gclr .l-pagemenu .l-pagemenu__ttl .jp {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gclr .l-pagemenu .l-pagemenu__ttl .jp {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 7px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 2px 16px;
  }
}
@media (max-width: 767px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    box-sizing: border-box;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .gclr .l-pagemenu .l-pagemenu__ttl .en {
    display: block;
  }
}
@media (max-width: 767px) {
  .gclr .l-pagemenu .l-pagemenu__ttl .jp {
    display: block;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .gclr .l-pagemenu .l-pagemenu__ttl {
    padding: 8px 16px 12px;
  }
}
.gclr .section-mv {
  z-index: 30;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.gclr .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;
}
.gclr .l-limited-car__abst .contents .main {
  padding: 0;
  width: auto;
  background-size: contain;
  text-align: center;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main p {
    font-size: 1.3rem;
  }
}
.gclr .l-limited-car__abst .contents .main-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main-inner {
    padding: 57px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main-inner {
    padding: 42px 0 0 0;
  }
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main-inner {
    padding: 6.171875vw 0 0;
  }
}
.gclr .l-limited-car__abst .contents .main .head-en {
  letter-spacing: inherit;
  font-family: "RenaultFont";
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .head-en {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main .head-en {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main .head-en {
    font-size: 4rem;
  }
}
.gclr .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) {
  .gclr .l-limited-car__abst .contents .main .head {
    margin-bottom: 16px;
    font-size: 5.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main .head {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main .head {
    font-size: 2.9rem;
  }
}
.gclr .l-limited-car__abst .contents .main .head span {
  font-family: "RenaultFont";
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .head span {
    font-size: 5.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main .head span {
    font-size: 2.9rem;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main .head span {
    font-size: 3.8rem;
  }
}
.gclr .l-limited-car__abst .contents .main .desc {
  text-align: left;
  color: #333;
  line-height: 1.75;
}
.gclr .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) {
  .gclr .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) {
  .gclr .l-limited-car__abst .contents .main .desc {
    margin: 25px auto 0;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main .desc {
    margin: 25px auto 0;
    max-width: 912px;
    font-size: 1.6rem;
  }
}
.gclr .l-limited-car__abst .contents .main .abst-img-wrap {
  margin-bottom: 82px;
  text-align: center;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .abst-img-wrap {
    margin-bottom: 6.171875vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main .abst-img-wrap {
    margin-bottom: 42px;
    padding: 0px 50px;
  }
}
.gclr .l-limited-car__abst .contents .main .abst-01-img {
  display: inline-block;
  height: auto;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .abst-01-img {
    width: 90.390625%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__abst .contents .main .abst-01-img {
    width: 100%;
    max-width: 587px;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__abst .contents .main .abst-01-img {
    width: 100%;
    max-width: 722px;
  }
}
.gclr .l-limited-car__abst .contents .main .abst-02-img-wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.gclr .l-limited-car__abst .contents .main .abst-02-img {
  display: block;
  width: 100%;
  height: auto;
}
.gclr .l-limited-car__abst .contents .main .abst-03-wrap {
  padding: 55px 32px 60px;
  background-color: #333;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .abst-03-wrap {
    padding: 7.63226366% 0 8.1526452732%;
  }
}
.gclr .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) {
  .gclr .l-limited-car__abst .contents .main .abst-03-wrap .info-wrap p {
    margin-top: 5.2038161318%;
    font-size: 3.75vw;
  }
}
.gclr .l-limited-car__abst .contents .main .abst-03-wrap .info-wrap p:nth-child(2) {
  margin-top: 23px;
}
.gclr .l-limited-car__abst .contents .main .abst-03-wrap-inner {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__abst .contents .main .abst-03-wrap-inner {
    padding: 0 16px;
  }
}
.gclr .caution-wrap p {
  text-align: left;
  font-size: 1.2rem;
}
.gclr .global-menu {
  position: relative;
  z-index: 11000;
}
.gclr .footer-menu {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-top: 24px;
  background-color: #fff;
}
.gclr .global-menu.no-shadow:after {
  display: none;
}
.gclr .l-banner__cp .contents {
  margin: 0 auto 64px;
  max-width: 1024px;
}
@media (max-width: 1279px) {
  .gclr .l-banner__cp .contents {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .gclr .l-banner__cp .contents {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-banner__cp .contents {
    padding: 0 32px;
  }
}
.gclr .l-banner__cp img {
  width: 100%;
  height: auto;
}
.gclr .l-limited-car__spec .spec-list-block {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .spec-list-block {
    margin-top: 28px;
  }
}
.gclr .l-limited-car__spec .spec-list__p-ttl {
  margin-bottom: 6px;
  font-size: 2rem;
}
.gclr .l-limited-car__spec .spec-list__ttl {
  margin-top: 0;
  font-weight: bold;
}
.gclr .l-limited-car__spec .spec-list__ttl:nth-child(n+3) {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .spec-list__ttl:nth-child(n+3) {
    margin-top: 28px;
  }
}
.gclr .l-limited-car__spec .spec-list {
  border-bottom: 1px solid #dbdbdb;
}
.gclr .l-limited-car__spec .spec-notice {
  text-align: left;
  font-size: 1rem;
}
.gclr .l-limited-car__spec .spec-list .bg-yellow,
.gclr .l-limited-car__spec .spec-notice .bg-yellow {
  background-color: #fff8df;
}
.gclr .l-limited-car__spec .spec-list .bg-yellow {
  font-weight: bold;
}
@media (max-width: 1279px) {
  .gclr .l-limited-car__spec .spec-notice .bg-yellow {
    display: inline;
  }
}
.gclr .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow {
  font-weight: bold;
}
.gclr .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow td,
.gclr .l-limited-car__spec .l-limited-car__table .table__body .bg-yellow th {
  background-color: #fff8df;
}
.gclr .l-limited-car__spec .table__notice .bg-yellow {
  display: inline;
}
.gclr .l-limited-car__spec .table__notice .bg-yellow td,
.gclr .l-limited-car__spec .table__notice .bg-yellow th {
  background-color: #fff8df;
}
.gclr .l-limited-car__spec .caution {
  margin-top: 7px;
  font-size: 1rem;
}
.gclr .l-limited-car__spec .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .equipment__lead {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .gclr .l-limited-car__spec .equipment__caution {
    margin-top: 5px;
    font-size: 0.9rem;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .gclr .l-limited-car__spec .interior-list > li {
    padding: 16px 16px 16px 16px;
    font-size: 1.2rem;
  }
  .gclr .l-limited-car__spec .equipment__lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .gclr .l-limited-car__spec .equipment__caution {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .gclr .l-limited-car__spec .interior-list {
    margin-top: 44px;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__spec .interior-list > li {
    padding: 8px 16px 8px 16px;
    font-size: 1.4rem;
  }
  .gclr .l-limited-car__spec .equipment__lead {
    margin-top: 20px;
    padding: 0 32px;
    font-size: 1.4rem;
  }
  .gclr .l-limited-car__spec .equipment__caution {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .gclr .l-limited-car__spec .interior-list {
    margin-top: 44px;
  }
}
.gclr .lists .list-head {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .gclr .lists .list-head {
    padding-left: 8px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .lists .list-head {
    padding-left: 16px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .gclr .lists .list-head {
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.gclr .lists .linterior-list__number {
  position: absolute;
  background: #db8a49;
  color: #000;
}
.gclr .lists .linterior-list__number.is-hidden {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .gclr .lists .linterior-list__number {
    top: 10px;
    left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .lists .linterior-list__number {
    top: 16px;
    left: 16px;
  }
}
@media (min-width: 1280px) {
  .gclr .lists .linterior-list__number {
    top: 8px;
    left: 16px;
  }
}
.gclr .lists .linterior-list__number.no-number {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .gclr .lists .interior-list > li {
    padding: 10px 8px 10px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .lists .interior-list > li {
    padding: 16px 16px 16px 44px;
  }
}
@media (min-width: 1280px) {
  .gclr .lists .interior-list > li {
    padding: 8px 40px 8px 44px;
  }
}
.gclr .lists:nth-child(n+3) .interior-list {
  margin-top: 0;
}
@media (max-width: 767px) {
  .gclr .lists:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .gclr .lists:nth-child(n+3) {
    margin-top: 32px;
  }
}
.gclr .lists .interior-list.interior-list--full {
  display: inherit;
}
.gclr .lists .interior-list.interior-list--full li {
  width: 100%;
  text-align: center;
}
.gclr .lists .interior-list.interior-list--full li::after {
  content: none;
}
.gclr .lists .interior-list.interior-list--full li span {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .gclr .lists .interior-list.interior-list--full li span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .gclr .sec-interior .lists .interior-list > li {
    padding: 10px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .sec-interior .lists .interior-list > li {
    padding: 16px 44px;
  }
}
@media (min-width: 1280px) {
  .gclr .sec-interior .lists .interior-list > li {
    padding: 8px 82px;
  }
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .interior-list > li {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .gclr .lists .linterior-list__number {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .spec-list__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .spec-list > li {
    font-size: 1.2rem;
  }
}
@media (max-width: 1279px) {
  .gclr .l-limited-car__spec .lists {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gclr .l-limited-car__spec .lists .spec-list > li {
    padding: 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-limited-car__spec .lists .spec-list > li {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__spec .lists .spec-list > li {
    padding: 8px 16px;
  }
}
.gclr .specBtn .btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 16px;
  height: 4.4em;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 4.4em;
}
@media (min-width: 768px) {
  .gclr .specBtn .btn {
    width: min(500px, 100%);
  }
}
.gclr .specBtn .arrow:after {
  position: absolute;
  top: 20px;
  right: 12px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .gclr .sec-colour {
    margin-top: 55px;
  }
}
.gclr .colour-item-img-wrap {
  margin-top: 14px;
}
.gclr .colour-item-img {
  display: none;
  text-align: center;
}
.gclr .colour-item-img.is_selected {
  display: block;
}
.gclr .colour-item-img img {
  height: auto;
}
@media (min-width: 768px) {
  .gclr .colour-item-img img {
    width: 80.37109375%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .gclr .colour-item-img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gclr .colour-item-caption {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .gclr .colour-item-caption {
    margin-top: 26px;
  }
}
.gclr .colour-item-caption span {
  display: block;
}
.gclr .colour-item-caption span.asterisk {
  display: inline;
}
.gclr .colour-item-caption .en {
  font-family: "RenaultFont";
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gclr .colour-item-caption .en {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .gclr .colour-item-caption .en {
    font-size: 1.8rem;
  }
}
.gclr .colour-item-caption .ja {
  margin-top: 3px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gclr .colour-item-caption .ja {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .gclr .colour-item-caption .ja {
    font-size: 1.2rem;
  }
}
.gclr .gps-grade__ctrl {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .gclr .gps-grade__ctrl {
    margin-top: 41px;
  }
}
@media (max-width: 767px) {
  .gclr .gps-grade__ctrl {
    margin-top: 20px;
  }
}
.gclr .gps-grade__ctrl li {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .gclr .gps-grade__ctrl li {
    width: 63px;
    height: 63px;
  }
  .gclr .gps-grade__ctrl li.is_selected {
    padding: 11px;
  }
  .gclr .gps-grade__ctrl li:not(:last-child) {
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .gclr .gps-grade__ctrl li {
    width: 50px;
    height: 50px;
  }
  .gclr .gps-grade__ctrl li.is_selected {
    padding: 6px;
  }
  .gclr .gps-grade__ctrl li:not(:last-child) {
    margin-right: 15px;
  }
}
.gclr .gps-grade__ctrl li.is_selected {
  box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
}
.gclr .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;
}
.gclr .gps-grade__color--01 {
  background-color: #a4422f;
}
.gclr .gps-grade__color--02 {
  background-color: #9da3aa;
}
.gclr .gps-grade__color--03 {
  background-color: #3a4552;
}
.gclr .sec-equipment .contents-title {
  margin-bottom: 39px;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .gclr .sec-equipment .contents-title {
    margin-bottom: 29px;
    font-size: 1.4rem;
  }
}
.gclr .sec-equipment .contents-title:nth-child(4) {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .gclr .sec-equipment .contents-title:nth-child(4) {
    margin-top: 48px;
  }
}
.gclr .sec-equipment .contents-wrap > div:nth-child(2) {
  margin-top: 66px;
}
@media (max-width: 767px) {
  .gclr .sec-equipment .contents-wrap > div:nth-child(2) {
    margin-top: 46px;
  }
}
.gclr .sec-equipment .contents-wrap > div:nth-child(2) .img:nth-child(4) {
  margin-top: 69px;
}
@media (max-width: 767px) {
  .gclr .sec-equipment .contents-wrap > div:nth-child(2) .img:nth-child(4) {
    margin-top: 49px;
  }
}
@media (min-width: 1280px) {
  .gclr .sec-equipment .caution-wrap {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .gclr .sec-equipment .caution-wrap {
    margin-top: 8px;
  }
}
.gclr .sec-equipment .caution-wrap p {
  font-size: 1rem;
}
.gclr .sec-interior {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .gclr .sec-safety {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .gclr .sec-safety {
    margin: 0 auto;
    padding-top: 0;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.gclr .sec-safety .safety-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 603px;
}
@media (min-width: 768px) {
  .gclr .sec-safety .safety-wrap .img {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .gclr .sec-safety .safety-wrap .img {
    margin-bottom: 9px;
  }
}
.gclr .sec-safety .safety-wrap .img img {
  width: 100%;
  height: auto;
}
.gclr .sec-safety .safety-wrap .explain__head {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gclr .sec-safety .safety-wrap .explain__head {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .gclr .sec-safety .safety-wrap .explain__head {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
.gclr .sec-safety .safety-wrap .caution-wrap {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
@media (min-width: 768px) {
  .gclr .sec-safety .safety-wrap .caution-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .gclr .sec-safety .safety-wrap .caution-wrap {
    margin-top: 12px;
  }
}
.gclr .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) {
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button {
    font-size: 1.2rem;
  }
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span {
    display: block;
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span {
    display: block;
    padding: 0 18px;
  }
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span::before,
.gclr .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) {
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span::before,
  .gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span::after {
    margin-right: -30px;
  }
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-head button span::after {
  transform: rotate(90deg);
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-head button.is-open span {
  position: relative;
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-head button.is-open span::after {
  content: none;
}
.gclr .sec-safety .safety-wrap .caution-wrap .caution-desc {
  display: none;
  padding-bottom: 9px;
  font-size: 1.1rem;
  line-height: 1.7272727273;
}
.gclr .l-limited-car__table {
  position: relative;
  z-index: 30;
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__table .table-menu__fixed {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__table .table__body {
    table-layout: fixed;
  }
  .gclr .l-limited-car__table .table__body th:nth-child(n+2) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .gclr .l-limited-car__table .table__body colgroup col:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .gclr .l-limited-car__table .control > a {
    background-color: #666;
    color: #fff;
  }
  .gclr .l-limited-car__table .control > a:hover {
    opacity: 0.9;
    background-color: #666;
  }
}
.gclr .l-limited-car__table .table-menu {
  height: auto;
}
.gclr .table__grade tr:nth-child(n+2) th {
  border-top: none;
}
.gclr .finance-item {
  padding: 0 0 52px 0;
}
@media (max-width: 767.98px) {
  .gclr .finance-item {
    padding-bottom: 11.2vw;
  }
}
.gclr .finance-item .headline .en {
  color: inherit;
}
.gclr .finance-item .contents {
  padding: 6px 16px 0 16px;
}
@media (min-width: 768px) {
  .gclr .finance-item .contents {
    padding: 6px 32px 0 32px;
  }
}
.gclr .finance-item img {
  width: 100%;
  height: auto;
}
.gclr .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) {
  .gclr .finance-limited {
    font-size: 1.6rem;
  }
}
.gclr .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) {
  .gclr .finance-detail-wrap .finance-item__table {
    padding: 0;
  }
}
.gclr .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";
}
.gclr .finance-detail-wrap .finance-item__month * {
  display: inline-block;
  line-height: 1;
}
.gclr .finance-detail-wrap .finance-item__month .price__maker {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__month .price__maker {
    font-size: 1.2rem;
  }
}
.gclr .finance-detail-wrap .finance-item__price {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 740px;
  text-align: center;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__price {
    padding: 24px 0;
  }
}
.gclr .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) {
  .gclr .finance-detail-wrap .finance-item__price_ttl :is(.lineup, .num, .txt) {
    display: inline-block;
    line-height: 1;
  }
}
.gclr .finance-detail-wrap .finance-item__detailWrap {
  width: 100%;
  max-width: 944px;
}
.gclr .finance-detail-wrap .finance-item__detail {
  box-sizing: border-box;
  padding: 28px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__detail {
    padding: 20px 0 0 0;
  }
}
.gclr .finance-detail-wrap :is(.finance-item__notes-1, .finance-item__notes-2) {
  font-size: 1rem;
}
.gclr .finance-detail-wrap .finance-item__notes-1 {
  padding: 32px 0 0 0;
  line-height: 1.4;
}
.gclr .finance-detail-wrap .finance-item__notes-2 {
  padding: 8px 0 0 0;
  line-height: 1.4;
}
.gclr .finance-detail-wrap .finance-item__notes-2 a {
  text-decoration: underline;
  color: #8e8e8e;
}
.gclr .finance-detail-wrap .finance-item__notes-3 {
  padding: 16px 0 0 0;
  font-size: 1.2rem;
}
.gclr .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) {
  .gclr .finance-detail-wrap .finance-item__table {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__table {
    border-top: 1px solid #bdbdbd;
    width: 32%;
    max-width: 302px;
  }
}
.gclr .finance-detail-wrap .finance-item__table li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
}
.gclr .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) {
  .gclr .finance-detail-wrap .finance-item__limited {
    padding: 0 0 11px 0;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.gclr .finance-detail-wrap .finance-item__message {
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "Renaultfont";
  font-size: 1.32rem;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__message {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.gclr .finance-detail-wrap .finance-item__offer {
  margin-bottom: 2.6666666667vw;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__offer {
    margin-bottom: 0.6rem;
    font-size: 2rem;
  }
}
.gclr .finance-img {
  margin: 66px auto 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .gclr .finance-img {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .gclr .finance-img {
    margin: 20px auto 0;
  }
}
.gclr .finance-img img {
  width: 48.828125%;
}
@media (max-width: 767px) {
  .gclr .finance-img img {
    width: 86%;
  }
}
.gclr .finance-car-name {
  margin-top: 16px;
  text-align: center;
  font-family: var(--cl-font-family-base);
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gclr .finance-car-name {
    margin-top: 4.453125vw;
    font-size: 4.21875vw;
  }
}
.gclr .price-maker-text {
  margin-right: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gclr .price-maker-text {
    display: block;
    margin-right: 0;
  }
}
.gclr .finance-price {
  margin-top: 5px;
  line-height: 1;
}
.gclr .finance-price p {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .gclr .finance-price p {
    font-size: 2.6666666667vw;
  }
}
.gclr .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) {
  .gclr .finance-price .price-number {
    margin-right: 0.9375vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .gclr .finance-price .price-unit {
    font-size: 3.2vw;
  }
}
.gclr .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) {
  .gclr .finance-monthly-price-wrap {
    padding-inline: 20px;
  }
}
@media (max-width: 767.98px) {
  .gclr .finance-monthly-price-wrap {
    margin-top: 3.7333333333vw;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap {
    padding-right: 1.5625vw;
  }
}
.gclr .finance-monthly-price-wrap .finance-monthly-price-wrap--inner {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .finance-monthly-price-wrap--inner {
    display: block;
    padding-right: 22.890625vw;
    padding-bottom: 1.640625vw;
    text-align: right;
  }
}
.gclr .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) {
  .gclr .finance-monthly-price-wrap .monthly-price {
    text-align: right;
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .monthly-price .text-monthly {
    position: relative;
    top: -0.2em;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .monthly-price .text-yen {
    position: relative;
    top: -0.2em;
  }
}
.gclr .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) {
  .gclr .finance-monthly-price-wrap .monthly-price .price-number {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .monthly-price .price-number {
    top: 0.02em;
    margin-right: 1.640625vw;
    margin-left: 1.09375vw;
    font-size: 8.4375vw;
  }
}
.gclr .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) {
  .gclr .finance-monthly-price-wrap .payment-example-button {
    top: 50%;
    margin-right: -148px;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .payment-example-button {
    top: 0;
    bottom: 0;
    padding-right: 5.390625vw;
    font-size: 2.8125vw;
  }
}
.gclr .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) {
  .gclr .finance-monthly-price-wrap .payment-example-button span {
    margin-top: -11px;
  }
}
@media (max-width: 767px) {
  .gclr .finance-monthly-price-wrap .payment-example-button span {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
.gclr .finance-monthly-price-wrap .payment-example-button span::before,
.gclr .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;
}
.gclr .finance-monthly-price-wrap .payment-example-button span::before {
  width: 80%;
  height: 2px;
}
.gclr .finance-monthly-price-wrap .payment-example-button span::after {
  width: 2px;
  height: 80%;
}
.gclr .finance-detail-wrap .finance-item__btn {
  margin: 15px auto 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__btn {
    margin-top: 24px;
  }
}
.gclr .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;
}
.gclr .finance-detail-wrap .finance-item__btn a.arrow:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .gclr .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;
  }
  .gclr .twg-btn a.arrow:after {
    right: 12px;
  }
}
.gclr .finance-detail-wrap .finance-item__btnWrap {
  vertical-align: middle;
  font-weight: bold;
}
.gclr .finance-detail-wrap .finance-item__btnWrap:hover {
  opacity: 0.9;
}
.gclr .finance-detail-wrap .finance-item__btnLabel {
  text-align: left;
  font-family: var(--cl-font-family-base);
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .gclr .finance-detail-wrap .finance-item__btnLabel {
    font-size: 1.8rem;
  }
}
.gclr .finance-detail-wrap .finance-item__btnNote {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .gclr .finance-detail-wrap .finance-item__btnNote {
    margin-top: -0.6rem;
    font-size: 1.2rem;
  }
}
.gclr .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) {
  .gclr .finance-detail-wrap .finance-item__month .price__maker .price-number {
    font-size: 30px;
  }
}
.gclr .finance-detail-wrap .finance-item__month .price__maker .price-unit {
  font-size: 16px;
}
.gclr .finance-detail-wrap .finance-item__month .price__arrow {
  display: block;
  padding: 10px 8px 6px 8px;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__month .price__arrow {
    display: inline-block;
    padding: 0 8px;
  }
}
.gclr .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) {
  .gclr .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;
  }
}
.gclr .finance-detail-wrap .finance-item__month .price__month {
  color: #b60000;
  font-size: 20px;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__month .price__month {
    font-size: 24px;
  }
}
.gclr .finance-detail-wrap .finance-item__month .price-number {
  margin: 0 0.1em;
  font-size: 50px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__month .price-number {
    font-size: 56px;
  }
}
.gclr .finance-detail-wrap .finance-item__tableWrap {
  margin-top: 32px;
  border-top: 1px solid #bdbdbd;
  width: 100%;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__tableWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: none;
  }
}
.gclr .finance-detail-wrap .finance-item__table__price {
  float: right;
}
.gclr .finance-detail-wrap .finance-item__month .price__arrow {
  display: block;
  margin: 10px 0 4px;
  padding: 0;
}
.gclr .finance-detail-wrap .finance-item__month .price__arrow span:nth-child(n+2) {
  display: none;
}
.gclr .finance-detail-wrap .finance-item__month .price__maker .price-number {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .gclr .finance-detail-wrap .finance-item__month .price__arrow {
    display: inline-block;
  }
  .gclr .finance-detail-wrap .finance-item__month .price__arrow span {
    transform: rotate(0deg);
  }
  .gclr .finance-detail-wrap .finance-item__month .price__arrow span:nth-child(n+2) {
    display: inline-block;
  }
  .gclr .finance-detail-wrap .finance-item__month .price__maker .price-number {
    font-size: 3rem;
  }
}
.gclr .finance-btnWrap {
  vertical-align: middle;
  font-weight: bold;
}
.gclr .finance-btn {
  margin: 15px auto 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .gclr .finance-btn {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .gclr .finance-btn {
    margin-top: 24px;
  }
}
.gclr .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) {
  .gclr .finance-btn a {
    height: auto;
    min-height: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .gclr .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;
  }
}
.gclr .finance-btn a.arrow::after {
  position: absolute;
  top: 52%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .gclr .finance-btn a.arrow::after {
    right: 1rem;
  }
}
.gclr .finance-btn a:hover {
  opacity: 0.9;
}
@media (min-width: 1280px) {
  .gclr .gps-grade__item--zen .finance-btn {
    max-width: 430px;
  }
}
.gclr .finance-btnLabel {
  text-align: left;
  word-break: keep-all;
  font-family: "RenaultFont";
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .gclr .finance-btnLabel {
    position: relative;
    top: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .gclr .finance-btnLabel {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .gclr .finance-btnLabel {
    padding-right: 110px;
  }
}
.gclr .finance-btnNote {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .gclr .finance-btnNote {
    margin-top: -0.6rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .gclr .finance-btnNote {
    line-height: 1;
  }
}
.gclr .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.7);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .finance-modal {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .gclr .finance-modal {
    padding: 0 20px;
  }
}
.gclr .finance-modal.is-opening {
  display: flex;
}
.gclr .finance-modal.is-open {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.gclr .finance-modal.is-closing {
  visibility: hidden;
  opacity: 0;
}
.gclr .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) {
  .gclr .finance-modal .modal-content {
    padding: 49px 33px 26px;
  }
}
.gclr .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) {
  .gclr .finance-modal .modal-content .close {
    width: 40px;
    height: 40px;
  }
}
.gclr .finance-modal .modal-content .close span {
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .gclr .finance-modal .modal-content .close span {
    width: 40px;
    height: 40px;
  }
}
.gclr .finance-modal .modal-content .close span::before,
.gclr .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;
}
.gclr .finance-modal .modal-content .close span::before {
  transform: rotate(45deg);
}
.gclr .finance-modal .modal-content .close span::after {
  transform: rotate(-45deg);
}
.gclr .finance-modal .modal-content .close:hover,
.gclr .finance-modal .modal-content .close:focus {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .gclr .finance-modal .modal-body {
    overflow: auto;
    box-sizing: border-box;
    padding: 60px 33px 30px;
    max-height: calc(100vh - 160px);
  }
}
@media (max-width: 767px) {
  .gclr .l-banner .contents {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-banner .contents {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.gclr .l-banner img {
  width: 100%;
  height: auto;
}
.gclr .l-banner__cp .contents {
  margin: 0 auto 64px;
  max-width: 1024px;
}
@media (max-width: 1279px) {
  .gclr .l-banner__cp .contents {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .gclr .l-banner__cp .contents {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .l-banner__cp .contents {
    padding: 0 32px;
  }
}
.gclr .l-banner__cp img {
  width: 100%;
  height: auto;
}
.gclr .noBdr a:after {
  border: none;
}
.gclr .l-cp__banner .contents {
  padding: 0 16px 40px 16px;
}
.gclr .l-cp__banner .contents a {
  display: block;
  width: 100%;
}
.gclr .l-cp__banner .contents a img {
  width: 100%;
  max-width: 100%;
}
.gclr .l-cp__banner .contents a:hover img {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .gclr .l-cp__banner .contents {
    padding: 0 32px 40px 32px;
  }
}
@media (min-width: 1280px) {
  .gclr .l-cp__banner .contents {
    margin: 0 auto;
    padding: 0 0 64px 0;
    width: 1024px;
  }
}
.gclr .l-limited-car__spec .interior-list {
  border-top: 1px solid #dbdbdb;
}
.gclr .l-limited-car__spec .interior-list > li {
  border-top: 0;
  border-bottom: 1px solid #dbdbdb;
}
.gclr .l-limited-car__spec .interior-list > li:last-child,
.gclr .l-limited-car__spec .interior-list > li:nth-last-of-type(2):nth-child(odd) {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .gclr .l-limited-car__spec .spec-list {
    border-bottom: 1px solid #dbdbdb;
  }
  .gclr .l-limited-car__spec .spec-list > li {
    border-bottom: 1px solid #dbdbdb;
  }
  .gclr .l-limited-car__spec .spec-list > li:nth-child(n+3) {
    border-top: 0;
  }
  .gclr .l-limited-car__spec .spec-list > li:last-child,
  .gclr .l-limited-car__spec .spec-list > li:nth-last-of-type(2):nth-child(odd) {
    border-bottom: 0;
  }
}
.gclr .headline span {
  display: block;
}
.gclr .sec-equipment .annotation-wrap {
  margin: 11px auto 0;
}
@media (min-width: 1280px) {
  .gclr .sec-equipment .annotation-wrap {
    padding: 0 32px;
    width: calc(100% - 64px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .sec-equipment .annotation-wrap {
    margin-top: 7px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gclr .sec-equipment .annotation-wrap {
    margin-top: 9px;
    width: 100%;
  }
}
.gclr .sec-equipment .annotation-wrap > p {
  letter-spacing: 0.06em;
}
@media (min-width: 1280px) {
  .gclr .sec-equipment .annotation-wrap > p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1279px) {
  .gclr .sec-equipment .annotation-wrap > p {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .gclr .sec-equipment .annotation-wrap > p {
    font-size: 1.1rem;
  }
}
.gclr .sec-colour .annotation {
  text-align: center;
}
@media (min-width: 768px) {
  .gclr .sec-colour .annotation {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .gclr .sec-colour .annotation {
    margin: 22px auto 0;
    width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr .sec-colour .annotation {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .gclr .sec-colour .annotation {
    margin-top: 18px;
    font-size: 1.1rem;
  }
}

/* --------------------------------
  本ページ内共通
-------------------------------- */
.gclr {
  color: #311900;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.gclr a {
  text-decoration: none;
}

.gclr-inner {
  box-sizing: border-box;
  position: relative;
  max-width: 92.4rem;

  margin-inline: auto;
  padding-inline: 3.2rem;
}
@media (max-width: 767.98px) {
  .gclr-inner {
    padding-inline: 6.4vw;
  }
}

.gclr-uppercase {
  text-transform: uppercase;
}

.gclr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 49rem;
  min-height: 6.4rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #262626;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .gclr-btn {
    min-height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.gclr-btn:hover {
  background-color: #383838;
}
.gclr-btn:hover > .gclr-btn_arw {
  transform: translateX(0.4rem);
}
.gclr-btn.-border {
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
}
@media (max-width: 767.98px) {
  .gclr-btn.-border {
    border-width: 1px;
  }
}
.gclr-btn.-border:hover {
  background-color: #f0f0f0;
}
.gclr-btn.-pdf {
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
@media (max-width: 767.98px) {
  .gclr-btn.-pdf {
    padding-left: 2.9333333333vw;

    -moz-column-gap: 1.6vw;

         column-gap: 1.6vw;
  }
}
.gclr-btn.-dealer {
  min-height: 9rem;
  background-color: #efdf00;
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gclr-btn.-dealer {
    padding-inline: 8rem 5.7rem;
  }
}
@media (max-width: 767.98px) {
  .gclr-btn.-dealer {
    min-height: 17.3333333333vw;
    letter-spacing: 0.02em;
    font-size: 4.8vw;

    padding-inline: 9.3333333333vw 6.9333333333vw;
  }
}
.gclr-btn.-dealer:hover {
  background-color: #d8ca00;
}

.gclr-btn_arw {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 2.1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1rem;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767.98px) {
  .gclr-btn_arw {
    right: 3.7333333333vw;
    width: 1.8666666667vw;
  }
}
.gclr-btn_arw img {
  width: 100%;
}

.gclr-btn_pdf {
  display: flex;
  align-items: center;
  position: relative;
  top: 0.2rem;
  width: 1.8rem;
}
@media (max-width: 767.98px) {
  .gclr-btn_pdf {
    top: 0;
    width: 3.4666666667vw;
  }
}
.gclr-btn_pdf img {
  width: 100%;
}

.gclr-btn_search {
  display: flex;
  align-items: center;
  position: absolute;
  top: -0.1rem;
  right: auto;
  bottom: 0;
  left: 2.9rem;
  margin: auto;
  width: 3.6rem;
}
@media (max-width: 767.98px) {
  .gclr-btn_search {
    left: 2.6666666667vw;
    width: 6.1333333333vw;
  }
}
.gclr-btn_search img {
  width: 100%;
}

.gclr-btnList {
  display: grid;
  margin-top: 8.8rem;
  text-align: center;

  row-gap: 5rem;
}
@media (max-width: 767.98px) {
  .gclr-btnList {
    margin-top: 8.8vw;

    row-gap: 8.8vw;
    padding-inline: 6.4vw;
  }
}

/* --------------------------------
  mv
-------------------------------- */
.gclr-mv {
  margin-top: 44px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gclr-mv {
    margin-top: 64px;
    background-repeat: repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr-mv {
    margin-top: 44px;
  }
}
.gclr-mv.is-fixed .gclr-mv-image img {
  position: fixed;
  top: 44px;
}
@media (min-width: 768px) {
  .gclr-mv.is-fixed .gclr-mv-image img {
    top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gclr-mv.is-fixed .gclr-mv-image img {
    top: 44px;
  }
}
.gclr-mv.is-hidden .gclr-mv-image img {
  opacity: 0;
}
.gclr-mv .gclr-mv-image {
  min-height: 129.3333333333vw;
}
@media (min-width: 768px) {
  .gclr-mv .gclr-mv-image {
    min-height: min(52.375vw, 838px);
  }
}
.gclr-mv .gclr-mv-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gclr-mv .gclr-mv-container {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: rgba(255, 226, 200, 0.95);
}
.gclr-mv .gclr-mv-container-text {
  position: relative;
  margin-top: -14.4vw;
  padding: 17.6vw 6.6666666667vw 13.8666666667vw;
  background: linear-gradient(to bottom, rgba(255, 226, 200, 0), rgba(251, 231, 213, 0.95) 26.6666666667vw, #fbe7d5 100%);
}
@media (min-width: 768px) {
  .gclr-mv .gclr-mv-container-text {
    margin-top: -11.6666666667vw;
    padding: 12.6388888889vw 0 3.4722222222vw;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 176, 109, 0) 0%, rgba(255, 226, 200, 0.8) 18.68%, #fbe7d5 34.66%);
  }
}
.gclr-mv .gclr-container-textWrap {
  position: relative;
  z-index: 3;
}
.gclr-mv .gclr-container-statement {
  color: #000;
  font-size: 4vw;
  line-height: 2.5333333333;
}
@media (min-width: 768px) {
  .gclr-mv .gclr-container-statement {
    text-align: center;
    font-size: 1.3888888889vw;
    line-height: 2.5;
  }
}
.gclr-mv .gclr-container-title {
  display: inline-block;
  margin-bottom: 7.2vw;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .gclr-mv .gclr-container-title {
    margin-bottom: 2.0138888889vw;
    font-size: 1.9444444444vw;
    line-height: 1.8;
  }
}
.gclr-mv .gclr-container-text {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .gclr-mv .gclr-container-text {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .gclr-mv .gclr-container-text {
    font-size: 1.3888888889vw;
    line-height: 2.1;
  }
}
.gclr-mv .gclr-container-text + .gclr-container-text {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .gclr-mv .gclr-container-text + .gclr-container-text {
    margin-top: 3.4722222222vw;
  }
}
.gclr-mv img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* --------------------------------
  anchor
-------------------------------- */
.gclr .gclr-anchor {
  padding-bottom: 10rem;
  background: #fbe7d5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gclr .gclr-anchor {
    padding-bottom: 26.6666666667vw;
  }
}

.gclr-anchor_inner {
  box-sizing: border-box;
  position: relative;
  max-width: 122rem;

  margin-inline: auto;
  padding-inline: 2rem;
}
@media (max-width: 767.98px) {
  .gclr-anchor_inner {
    padding-inline: 5.3333333333vw;
  }
}

.gclr-anchor_link {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .gclr-anchor_link {
    max-width: 85.3333333333vw;

    margin-inline: auto;
  }
}
.gclr-anchor_link:hover i {
  translate: 0 0.4rem;
}
.gclr-anchor_link:hover img {
  scale: 1.02;
}
.gclr-anchor_link img {
  width: 100%;
  height: auto;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gclr-anchor_linkText {
  position: absolute;
  top: -0.8rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  letter-spacing: 0.1em;
  color: #202020;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .gclr-anchor_linkText {
    top: 0.2666666667vw;
    font-size: 3.2vw;
  }
}

/* --------------------------------
  lineup
-------------------------------- */
.gclr .finance-item.-first .headline {
  padding-top: 0;
}
.gclr .finance-item.-color .headline {
  padding-top: 10rem;
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-color .headline {
    padding-top: 24vw;
  }
}
.gclr .finance-item.-color .headline .jp {
  padding-top: 1.6rem;
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-color .headline .jp {
    padding-top: 2.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-color .headline .en {
    font-size: 8vw;
  }
}
.gclr .finance-item.-equipment {
  padding-bottom: 11rem;
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-equipment {
    padding-bottom: 21.3333333333vw;
  }
}
.gclr .finance-item.-equipment .headline {
  padding-top: 4.5rem;
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-equipment .headline {
    padding-top: 12.8vw;
  }
}
.gclr .finance-item.-equipment .headline .jp {
  padding-top: 1.6rem;
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-equipment .headline .jp {
    padding-top: 2.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .gclr .finance-item.-equipment .headline .en {
    letter-spacing: 0.03em;
    font-size: 8vw;
  }
}
.gclr .finance-item .contents {
  margin-top: 3.1rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .gclr .finance-item .contents {
    margin-top: 0;
  }
}
.gclr .finance-item .contents + .contents {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .gclr .finance-item .contents + .contents {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gclr .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 (max-width: 767.98px) {
  .gclr .finance-item .finance-img {
    margin: 6.1333333333vw auto 0;
    width: 86.4vw;
  }
}
.gclr .finance-item .finance-img img {
  width: 100%;
}
.gclr .finance-item .finance-car-name {
  display: flex;
  flex-flow: column;
  margin-top: -1.3333333333vw;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .gclr .finance-item .finance-car-name {
    margin-top: -0.9rem;
    font-size: 2.1rem;
  }
}
.gclr .finance-item .finance-car-name span {
  font-size: 2.6666666667vw;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  .gclr .finance-item .finance-car-name span {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.gclr .finance-item .finance-car-caption {
  margin-top: 1.3333333333vw;
  text-align: center;
  color: #757575;
  font-size: 2.1333333333vw;
}
@media (min-width: 768px) {
  .gclr .finance-item .finance-car-caption {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .gclr .finance-img {
    position: relative;
    left: -2px;
    margin-top: 0;
    max-width: 515px;
  }
}
@media (max-width: 767.98px) {
  .gclr .l-limited-car__spec .interior-list > li:nth-last-of-type(2):nth-child(odd) {
    border-bottom: 1px solid #dbdbdb;
  }
}

/* --------------------------------
  モデル
-------------------------------- */
.gclr .gclr-model {
  padding-bottom: 10rem;
  background-color: #fbe7d5;
  color: #000;
}
@media (max-width: 767.98px) {
  .gclr .gclr-model {
    padding-bottom: 17.6vw;
  }
}

.gclr-model_tag {
  margin: 0 auto 0.4rem;
  padding: 0.1rem 0.5rem 0.2rem;
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .gclr-model_tag {
    padding: 0.2666666667vw 1.0666666667vw 0.5333333333vw;
    font-size: 3.2vw;
  }
}

.gclr-model_headline {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .gclr-model_headline {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.gclr-model_headline > span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 767.98px) {
  .gclr-model_headline > span {
    margin-bottom: 0;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 100%;
  }
}

.gclr-model_detailsWrap {
  max-width: 45.4rem;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .gclr-model_detailsWrap {
    max-width: 100%;
    text-align: center;

    padding-inline: 7.2vw;
  }
}

.gclr-model_spec {
  margin-top: 1.9rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .gclr-model_spec {
    margin-top: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
}

.gclr-model_price {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .gclr-model_price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.8666666667vw;
    font-size: 2.6666666667vw;
    font-weight: 500;
  }
}

.gclr-model_price_num {
  font-size: 2.8rem;
  font-weight: 600;

  margin-inline: 0.4rem;
}
@media (max-width: 767.98px) {
  .gclr-model_price_num {
    font-size: 6.9333333333vw;

    margin-inline: 2.1333333333vw 0.5333333333vw;
  }
}

@media (max-width: 767.98px) {
  .gclr-model_price_yen {
    position: relative;
    top: 0.8vw;
    font-size: 3.2vw;
    font-weight: 700;
  }
}

.gclr-model_finance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.3rem;
  padding: 0.7rem 1rem;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 100%;
  background: rgba(49, 25, 0, 0.05);
}
@media (max-width: 767.98px) {
  .gclr-model_finance {
    margin-top: 0;
    padding: 1.8666666667vw 1.6vw;
    border-width: 1px;
  }
}

.gclr-model_finance_price {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .gclr-model_finance_price {
    font-size: 3.7333333333vw;
  }
}
.gclr-model_finance_price > span {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .gclr-model_finance_price > span {
    font-size: 5.3333333333vw;
  }
}

.gclr-model_finance_btn {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  border-style: none;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 257.143%;

  -webkit-appearance: button;
  gap: 0.7rem;
}
@media (max-width: 767.98px) {
  .gclr-model_finance_btn {
    right: 0.5333333333vw;
    font-size: 2.6666666667vw;

    gap: 1.3333333333vw;
  }
}
.gclr-model_finance_btn > i {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  font-size: 0;
  line-height: 0;
}
.gclr-model_finance_btn > i img {
  width: 100%;
}

.gclr-model_link {
  display: block;
  margin: 4rem auto 0;
  max-width: 45.4rem;
}
@media (max-width: 767.98px) {
  .gclr-model_link {
    margin-top: 6.9333333333vw;
    width: 85.3333333333vw;
    max-width: none;
  }
}
.gclr-model_link img {
  width: 100%;
}

/* --------------------------------
  特別装備
-------------------------------- */
.gclr-equipment_conts {
  display: grid;
  margin-top: 4rem;

  -moz-column-gap: 4rem;

       column-gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .gclr-equipment_conts {
    max-width: 84rem;

    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .gclr-equipment_conts {
    margin-top: 8.5333333333vw;

    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
  }
}

@media (min-width: 768px) {
  .gclr-equipment_item {
    display: grid;

    grid-template-rows: subgrid;
    grid-area: span 4;
  }
}
@media (max-width: 767.98px) {
  .gclr-equipment_item {
    padding-inline: 0.8vw;
  }
}

.gclr-equipment_ttl {
  align-self: center;
  margin-top: 2.4rem;
  color: #202020;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .gclr-equipment_ttl {
    margin-top: 4.5333333333vw;
    font-size: 5.3333333333vw;
    line-height: 110%;
  }
}

.gclr-equipment_ttl_small {
  display: block;
  margin-top: -0.3rem;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .gclr-equipment_ttl_small {
    margin: 0 0 0.5333333333vw -2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.gclr-equipment_img img {
  width: 100%;
}

.gclr-equipment_txt {
  margin-top: 1.2rem;
  letter-spacing: 0.05em;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
}

.gclr-equipment_caption {
  margin-top: 1rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .gclr-equipment_caption {
    margin-top: 1.8666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
}

.gclr-equipment_bnr {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 16.2rem auto 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .gclr-equipment_bnr {
    margin: 29.3333333333vw auto 0;
    max-width: 85.3333333333vw;
  }
}
@media (min-width: 768px) {
  .gclr-equipment_bnr:hover .gclr-equipment_bnrImg img {
    scale: 1.02;
  }
}
.gclr-equipment_bnr img {
  width: 100%;
}

.gclr-equipment_bnrImg img {
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gclr-equipment_bnrSubText {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0.9rem;
  bottom: 1rem;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;

  gap: 0.7rem;
}
@media (max-width: 767.98px) {
  .gclr-equipment_bnrSubText {
    right: 2.6666666667vw;
    bottom: 0.8vw;
    font-size: 3.7333333333vw;

    gap: 1.3333333333vw;
  }
}
.gclr-equipment_bnrSubText i {
  width: 3.1rem;
}
@media (max-width: 767.98px) {
  .gclr-equipment_bnrSubText i {
    position: relative;
    top: -0.5333333333vw;
    width: 4.8vw;
  }
}
.gclr-equipment_bnrSubText i img {
  width: 100%;
}

/* --------------------------------
  クルールエリア
-------------------------------- */
.gclr-couleur_hero {
  position: relative;
  width: 100%;
}
.gclr-couleur_hero img {
  width: 100%;
}

.gclr-couleur_heroText {
  position: absolute;
  top: 7.9rem;
  left: 14rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .gclr-couleur_heroText {
    top: 5.4861111111vw;
    left: 9.7222222222vw;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  .gclr-couleur_heroText {
    top: 10.1333333333vw;
    left: 8vw;
    font-size: 8.5333333333vw;
  }
}
.gclr-couleur_heroText::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: -0.5rem;
  bottom: -0.4rem;
  margin: auto;
  width: 29rem;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .gclr-couleur_heroText::before {
    right: -0.3472222222vw;
    bottom: -0.2777777778vw;
    width: 20.1388888889vw;
  }
}
@media (max-width: 767.98px) {
  .gclr-couleur_heroText::before {
    right: 0;
    width: 76vw;
  }
}

.gclr-couleur_inner {
  box-sizing: border-box;
  position: relative;
  max-width: 92.4rem;

  margin-inline: auto;
  padding-inline: 3.2rem;
}
@media (max-width: 767.98px) {
  .gclr-couleur_inner {
    padding-inline: 5.3333333333vw 4.8vw;
  }
}

.gclr-couleur_ttl {
  margin-top: 4rem;
  text-align: center;
  word-break: keep-all;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 900px) {
  .gclr-couleur_ttl {
    font-size: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .gclr-couleur_ttl {
    margin-top: 8.5333333333vw;
    text-align: left;
    font-size: 6.9333333333vw;
  }
}

.gclr-couleur_text {
  margin-top: 2.4rem;
  padding-bottom: 3.8rem;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 767.98px) {
  .gclr-couleur_text {
    padding-bottom: 5.8666666667vw;
    text-align: left;
  }
}

/* --------------------------------
  ギャラリー
-------------------------------- */
.gclr-gallery_inner {
  box-sizing: border-box;
  position: relative;
  max-width: 112rem;

  margin-inline: auto;
  padding-inline: 2rem;
}
@media (max-width: 767.98px) {
  .gclr-gallery_inner {
    padding-inline: 0;
  }
}

.gclr-gallery_ttl {
  padding-top: 8rem;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .gclr-gallery_ttl {
    padding-top: 8.5333333333vw;
    text-align: left;
    font-size: 6.4vw;

    margin-inline: 5.3333333333vw;
  }
}

.gclr-gallery_conts {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;

  row-gap: 0.6rem;
}
@media (max-width: 767.98px) {
  .gclr-gallery_conts {
    margin-top: 6.6666666667vw;

    row-gap: 1.0666666667vw;
  }
}

.gclr-gallery_modalBtn {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
@media (min-width: 768px) {
  .gclr-gallery_modalBtn:first-of-type,
  .gclr-gallery_modalBtn:nth-of-type(2),
  .gclr-gallery_modalBtn:nth-of-type(3) {
    width: calc(33.3333% - 0.4rem);
  }
}
@media (max-width: 767.98px) {
  .gclr-gallery_modalBtn:first-of-type {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gclr-gallery_modalBtn:nth-of-type(2),
  .gclr-gallery_modalBtn:nth-of-type(3) {
    width: calc(50% - 0.5333333333vw);
  }
}
.gclr-gallery_modalBtn:nth-of-type(4) {
  width: 66.48%;
}
@media (max-width: 767.98px) {
  .gclr-gallery_modalBtn:nth-of-type(4) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gclr-gallery_modalBtn:nth-of-type(5) {
    width: calc(33.52% - 0.6rem);
  }
}
@media (min-width: 768px) {
  .gclr-gallery_modalBtn:nth-of-type(6),
  .gclr-gallery_modalBtn:nth-of-type(7) {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767.98px) {
  .gclr-gallery_modalBtn:nth-of-type(5),
  .gclr-gallery_modalBtn:nth-of-type(6),
  .gclr-gallery_modalBtn:nth-of-type(7) {
    width: calc(33.333333% - 0.7111109333vw);
  }
}
.gclr-gallery_modalBtn img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gclr-gallery_modalBtn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: 1.3rem;
  right: 1.2rem;
  padding: 0.9rem;
  border: 1px solid #000;
  border-radius: 999px;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .gclr-gallery_modalBtn i {
    top: 2.4vw;
    right: 2.1333333333vw;
    padding: 1.0666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.gclr-gallery_modalBtn i.-borderWhite {
  border-color: #fff;
}
.gclr-gallery_modalBtn:hover img {
  scale: 1.02;
}

.gclr-galleryModal_slideWrapper {
  position: relative;
}

.gclr-galleryModal_slide .swiper-wrapper {
  width: 78rem;
}
@media (max-width: 930px) {
  .gclr-galleryModal_slide .swiper-wrapper {
    width: 83.8709677419vw;
  }
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_slide .swiper-wrapper {
    width: 85.3333333333vw;
  }
}
.gclr-galleryModal_slide .swiper-wrapper img {
  width: 100%;
}

.gclr-galleryModal_pagination.swiper-pagination {
  right: 0;
  bottom: -3rem;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_pagination.swiper-pagination {
    bottom: -6.1333333333vw;
  }
}
.gclr-galleryModal_pagination.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  transform: scale(1);
  background-color: #303030;

  margin-inline: 0.8rem;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_pagination.swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;

    margin-inline: 1.3333333333vw;
  }
}
.gclr-galleryModal_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c8c8c8;
}

.gclr-galleryModal_arw {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_arw {
    width: 6.9333333333vw;
  }
}
.gclr-galleryModal_arw.-prev {
  left: -2.2rem;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_arw.-prev {
    left: -5.3333333333vw;
  }
}
.gclr-galleryModal_arw.-next {
  right: -2.2rem;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_arw.-next {
    right: -5.3333333333vw;
  }
}

.gclr-galleryModal_closeBtn {
  position: absolute;
  top: -6rem;
  right: 0;
  left: 0;
  margin: auto;
  border-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_closeBtn {
    top: auto;
    bottom: -22.4vw;
  }
}
.gclr-galleryModal_closeBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #000;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_closeBtn span {
    width: 8vw;
    height: 8vw;
  }
}
.gclr-galleryModal_closeBtn svg {
  width: 1.6rem;
}
@media (max-width: 767.98px) {
  .gclr-galleryModal_closeBtn svg {
    width: 4.2666666667vw;
  }
}

/* --------------------------------
  次回予告
-------------------------------- */
.gclr-nextCouleur {
  padding-block: 8rem 9rem;
}
@media (max-width: 767.98px) {
  .gclr-nextCouleur {
    padding-block: 21.3333333333vw 25.0666666667vw;
  }
}

.gclr-nextCouleur_ttl {
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .gclr-nextCouleur_ttl {
    font-size: 6.4vw;
  }
}