@charset "UTF-8";


/* --------------------------------------------------------
　　共通
-------------------------------------------------------- */

@media (min-width: 768px) {
	.only-sp {
		display: none;
	}
}
.page-move-target {
	position: absolute;
	left: 0;
	height: 0;
	top: -63px;
}
/* SP */
@media (max-width: 767px) {
	.page-move-target {
		top: -43px;
	}
}

.rj-font {
	font-family: "RenaultFont";
}

.l-section {
	max-width: 1600px;
	z-index: 2;
	background-color: #fff;
}

.l-section .headline .logo {
	display: block;
	margin: 0 auto 6px;
	height: 60px;
	width: auto;
}

/* SP */
@media (max-width: 767px) {
	.l-section .headline .logo {
		height: 40px;
		width: auto;
	}
}

.l-section .headline .headline__smalltxt {
	font-size: 2rem;

}

/* SP */
@media (max-width: 767px) {
	.l-section .headline .headline__smalltxt {
		font-size: 1.2rem;
	}
}

.l-section .headline .headline__largetxt {
	font-size: 4.8rem;
	font-weight: bold;
	margin-top: 2rem;
    display: block;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-section .headline .headline__largetxt {
		font-size: 3.4rem;
	}
}

/* SP */
@media (max-width: 767px) {
	.l-section .headline .headline__largetxt {
		font-size: 2rem;
		margin-top: 1rem;
	}
}


.l-section .headline .headline__middletxt {
	font-size: 3.8rem;
	font-weight: bold;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-section .headline .headline__middletxt {
		font-size: 3rem;
	}
}

/* SP */
@media (max-width: 767px) {
	.l-section .headline .headline__middletxt {
		font-size: 2rem;
	}
}


.l-section .border {
	max-width: 360px;
	display: block;
	margin: 0 auto;
	height: 6px;
	background-color: #EFDF00;
}
/* SP */
@media (max-width: 767px) {
	.l-section .border {
		max-width: 220px;
		height: 4px;
	}
}






/* ボタン */
.btn_smalltxt {
	font-size: 1.4rem;
	display: block;
}
.btn_smalltxt::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 42%;
	right: 15px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin-left: 5px;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.btn_smalltxt {
		right: 12px;
		font-size: 1rem;
	}
}
/* SP */
@media (max-width: 767px) {
	.btn_smalltxt {
		right: 12px;
		font-size: 1rem;
	}
}






/* --------------------------------------------------------
　　スクロールアニメーション
-------------------------------------------------------- */
.is_anime {
	opacity: 0;
	transform: translate(0, 15px);
}
.bonjour-top.is_active .bonjour-top__lead.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.8s 1 forwards;
}
.bonjour-concept.is_active .concept-top__lead.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.5s 1 forwards;
}
.bonjour-top.is_active .bonjour-top__txt.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.5s 1 forwards;
}

.bonjour-concept.is_active .concept-top__txt.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.8s 1 forwards;
}
.bonjour-concept.is_active .concept-top__note.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.8s 1 forwards;
}

.bonjour-top__link.is_active .is_anime,
.bonjour-concept.is_active .concept-top__link.is_anime {
	animation: scrollAnime 0.5s ease-in-out 0.8s 1 forwards;
}

.bonjour-top.is_active .menu-list-1 .is_anime {
	animation: scrollAnime 0.5s ease-in-out 1s 1 forwards;
}

.bonjour-top.is_active .menu-list-2 .is_anime {
	animation: scrollAnime 0.5s ease-in-out 1.4s 1 forwards;
}

.bonjour-top.is_active .menu-list-3 .is_anime {
	animation: scrollAnime 0.5s ease-in-out 1.8s 1 forwards;
}

.topic__contents.is_active,
.topic-c.is_active {
	animation: scrollAnime 0.5s ease-in-out 0.5s 1 forwards;
}




@-webkit-keyframes scrollAnime {
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes scrollAnime {
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}




/* --------------------------------------------------------
　　MV
-------------------------------------------------------- */
.bonjour-mv img {
	width: 100%;
	max-width: 100%;
}
.bonjour-slider {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.bonjour-slider__item {
	width: 100%;
	height: 100%;
	outline: none;
	vertical-align: top;
}
.bonjour-slider .slick-prev:before,
.bonjour-slider .slick-next:before {
	display: none;
}
.bonjour-slider .slick-dots {
	bottom: 10px;
}
.bonjour-slider .slick-dots li button:before {
	opacity: 0.75;
	color: #ffffff;
}
.bonjour-slider .slick-dots li.slick-active button:before {
	color: #EFDF00;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.bonjour-slider .slick-dots {
		bottom: 20px;
	}
}
/* SP */
@media (max-width: 767px) {
	.bonjour-slider .slick-dots {
		bottom: 16px;
	}
}




/* --------------------------------------------------------
　　Concept
-------------------------------------------------------- */
.bonjour-concept {
	height: 100%;
	max-width: 1600px;
	margin: 120px auto 0;
	background-image: url(/about/bonjour/img/bon_utility_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* SP */
@media (max-width: 767px) {
	.bonjour-concept {
		margin: 20px auto 0;
	}
}

.concept-top {
	padding: 60px 16px 70px 16px;
}

/* SP */
@media (max-width: 767px) {
	.concept-top {
		padding: 60px 32px 80px 32px;
	}
}


.concept-top__lead {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 4rem;
	line-height: 48px;
}
.concept-top__lead img {
	width: 100%;
	max-width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.concept-top__lead {
		max-width: 288px;
		font-size: 1.8rem;
		line-height: 26px;
	}
}

.concept-top__txt {
	padding: 30px 0 0 0;
	text-align: center;
	line-height: 2;
	font-size: 1.4rem;
}
/* SP */
@media (max-width: 767px) {
	.concept-top__txt {
		font-size: 1.2rem;
		line-height: 26px;
		text-align: left;
	}
}
.concept-top__txt .rj-font {
	font-size: 1.2em;
	letter-spacing: 0.04em;
}

.concept-top__note {
	font-size: 1rem;
	margin-top: 20px;
	text-align: center;
	line-height: 2rem;
}

/* SP */
@media (max-width: 767px) {
	.concept-top__note {
		text-align: left;
	}
}

.concept-top__menu {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 58px auto 0;
}
/* SP */
@media (max-width: 767px) {
	.concept-top__menu {
		width: 100%;
		max-width: 400px;
		margin: 28px auto 0;
		justify-content: center;
	}
}

.concept-top__menu li {
	width: 292px;
	height: 0;
	padding-top: 292px;
	position: relative;
}
/* TB */
@media (max-width: 1279px) {
	.concept-top__menu li {
		width: 22%;
		padding-top: 22%;
	}
}
/* SP */
@media (max-width: 767px) {
	.concept-top__menu li {
		width: 128px;
		padding-top: 128px;
		margin: 8px;
	}
}

.concept-top__menu li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	background-color: #EFDF00;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	.concept-top__menu li a:hover {
		background-color: #F8EB4C;
	}
}

.concept-top__menu li a::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	position: absolute;
	bottom: 36%;
	left: 50%;
	transform: translate(-50%, 32px)rotate(-135deg);
	transition: 0.25s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.concept-top__menu li a:hover::after {
	bottom: 0;
	transform: translate(-50%, -10px)rotate(-135deg);
}
/* TB & SP */
@media (max-width: 1279px) {
	.concept-top__menu li a {
		font-size: 2.3vw;
	}
}
/* SP */
@media (max-width: 767px) {
	.concept-top__menu li a {
		font-size: 1.6rem;
	}
	.concept-top__menu li a::after {
		width: 8px;
		height: 8px;
		border-top: 2px solid #333;
		border-left: 2px solid #333;
		transform: translate(-50%, 20px)rotate(-135deg);
	}
	.concept-top__menu li a:hover::after {
		transform: translate(-50%, -6px)rotate(-135deg);
	}
}


.concept-top__menu li a .name {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	opacity: 1;
	transition: 0.25s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.concept-top__menu li a:hover .name {
	top: 0;
	opacity: 0;
	transform: translateY(0);
}

.concept-top__menu li a .name-hover img {
	width: 100%;
}
.concept-top__menu li a .name-hover {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(50%);
	transition: 0.25s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.concept-top__menu li a:hover .name-hover {
	opacity: 1;
	transform: translateY(0);
}

.concept-top__menu li a .image {
	width: 75%;
	height: 75%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)scale(0.65);
	display: block;
	overflow: hidden;
	opacity: 0;
	transition: 0.35s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.concept-top__menu li a .image img {
	width: 100%;
}
.concept-top__menu li a:hover .image {
	transform: translate(-50%,-50%)scale(1);
	opacity: 1;
}

.concept-top__link {
	padding: 60px 0 0 0;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}
.concept-top__link a:hover * {
	opacity: 0.8;
}
.concept-top__link a {
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #000;
	background-color: #EFDF00;
	box-sizing: border-box;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 4%;
}
@media (min-width: 768px) {
	.concept-top__link a:hover {
		background-color: #F8EB4C;
	}
}

/* SP */
@media (max-width: 767px) {
	.concept-top__link a {
		height: 40px;
		line-height: 40px;
		font-size: 1rem;
	}
}

.concept-top__link:hover {
	opacity: 0.8;
}

.concept-top__link .arrow:after {
	position: absolute;
	top: 36%;
	right: 5px;
}


/* SP */
@media (max-width: 767px) {

	.concept-top__link a {
		font-size: 1.2rem;
		line-height: 46px;
		height: 46px;
	}
	.concept-top__link .rj-font {
		font-size: 1.4rem;
	}
	.concept-top__link .arrow:after {
		font-size: 16px;
		bottom: 1px;
		top: 32%;
	}
}


/* --------------------------------------------------------
Contents link
-------------------------------------------------------- */
.bonjour-top-link {
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.bonjour-top {
	padding: 90px 0 120px 0;
}
/* TB */
@media (max-width: 1279px) {
	.bonjour-top {
		padding: 80px 32px 80px 32px;
	}
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top {
		padding: 50px 16px 30px 16px;
	}
}

.bonjour-top__lead {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 5.4rem;
	line-height: 48px;
	font-family: "RenaultFont";
}
.bonjour-top__lead img {
	width: 100%;
	max-width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top__lead {
		max-width: 288px;
		font-size: 2.4rem;
		line-height: 26px;
	}
}

.bonjour-top__txt {
	padding: 28px 0 0 0;
	text-align: center;
	line-height: 2;
	font-size: 1.8rem;
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top__txt {
		padding: 20px 0 0 0;
		font-size: 1.2rem;
		line-height: 26px;
		text-align: left;
	}
}

.bonjour-top__menu {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1024px;
	margin: 58px auto 0;
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top__menu {
		width: 100%;
		max-width: 400px;
		margin: 28px auto 0;
		justify-content: center;
	}
}

.bonjour-top__menu li {
	width: 292px;
	height: 0;
	padding-top: 292px;
	position: relative;
}
/* TB */
@media (max-width: 1279px) {
	.bonjour-top__menu li {
		width: 22%;
		padding-top: 22%;
	}
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top__menu li {
		width: 128px;
		padding-top: 128px;
		margin: 8px;
	}
}

.bonjour-top__menu li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	background-color: #EFDF00;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	.bonjour-top__menu li a:hover {
		background-color: #F8EB4C;
	}
}
.bonjour-top__menu li a::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	position: absolute;
	bottom: 26%;
	left: 50%;
	transform: translate(-50%, 32px)rotate(-135deg);
	transition: 0.25s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 767px) {
	.bonjour-top__menu li a::after {
		bottom: 38%;
	}
}


/* TB & SP */
@media (max-width: 1279px) {
	.bonjour-top__menu li a {
		font-size: 2.3vw;
	}
}
/* SP */
@media (max-width: 767px) {
	.bonjour-top__menu li a {
		font-size: 1.4rem;
	}
}


.bonjour-top__menu li a .name {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	opacity: 1;
	transition: 0.25s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bonjour-top__menu .icon {
    display: block;
    width: 100%;
	position: absolute;
	top: 10%;
	text-align: center;

}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.bonjour-top__menu .icon {
		top: 5%;
	}
	.bonjour-top__menu .icon img{
		height: 4vw;
		width: auto;
	}
}

/* SP */
@media (max-width: 767px) {
	.bonjour-top__menu .icon img{
		height: 28px;
		width: auto;
	}
}



/*	transform: translateY(0);	transform: translate(-50%,-50%)scale(1);*/






/* --------------------------------------------------------
	Design
-------------------------------------------------------- */



/* SP */
@media (max-width: 767px) {
	.bonjour-design__control li .dot,
	.bonjour-design__control li svg {
		position: absolute;
		left: 50%;
	}
	.bonjour-design__control li svg {
		transform: translateX(-50%)scale(0.75);
	}
}



/* --------------------------------------------------------
　　トピックス共通
-------------------------------------------------------- */
.bonjour-fixedBg {
	background-image: url(/about/bonjour/img/bon_concept_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
	z-index: 1;
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.is_ios .bonjour-fixedBg {
		background-size: auto 100%;
		background-attachment: initial;
	}
	.bonjour-fixedBg-topic {
		background-image: none;
	}
}
/* SP */
@media (max-width: 767px) {
	.bonjour-fixedBg-topic {
		background-image: none;
	}
	.bonjour-fixedBg {
		background-attachment: inherit;
		background-size: auto 100%;
		background-position: top center;
	}
}




/* --------------------------------------------------------
	トピックス
-------------------------------------------------------- */
.topic {
	display: -webkit-flex;
	display: flex;
	margin-top: 180px;
	align-items: center;
	position: relative;
	min-height: 538px;
}

/* TB SP */
@media (max-width: 1279px) {
	.topic {
		min-height: auto;
		margin-top: 120px;
	}
}


.topic-first {
	margin-top: 64px;
}
.topic-r {
	flex-direction: row-reverse;

}



/* SP */
@media (max-width: 767px) {
	.topic {
	    flex-wrap: wrap;
		margin: 20px 0;
		min-height: auto;
	}
}

.topic__contents {
	width: 45%;
	padding: 52px 60px 48px 48px;
	box-sizing: content-box;
	max-width: 520px;
	position: absolute;
    right: 0;
    background-color: #fff;
}


@media all and (-ms-high-contrast: none) {
	.topic__contents {
		top: 10%;
	}
}

.topic-r .topic__contents {
	left: 0;
	padding: 52px 48px 48px 180px;
}



/* TB SP */
@media (max-width: 1279px) {
	.topic__contents {
		padding: 16px;
		box-sizing: border-box;
		max-width: initial;
		padding: 26px 26px 30px 26px;
	}
	.topic-r .topic__contents {
		padding: 26px 26px 30px 26px;
	}
}
/* SP */
@media (max-width: 767px) {
	.topic__contents,
	.topic-r .topic__contents {
		width: 100%;
		margin: 0 auto;
		padding: 26px 16px 32px 16px;
		position: relative;
		order: 1;
	}
}

.topic-c {
	padding: 96px 60px 100px 60px;
}
/* TB SP */
@media (max-width: 1279px) {
	.topic-c {
		padding: 20px 16px 40px 16px;
	}
}

.topic-c .topic__ttl {
	max-width: 818px;
    margin: 0 auto;
}

@media (max-width: 1279px) {
	.topic-c .topic__ttl {
		max-width: 694px;
	}
}


.topic__img {
	width: 80.4%;
	overflow: hidden;
	height: 538px;
	position: relative;
}
.topic__img img {
	height: 100%;
	position: absolute;
	/*bottom: calc(50% - 290px);	/* 数値は写真内の車位置に合わせて設定 */
}
/* TB SP */
@media (max-width: 1279px) {
	.topic__img {
		height: auto;
	}
	.topic__img img {
		position: relative;
		bottom: auto;
		width: 100%;
	}
}
/* SP */
@media (max-width: 767px) {
	.topic__img {
		width: 100%;
		order: 2;
	}
	.topic__img img {
		width: 100%;
	}
}

.topic__ttl {
	display: flex;
	font-size: 2.4rem;
	justify-content: center;
	align-items: center;
}

/* TB & SP */
@media (max-width: 1279px) {
	.topic__ttl {
		font-size: 2rem;
	}
}
/* SP */
@media (max-width: 767px) {
	.topic__ttl {
		text-align: center;
	}
	.topic__ttl .logo {
		margin: 0 auto;
		width: 90px;
	}
}

.topic__ttl.is_active,
.topic__ttl.is_active .logo {
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}

.topic__num {
	display: block;
	line-height: 88px;
	height: 88px;
	text-align: center;
	font-size: 3.4rem;
	background-color: #EFDF00;
	border-radius: 100%;
	width: 88px;
	font-family: "RenaultFont";
	position: relative;
}



/* TB SP */
@media (max-width: 1279px) {
	.topic__num {
		line-height: 68px;
		height: 68px;
		width: 68px;
		font-size: 2.4rem;
	}
}


/* SP */
@media (max-width: 767px) {
	.topic__num {
		line-height: 60px;
		height: 60px;
		width: 60px;
		font-size: 2.2rem;
	}
}

.topic__num:before {
	position: absolute;
	content: "";
	display: block;
	right:0;
	bottom: 10px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EFDF00;
	border-left: 10px solid transparent;
}

.topic__ttltxt {
	padding-left: 4%;
	width: 80%;
	max-width: 620px;
	text-align: left;
}

/* SP */
@media (max-width: 767px) {
	.topic__ttltxt {
		font-size: 1.5rem;
	}
}


.topic-c .topic__ttltxt {
	max-width: 654px;
}

.topic__txt {
	box-sizing: border-box;
	line-height: 2;
	font-size: 1.4rem;
	margin: 2em 0;
}
/* TB & SP */
@media (max-width: 1279px) {
	.topic__txt {
		font-size: 1.2rem;
	}
}

.topic__btn {
	width: 100%;
	margin-top: 26px;
}

.topic__btn a.btn {
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	background-color: #EFDF00;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #000;
}

@media (min-width: 768px) {
	.topic__btn a.btn:hover {
		background-color: #F8EB4C;
	}
}
/* TB & SP */
@media (max-width: 1279px) {
	.topic__btn {
		position: relative;
		bottom: auto;
	}
}
/* SP */
@media (max-width: 767px) {
	.topic__btn {
		height: 40px;
		line-height: 40px;
		font-size: 1rem;
	}
}

.topic__lead {
	font-size: 1.6rem;
	line-height: 3.6rem;
	text-align: center;
}

.topic__lead + .topic__lead {
	margin-top: 2em;
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.topic__lead {
		font-size: 1.2rem;
		line-height: 2.6rem;
		text-align: left;
		margin-top: 20px;
	}
}




/* --------------------------------------------------------
　　ギャラリー
-------------------------------------------------------- */
.bonjour-gallery {
	max-width: 1600px;
	margin: 0 auto;
}
.bonjour-gallery__body img {
	width: 100%;
}
.bonjour-gallery__body li {
	outline: none;
}
.bonjour-gallery__body .slick-dots {
	bottom: 0;
	height: 42px;
	padding-top: 6px;
}
.bonjour-gallery__body .slick-dots:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 48px;
	top: 0;
	background-color: #000;
	opacity: 0.25;
}
.bonjour-gallery__body .slick-dots li button:before {
	opacity: 0.75;
	color: #fff;
}
.bonjour-gallery__body .slick-dots li.slick-active button:before {
	color: #EFDF00;
}

/* SP */
@media (max-width: 767px) {
	.bonjour-gallery .contents {
		height: auto;
		padding-bottom: 12px;
	}
	.bonjour-gallery__body .slick-dots {
		position: relative;
	}
	.bonjour-gallery__body .slick-dots:before {
		display: none;
	}
	.bonjour-gallery__body .slick-dots li {
		margin: 0;
	}
	.bonjour-gallery__body .slick-dots li button:before {
		opacity: 1;
	}
}
/* --------------------------------------------------------
faq-q1
-------------------------------------------------------- */
/*.faq-q1 .topic__img{
	max-height: 538px;
}
.faq-q1 .topic__img img {
	width: 84vw;
	height: auto;
	top: 0;
	left: -2vw;
}


@media (max-width: 767px) {
	.faq-q1 .topic__img img {
		left: 0;
		width: 100%;
	}
}
*/
@media (min-width: 1278px) {
	.faq-q1 .faq-q1_map {
		position: absolute;
		left: 16%;
		top: 14%;
		z-index: 999;
		height: auto;
		width: 45%;
		max-width: 500px;
	}
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.faq-q1 .faq-q1_map {
		position: absolute;
		left: 18%;
		top: 2%;
		z-index: 999;
		height: 95%;
		width: auto;
	}
}

/* SP */
@media (max-width: 767px) {
	.faq-q1 .faq-q1_map {
		position: absolute;
		left: 29%;
		top: 2%;
		z-index: 999;
		height: 95%;
		width: auto;
	}
}

/* --------------------------------------------------------
faq-q3
-------------------------------------------------------- */

.faq-q3 .topic__img img {
	left: 0;
}

/* SP */
@media (max-width: 767px) {
	.faq-q3 .topic__img img {
		width: 100%;
	}
}

/* --------------------------------------------------------
faq-q4
-------------------------------------------------------- */

@media (min-width: 1280px) {
.faq-q4.topic-r .topic__contents {
	padding: 29px 48px 34px 140px;
}

.faq-q4 .topic__img img {
	right: -100px;
}
}

@media (max-width: 1279px) {
	.faq-q4 {
		min-height: 490px;
	}
	.faq-q4 .topic__img img {
		right: 0;
	}
}
/* SP */
@media (max-width: 767px) {
	.faq-q4 {
		min-height: auto;
		}
	.faq-q4 .topic__img img {
		right: 0;
	}
}

@media (min-width: 1280px) {

	.faq-q4 .btn_smalltxt {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.faq-q4 .topic__btn {
		width: 48%;
		display: inline-block;
		margin-top: 0;
	}

	.faq-q4 .topic__btn + .topic__btn {
		margin-left: 2%;
	}

	.faq-q4 .btn_smalltxt::after {
		right: 9px;
	}

	.faq-q4 .btn_smalltxt {
		font-size: 1rem;
		line-height: 1.4rem;
		padding-top: 1rem;
	}
}

@media (max-width: 767px) {
	.faq-q4 .topic__btn br{
		display: none;
	}
}


/* --------------------------------------------------------
faq-q5
-------------------------------------------------------- */
.faq-q5 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 32px 0;
	justify-content: space-between;
}
/* SP */
@media (max-width: 767px) {
	.faq-q5 {
		padding: 16px 0 20px 0;
	}
}

.faq-q5__grade {
	width: 48.4%;
	padding: 48px 0 0 0;
	position: relative;
	text-align: center;
}
.faq-q5__grade a {
	color: #333333;
	display: block;
	text-decoration: none;
}
/* SP */
@media (max-width: 767px) {
	.faq-q5__grade {
		width: 100%;
		margin: 20px auto;
		padding: 0;
	}
	.faq-q5__grade a {
		padding: 24px 0;
	}
}

.faq-q5__img {
	max-width: 460px;
	margin: 0 auto;
}


.faq-q5__img img {
	max-width: 100%;
}

.faq-q5__data {
	box-sizing: border-box;
}
/* SP */
@media (max-width: 767px) {
	.faq-q5__data {
		padding: 0;
	}
}

.faq-q5__name {
	line-height: 1;
	margin-top: 20px;
}
.faq-q5__name .en {
	font-family: "RenaultFont";
	font-weight: bold;
	font-size: 2.6rem;
}
.faq-q5__name .weight-normal {
	font-weight: normal;
}


.faq-q5__name .jp {
	font-size: 1.4rem;
	font-weight: 100;
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.faq-q5__name .jp {
		font-size: 1rem;
	}
}
/* SP */
@media (max-width: 767px) {
	.faq-q5__name .en {
		font-size: 1.6rem;
	}
	.faq-q5__name .jp {
		font-size: 1rem;
	}
}

.faq-q5__price {
	font-family: "RenaultFont";
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	margin: 16px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.faq-q5__price {
		font-size: 2rem;
	}
}
/* SP */
@media (max-width: 767px) {
	.faq-q5__price {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
	}
}


.faq-q5__price .monthly {
	width: 64%;
	display: flex;
	margin-right: 0.4em;
	font-size: 2.4rem;
	align-items: center;
  justify-content: center
}

.rate + .monthly {
  padding-left: 6%;
  justify-content: flex-start
}

/* SP */
@media (max-width: 767px) {
	.faq-q5__price .monthly {
		font-size: 1.8rem;
	}

  .rate + .monthly {
    padding-left: 8%;
  }
}


.faq-q5__price .rate {
	background: #EFDF00;
	position: relative;
	display: inline-block;
	width: 28%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 42px;
}
@media (max-width: 767px) {
	.faq-q5__price .rate {
		max-width: 92px;
	}
}
/* SP */
@media (max-width: 1279px) {
	.faq-q5__price .rate {
		width: 26%;
		max-width: 160px;
	}
}


.faq-q5__price .monthly_price {
	font-size: 6.6rem;
	padding: 0 3%;
	display: block;
	line-height: 1;
	margin-top: -6px;
}

@media (min-width: 1280px) {
	.faq-q5__price .monthly_price {
		margin-top: -18px;
	}
}

/* TAB */
@media (min-width: 768px) and (max-width: 1279px) {
	.faq-q5__price .monthly_price {
		font-size: 3.6rem;
	}
}

/* SP */
@media (max-width: 767px) {
	.faq-q5__price .monthly_price {
		font-size: 3.8rem;
		padding: 0 2%;
	}
}


.faq-q5__price .rate_txt {
	font-size: 1.2rem;
	font-weight: normal;
	margin: 2% 0 0 4%;
	line-height: 1.2;
	text-align: left;
}

.faq-q5__price .special_rate {
	padding-left: 2%;
}
.faq-q5__price .special_rate .rate_txt {
	margin: 2% 4% 0 0 ;
}

/* SP */
@media (min-width: 769px) {
	.faq-q5__price .rate_txt {
		font-size: 1.4rem;
		margin: 3% 0 0 4%;
	}
}


.faq-q5__price .rate::before {
	content: "";
    position: absolute;
    right: -39px;
    top: 0px;
    box-sizing: border-box;
    width: 20px;
    height: 32px;
    border: 21px solid transparent;
    border-left: 18px solid #EFDF00;
}

.faq-q5__price span {
	display: block;
}

.faq-q5__price .rate_price {
	font-size: 2.4rem;
	font-weight: normal;
	font-family: "RenaultFont";
}

/* TAB */
@media (min-width: 768px) and (max-width: 1279px) {

	.faq-q5__price .rate_price {
		padding-top: 0;
		font-size: 1.6rem;
	}
}

.faq-q5__txt {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2em;
	text-align: left;
}
/* SP */
@media (max-width: 767px) {
	.faq-q5__txt {
		font-size: 1rem;
	}
	.faq-q5__price .rate_price {
		padding-top: 0;
		font-size: 1.9rem;
	}
	.faq-q5__txt {
		font-size: 1rem;
	}
}
.faq-q5_txt-note {
	display: block;
	margin-top: 6px;
	line-height: 1.6;
}

.faq-q5__txt-bold {
	font-size: 1.4rem;
	display: block;
}


.faq-q5__btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
}

/* SP */
@media (max-width: 767px) {
	.faq-q5__btn {
		display: initial;
	}
}

.faq-q5__btn li {
	width: 46%;
}

/* SP */
@media (max-width: 767px) {
	.faq-q5__btn li{
		width: 100%;
		margin-top: 20px;
	}
}

.faq-q5__btn .btn {
	display: block;
	padding-left: 20px;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	color: #000;
}


@media (min-width: 768px) {
	.faq-q5__btn .btn:hover {
		background-color: #F8EB4C;
	}
}

/* SP */
@media (max-width: 767px) {
	.faq-q5__btn .btn {
		height: 40px;
		line-height: 40px;
		font-size: 1rem;
	}
}


.faq-q5__note {
	font-size: 1rem;
	max-width: 1024px;
	line-height: 1.8rem;
	margin: 0 auto 60px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 32px 0;
}

.faq-q5__notelist li:before {
	content: '●';
}
.faq-q5__notelist ul {
	margin-left: 1em;
}


/* --------------------------------------------------------
	owner
-------------------------------------------------------- */
.owner {
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
/* SP */
@media (max-width: 767px) {
	.owner {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.owner__mv {
	position: relative;
}
.owner__mv img {
	width: 100%;
}
.owner__sticker {
	position: absolute;
	right: 10%;
	width: 400px;
	height: 400px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.owner__sticker:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	opacity: 0.9;
	z-index: -1;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.owner__sticker:hover:before {
	transform: scale(1.05);
}
/* TB & SP */
@media (max-width: 1279px) {
	.owner__sticker {
		right: 50%;
		transform: translateY(-50%)translateX(50%);
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.owner__sticker {
		width: 320px;
		height: 320px;
	}
}
/* SP */
@media (max-width: 767px) {
	.owner__sticker {
		width: 233px;
		height: 233px;
	}
}


.owner__title {
	text-align: center;
	font-size: 2.65rem;
	margin-top: 2em;
}
.owner__title br {
	display: none;
}

/* SP */
@media (max-width: 767px) {
	.owner__title {
		font-size: 1.8rem;
		margin-top: 1em;
	}
	.owner__title br {
		display: inline;
	}
}

/* TB & SP */
@media (max-width: 1279px) {
	.owner__photo {
		align-items: flex-start;
	}
	.owner__photo img {
		width: 32%;
		height: auto;
	}
}
/* SP */
@media (max-width: 767px) {
	.owner__photo {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.owner__photo img {
		height: auto;
	}
	.owner__photo img+img {
		margin-left: 1%;
	}
}

.owner__title .rj-font {
	font-weight: 800;
	letter-spacing: 0.02em;
}

.owner__gallery .headline .logo {
	height: 66px;
}

/* SP */
@media (max-width: 767px) {
	.owner__gallery .headline .logo {
		height: 36px;
	}
}


.owner__gallery .gallery_ttl {
text-align: center;
font-family: "RenaultFont";
font-weight: bold;
line-height: 1;
font-size: 4rem;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
.owner__gallery {
padding: 0 32px;
}
.owner__gallery .gallery_ttl {
font-size: 3.6rem;
}
}
/* SP */
@media (max-width: 767px) {
.owner__gallery {
padding: 0 16px;
}
.owner__gallery .gallery_ttl {
font-size: 2.2rem;
margin-top: 20px;
}
}

.owner__gallery .gallery_txt {
padding-top: 18px;
text-align: center;
font-size: 1.4rem;
}
.owner__gallery .gallery_txt br {
display: none;
}
/* TB & SP */
@media (max-width: 1279px) {
.owner__gallery .gallery_txt {
font-size: 1.2rem;
}
}
/* SP */
@media (max-width: 767px) {
.owner__gallery .gallery_txt br {
display: block;
}
}

.owner__gallery .gallery_wrap {
width: 100%;
max-width: 1024px;
margin: 18px auto 0;
}

.owner__gallery__lead {
    font-size: 1.6rem;
    line-height: 3.6rem;
	text-align: center;
	margin: 2rem 0 7.4rem;
}

/* SP */
@media (max-width: 767px) {
	.owner__gallery__lead {
		font-size: 1.2rem;
		line-height: 2.6rem;
		text-align: left;
		margin-top: 20px;
	}
}

/* --------------------------------------------------------
　　TOPICS #owner
-------------------------------------------------------- */
.owner-topics {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 1024px;
	margin: 40px auto 0 auto;
	padding-bottom: 60px;
}
.owner-topics a {
	display: block;
	width: calc(50% - 10px);
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	line-height: 2;
}
.owner-topics a:nth-child(2n) {
	margin-left: 20px;
}
.owner-topics img {
	width: 100%;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.owner-topics {
		padding: 0 16px;
	}
}
/* SP */
@media (max-width: 767px) {
	.owner-topics {
		display: block;
		padding: 0 16px;
	}
	.owner-topics a {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.owner-topics a:nth-child(2n) {
		margin-left: auto;
	}
	.owner-topics a:not(:first-child) {
		margin-top: 20px;
	}
}






/* --------------------------------------------------------
　　owner__voice
-------------------------------------------------------- */


.owner-voice {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}

.owner-voice li {
	width: 32%;
	max-width: 320px;
}

.owner-voice__item {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}
.owner-voice__item:hover {
	opacity: 0.8;
}

.owner-voice__photo {
	height: auto;
	width: 100%;
	margin-bottom: 16px;
}
.owner-voice__data {
	box-sizing: border-box;
	overflow: hidden;
}
/* SP */
@media (max-width: 767px) {
	.owner-voice__item {
		margin-bottom: 36px;
		width: 100%;
		font-size: 1rem;
	}
	.owner-voice {
		padding: 20px 0 0 0;
	}
}

/* PC */
@media (min-width: 1280px) {
	.owner-voice {
		margin: 0 auto;
		padding: 40px 0;
		width: 1024px;
	}
}

.owner-voice__name {
	font-size: 1rem;
    margin-top: 1rem;
    display: block;
	line-height: 1.8rem;
	font-weight: normal;
}

/* SP */
@media (max-width: 767px) {
	.owner-voice__name {
		font-size: 1rem;
	}
}

/* --------------------------------------------------------
lineup
-------------------------------------------------------- */

	.bonjour-lineup {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.bonjour-lineup__item {
		text-align: center;
	}
	.bonjour-lineup__item a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-lineup {
			box-sizing: border-box;
			padding: 0 16px 16px 16px;
			width: 100%;
		}
		.bonjour-lineup__item {
			padding: 0 0 20px 0;
			width: 100%;
		}
	}
	/* TB */
	@media (min-width: 768px) and (max-width: 1279px) {
		.bonjour-lineup {
			box-sizing: border-box;
			padding: 24px 32px 32px 32px;
			width: 100%;
		}
		.bonjour-lineup__item {
			margin: 0 0 0 2%;
			padding: 0 0 40px 0;
			width: 48%;
		}
		.bonjour-lineup__item:nth-child(2n+1) {
			margin: 0;
		}
	}
	/* PC */
	@media (min-width: 1280px) {
		.bonjour-lineup {
			margin: 0 auto;
			padding: 24px 0 32px 0;
			width: 960px;
		}
		.bonjour-lineup__item {
			margin: 0 0 0 36px;
			padding: 0 0 72px 0;
			width: 296px;
		}
		.bonjour-lineup__item:nth-child(3n+1) {
			margin: 0;
		}
		.bonjour-lineup__item a:hover img {
			opacity: 0.9;
		}
	}
	.bonjour-lineup__price .price-unit {
		font-size: 0.75em;
		margin: 0 0 0 0.1em;
	}
	.bonjour-lineup__price .price-unit,
	.bonjour-lineup__price {
		font-weight: bold;
	}
	.bonjour-lineup__img {
		border-bottom: 1px solid #dbdbdb;
		width: 100%;
	}

	.bonjour-lineup__name-en {
		font-family: "RenaultFont";
	}

	.bonjour-lineup__name-en.arrow:after {
		background-position: -1em -2em;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-lineup__name-en {
			font-size: 2.1rem;
			line-height: 1;
			margin: 6px 0 0 0;
		}
		.bonjour-lineup__name-jp {
			margin: 3px 0 0 0;
			font-size: 1rem;
		}
		.bonjour-lineup__price {
			font-size: 1.8rem;
			line-height: 1;
			margin: 6px 0 0 0;
		}
	}
	/* TB */
	@media (min-width: 768px) and (max-width: 1279px) {
		.bonjour-lineup__name-en {
			font-size: 2.5rem;
			line-height: 1;
			margin: 12px 0 0 0;
		}
		.bonjour-lineup__name-jp {
			margin: 6px 0 0 0;
			font-size: 1rem;
		}
		.bonjour-lineup__price {
			font-size: 1.8rem;
			line-height: 1;
			margin: 12px 0 0 0;
		}
		.bonjour-lineup__name-en.arrow:after {
			margin: 0 0 0 4px;
		}
	}
	/* PC */
	@media (min-width: 1280px) {
		.bonjour-lineup__name-en {
			font-size: 2.4rem;
			line-height: 1;
			margin: 12px 0 0 0;
		}
		.bonjour-lineup__name-en.arrow:after {
			margin: 0 0 0 2px;
		}
		.bonjour-lineup__name-jp {
			margin: 6px 0 0 0;
			font-size: 1rem;
		}
		.bonjour-lineup__price {
			font-size: 1.8rem;
			line-height: 1;
			margin: 12px 0 0 0;
		}
	}

	.bonjour-lineup__item .btn--testdrive:before,
	.bonjour-lineup__item .btn--catalogue:before {
		background-image: url(../../common2016/img/icon.svg);
		background-repeat: no-repeat;
		background-size: 2em 7em;
		content: "";
		display: inline-block;
		height: 1em;
		left: 0;
		margin: 0 8px;
		position: relative;
		vertical-align: top;
		width: 1em;
	}
	.bonjour-lineup__btn a:first-child {
		border-top: 1px solid #dbdbdb;
	}
	.bonjour-lineup__btn a {
		border-bottom: 1px solid #dbdbdb;
		color: #333333;
		display: block;
		position: relative;
		text-align: left;
		text-decoration: none;
		width: 100%;
	}
	.bonjour-lineup__btn a.arrow:after {
		position: absolute;
	}
	.bonjour-lineup__item .btn--testdrive:before {
		background-position: -1em -1em;
	}
	.bonjour-lineup__item .btn--catalogue:before {
		background-position: -1em -2em;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-lineup__btn {
			margin: 16px auto 0 auto;
			width: 190px;
		}
		.bonjour-lineup__btn a {
			font-size: 1.2rem;
			height: 36px;
			line-height: 36px;
		}
		.bonjour-lineup__btn a.arrow:after {
			right: 2px;
			top: 10px;
		}
		.bonjour-lineup__item .btn--testdrive:before,
		.bonjour-lineup__item .btn--catalogue:before {
			font-size: 24px;
			top: 5px;
		}
	}
	/* TB & PC */
	@media (min-width: 768px) {
		.bonjour-lineup__btn {
			margin: 28px auto 0 auto;
			width: 192px;
		}
		.bonjour-lineup__btn a {
			font-size: 1.2rem;
			height: 40px;
			line-height: 40px;
		}
		.bonjour-lineup__btn a.arrow:after {
			right: 2px;
			top: 12px;
		}
		.bonjour-lineup__item .btn--testdrive:before,
		.bonjour-lineup__item .btn--catalogue:before {
			font-size: 30px;
			top: 4px;
		}
	}


	.bonjour-contact__lead {
		font-size: 2.4rem;
		text-align: center;
		font-weight: bold;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-contact__lead {
			font-size: 1.2rem;
		}
	}

	.bonjour-contact {
		padding: 86px 0 110px;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-contact {
			padding: 50px 0;
		}
	}

	.bonjour-contact__tel {
		font-size: 9.4rem;
		text-align: center;
		font-weight: bold;
	}
	/* SP */
	@media (max-width: 767px) {
		.bonjour-contact__tel {
			font-size: 2.8rem;
		}
	}

	.bonjour-contact__tel a{
		text-decoration: none;
		color: #333;
	}
	@media (min-width: 768px) {
		.bonjour-contact__tel a{
			pointer-events: none;
		}
	}


	.bonjour-contact__time {
		font-size: 2.4rem;
		text-align: center;
		display: block;
	}

	/* SP */
	@media (max-width: 767px) {
		.bonjour-contact__time {
			font-size: 1.2rem;
		}
	}


	.bonjour-contact__catch {
		font-size: 3.2rem;
		text-align: center;
		margin-top: 4rem;
		font-weight: bold;
		line-height: 6.4rem;
	}

	/* SP */
	@media (max-width: 767px) {
		.bonjour-contact__catch {
			font-size: 1.6rem;
			margin-bottom: 20px;
			line-height: 3.8rem;
		}
	}

	.bonjour-contact__border {
		background: linear-gradient(transparent 90%, #EFDF00 0%);
		display: inline;
		padding: 0 2px 7px;
	}
