@charset "UTF-8";






.l-limited-car__mv .contents {
	text-align: center;
}
.l-limited-car__mv .contents img {
	width: 100%;
}
/* SP */
@media (max-width: 767px) {
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__mv .contents img {
		max-width: 1280px;
	}
}





.l-limited-car__abst .contents img {
	max-width: 100%;
}

.l-limited-car__abst .contents .main {
	text-align: left;
}
.l-limited-car__abst .contents .main p {
	font-size: 1.2rem;
	line-height: 2.2;
	margin-top: 16px;
}
.l-limited-car__abst .contents .priceset {
	text-align: center;
}
.l-limited-car__abst .contents .colors .colors__name {
	font-family: "RenaultFont";
	text-align: center;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__abst .contents .main {
		padding: 32px 16px 0 16px;
	}
	.l-limited-car__abst .contents .colors img {
		padding: 16px 0 0 0;
	}
	.l-limited-car__abst .contents .colors .colors__name {
		padding: 8px 0 0 0;
	}
	.l-limited-car__abst .contents .colors .colors__name .en {
		font-size: 1.4rem;
	}
	.l-limited-car__abst .contents .colors .colors__name .jp {
		font-size: 1rem;
	}
	.l-limited-car__abst .contents .priceset {
		margin: 32px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__abst .contents .main {
		margin: 0 auto;
		padding: 52px 0 0 0;
		width: 488px;
	}
	.l-limited-car__abst .contents .main p {
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 16px;
	}
	.l-limited-car__abst .contents .colors {
		padding: 24px 48px;
	}
	.l-limited-car__abst .contents .colors .l-width50__unit:nth-child(odd) .colors__name {
		padding: 8px 16px 0 0;
	}
	.l-limited-car__abst .contents .colors .l-width50__unit:nth-child(even) .colors__name {
		padding: 8px 0 0 16px;
	}
	.l-limited-car__abst .contents .colors .colors__name .en {
		font-size: 1.6rem;
	}
	.l-limited-car__abst .contents .colors .colors__name .jp {
		font-size: 1.2rem;
	}
	.l-limited-car__abst .contents .priceset {
		margin: 12px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__abst .contents .main {
		margin: 0 auto;
		padding: 64px 0 0 0;
		width: 640px;
	}
	.l-limited-car__abst .contents .main p {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 2;
		margin-top: 16px;
	}
	.l-limited-car__abst .contents .colors {
		padding: 24px 0 24px 0;
		width: 960px;
	}
	.l-limited-car__abst .contents .colors .l-width50__unit:nth-child(odd) .colors__name {
		padding: 0 32px 0 0;
	}
	.l-limited-car__abst .contents .colors .l-width50__unit:nth-child(even) .colors__name {
		padding: 0 0 0 32px;
	}
	.l-limited-car__abst .contents .colors .colors__name .en {
		font-size: 2rem;
	}
	.l-limited-car__abst .contents .colors .colors__name .jp {
		font-size: 1.4rem;
	}
	.l-limited-car__abst .contents .priceset {
		margin: 20px 0 0 0;
	}
	.l-limited-car__abst .contents .priceset img {
		width: 960px;
	}
}







.l-limited-car__spec .contents {
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__spec .contents {
		margin-top: 24px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__spec .contents {
		margin-top: 40px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__spec .contents {
		margin-top: 40px;
	}
}






.l-limited-car__spec .lists {
	box-sizing: border-box;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__spec .lists {
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__spec .lists {
		padding: 0 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__spec .lists {
		margin: 0 auto;
		padding: 0 32px;
		width: 1024px;
	}
}






.l-limited-car__spec .interior-list {
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.l-limited-car__spec .interior-list li {
	box-sizing: border-box;
	border-top: 1px solid #dbdbdb;
	position: relative;
}
.l-limited-car__spec .linterior-list__number {
	background-color: #000000;
	color: #fff;
	display: inline-block;
	font-family: "RenaultFont";
	margin: 0 8px 0 0;
	text-align: center;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__spec .interior-list  {
		margin-top: 24px;
	}
	.l-limited-car__spec .interior-list > li {
		font-size: 1rem;
		padding: 10px 0 10px 8px;
		width: 100%;
	}
	.l-limited-car__spec .linterior-list__number {
		font-size: 1.3rem;
		height: 16px;
		line-height: 16px;
		width: 16px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__spec .interior-list  {
		margin-top: 40px;
	}
	.l-limited-car__spec .interior-list > li {
		font-size: 1.2rem;
		padding: 16px 0 16px 16px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-limited-car__spec .interior-list > li {
		width: 50%;
	}
	.l-limited-car__spec .interior-list > li:nth-child(odd):after {
		background-color: #dbdbdb;
		content: "";
		display: block;
		height: 60%;
		position: absolute;
		top: 20%;
		right: 0;
		width: 1px;
	}
	.l-limited-car__spec .linterior-list__number {
		font-size: 1.6rem;
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__spec .interior-list  {
		margin-top: 44px;
	}
	.l-limited-car__spec .interior-list > li {
		font-size: 1.4rem;
		padding: 8px 0 8px 16px;
	}
}






.l-limited-car__spec .spec-list:last-of-type {
	border-bottom: 1px solid #dbdbdb;
}
.l-limited-car__spec .spec-list {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.l-limited-car__spec .spec-list > li {
	box-sizing: border-box;
	position: relative;
}
.l-limited-car__spec .spec-list__ttl {
	background-color: #f6f6f6;
	border-bottom: 1px solid #6f6f6f;
	border-top: 1px solid #6f6f6f;
	line-height: 1.2;
}
.l-limited-car__spec .spec-list__sttl {
	background-color: #f6f6f6;
	border-bottom: 1px solid #6f6f6f;
	border-top: 1px solid #6f6f6f;
	line-height: 1.2;
}
.l-limited-car__spec .spec-notice {
	text-align: right;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__spec .lists {
		padding: 0 16px;
	}
	.l-limited-car__spec .spec-list > li {
		font-size: 1rem;
		padding: 10px 0 10px 8px;
		border-top: 1px solid #dbdbdb;
		width: 100%;
	}
	.l-limited-car__spec .spec-list__ttl {
		font-size: 1.4rem;
		margin-top: 28px;
		padding: 12px 0 12px 8px;
	}
	.l-limited-car__spec .spec-list__sttl {
		font-size: 1rem;
		padding: 12px 8px;
	}
	.l-limited-car__spec .spec-notice {
		font-size: 0.9rem;
		padding: 8px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__spec .spec-list > li {
		font-size: 1.2rem;
		padding: 16px 0 16px 16px;
	}
	.l-limited-car__spec .spec-list__ttl {
		font-size: 1.8rem;
		margin-top: 58px;
		padding: 16px;
	}
	.l-limited-car__spec .spec-list__sttl {
		font-size: 1.2rem;
		padding: 12px 16px;
	}
	.l-limited-car__spec .spec-notice {
		font-size: 1rem;
		padding: 8px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-limited-car__spec .spec-list > li {
		width: 50%;
	}
	.l-limited-car__spec .spec-list > li:nth-child(n+3) {
		border-top: 1px solid #dbdbdb;
	}
	.l-limited-car__spec .spec-list > li:nth-child(odd):after {
		background-color: #dbdbdb;
		content: "";
		display: block;
		height: 60%;
		position: absolute;
		top: 20%;
		right: 0;
		width: 1px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__spec .spec-list > li {
		font-size: 1.4rem;
		padding: 8px 0 8px 16px;
	}
	.l-limited-car__spec .spec-list__ttl {
		font-size: 1.8rem;
		margin-top: 58px;
		padding: 16px;
	}
	.l-limited-car__spec .spec-list__sttl {
		font-size: 1.4rem;
		padding: 12px 16px;
	}
	.l-limited-car__spec .spec-notice {
		font-size: 1rem;
		padding: 16px 0 0 0;
	}
}










/* SP & TB */
@media (max-width: 1279px) {
	.l-limited-car__table {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__table {
		font-family: "RenaultFont";
		padding: 64px 0 0 0;
	}
	.l-limited-car__table .control {
		padding: 0 0 44px 0;
		text-align: center;
	}
	.l-limited-car__table .control > a {
		background-color: #333;
		color: #fff;
		display: inline-block;
/*		font-size: 1.8rem;*/
		height: 62px;
		line-height: 62px;
		text-decoration: none;
		width: 1024px;
	}
	.l-limited-car__table .control > a:hover {
		background-color: #666;
	}
	.l-limited-car__table .control > a:after {
		content: "＋";
		margin-left: 1em;
	}
	.l-limited-car__table .control > a.is_opened:after {
		content: "－";
		margin-left: 1em;
	}
	.l-limited-car__table .table {
		display: none;
		margin:  0 auto;
	}
	.l-limited-car__table .table.is_selected {
		display: table;
	}
	.l-limited-car__table .table-menu {
		height: 138px;
		position: relative;
	}
	.l-limited-car__table .table-menu__fixed {
		background-color: #fff;
		position: relative;
		width: 100%;
		z-index: 100;
	}
	.l-limited-car__table .table-menu__menu {
		border-bottom: 1px solid #dbdbdb;
		border-top: 1px solid #dbdbdb;
	}
	.l-limited-car__table .table-menu__inner {
		font-size: 1.8rem;
		height: 48px;
		line-height: 48px;
		margin: 0 auto;
		width: 1024px;
	}
	.l-limited-car__table .table-menu__inner > a {
		border-right: 1px solid #dbdbdb;
		box-sizing: border-box;
		color: #333333;
		display: block;
		float: left;
		font-family: "RenaultFont";
		font-weight: bold;
		height: 100%;
		text-align: center;
		text-decoration: none;
		width: 50%;
	}
	.l-limited-car__table .table-menu__inner > a:hover {
		border-bottom: 4px solid #ffcc33;
	}
	.l-limited-car__table .table-menu__inner > a.is_selected {
		background-color: #ffffff;
		border-bottom: 4px solid #ffcc33;
	}
	.l-limited-car__table .table-menu__inner > a:first-child {
		border-left: 1px solid #dbdbdb;
	}
	.l-limited-car__table .table-menu__inner > a.arrow:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 14px;
	}
	.l-limited-car__table .table-menu__inner > a.arrow:after {
		background-position: 0 -3em;
		font-size: 14px;
		left: 6px;
		top: 18px;
	}
	.l-limited-car__table .table-menu__inner > a.is_selected.arrow:before,
	.l-limited-car__table .table-menu__inner > a.is_selected.arrow:after {
		display: none;
	}
	.l-limited-car__table .table {
		border-spacing: 0;
		font-size: 1.2rem;
		font-family: "RenaultFont";
		padding: 16px 0 0 0;
		margin: 0 auto;
		width: 1024px;
	}
	.l-limited-car__table .table td {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 0 1px 1px 0;
		padding: 16px 8px;
	}
	.l-limited-car__table .table td:first-child {
		border-left-width: 1px;
		text-align: left;
	}
	.l-limited-car__table .table td:nth-child(n+2) {
		text-align: center;
	}
	.l-limited-car__table .table tbody tr:nth-child(2n) td {
		background-color: #f5f5f5;
	}
	.l-limited-car__table .table tr:nth-child(1) td {
		border-top-width: 1px;
	}
	.l-limited-car__table .table .table__sttl {
		background-color: #f5f5f5;
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 1px;
		font-size: 1.2rem;
		font-weight: bold;
		margin: 16px 0 0 0;
		padding: 10px 0 10px 10px;
	}
	.l-limited-car__table .table .table__notice {
		width: 1024px;
		font-size: 1rem;
		padding: 16px 0 0 0;
	}
	.l-limited-car__table .table .table__large-font {
		font-size: 2rem;
	}
	.l-limited-car__table .table__body {
		border-spacing: 0;
		font-size: 1.2rem;
		padding: 16px 0 0 0;
		margin: 0 auto;
		width: 1024px;
	}
	.l-limited-car__table .table__body th {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 1px 1px 1px 0;
	}
	.l-limited-car__table .table__body th:first-child {
		border-left-width: 1px;
		font-weight: normal;
		padding: 16px 8px;
		text-align: left;
	}
	.l-limited-car__table .table__body th:nth-child(n+2) {
		font-weight: bold;
		padding: 12px 0 12px 30px;
		text-align: center;
	}
}









.finance-detail {
	box-sizing: border-box;
	margin: 0 auto;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__finance .contents {
		padding: 14px 16px 0 16px;
	}
	.finance-detail__simple .btn {
		box-sizing: border-box;
		font-size: 1.3rem;
		padding-left: 6px;
	}
	.finance-detail__simple .arrow:after {
		font-size: 18px;
		position: absolute;
		right: 8px;
		top: 12px;
	}
	.finance-detail__simple .btn-icon {
		font-size: 32px;
		margin-bottom: -11px;
		margin-right: 0;
	}
	.finance-detail__simple .btn-plus {
		font-size: 1rem;
		margin-right: 32px;
	}
	.finance-detail__simple p {
		font-size: 1rem;
		padding: 10px 0 0 0;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.finance-detail {
		width: 100%;
	}
	.finance-message,
	.finance__ttl,
	.finance-table,
	.finance-detail__notes-1,
	.finance-detail__notes-2,
	.finance-detail__notes-3 {
		display: none;
	}
	.finance-detail__simple .btn {
		box-sizing: border-box;
		font-weight: bold;
		text-align: left;
	}
	.finance-detail__simple .btn-plus {
		float: right;
		font-weight: normal;
	}
	.finance-detail__simple p {
		line-height: 2;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__finance .contents {
		padding: 30px 0 0 0;
	}
	.finance-detail__simple {
		text-align: center;
	}
	.finance-detail__simple .btn {
		font-size: 2rem;
		height: 58px;
		line-height: 58px;
		padding: 0 0 0 10px;
		width: 442px;
	}
	.finance-detail__simple .arrow:after {
		font-size: 26px;
		position: absolute;
		right: 14px;
		top: 16px;
	}
	.finance-detail__simple .btn-icon {
		font-size: 46px;
		margin-bottom: -16px;
		margin-right: 0;
	}
	.finance-detail__simple .btn-plus {
		font-size: 1.4rem;
		margin-right: 52px;
	}
	.finance-detail__simple p {
		font-size: 1.4rem;
		padding: 12px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.finance-message {
		font-size: 1.6rem;
		letter-spacing: .5px;
		line-height: 1;
		text-align: center;
	}
	.l-limited-car__finance .contents {
		padding-top: 44px;
	}
	.finance__ttl {
		width: 100%;
	}
	.finance-detail {
		padding: 28px 0 0 0;
		width: 1024px;
	}
	.finance-table {
		font-size: 1.2rem;
		line-height: 2.5;
		padding: 32px 0 0 0;
	}
	.finance-table li {
		border-bottom: 1px solid #bdbdbd;
		float: left;
		height: 32px;
		margin-right: 56px;
		width: 303px;
	}
	.finance-table li:nth-child(3n) {
		margin-right: 0;
		width: 304px;
	}
	.finance-table li:nth-child(-n+3) {
		border-top: 1px solid #bdbdbd;
	}
	.finance-table__price {
		float: right;
	}
	.finance-detail__notes-1,
	.finance-detail__notes-2 {
		font-size: 1rem;
	}
	.finance-detail__notes-1 {
		padding: 32px 0 0 0;
	}
	.finance-detail__notes-2 {
		padding: 8px 0 0 0;
	}
	.finance-detail__notes-3 {
		font-size: 1.4rem;
		padding: 16px 0 0 0;
	}
	.finance-detail__simple {
		display: none;
	}
}







.l-limited-car__banner a {
	display: inline-block;
	position: relative;
	width: 100%;
}
.l-limited-car__banner a:after {
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.l-limited-car__banner img {
	max-width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.l-limited-car__banner .contents {
		padding: 0 16px 40px 16px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__banner .contents {
		padding: 0 32px 40px 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__banner .contents {
		margin: 0 auto;
		padding: 0 0 64px 0;
		width: 1024px;
	}
	.l-limited-car__banner a:hover:after {
		border: 1px solid #dbdbdb;
	}
}
