@charset "UTF-8";




/*
	他のページのデザイン次第で
	ひょっとしたらCOMMONかも。
*/
.contents .message {
	letter-spacing: 0.5px;
}
/* SP */
@media (max-width: 767px) {
	.contents .message {
		font-size: 1.2rem;
		line-height: 2;
		padding: 14px 0 0 0;
		text-align: left;
	}
	.contents .message br {
		display: none;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.contents .message {
		font-size: 1.2rem;
		padding: 13px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.contents .message {
		line-height: 1.85714;
		text-align: center;
	}
}
/* PC */
@media (min-width: 1280px) {
	.contents .message {
		font-size: 1.4rem;
		padding: 12px 0 0 0;
	}
}





/* Main Message --------------------*/
.main-message {
	font-weight: bold;
	line-height: 1.5833333;
	text-align: center;
}
/* SP */
@media (max-width: 767px) {
	.main-message {
		font-size: 1.2rem;
		padding: 15px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.main-message {
		font-size: 1.6rem;
		padding: 16px 0 0 0;
	}
	.main-message br {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.main-message {
		font-size: 1.8rem;
		padding: 22px 0 0 0;
	}
	.main-message br {
		display: none;
	}
}





/* Main Text --------------------*/
/* SP */
@media (max-width: 767px) {
	.main-text {
		font-size: 1.2rem;
		padding: 15px 0 0 0;
		text-align: center;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.main-text {
		font-size: 1.2rem;
		line-height: 2;
		padding: 16px 0 0 0;
	}
	.main-text br {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.main-text {
		font-size: 1.4rem;
		line-height: 2;
		padding: 4px 0 0 0;
	}
}







.l-limited .headline,
.l-limited .contents {
	background-color: #f5f5f5;
}
.l-limited > .headline {
	padding-top: 0;
}
.limited-list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	justify-content: -webkit-center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.limited-list__item a {
	display: block;
}
.limited-list__item img {
	width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.l-limited {
		padding-top: 64px;
	}
	.l-limited .headline {
		padding-top: 20px;
	}
	.l-limited .contents {
		padding: 0 16px 28px 16px;
	}
	.limited-list__item {
		width: 50%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.limited-list {
		padding-top: 8px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited {
		padding: 52px 0 0 0;
	}
	.l-limited .headline {
		padding: 24px 0 0 0;
	}
	.l-limited .contents {
		padding: 0 32px 26px 32px;
	}
	.limited-list {
		padding-top: 24px;
	}
	.limited-list__item {
		width: 25%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-limited > .headline .en {
		font-size: 3rem;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited {
		padding: 128px 0 0 0;
	}
	.l-limited .headline {
		padding: 42px 0 0 0;
	}
	.l-limited .contents {
		padding: 0 0 64px 0;
	}
	.limited-list {
		padding: 28px 0 0 0;
	}
	.limited-list__item {
		width: 256px;
	}
}







.other-list {
	padding-top: 8px;
}
.other-list__item {
	box-sizing: border-box;
	float: left;
	padding: 0 3px;
	text-align: center;
	width: 200px;
}
.other-list__link {
	color: #333333;
	display: block;
	text-decoration: none;
}
.other-list__car {
	width: 100%;
}
.other-list__name {
	border-top: 1px solid #ebebeb;
	color: #333333;
	font-family: "RenaultFont";
	padding: 8px 0 0 0;
	margin: 10px 0 0 0;
}
.other-list__price {
	color: #727272;
	font-size: 1.2rem;
	line-height: 1;
}
/* SP */
@media (max-width: 767px) {
	.l-other > .headline .en {
		font-size: 2.1rem;
	}
	.l-other .contents {
		padding-bottom: 40px;
	}
	.other-list:after {
		clear: both;
		content: "";
		display: block;
	}
	.other-list__item {
		margin-bottom: 20px;
		width: 50%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-other .contents {
		padding-left: 40px;
		padding-right: 40px;
	}
	.other-list__link.is_tapped .other-list__name {
		border-top: 1px solid #ffcc33; 
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-other > .headline .en {
		font-size: 3rem;
	}
	.l-other .contents {
		padding: 0 0 80px 0;
	}
	.other-list {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		justify-content: -webkit-center;
		padding: 20px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-other .headline {
		padding: 76px 0 0 0;
	}
	.other-list__link:hover .other-list__name {
		border-top: 1px solid #ffcc33; 
	}
}








/* Accessory --------------------*/
.l-accessory .contents {
	text-align: center;
}
.accessory__btn > .btn {
	background-color: #f5f5f5;
	font-family: "RenaultFont";
	font-weight: bold;
	width: 100%;
}
.accessory__btn > .arrow:after {
	position: absolute;
	right: 8px;
	top: 11px;
}
/* SP */
@media (max-width: 767px) {
	.l-accessory .contents {
		padding: 0 16px 0 16px;
	}
	.accessory__photo {
		margin-top: 16px;
	}
	.accessory__btn > .btn {
		box-sizing: border-box;
		padding-left: 14px;
		text-align: left;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.accessory__photo {
		width: 100%;
	}
	.accessory__btn > .btn.is_tapped {
		background-color: #f9f9f9;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-accessory .contents {
		padding: 0 32px;
	}
	.accessory__photo {
		padding: 32px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.accessory__btn > .btn {
		text-align: center;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-accessory .contents {
		margin: 0 auto;
		width: 1024px;
	}
	.accessory__photo {
		margin-top: 40px;
		width: 100%;
	}
	.accessory__btn > .btn {
		height: 56px;
		line-height: 56px;
	}
	.accessory__btn > .btn:hover {
		background-color: #f9f9f9;
	}
	.accessory__btn > .arrow:after {
		top: 16px;
	}
}