@charset "UTF-8";




.gps-menu__inner {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	justify-content: -webkit-center;
}
.gps-menu__item {
	flex-grow: 1;
	position: relative;
}
.gps-menu__item a {
	border-right: 1px solid #dbdbdb;
	box-sizing: border-box;
	color: #333333;
	display: block;
	text-decoration: none;
}
.gps-menu__item a:after {
	background-color: #ffcc33;
	content: "";
	display: block;
	position: absolute;
}
.gps-menu__name .en {
	font-family: "RenaultFont";
	font-weight: bold;
}
.gps-menu__name .en-mini {
	font-size: 0.8em;
}
.gps-menu__price {
	font-family: "RenaultFont";
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.gps-menu {
		padding: 26px 0 0 0;
	}
	.gps-menu__item a {
		min-width: 80px;
		padding: 10px 0 12px 11px;
	}
	.gps-menu__name .en {
		display: block;
		font-size: 1.2rem;
		line-height: 1;
	}
	.gps-menu__name .jp {
		display: block;
		font-size: 1rem;
		line-height: 1;
		margin: 8px 0 0 0;
	}
	.gps-menu__price {
		display: none;
	}
	.gps-menu--bottom {
		padding: 30px 0 0 0;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.gps-menu__item.is_selected a:after,
	.gps-menu__item a.is_tapped:after {
		bottom: 0;
		height: 4px;
		left: 0;
		width: 100%;
	}
	.gps-menu--bottom .gps-menu__item.is_selected a:after,
	.gps-menu--bottom .gps-menu__item a.is_tapped:after {
		bottom: auto;
		top: 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.gps-menu {
		padding: 36px 0 0 0;
	}
	.gps-menu--bottom {
		padding: 55px 0 76px 0;
	}
	.gps-menu__item a {
		padding: 18px 0 16px 32px;
		min-width: 160px;
	}
	.gps-menu__name,
	.gps-menu__name .en,
	.gps-menu__name .jp {
		display: block;
		line-height: 1;
	}
	.gps-menu__name .jp {
		padding: 4px 0 0 0;
	}
	.gps-menu__price {
		line-height: 1;
		padding: 6px 0 0 0;
	}
	.gps-menu__item:last-child a {
		border-right: 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.gps-menu__name .en {
		font-size: 2.4rem;
		line-height: 1;
	}
	.gps-menu__name .jp {
		font-size: 1rem;
	}
	.gps-menu__price {
		font-size: 1.8rem;
	}
	.gps-menu__price .notice-mark:after {
		top: -4px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.gps-menu {
		margin-top: 32px;
	}
	.gps-menu--bottom {
		display: none;
	}
	.gps-menu__inner {
		margin: 0 auto;
		width: 1024px;
	}
	.gps-menu__item a {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-top: 16px;
		min-width: 250px;
	}
	.gps-menu__item.is_selected a:after,
	.gps-menu__item a:hover:after {
		bottom: 0;
		height: 4px;
		left: 0;
		width: 100%;
	}
	.gps-menu__name .jp {
		margin-left: 4px;
	}
	.gps-menu__item:first-child {
		border-left: 1px solid #dbdbdb;
	}
}





.gps-grade {
	position: relative;
}
.gps-grade__item {
	display: none;
}
.gps-grade__item.is_selected {
	display: block;
}
.gps-grade__data {
	z-index: 100;
}
.gps-grade__name-car {
	font-family: "RenaultFont";
}
.gps-grade__name-en {
	font-family: "RenaultFont";
	font-weight: bold;
}
.gps-grade__name-en .en-mini {
	font-size: 0.8em;
}
.gps-grade__price {
	font-family: "RenaultFont";
	font-weight: bold;
}
.gps-grade__img {
	position: relative;
}
.gps-grade__img-list {
	text-align: center;
}
.gps-grade__img-list > li {
	display: none;
}
.gps-grade__img-list > li.is_selected {
	display: block;
}
.gps-grade__btn {
	font-weight: bold;
}
.gps-grade__btn.arrow:after {
	background-position: -1.6em -4.8em;
	background-size: 3.2em 19.2em;
	height: 1.6em;
	position: absolute;
	right: 4px;
	width: 1.6em;
}
.gps-grade__ctrl:after,
.gps-grade__ctrl ul:after {
	clear: both;
	content: "";
	display: block;
}
.gps-grade__ctrl ul {
	display: block;
}
.gps-grade__ctrl-ex:before,
.gps-grade__ctrl-in:before {
	float: left;
	font-family: "RenaultFont";
	font-weight: bold;
}
.gps-grade__ctrl-ex:before {
	content: "EXTERIOR COLOUR";
}
.gps-grade__ctrl-in:before {
	content: "INTERIOR COLOUR";
}
.gps-grade__ctrl li {
	box-sizing: border-box;
	float: left;
}
.gps-grade__color {
	background-color: #f5f5f5;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}
.gps-grade__color-name {
	font-family: "RenaultFont";
}
/* SP */
@media (max-width: 767px) {
	.gps-grade {
		padding-left: 16px;
		padding-right: 16px;
	}
	.gps-grade__data {
		box-sizing: border-box;
		padding: 32px 0 20px 0;
		width: 100%;
	}
	.gps-grade__name {
		position: relative;
	}
	.gps-grade__name-car {
		font-size: 1.3rem;
		line-height: 1;
	}
	.gps-grade__name-en {
		font-size: 4rem;
		line-height: 1;
		padding: 4px 0 0 0;
	}
	.gps-grade__name-jp {
		font-size: 0.9rem;
		line-height: 1;
		padding: 4px 0 0 0;
	}
	.gps-grade__price {
		font-size: 2rem;
		line-height: 1;
		padding: 14px 0 0 0;
	}
	.gps-grade__price .notice-mark:after {
		top: -5px;
	}
	.gps-grade__txt {
		font-size: 1.2rem;
		line-height: 1.916666;
		padding: 18px 0 0 0;
	}
	.gps-grade__btn {
		box-sizing: border-box;
		font-size: 1.6rem;
		margin: 12px 0 0 0;
		padding: 0 0 0 16px;
	}
	.gps-grade__btn.arrow:after {
		top: 8px;
	}
	.gps-grade__img img {
		width: 100%;
	}
	.gps-grade__color-name {
		font-size: 1.2rem;
		padding-top: 8px;
	}
	.gps-grade__ctrl {
		border: 4px solid #f5f5f5;
		margin: 16px auto 0 auto;
		padding: 8px 0;
		width: 280px;
	}
	.gps-grade__ctrl ul {
		box-sizing: border-box;
		font-size: 1.2rem;
		margin: 0 auto;
		position: relative;
		width: 260px;
	}
	.gps-grade__ctrl-ex {
		padding: 0 0 0 80px;
	}
	.gps-grade__ctrl-in {
		padding: 20px 0 0 80px;
	}
	.gps-grade__ctrl-ex:before,
	.gps-grade__ctrl-in:before {
		font-size: 1.2rem;
		padding-left: 4px;
		padding-top: 4px;
		position: absolute;
		left: 0;
		line-height: 1.2;
		width: 72px;
	}
	.gps-grade__ctrl li {
		height: 36px;
		padding: 4px;
		width: 36px;
	}
	.gps-grade__ctrl li.is_selected {
		-webkit-box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
		   -moz-box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
				box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
		padding: 6px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.gps-grade {
		padding: 40px 32px 0 32px;
	}
	.gps-grade__data {
		box-sizing: border-box;
		left: 0;
		width: 100%;
	}
	.gps-grade__name-car {
		font-size: 1.8rem;
	}
	.gps-grade__data:after {
		clear: both;
		content: "";
		display: block;
	}
	.gps-grade__name {
		float: left;
		width: 40%;
	}
	.gps-grade__txt {
		font-size: 1.2rem;
		line-height: 2;
	}
	.gps-grade__info {
		border-left: 1px solid #dbdbdb;
		box-sizing: border-box;
		float: right;
		min-height: 142px;
		padding: 0 0 0 32px;
		width: 60%;
	}
	.gps-grade__img {
		padding: 32px 0 12px 0;
		text-align: right;
		width: 100%;
	}
	.gps-grade__img img {
		width: 100%;
	}
	.gps-grade__ctrl {
		padding: 18px 26px;
	}
	.gps-grade__ctrl-ex,
	.gps-grade__ctrl-in {
		width: 100%;
	}
	.gps-grade__ctrl-in {
		padding: 12px 0 0 0;
	}
	.gps-grade__ctrl-ex:before,
	.gps-grade__ctrl-in:before {
		margin-top: 11px;
		padding: 0 14px 0 0;
		width: 80px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.gps-grade__name-car {
		line-height: 1;
	}
	.gps-grade__name-en {
		font-size: 6rem;
		line-height: 1;
		padding: 2px 0 0 0;
	}
	.gps-grade__name-jp {
		font-size: 1rem;
		line-height: 1;
		padding: 3px 0 0 0;
	}
	.gps-grade__price {
		font-size: 3rem;
		letter-spacing: 0.1rem;
		line-height: 1;
		padding: 14px 0 0 0;
	}
	.gps-grade__price .notice-mark:after {
		top: -12px;
	}
	.gps-grade__btn {
		display: inline-block;
		font-size: 1.4rem;
		margin: 24px 0 0 0;
		padding: 0 0 0 12px;
		width: 180px;
	}
	.gps-grade__btn.arrow:after {
		top: 9px;
	}
	.gps-grade__color-name {
		font-size: 1.2rem;
		height: 40px;
		padding-top: 14px;
	}
	.gps-grade__ctrl {
		border: 8px solid #f5f5f5;
	}
	.gps-grade__ctrl ul {
		float: left;
		font-size: 1.2rem;
	}
	.gps-grade__ctrl li {
		height: 48px;
		padding: 4px;
		width: 48px;
	}
	.gps-grade__ctrl li.is_selected {
		-webkit-box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
		   -moz-box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
				box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.35) inset;
		padding: 8px;
	}
	.gps-grade__ctrl-ex:before,
	.gps-grade__ctrl-in:before {
		line-height: 1.2;
	}
}
/* PC */
@media (min-width: 1280px) {
	.gps-grade {
		margin-left: auto;
		margin-right: auto;
		padding: 48px 0 0 0;
		width: 960px;
	}
	.gps-grade__name-car {
		font-size: 2.2rem;
	}
	.gps-grade__data {
		float: left;
		padding: 0 0 56px 0;
		width: 366px;
	}
	.gps-grade__img {
		float: right;
		padding: 8px 0 0 0;
		width: 560px;
	}
	.gps-grade__img img {
		width: 560px;
	}
	.gps-grade__txt {
		font-size: 1.4rem;
		padding: 18px 0 0 0;
		line-height: 2;
	}
	.gps-grade__ctrl {
		padding: 8px;
	}
	.gps-grade__ctrl-ex:before,
	.gps-grade__ctrl-in:before {
		padding: 9px 10px 0 16px;
		width: 66px;
	}
	.gps-grade__ctrl-in {
		padding: 0 0 0 24px;
	}
}






.gps-grade__spec-ttl {
	background-color: #fbfbfb;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #333333;
	box-sizing: border-box;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	padding-bottom: 12px;
	padding-top: 12px;
}
.gps-grade__spec-list {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.gps-grade__spec-list > li {
	box-sizing: border-box;
	position: relative;
}

/* SP */
@media (max-width: 767px) {
	.gps-grade__spec {
		margin: 33px 0 0 0;
	}
	.gps-grade__spec-ttl {
		padding-left: 8px;
	}
	.gps-grade__spec-list > li {
		font-size: 1rem;
		padding: 10px 8px;
		line-height: 1;
		width: 100%;
	}
	.gps-grade__spec-list > li:after {
		background-color: #dbdbdb;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.gps-grade__spec-notice {
		font-size: 1rem;
		padding: 8px 0 0 1em;
		text-indent: -1em;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.gps-grade__spec-list > li {
		font-size: 1.2rem;
	}
	.gps-grade__spec-notice {
		font-size: 1rem;
		padding: 8px 0 0 1em;
		text-indent: -1em;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.gps-grade__spec-ttl {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.gps-grade__spec {
		margin-top: 48px;
	}
	.gps-grade__spec-ttl {
		padding: 14px 0 14px 12px;
	}
	.gps-grade__spec-list > li {
		padding: 0 12px;
		margin: 10px 0;
		width: 50%;
	}
	.gps-grade__spec-list > li:nth-child(2n-1) {
		border-right: 1px solid #dbdbdb;
	}
	.gps-grade__spec-list > li:nth-child(2n-1):after {
		background-color: #dbdbdb;
		bottom: -10px;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		width: 200%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.gps-grade__spec-extra,
	.gps-grade__spec-notice {
		display: none;
	}
	.gps-grade__spec-list > li {
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
}





.gps-table__menu {
	font-family: "RenaultFont";
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-gps-table {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-gps-table {
		padding: 120px 0 0 0;
	}
	.gps-table__menu {
		border-bottom: 1px solid #dbdbdb;
		border-top: 1px solid #dbdbdb;
	}
	.gps-table__menu-inner {
		font-size: 1.8rem;
		height: 48px;
		line-height: 48px;
		margin: 0 auto;
		width: 1024px;
	}
	.gps-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%;
	}
	.gps-table__menu-inner > a:hover {
		border-bottom: 4px solid #ffcc33;
	}
	.gps-table__menu-inner > a.is_selected {
		background-color: #ffffff;
		border-bottom: 4px solid #ffcc33;
	}
	.gps-table__menu-inner > a:first-child {
		border-left: 1px solid #dbdbdb;
	}
	.gps-table__menu-inner > a.arrow:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 14px;
	}
	.gps-table__menu-inner > a.arrow:after {
		background-position: 0 -3em;
		font-size: 14px;
		left: 6px;
		top: 18px;
	}
	.gps-table__menu-inner > a.is_selected.arrow:before,
	.gps-table__menu-inner > a.is_selected.arrow:after {
		display: none;
	}
	.gps-table {
		display: none;
		margin:  0 auto;
	}
	.gps-table.is_selected {
		display: table;
	}
	.gps-table__body {
		border-spacing: 0;
		font-size: 1.2rem;
		font-family: "RenaultFont";
		padding: 16px 0 0 0;
		margin: 0 auto;
		width: 1024px;
	}
	.gps-table__body td {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 0 1px 1px 0;
		padding: 16px 8px;
	}
	.gps-table__body td:first-child {
		border-left-width: 1px;
		text-align: left;
	}
	.gps-table__body td:nth-child(n+2) {
		text-align: center;
	}
	.gps-table__body tbody tr:nth-child(2n) td {
		background-color: #f5f5f5;
	}
	.gps-table__body tr:nth-child(1) td {
		border-top-width: 1px;
	}
	.gps-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;
	}
	.gps-table__notice {
		width: 1024px;
		font-size: 1rem;
		padding: 16px 0 0 0;
	}
	.gps-table__large-font {
		font-size: 2rem;
	}
	
	
	.gps-table__menu-fixed-box {
		height: 138px;
		position: relative;
	}
	.gps-table__menu-fixed {
		background-color: #fff;
		padding: 10px 0 0 0;
		position: relative;
		width: 100%;
		z-index: 100;
	}
	.gps-table__body {
		border-spacing: 0;
		font-size: 1.2rem;
		font-family: "RenaultFont";
		padding: 16px 0 0 0;
		margin: 0 auto;
		width: 1024px;
	}
	.gps-table__body th {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 1px 1px 1px 0;
		text-align: left;
	}
	.gps-table__body th:first-child {
		border-left-width: 1px;
		font-weight: normal;
		padding: 16px 8px;
	}
	.gps-table__body th:nth-child(n+2) {
		font-weight: bold;
		padding: 12px 0 12px 30px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.gps-size__img {
		padding: 64px 0 0 0;
		text-align: center;
	}
	.gps-size__table {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 64px 0 0 0;
	}
	.gps-size__table table {
		border-spacing: 0;
		font-size: 1.2rem;
		width: 480px;
	}
	.gps-size__table table:first-child {
		margin-right: 64px;
	}
	.gps-size__table table tr:nth-child(2n) {
		background-color: #f5f5f5;
	}
	.gps-size__table table th {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 0 0 1px 0;
		font-weight: normal;
		padding: 0 0 8px 0;
		text-align: right;
	}
	.gps-size__table table td {
		border-color: #dbdbdb;
		border-style: solid;
		border-width: 0 1px 1px 0;
		padding: 16px 8px;
		text-align: center;
	}
	.gps-size__table table td:first-child {
		border-left-width: 1px;
		text-align: left;
		width: 200px;
	}
}



/* SP & TB */
@media (max-width: 1279px) {
	.gps-grade__spec-fuel {
		position: relative;
		background-color: #fff7e0;
	}
	.gps-grade__spec-fuel .param {
		font-weight: bold;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.gps-grade__spec-fuel > .inner {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
}
/* PC */
@media (min-width: 1280px) {
	.gps-table__body tbody tr.gps-table__fuel td {
		background-color: #fff7e0;
	}
	.gps-table__body tbody tr.gps-table__fuel td:nth-child(n+2) {
		font-weight: bold;
	}
}






