@charset "UTF-8";




/* --------------------------------
	Page
-------------------------------- */

.page-rssd {
	background-repeat: repeat;
	background-image: url(../img/bg_flag.png);
	background-attachment: fixed;
}
.scroll_target {
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	top: -40px;
}
/* TB & PC */
@media (min-width: 768px) {
	.scroll_target {
		top: 50px;
	}
}





/* --------------------------------
	PAGEMENU
-------------------------------- */
.l-pagemenu__fixed {
	background-color: #252525;
	border-bottom: 1px solid #333333;
}
.l-pagemenu__ttl {
	color: #ffffff;
}
.rssd-pagemenu__ttl {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% auto;
	position: relative;
}
/* SP */
@media (max-width: 767px) {
	.rssd-pagemenu__ttl {
		background-image: url(../img/ttl_rssd_pagemenu_title.png);
		width: 248px;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-pagemenu__btn:after {
		background-position: 0 -4em;
	}
	.l-pagemenu__btn.is_opened:after {
		background-position: -1em -4em;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rssd-pagemenu__ttl {
		background-image: url(../img/ttl_rssd_pagemenu_title.png);
		width: 490px;
		top: 12px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rssd-pagemenu .l-pagemenu__fixed:before {
		content: "";
		position: absolute;
		display: block;
		height: 64px;
		left: -20px;
		top: 0;
		width: 320px;
		background-color: #000;
		transform: skewX(-15deg);
	}
	.rssd-pagemenu__ttl {
		background-image: url(../img/ttl_rssd_pagemenu_title.png);
		width: 335px;
		top: 5px;
	}
	.l-pagemenu__list > li > a {
		color: #dadada;
	}
}






/* --------------------------------
	MV
-------------------------------- */
.rssd-mv {
	max-width: 1600px;
	background-color: #000;
	background-repeat: no-repeat;
}
.rssd-mv .bg {
	width: 100%;
}
.rssd-mv .flag {
	position: absolute;
	height: auto;
	z-index: -1;
}
.rssd-mv .flag img {
	width: 100%;
}
.rssd-mv > .headline {
	position: relative;
	z-index: 11;
}
.rssd-mv > .headline:after {
	content: "";
	width: 68px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;
}
.rssd-mv .contents {
	position: relative;
	z-index: 12;
	text-align: center;
}
.rssd-mv .links li {
	display: inline-block;
}
.rssd-mv .links li a {
	display: inline-block;
}
.rssd-mv .bnr a {
	display: inline-block;
	width: 340px;
}
/* SP */
@media (max-width: 767px) {
	.rssd-mv {
		height: 428px;
		width: 100%;
		background-image: url(../img/bg_rssd_mv_sp.jpg);
		background-position: center bottom;
		background-size: cover;
	}
	.rssd-mv .rssd-title {
		width: 265px;
	}
	.rssd-mv .flag {
		width: 110px;
		top: 30px;
		left: calc(50% + 46px);
	}
	.rssd-mv > .headline {
		padding-bottom: 14px;
		padding-top: 54px;
	}
	.rssd-mv .links {
		padding-top: 8px;
	}
	.rssd-mv .links li {
		padding-top: 12px;
		width: 100%;
	}
	.rssd-mv .links li a {
		width: 180px;
	}
	.rssd-mv .bnr {
		padding-top: 21px;
	}
	.rssd-mv .bnr a {
		width: 268px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.rssd-mv {
		background-image: url(../img/bg_rssd_mv.jpg);
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rssd-mv {
		height: 527px;
		background-size: cover;
		background-position: center bottom;
	}
	.rssd-mv .rssd-title {
		width: 396px;
	}
	.rssd-mv .flag {
		width: 208px;
		top: 47px;
		left: calc(50% + 160px);
	}
	.rssd-mv > .headline {
		padding-bottom: 38px;
		padding-top: 110px;
	}
	.rssd-mv .links {
		padding-top: 22px;
	}
	.rssd-mv .links li a {
		width: 180px;
	}
	.rssd-mv .bnr {
		padding-top: 37px;
	}
	.rssd-mv .bnr a {
		width: 256px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rssd-mv {
		height: 704px;
		background-position: center top;
		background-size: 1600px auto;
		background-attachment: fixed;
	}
	.rssd-mv .rssd-title {
		width: 522px;
	}
	.rssd-mv .bg {
		position: fixed;
		display: none;
		height: 100%;
		left: 0;
		top:  64px;
		z-index: 1;
	}
	.rssd-mv .flag {
		width: 275px;
		height: 156px;
		top: 63px;
		left: calc(50% + 240px);
	}
	.rssd-mv > .headline {
		padding-bottom: 46px;
		padding-top: 150px;
	}
	.rssd-mv .links {
		padding-top: 62px;
	}
	.rssd-mv .links li a {
		width: 241px;
	}
	.rssd-mv .bnr {
		padding-top: 50px;
	}
	.rssd-mv .bnr a {
		width: 340px;
	}
}






/* --------------------------------
	ABOUT
-------------------------------- */
.rssd-about{
	width: 100%;
	max-width: 1600px;
	position: relative;
	z-index: 100;
	background-repeat: no-repeat;
}
.rssd-about .info {
	color: #9c9c9c;
}
.rssd-about .info .title {
	max-width: 100%;
}
.rssd-about .info .bnr,
.rssd-about .info .bnr a,
.rssd-about .info .bnr a img {
	width: 100%;
}
.rssd-about .info .main-text {
	line-height: 2;
}
.rssd-about .info .notice {
	color: #878787;
}
.rssd-about .img-sp {
	display: none;
}
.rssd-about .info .bnr a {
	display: inline-block;
}
/* SP */
@media (max-width: 767px) {
	.rssd-about {
		background-image: url(../img/bg_rssd_about_sp.png);
		background-size: 100% auto;
		background-position: center top;
		margin-top: -42px;
		padding-top: 40px;
	}
	.rssd-about:after {
		content: "";
		background-image: url(../img/parts_rssd_about_bottom_sp.png);
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 100%;
		height: 7%;
		display: block;
		position: absolute;
		bottom: -7%;
		left: 0;
	}
	.rssd-about .info {
		width: 100%;
		box-sizing: border-box;
		padding: 16px 16px 0 16px;
	}
	.rssd-about .info .title {
		width: 300px;
	}
	.rssd-about .info .main-text {
		font-size: 12px;
		padding-top: 14px;
	}
	.rssd-about .info .notice {
		font-size: 10px;
		margin-top: 12px;
	}
	.rssd-about .info .bnr {
		margin-top: 24px;
		text-align: center;
	}
	.rssd-about .info .bnr a {
		width: 268px;
	}
	.rssd-about .img-sp {
		padding-top: 34px;
		display: block;
	}
	.rssd-about .img-sp  img {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rssd-about {
		height: 82vw;
		background-image: url(../img/bg_rssd_about_ex.png);
		background-size: 100% auto;
		background-position: center top;
		margin-top: -70px;
		position: relative;
	}
	.rssd-about .info-wrapper {
		position: relative;
		height: 100%;
		width: 42%;
	}
	.rssd-about .info {
		position: absolute;
		left: 50%;
		display: block;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 320px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.rssd-about .info .main-text {
		font-size: 12px;
		padding-top: 24px;
	}
	.rssd-about .info .notice {
		font-size: 9px;
		margin-top: 12px;
	}
	.rssd-about .info .bnr {
		margin-top: 24px;
	}
	.rssd-about .info .bnr a {
		width: 100%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rssd-about {
		height: 837px;
		background-image: url(../img/bg_rssd_about.png);
		background-size: 1600px auto;
		background-position: center top;
		margin-top: -86px;
	}
	.rssd-about .info {
		position: absolute;
		left: calc(50% - 512px);
		display: block;
		top: 176px;
		width: 300px;
	}
	.rssd-about .info .main-text {
		font-size: 14px;
		padding-top: 25px;
	}
	.rssd-about .info .notice {
		font-size: 10px;
		margin-top: 20px;
	}
	.rssd-about .info .bnr {
		margin-top: 36px;
	}
}






/* --------------------------------
	FEATURES
-------------------------------- */
.rssd-features .headline {
	color: #fff;
}
.rssd-features {
	background-image: url(../img/bg_rssd_features.jpg);
	background-color: #333;
	max-width: 1600px;
	width: 100%;
	background-repeat: no-repeat;
}
.rssd-features .service {
	position: relative;
}
.rssd-features .service .data {
	overflow: hidden;
	position: relative;
}
.rssd-features .service .data:before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	background-color: #515151;
	height: 36px;
	transform: skewX(-10deg);
	left: -12px;
	top: 20px;
}
.rssd-features .service .num {
	font-family: "RenaultFont";
	font-style: italic;
	position: absolute;
	color: #dad430;
	z-index: 100;
	line-height: 1;
}
.rssd-features .service .title {
	font-family: "RenaultFont";
	font-style: italic;
	color: #dad430;
}
.rssd-features .service .sub-title {
	color: #cbcbcb;
}
.rssd-features .service .info {
	color: #9f9f9f;
}
.rssd-features .service .bnr {
	padding-top: 20px;
}
.rssd-features .service .bnr a:after {
	background-position: -1em -1em;
	top: 2px;
	margin-left: 0.3em;
	font-size: 1.2rem;
}
.rssd-features .service .bnr a {
	display: inline-block;
	font-size: 9px;
	color: #cbcbcb;
	text-decoration: none;
	border: 1px solid #616161;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.rssd-features .service .bnr a:hover {
	border: 1px solid #777;
}
.rssd-features .service {
	background-color: #0d0d0d;
}
/* SP */
@media (max-width: 767px) {
	.rssd-features {
		background-size: cover;
		padding-top: 7%;
	}
	.rssd-features .service-list {
		box-sizing: border-box;
		padding: 10px 16px 0 16px;
	}
	.rssd-features .service {
		margin-top: 38px;
	}
	.rssd-features .service .data {
		padding: 20px 24px;
	}
	.rssd-features .service .num {
		font-size: 38px;
		left: 10px;
		top: -22px;
	}
	.rssd-features .service .title {
		font-size: 19px;
	}
	.rssd-features .service .title-mini {
	}
	.rssd-features .service .sub-title {
		font-size: 13px;
		margin-top: 4px;
	}
	.rssd-features .service .sub-title br {
		display: none;
	}
	.rssd-features .service .info {
		font-size: 12px;
		line-height: 22px;
		margin-top: 14px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rssd-features {
		padding-bottom: 100px;
		margin-top: -80px;
		padding-top: 80px;
	}
	.rssd-features .service-list {
		justify-content: center;
		padding-top: 40px;
	}
	.rssd-features .service {
		width: 225px;
		margin: 0 8px;
	}
	.rssd-features .service .data {
		padding: 24px;
	}
	.rssd-features .service .num {
		font-size: 30px;
		left: 10px;
		top: -22px;
	}
	.rssd-features .service .title {
		font-size: 17px;
	}
	.rssd-features .service .title-mini {
		font-size: 17px;
	}
	.rssd-features .service .sub-title {
		font-size: 11px;
	}
	.rssd-features .service .info {
		font-size: 10px;
		line-height: 17px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rssd-features {
		height: 1024px;
		background-position: center 64px;
		background-size: 1600px auto;
		background-attachment: fixed;
		background-size: cover;
		padding-top: 100px;
		margin-top: -86px;
	}
	.rssd-features .headline {
		padding-top: 57px;
	}
	.rssd-features .service-list {
		justify-content: space-between;
		padding-top: 63px;
	}
	.rssd-features .service {
		width: 328px;
	}
	.rssd-features .service .data {
		padding: 24px 28px;
	}
	.rssd-features .service .num {
		font-size: 44px;
		left: 10px;
		top: -20px;
	}
	.rssd-features .service .title {
		font-size: 20px;
		letter-spacing: 0.02em;
	}
	.rssd-features .service .title-mini {
		font-size: 17px;
	}
	.rssd-features .service .sub-title {
		font-size: 13px;
		line-height: 1.2;
	}
	.rssd-features .service .info {
		font-size: 12px;
		line-height: 20px;
		padding-top: 20px;
	}
}




.sub-text {
	color: #b0b0b0;
	text-align: center;
	line-height: 2;
}

/* SP */
@media (max-width: 767px) {
	.sub-text {
		text-align: left;
		font-size: 12px;
		padding: 0 16px;
		margin-top: 24px;
	}
	.sub-text br {
		display: none;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.sub-text {
		font-size: 12px;
		margin-top: 28px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.sub-text {
		padding-top: 28px;
		font-size: 14px;
	}
}





/* --------------------------------
	TEST
-------------------------------- */
.rssd-test {
	position: relative;
	max-width: 1600px;
	width: 100%;
}
.rssd-test .headline .en {
	color: #fff;
}
.rssd-test .headline .jp {
	color: #c6c6c6;
}
.rssd-test .contents .test-text {
	text-align: center;
	color: #9b9b9b;
}
.rssd-test .flag {
	position: absolute;
	height: auto;
}
.rssd-test .flag img {
	width: 100%;
}
.rssd-test .headline {
	position: relative;
	z-index: 10;
}
.rssd-test .car {
	border-top: 5px solid #fece00;
}
.rssd-test .car .title {
	font-family: "RenaultFont";
	position: relative;
	color: #fff;
}
.rssd-test .car .sub-title {
	font-size: 12px;
	color: #bababa;
}
.rssd-test .car .title:before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	background-color: #515151;
	height: 36px;
	transform: skewX(-10deg);
	left: 0;
	top: 0;
}
.rssd-test .car .title .arrow {
	color: #fff;
	text-decoration: none;
}

.rssd-test .car .title .arrow:after {
	background-position: -1em -2.08em;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.rssd-test .car .title .arrow:after {
		background-position: -1em -2.12em;
	}
}
@media (min-width: 768px) {
	.rssd-test .car .title .arrow:hover {
		opacity: 0.7;
	}
}
/* SP */
@media (max-width: 767px) {
	.rssd-test .flag {
		width: 110px;
		top: 28px;
		right: 5px;
	}
	.rssd-test .headline {
		padding-top: 58px;
	}
	.rssd-test .cars {
		padding: 26px 16px 0 16px;
		box-sizing: border-box;
	}
	.rssd-test .car .data {
		padding-bottom: 54px;
	}
	.rssd-test .car .title,
	.rssd-test .car .sub-title {
		padding-left: 25px;
	}
	.rssd-test .car .title {
		padding-top: 22px;
		font-size: 19px;
		line-height: 23px;
	}
	.rssd-test .car .title:before {
		top: 15px;
	}
	.rssd-test .car .sub-title {
		font-size: 12px;
		line-height: 20px;
		padding-top: 4px;
	}
	.rssd-test .car .bnr {
		margin-top: 22px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rssd-test {
		padding-bottom: 100px;
		background-image: url(../img/bg_rssd_test.png);
		background-size: 1600px auto;
		background-position: center top;
		margin-top: -86px;
		padding-top: 86px;
	}
	.rssd-test .cars {
		justify-content: center;
		padding-top: 36px;
	}
	.rssd-test .car {
		width: 344px;
	}

	.rssd-test .car .title,
	.rssd-test .car .sub-title {
		padding-left: 28px;
	}
	.rssd-test .car .title {
		padding-top: 20px;
	}
	.rssd-test .car .title:before {
		top: 16px;
	}
	.rssd-test .car .sub-title {
		padding-top: 8px;
	}
	.rssd-test .car .bnr {
		margin-top: 20px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rssd-test {
		height: 1020px;
		background-image: url(../img/bg_rssd_test.png);
		background-size: 1600px auto;
		background-position: center top;
		margin-top: -86px;
		padding-top: 148px;
	}
	.rssd-test .cars {
		justify-content: center;
		padding-top: 60px;
	}
	.rssd-test .car {
		width: 500px;
	}
	.rssd-test .car .title,
	.rssd-test .car .sub-title {
		padding-left: 32px;
	}
	.rssd-test .car .title {
		margin-top: 22px;
		font-size: 24px;
	}
	.rssd-test .car .sub-title {
		font-size: 12px;
		padding-top: 4px;
	}
	.rssd-test .car .bnr {
		margin-top: 36px;
	}
	.rssd-test .car .bnr a {
		width: 421px;
		height: 62px;
		display: inline-block;
	}
}





/* --------------------------------
	Banner
-------------------------------- */
.l-banner {
	background-color: #fff;
}
/* SP */
@media (max-width: 767px) {
	.l-banner {
		padding-top: 32px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-banner {
		padding-top: 42px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-banner {
		padding-top: 60px;
	}
}



/* --------------------------------
	Footer Menu
-------------------------------- */
.footer-menu {
	margin-top: 0;
	padding-top: 24px;
	background-color: #fff;
}





