@charset "UTF-8";




.page-move-target {
	height: 0;
	position: absolute;
}
/* SP */
@media (max-width: 767px) {
	.page-move-target {
		top: -43px;
	}
}
/* TB $ PC */
@media (min-width: 768px) {
	.page-move-target {
		top: -63px;
	}
}

.rj-font {
	font-family: "RenaultFont";
}
.rj-italic {
	font-family: "RenaultFont";
	font-style: italic;
}

/* SP */
@media (max-width: 767px) {
	.invisible--sp {
		display: none;
	}
	.invisible--pc {
		display: block;
	}
	.only--sp {
		display: block;
	}
	.only--tb {
		display: none;
	}
	.only--pc {
		display: none;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.invisible--sp {
		display: block;
	}
	.invisible--pc {
		display: block;
	}
	.only--sp {
		display: none;
	}
	.only--tb {
		display: block;
	}
	.only--pc {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.invisible--sp {
		display: block;
	}
	.invisible--pc {
		display: none;
	}
	.only--sp {
		display: none;
	}
	.only--tb {
		display: none;
	}
	.only--pc {
		display: block;
	}
}



/* --------------------------------------------------------
　　共通
-------------------------------------------------------- */
.l-section {
    width: 100%;
	z-index: 2;
	background-color: #fff;
}



/* --------------------------------------------------------
　　ページメニュー
-------------------------------------------------------- */
.car-menu--megane .car-menu__fixed {
	background-color: #333;
	border-bottom: 0;
}
/* PC */
@media (min-width: 1280px) {
	.car-menu--megane .car-menu__fixed:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		height: 64px;
		right: calc(50% + 228px);
		background-color: #000;
		transform: skewX(-30deg);
	}
}
.car-menu--megane .car-menu__ttl {
	color: #fff;
}
/* SP & TB */
@media (max-width: 1279px) {
	.car-menu--megane .car-menu__icon:after {
		background-position: 0 -4em;
	}
	.car-menu--megane .car-menu__icon.is_opened:after {
		background-position: -1em -4em;
	}
}
/* PC */
@media (min-width: 1280px) {
	.car-menu--megane .car-menu__item > a {
		color: #fff;
	}
}



/* --------------------------------------------------------
　　スクロールアニメーション
-------------------------------------------------------- */
.is_anime {
	opacity: 0;
	transform: translate(0, 15px);
}

.usp_top.is_active .usp_top__lead.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.5s 1 forwards;
}
.usp_top.is_active .usp_top__txt.is_anime {
	animation: scrollAnime 0.5s ease-in-out 1s 1 forwards;
}

.usp_top__link.is_active .is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.8s 1 forwards;
}

.topic-body .topic-inner.is_active .is_anime:nth-child(1) {
	animation: scrollAnime 0.5s ease-in-out 0.5s 1 forwards;
}
.topic-body .topic-inner.is_active .is_anime:nth-child(2) {
	animation: scrollAnime 0.5s ease-in-out 0.6s 1 forwards;
}
.topic-body .topic-inner.is_active .is_anime:nth-child(3) {
	animation: scrollAnime 0.5s ease-in-out 1.1s 1 forwards;
}


@-webkit-keyframes scrollAnime {
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes scrollAnime {
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}



/* --------------------------------------------------------
　　メインビジュアル
-------------------------------------------------------- */
.megane-mv {
	background-color: transparent;
}

/*--- スライダー ------------------*/
.megane-slider {
	position: relative;
    width: 100%;
    max-width: 1600px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}
.megane-slider__item {
	width: 100%;
	height: 100%;
	outline: none;
}
.megane-slider img {
	width: 100%;
	height: 100%;
}

/*--- スライダー ポインター ------------------*/
.megane-slider .slick-dots {
	bottom: 20px;
}
.megane-slider .slick-dots li button:before {
	opacity: 0.75;
	color: #ffffff;
}
.megane-slider .slick-dots li.slick-active button:before {
	color: #ffcc33;
}
/* SP */
@media (max-width: 767px) {
	.megane-slider .slick-dots {
		bottom: 2px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-slider .slick-dots {
		bottom: 10px;
	}
}



/* --------------------------------------------------------
　　背景固定画像
-------------------------------------------------------- */
.l-container {
	background-color: #333;
}
.global-menu {
	background-color: #fff;
	position: relative;
	z-index: 11000;
}
.footer-menu {
	background-color: #fff;
	margin-top: 0;
	padding-top: 24px;
	position: relative;
	z-index: 4;
}
.global-menu.no-shadow:after {
	display: none;
}

.megane-bg {
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 1600px;
	height: 100%;
	z-index: 1;
}
/* SP */
@media (max-width: 767px) {
	.megane-bg {
		background-color: #333;
		background-image: url("/car_lineup/megane/img/mgn_bg_pc.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-bg {
		background-color: #333;
		background-image: url("/car_lineup/megane/img/mgn_bg_pc.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}



/* --------------------------------------------------------
　　megane トピックス トップ
-------------------------------------------------------- */
.megane-usp {
	max-width: 1600px;
	position: relative;
	background-color: transparent;
}
.usp_top {
	padding: 30px 16px 32px 16px;
	background-color: rgba(10, 10, 10, 0.6);
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top {
		padding: 30px 32px 32px 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top {
		padding: 64px 0;
	}
}

.usp_top__lead,
.usp_top__txt {
	color: #fff;
}
.usp_top__lead {
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.16em;
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__lead > br {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top__lead {
		font-size: 4rem;
	}
}
.usp_top__txt {
	padding: 16px 0 0 0;
	text-align: left;
	line-height: 2;
	font-size: 1.1rem;
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__txt {
		padding: 24px 0 0 0;
		text-align: center;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top__txt {
		padding: 48px 0 0 0;
		font-size: 1.4rem;
	}
}

.usp_top__menu {
	width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.usp_top__menu {
		display: block;
		margin: 30px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		width: 640px;
		margin: 30px auto 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top__menu {
		width: 1024px;
		margin: 60px auto 0;
	}
}

.usp_top__menu li a {
	overflow: hidden;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.usp_top__menu li a:hover {
	opacity: 0.9;
}
/* SP */
@media (max-width: 767px) {
	.usp_top__menu li a {
		margin: 0 auto;
	}
	.usp_top__menu li + li {
		margin-top: 30px;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.usp_top__menu li a {
		width: 180px;
		height: 90px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top__menu li a {
		width: 300px;
		height: 150px;
	}
}

.usp_top__menu li:first-child a {
	background-image: url(/car_lineup/megane/img/mgn_3usp_pf_btn_sp.png);
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__menu li:first-child a {
		background-image: url(/car_lineup/megane/img/mgn_3usp_pf_btn_pc.png);
	}
}
.usp_top__menu li:nth-child(2) a {
	background-image: url(/car_lineup/megane/img/mgn_3usp_ds_btn_sp.png);
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__menu li:nth-child(2) a {
		background-image: url(/car_lineup/megane/img/mgn_3usp_ds_btn_pc.png);
	}
}
.usp_top__menu li:last-child a {
	background-image: url(/car_lineup/megane/img/mgn_3usp_sf_btn_sp.png);
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__menu li:last-child a {
		background-image: url(/car_lineup/megane/img/mgn_3usp_sf_btn_pc.png);
	}
}

.usp_top__link {
	padding: 24px 0 0 0;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.usp_top__link {
		padding: 42px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.usp_top__link {
		padding: 84px 0 0 0;
	}
}
.usp_top__link a {
	display: block;
	width: 288px;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	color: #fff;
	border: 1px solid #fff;
}
.usp_top__link a:hover {
	opacity: 0.8;
}
.usp_top__link .rj-font {
	font-size: 1.3rem;
}
/* TB & PC */
@media (min-width: 768px) {
	.usp_top__link a {
		width: 386px;
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.usp_top__link .rj-font {
		font-size: 1.5rem;
	}
}
.usp_top__link .arrow:after {
	margin-left: 5px;
	vertical-align: middle;
    background-position: 0 -4em;
}


/* --------------------------------------------------------
　　megane トピックス
-------------------------------------------------------- */
.usp_topic {
	position: relative;
}

.topic-body {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1600px;
	background-color: #333;
}
/* TB & PC */
@media (min-width: 768px) {
	.topic-body--1,
	.topic-body--3 {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		flex-direction: row-reverse;
		vertical-align: bottom;
	}
	.topic-body--2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
	}
}


/* 画像 */
.topic-img {
	width: 100%;
	height: 0;
	padding-top: 78.125%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.topic-img {
		width: 54.6875%;
		padding-top: 520px;
		background-size: cover;
	}
}
/* PC */
@media (min-width: 1280px) {
	.topic-img {
		width: 54.6875%;
		padding-top: 680px;
		background-size: cover;
	}
}
/*--- トピックス1 ------------------*/
.topic-body--1 .topic-img {
	background-image: url(/car_lineup/megane/img/mgn_3usp_pf_img_sp.jpg);
}
/* TB & PC */
@media (min-width: 768px) {
	.topic-body--1 .topic-img {
		background-image: url(/car_lineup/megane/img/mgn_3usp_pf_img_pc.jpg);
	}
}
/*--- トピックス2 ------------------*/
.topic-body--2 .topic-img {
	background-image: url(/car_lineup/megane/img/mgn_3usp_ds_img_sp.jpg);
	background-position: top center;
}
/* TB & PC */
@media (min-width: 768px) {
	.topic-body--2 .topic-img {
		background-image: url(/car_lineup/megane/img/mgn_3usp_ds_img_pc.jpg);
		background-position: center center;
	}
}
/*--- トピックス3 ------------------*/
.topic-body--3 .topic-img {
	background-image: url(/car_lineup/megane/img/mgn_3usp_sf_img_sp.jpg);
	background-position: top center;
}
/* TB & PC */
@media (min-width: 768px) {
	.topic-body--3 .topic-img {
		background-image: url(/car_lineup/megane/img/mgn_3usp_sf_img_pc.jpg);
		background-position: center center;
	}
}


/* 詳細 */
.topic-inner {
	position: relative;
	padding: 0 16px 52px 16px;
}
/* TB & PC */
@media (min-width: 768px) {
	.topic-inner {
		width: 45.3125%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.topic-inner {
		box-sizing: border-box;
	}
	.topic-body--1 .topic-inner,
	.topic-body--3 .topic-inner {
		padding: 36px 28px 0 32px;
	}
	.topic-body--2 .topic-inner {
		padding: 36px 32px 0 28px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.topic-inner {
		width: 460px;
	}
	.topic-body--1 .topic-inner,
	.topic-body--3 .topic-inner {
		padding: 60px 55px 0 128px;
	}
	.topic-body--2 .topic-inner {
		padding: 60px 128px 0 55px;
	}
}


/* テキスト */
.topic-ttl {
	display: block;
}
/* SP */
@media (max-width: 767px) {
	.topic-ttl {
		margin: 32px auto 0;
		text-align: center;
	}
}

.topic-body--1 .topic-ttl > img {
	max-width: 100%;
}
.topic-body--1 .topic-ttl {
	width: 160px;
	height: 38px;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.topic-body--1 .topic-ttl {
		width: 160px;
		height: 40px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.topic-body--1 .topic-ttl {
		width: 294px;
		height: 74px;
	}
}

.topic-lead,
.topic-txt {
	color: #fff;
}
.topic-lead {
	font-weight: bold;
}
.topic-txt {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
}
/* SP */
@media (max-width: 767px) {
	.topic-lead {
		padding: 16px 0 0 0;
		text-align: center;
		line-height: 1.5;
		font-size: 1.2rem;
	}
	.topic-txt {
		padding: 12px 0 24px 0;
		font-size: 1.1rem;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.topic-lead {
		padding: 8px 0 0 0;
		font-size: 1.4rem;
	}
	.topic-txt {
		padding: 12px 0 14px 0;
		font-size: 1.1rem;
	}
}
/* PC */
@media (min-width: 1280px) {
	.topic-lead {
		padding: 32px 0 0 0;
		font-size: 2rem;
	}
	.topic-txt {
		padding: 24px 0 50px 0;
		font-size: 1.4rem;
	}
}

/* ボタン */
.l-link .topic-btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	font-family: "RenaultFont";
}
.btn_smalltxt {
	position: absolute;
	top: 0;
}
/* SP */
@media (max-width: 767px) {
	.l-link .topic-btn {
		width: 100%;
		height: 44px;
		padding: 0 0 0 16px;
		line-height: 44px;
		font-size: 1.2rem;
	}
	.l-link .topic-btn.arrow:after {
		top: 12px;
		font-size: 18px;
	}
	.btn_smalltxt {
		right: 26px;
		font-size: 1rem;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-link .topic-btn {
		width: 100%;
		height: 40px;
		padding: 0 0 0 16px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.l-link .btn.arrow:after {
		top: 12px;
	}
	.btn_smalltxt {
		right: 28px;
		font-size: 1rem;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-link .topic-btn {
		width: 380px;
		height: 46px;
		padding: 0 32px 0 17px;
		line-height: 46px;
		font-size: 1.8rem;
	}
	.l-link .topic-btn.arrow:after {
		top: 14px;
	}
	.btn_smalltxt {
		right: 32px;
		font-size: 1.2rem;
	}
}



/* --------------------------------------------------------
　　ギャラリー＆YouTube共通
-------------------------------------------------------- */
/*--- 背景 ------------------*/
.megane-gallery .contents,
.megane-youtube .contents {
	background-color: #060606;
}

/*--- 見出し ------------------*/
.megane-subttl {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	line-height: 68px;
	display: block;
	font-family: "RenaultFont";
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    max-width: 1600px;
    width: 100%;
	height: 68px;
	z-index: 100;
}
/* SP */
@media (max-width: 767px) {
	.megane-subttl {
		background-color: transparent;
		font-size: 2.1rem;
		position: relative;
		padding-top: 22px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-subttl {
		font-size: 2.4rem;
		height: 48px;
		line-height: 48px;
		position: absolute;
		top: 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-subttl {
		position: absolute;
		top: 0;
	}
}





/* --------------------------------------------------------
　　ギャラリー
-------------------------------------------------------- */
.megane-gallery {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.megane-gallery__body {
    width: 100%;
    max-width: 1600px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}
.megane-gallery__body img {
	width: 100%;
}
.megane-gallery__body li {
	position: relative;
	outline: none;
}
.megane-gallery__body .slick-dots {
	bottom: 0;
	height: 42px;
	padding-top: 6px;
}
.megane-gallery__body .slick-dots:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 48px;
	top: 0;
	background-color: #000;
	opacity: 0.25;
}
.megane-gallery__body .slick-dots li button:before {
	opacity: 0.75;
	color: #ffffff;
}
.megane-gallery__body .slick-dots li.slick-active button:before {
	color: #ffcc33;
}

/* SP */
@media (max-width: 767px) {
	.megane-gallery .contents {
		height: auto;
		padding-bottom: 12px;
	}
	.megane-gallery__body .slick-dots {
		position: relative;
	}
	.megane-gallery__body .slick-dots:before {
		display: none;
	}
	.megane-gallery__body .slick-dots li {
		margin: 0;
	}
	.megane-gallery__body .slick-dots li button:before {
		opacity: 1;
	}
}




/* --------------------------------------------------------
　　YouTube
-------------------------------------------------------- */
.megane-youtube {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	width: 100%;
}
.megane-youtube__body li {
	display: none;
}
.megane-youtube__body li.is_selected {
	display: block;
}
/* SP */
@media (max-width: 767px) {
	.megane-youtube .contents {
		height: auto;
	}
	.megane-youtube__body {
		min-height: 210px;
	}
	.megane-youtube__body li {
		position: relative;
		height: 0;
		overflow: hidden;
		padding-top: 50%;
	}
	.megane-youtube__body iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-youtube__body {
		padding: 116px 0 0 0;
		margin: 0 auto;
		width: 608px;
		height: 342px;
	}
	.megane-youtube__body li,
	.megane-youtube__body iframe {
		height: 342px;
		width: 100%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-youtube__body {
		padding: 116px 0 0 0;
		margin: 0 auto;
		width: 960px;
		height: 540px
	}
	.megane-youtube__body li,
	.megane-youtube__body iframe {
		height: 540px;
		width: 100%;
	}
}




.megane-youtube__btn {
	text-align: center;
	font-size: 0;
}
.megane-youtube__btn li {
	display: inline-block;
}
.megane-youtube__btn a {
	background-color: #000;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.megane-youtube__btn a img {
	width: 100%;
}
.megane-youtube__btn li.is_selected a {
	cursor: default;
}
.megane-youtube__btn li.is_selected a:after {
	border: 2px solid #ffcc33;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
/* SP */
@media (max-width: 767px) {
	.megane-youtube__btn {
		padding: 16px 0 32px 0;
	}
	.megane-youtube__btn a {
		height: 34px;
		width: 60px;
		margin: 0 4px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-youtube__btn {
		padding: 32px 0 86px 0;
	}
	.megane-youtube__btn a {
		height: 68px;
		width: 120px;
		margin: 0 8px;
	}
}





/* --------------------------------------------------------
　　ラインアップ
-------------------------------------------------------- */
/* SP */
@media (max-width: 767px) {
	.megane-lineup .headline {
		padding-top: 52px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-lineup .headline {
		padding-top: 52px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-lineup .headline {
		padding-top: 104px;
	}
}

.megane-lineup-list,
.lineup-grade__data {
	color: #333333;
}

.megane-lineup-grade a {
	display: block;
	text-decoration: none;
}

/*--- リスト共通 ------------------*/
/* SP */
@media (max-width: 767px) {
	.megane-lineup-list {
		margin-top: 16px;
		padding-bottom: 52px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-lineup-list {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 32px;
		padding-bottom: 88px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-lineup-list {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		width: 1024px;
		margin: 0 auto;
		padding: 56px 0 68px 0;
	}
}

/*--- グレード共通 ------------------*/
/* SP */
@media (max-width: 767px) {
	.megane-lineup-grade {
		display: block;
		box-sizing: border-box;
		position: relative;
		min-height: 90px;
		padding: 14px 0;
		border-top: 1px solid #f5f5f5;
	}
	.megane-lineup-grade:last-child {
		border-bottom: 1px solid #f5f5f5;
	}
}
/* PC & TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-lineup-grade {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 43.75%;
		padding: 52px 0 0 0;
	}
	.megane-lineup-grade:last-child {
		margin: 0 auto;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-lineup-grade {
		box-sizing: border-box;
		position: relative;
		width: 448px;
	}
	.megane-lineup-grade:last-child {
		margin: 0 auto;
	}
}

/*--- 車イメージ ------------------*/
/* SP */
@media (max-width: 767px) {
	.lineup-grade__img {
		position: absolute;
		width: 114px;
		margin: 0 0 0 16px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__img {
		width: 100%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__img {
		width: 100%;
	}
}

/*--- テキストデータ ------------------*/
/* SP */
@media (max-width: 767px) {
	.lineup-grade__data {
		box-sizing: border-box;
		min-height: 60px;
		position: relative;
		padding: 0 25px 0 145px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__data {
		box-sizing: border-box;
		position: relative;
		margin: 16px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__data {
		box-sizing: border-box;
		position: relative;
		margin: 16px 0 0 0;
	}
}

/*--- ヘッダー ------------------*/
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__hdr {
		min-height: 80px;
		padding: 0 0 4px 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.lineup-grade__hdr {
		position: relative;
		top: -3px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__hdr {
		min-height: 76px;
		margin: 0 0 8px 0;
	}
}

/*--- 車名 ------------------*/
.lineup-grade__name .en {
	font-family: "RenaultFont";
	font-weight: bold;
}
.lineup-grade__name .arrow:after {
	background-position: -1em -2em;
}
/* SP */
@media (max-width: 767px) {
	.lineup-grade__name {
		line-height: 1.0;
	}
	.lineup-grade__name .arrow:after {
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -7px;
	}
	.lineup-grade__name .en {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.lineup-grade__name .jp {
		font-size: 1rem;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__name {
		line-height: 1.1;
	}
	.lineup-grade__name .arrow:after {
		left: 6px;
		top: 1px;
	}
	.lineup-grade__name .en {
		font-size: 2.8rem;
	}
	.lineup-grade__name .jp {
		display: block;
		font-size: 1rem;
		line-height: 1.865;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__name {
		line-height: 1.1;
	}
	.lineup-grade__name .arrow:after {
		left: 6px;
	}
	.lineup-grade__name .en {
		font-size: 2.8rem;
	}
	.lineup-grade__name .jp {
		display: block;
		font-size: 1rem;
		line-height: 1.865;
	}
}

/*--- 主要諸元 ------------------*/
.lineup-grade__detail {
	padding: 3px 0 0 0;
	font-family: "RenaultFont";
	font-size: 1rem;
	font-weight: bold;
}
/* PC & TB */
@media (min-width: 768px) {
	.lineup-grade__detail {
		padding: 10px 0 0 0;
		font-size: 1.8rem;
	}
}
.lineup-grade__detail .control {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 6px;
	line-height: 1;
	font-size: 0.9rem;
	border: 1px solid #333;
}
/* PC & TB */
@media (min-width: 768px) {
	.lineup-grade__detail .control {
		margin: 0 0 0 10px;
		padding: 0 6px;
		font-size: 1.6rem;
	}
}

/*--- 価格 ------------------*/
.lineup-grade__price {
	font-family: "RenaultFont";
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.lineup-grade__price {
		padding: 7px 0 0 0;
		font-size: 1.4rem;
		line-height: 1;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__price {
		font-size: 2rem;
		line-height: 1.5;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__price {
		font-size: 2rem;
		line-height: 1;
		margin: 4px 0 0 0;
	}
}

/*--- 説明文 ------------------*/
/* SP */
@media (max-width: 767px) {
	.lineup-grade__txt {
		display: none;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.lineup-grade__txt {
		font-size: 1.2rem;
		line-height: 20px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.lineup-grade__txt {
		font-size: 1.2rem;
		line-height: 20px;
	}
}



/* --------------------------------------------------------
　　アクセサリー
-------------------------------------------------------- */
.accessory__btn .btn {
	display: inline-block;
	width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.accessory__btn > .btn {
		padding: 0 14px 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	.accessory__btn > .arrow:after {
		top: 50%;
		transform: translate(0, -50%);
	}
}
/* PC */
@media (min-width: 1280px) {
	.accessory__btn > .btn:hover {
		opacity: 0.8;
	}
}




/* --------------------------------
    FINANCE
-------------------------------- */

.finance-item .finance-item__message,
.finance-item .finance__ttl,
.finance-item .finance-item__table,
.finance-item .finance-item__notes-1,
.finance-item .finance-item__notes-2,
.finance-item .finance-item__notes-3,
.finance-item .finance-item__month  {
	display: block;
}
@media (min-width: 1280px) {
	.finance-item .finance-item__table {
		padding: 0;
	}
}

.finance-item .finance-item__month {
	border-width: 1px 0 1px 0;
	padding: 14px 0 12px;
}

@media (min-width: 768px) {
	.finance-item .finance-item__month {
		border-width: 2px 0 1px 0;
	}
}


.finance-item {
	padding: 0 0 52px 0;
}

.finance-item .contents {
	padding: 6px 16px 0 16px;
}
@media (min-width: 768px) {
	.finance-item .contents {
		padding: 6px 32px 0 32px;
	}
}


/*--- 上部金額 ---*/
.finance-item .finance-item__price  {
	position: relative;
	max-width: 740px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
@media (min-width: 768px) {
	.finance-item .finance-item__price  {
		padding: 24px 0;
	}
}

.finance-item .finance-item__price_ttl .lineup,
.finance-item .finance-item__price_ttl .num,
.finance-item .finance-item__price_ttl .txt {
	display: block;
	line-height: 1;
	margin-bottom: 0.5em;
}

@media (min-width: 768px) {
	.finance-item .finance-item__price_ttl .lineup,
	.finance-item .finance-item__price_ttl .num,
	.finance-item .finance-item__price_ttl .txt {
		display: inline-block;
	}
}

.finance-item .finance-item__price_ttl .lineup {
	font-size: 1.6rem;
}
.finance-item .finance-item__price_ttl .lineup .rj-font {
	letter-spacing: 0.1em;
	font-size: 2rem;
}
@media (min-width: 1280px) {
	.finance-item .finance-item__price_ttl .lineup .rj-font {
		font-size: 2.4rem;
	}
}

.finance-item .finance-item__price_ttl .num {
	font-size: 2rem;
	color: #b60000;
}
.finance-item .finance-item__price_ttl .num .rj-font {
	margin: 0 0.1em;
	font-weight: bold;
	font-size: 5rem;
}
@media (min-width: 1280px) {
	.finance-item .finance-item__price_ttl .num {
		margin: 0 0.2em;
		font-size: 2.4rem;
	}
	.finance-item .finance-item__price_ttl .num .rj-font {
		font-size: 5.6rem;
	}
}

.finance-item .finance-item__price_ttl .asterisk {
	font-size: 1.2rem;
	vertical-align: text-top;
}

.finance-item .finance-item__price_ttl .txt {
	font-size: 1.6rem;
}

.finance-item .finance-item__price_note {
	margin-top: 1.6em;
	font-family: "Renaultfont";
	font-size: 1.2rem;
}

@media (min-width: 768px) {
	.finance-item .finance-item__price_note {
		margin-top: 1em;
	}
}

@media (min-width: 1280px) {
	.finance-item .finance-item__price_note {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.finance-item .finance-item__price_note .is-sp {
		display: none;
	}
}

.finance-item .finance-item__img {
	max-width: 740px;
	margin: 20px auto 0;
}
.finance-item .finance-item__img img {
	width: 86%;
	max-width: 480px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.finance-item .finance-item__img {
		margin-top: 36px;
	}
}


.finance-item .finance-item__btn {
	width: 100%;
	max-width: 400px;
	margin: 15px auto 0;
}
@media (min-width: 768px) {
	.finance-item .finance-item__btn {
		margin-top: 24px;
	}
}
.finance-item .finance-item__btn a {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 1;
	margin: 0 auto;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1.6rem;
	text-decoration: none;
	color: #333;
	background-color: #ffcc33;
}
.finance-item .finance-item__btn a.arrow:after {
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width: 1280px) {
	.finance-item .finance-item__btn a {
		box-sizing: border-box;
		font-size: 1.4rem;
		height: 50px;
		padding-top: 1.2em;
		padding-bottom: 1.2em;
		padding-right: 32px;
	}
	.twg-btn a.arrow:after {
		right: 12px;
	}
}
.finance-item .finance-item__btnWrap {
	font-weight: bold;
	vertical-align: middle;
}
.finance-item .finance-item__btnWrap:hover {
	opacity: 0.9;
}
.finance-item .finance-item__btnLabel {
	text-align: left;
	font-family: "RenaultFont";
	font-size: 1.3rem;
}
@media (min-width: 1280px) {
	.finance-item .finance-item__btnLabel {
		font-size: 1.8rem;
	}
}
.finance-item .finance-item__btnNote {
	position: absolute;
	top: 50%;
	right: 3rem;
	margin-top: -0.5rem;
	font-size: 1rem;
}
@media (min-width: 1280px) {
	.finance-item .finance-item__btnNote {
		margin-top: -0.6rem;
		font-size: 1.2rem;
	}
}

.finance-item .finance-item__detailWrap {
	width: 100%;
	max-width: 1024px;
	margin: 42px auto 0;
}
@media (min-width: 768px) {
	.finance-item .finance-item__detailWrap {
		margin-top: 64px;
	}
}

/*--- Renault Special Offer 特別低金利適用 ---*/
.finance-item .finance-item__limited {
	padding: 0 0 1em 0;
	font-family: "Renaultfont";
	font-size: 1.16rem;
	letter-spacing: 0.5px;
	line-height: 1;
	text-align: center;
}
@media (min-width: 768px) {
	.finance-item .finance-item__limited {
		font-size: 1.6rem;
	}
}

.finance-item .finance-item__message {
	font-family: "Renaultfont";
	font-size: 1.2rem;
	letter-spacing: .5px;
	line-height: 1;
	text-align: center;
}
@media (min-width: 768px) {
	.finance-item .finance-item__message {
		font-size: 1.6rem;
	}
}

.finance-item .finance-item__detail {
	box-sizing: border-box;
	width: 100%;
	padding: 28px 0 0 0;
}

/* SP */
@media (min-width: 768px) {
	.finance-item .finance-item__detail {
		padding: 48px 0 0 0;
	}
}

/*--- 月額 ---*/
.finance-item .finance-item__month {
	border-color: #333333;
	border-style: solid;
	border-width: 2px 0 1px 0;
	text-align: center;
	font-family: "RenaultFont";
	padding: 18px 0 12px 0;
}
.finance-item .finance-item__month * {
	display: inline-block;
	line-height: 1;
}
.finance-item .finance-item__month .price__maker {
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price__maker {
		font-size: 1.2rem;
	}
}
.finance-item .finance-item__month .price__maker .price-number {
	font-weight: bold;
	font-size: 24px;
	padding: 0 5px 0 5px;
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price__maker .price-number {
		font-size: 30px;
	}
}
.finance-item .finance-item__month .price__maker .price-unit {
	font-size: 16px;
}
.finance-item .finance-item__month .price__arrow {
	display: block;
	padding: 10px 8px 6px 8px;
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price__arrow {
		display: inline-block;
		padding: 0 8px;
	}
}
.finance-item .finance-item__month .price__arrow span {
	border-color: transparent;
    border-left-color: #333;
    border-style: solid;
    border-width: 7px 0 7px 14px;
	margin-left: 4px;
	transform: rotate(90deg);
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price__arrow span {
		border-width: 7px 0 7px 14px;
		border-color: transparent transparent transparent #333;
	}
}

.finance-item .finance-item__month .price__month{
	color: #b60000;
	font-size: 20px;
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price__month{
		font-size: 24px;
	}
}
.finance-item .finance-item__month .price-number {
	font-weight: bold;
	font-size: 50px;
	margin: 0 0.1em;
}
@media (min-width: 768px) {
	.finance-item .finance-item__month .price-number {
		font-size: 56px;
	}
}


/*--- 金額表 ---*/
.finance-item .finance-item__tableWrap {
	width: 100%;
	margin-top: 32px;
	border-top: 1px solid #bdbdbd;
}
@media (min-width: 768px) {
	.finance-item .finance-item__tableWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top: none;
	}
}
.finance-item .finance-item__table {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.5;
	border-top: none;
}


@media (min-width: 768px) {
	.finance-item .finance-item__table {
		border-top: 1px solid #bdbdbd;
		width:32%;
		max-width: 302px;
	}
}

.finance-item .finance-item__table li {
	border-bottom: 1px solid #bdbdbd;
	width:100%;
}



.finance-item .finance-item__table__price {
	float: right;
}


/*--- 注意書き ---*/
.finance-item .finance-item__notes-1,
.finance-item .finance-item__notes-2 {
	font-size: 1rem;
}
.finance-item .finance-item__notes-1 {
	padding: 32px 0 0 0;
}
.finance-item .finance-item__notes-2 {
	padding: 8px 0 0 0;
}
.finance-item .finance-item__notes-3 {
	font-size: 1.4rem;
	padding: 16px 0 0 0;
}


.finance-item .finance-item__month .price__arrow {
	display: block;
	margin: 10px 0 4px;
	padding: 0;
}

.finance-item .finance-item__month .price__arrow span:nth-child(n+2){
	display: none;
}

.finance-item .finance-item__month .price__maker .price-number {
	font-size: 1.8rem;
}

@media (min-width: 768px) {
	.finance-item .finance-item__month .price__arrow {
		display: inline-block;
	}
	.finance-item .finance-item__month .price__arrow span {
		transform:rotate(0deg);
	}

	.finance-item .finance-item__month .price__arrow span:nth-child(n+2){
		display: inline-block;
	}

	.finance-item .finance-item__month .price__maker .price-number {
		font-size: 3rem;
	}
}



/* --------------------------------------------------------
　　special offer バナー
-------------------------------------------------------- */
.megane-special-offer {

}



/* --------------------------------------------------------
　　Renault Sport Specialist Dealer
-------------------------------------------------------- */
.megane-rssd {
	background-image: url(/car_lineup/megane/img/mgn_rssd_bg.png);
	background-repeat: repeat;
	background-size: 35px 27px;
	background-position: top left;
}
/* SP */
@media (max-width: 767px) {
	.megane-rssd {
		padding: 32px 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-rssd {
		padding: 64px 0 78px 0;
	}
}

.megane-rssd .headline {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* SP */
@media (max-width: 767px) {
	.megane-rssd .headline {
		width: 152px;
		height: 52px;
		background-image: url(/car_lineup/megane/img/mgn_rssd_ttl_sp.png);
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-rssd .headline {
		width: 510px;
		height: 38px;
		background-image: url(/car_lineup/megane/img/mgn_rssd_ttl_pc.png);
	}
}

.megane-rssd .contents {
	margin: 32px 0 0 0;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-rssd .contents {
		margin: 30px 32px 0 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd .contents {
		width: 1024px;
		margin: 68px auto 0;
	}
}

.megane-rssd__img > img {
	width: 100%;
	max-width: 100%;
}

.megane-rssd__txt {
	padding: 20px 16px 0 16px;
	line-height: 2;
	font-size: 1.2rem;
	color: #fff;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-rssd__txt {
		padding: 20px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__txt {
		width: 880px;
		margin: 0 auto;
		padding: 40px 0 0 0;
		font-size: 1.4rem;
	}
}

.megane-rssd__note {
	padding: 20px 16px 0 16px;
	line-height: 2;
	font-size: 1rem;
	color: #fff;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.megane-rssd__note {
		padding: 12px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__note {
		width: 880px;
		margin: 0 auto;
		padding: 12px 0 0 0;
	}
}

.megane-rssd__btns {
	display: block;
	padding: 24px 0 0 0;
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-rssd__btns {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
}
/* TB */
@media (min-width: 768px) and (min-width: 768px) {
	.megane-rssd__btns {
		width: 600px;
		margin: 0 auto;
		padding: 48px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__btns {
		width: 838px;
		margin: 0 auto;
		padding: 48px 0 0 0;
	}
}

/* SP */
@media (max-width: 767px) {
	.megane-rssd__btn:last-child {
		padding: 30px 0 0 0;
	}
}

.megane-rssd__btn > a {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.megane-rssd__btn > a:hover {
	opacity: 0.9;
}
/* SP & TB */
@media (max-width: 1279px) {
	.megane-rssd__btn > a {
		width: 271px;
		height: 48px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__btn > a {
		width: 383px;
		height: 62px;
	}
}
.megane-rssd__btn:first-child > a {
	background-image: url(/car_lineup/megane/img/mgn_rssd_btn01_sp.png);
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__btn:first-child > a {
		background-image: url(/car_lineup/megane/img/mgn_rssd_btn01_pc.png);
	}
}
.megane-rssd__btn:last-child > a {
	background-image: url(/car_lineup/megane/img/mgn_rssd_btn02_sp.png);
}
/* PC */
@media (min-width: 1280px) {
	.megane-rssd__btn:last-child > a {
		background-image: url(/car_lineup/megane/img/mgn_rssd_btn02_pc.png);
	}
}



/* --------------------------------------------------------
　　special offer
-------------------------------------------------------- */
.special-offer__banner {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	justify-content: -webkit-center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.special-offer__banner > li {
	display: block;
}
.special-offer__banner a {
	display: block;
}
/* SP */
@media (max-width: 767px) {
	.l-special-offer .contents {
		padding: 0 16px 0 16px;
	}
	.special-offer__banner {
		padding: 8px 0 0 0;
	}
	.special-offer__banner > li {
		margin: 8px 0 0 0;
		width: 100%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.special-offer__banner {
		width: 100%;
	}
	.special-offer__banner img {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-special-offer .contents {
		padding: 0 32px 0 32px;
	}
	.special-offer__banner {
		padding: 16px 0 0 0;
	}
	.special-offer__banner > li {
		width: 49%;
	}
	.special-offer__banner > li:nth-child(even) {
		margin: 0  0 0 2%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.special-offer__banner {
		margin: 0 auto;
		padding: 28px 0 0 0;
		width: 1024px;
	}
	.special-offer__banner > li:nth-child(even) {
		margin: 0  0 0 16px;
	}
}



/* --------------------------------------------------------
　　限定車
-------------------------------------------------------- */
.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 .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 .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 .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;
	}
}



/* --------------------------------------------------------
　　CP バナー
-------------------------------------------------------- */
.l-cp__banner .contents {
	padding: 16px 16px 0 16px;
}
.l-cp__banner .contents a {
	display: block;
	width: 100%;
}
.l-cp__banner .contents a img {
	width: 100%;
	max-width: 100%;
}
.l-cp__banner .contents a:hover img {
	opacity: 0.9;
}
/* TB */
@media (min-width: 768px) {
	.l-cp__banner .contents {
		padding: 0 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-cp__banner .contents {
		width: 1024px;
		margin: 0 auto;
		padding: 0;
	}
}



/* --------------------------------------------------------
　　Renault Driving Impression バナー
-------------------------------------------------------- */
.megane-banner__cp a {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.megane-banner__cp a img {
	width: 100%;
	max-width: 100%;
}
/* PC */
@media (min-width: 1280px) {
	.megane-banner__cp a {
		width: 1024px;
	}
	.megane-banner__cp a:hover {
		opacity: 0.9;
	}
}

.megane-usp .megane-banner__cp {
	padding: 24px 0 0 0;
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-usp .megane-banner__cp {
		padding: 42px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-usp .megane-banner__cp {
		padding: 60px 0 0 0;
	}
}

.megane-lineup .megane-banner__cp {
	padding: 0 16px 24px 16px;
}
/* TB & PC */
@media (min-width: 768px) {
	.megane-lineup .megane-banner__cp {
		padding: 0 32px 40px 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.megane-lineup .megane-banner__cp {
		padding: 0 0 64px 0;
	}
}

/* --------------------------------------------------------
  120thバナー
-------------------------------------------------------- */
.cp-bnr-120th-inner {
  width: 100%;
}

.cp-bnr-120th-inner a {
  display: inline-block;
  width: 100%;
}

.cp-bnr-120th-inner a img {
  width: 100%;
  max-width: 100%;
}

/* SP */
@media (max-width: 767px) {
  .cp-bnr-120th {
    padding-right: 16px;
    padding-bottom: 64px;
	padding-left: 16px;
	padding-top: 48px;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .cp-bnr-120th {
	padding-top: 52px;
    padding-right: 32px;
    padding-bottom: 52px;
    padding-left: 32px;
  }
}

/* PC */
@media (min-width: 1280px) {
  .cp-bnr-120th {
	padding-top: 64px;
    padding-bottom: 64px;
  }
  .cp-bnr-120th-inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .cp-bnr-120th-inner img:hover {
    opacity: 0.9;
  }
}



/* --------------------------------------------------------
  はじめてのルノーバナー
-------------------------------------------------------- */
.cp-bnr-bonjour-inner {
	width: 100%;
  }
  
  .cp-bnr-bonjour-inner a {
	display: inline-block;
	width: 100%;
  }
  
  .cp-bnr-bonjour-inner a img {
	width: 100%;
	max-width: 100%;
  }
  
  /* SP */
  @media (max-width: 767px) {
	.cp-bnr-bonjour {
	  padding-top: 64px;
	  padding-right: 16px;
	  padding-left: 16px;
	}
  }
  
  /* TB */
  @media (min-width: 768px) and (max-width: 1279px) {
	.cp-bnr-bonjour {
	  padding-top: 52px;
	  padding-right: 32px;
	  padding-left: 32px;
	}
  }
  
  /* PC */
  @media (min-width: 1280px) {
	.cp-bnr-bonjour {
	  padding-top: 64px;
	}
	.cp-bnr-bonjour-inner {
	  max-width: 1024px;
	  margin-right: auto;
	  margin-left: auto;
	}
	.cp-bnr-bonjour-inner img:hover {
	  opacity: 0.9;
	}
  }
  
