@charset "UTF-8";


@font-face {
	font-family: "RenaultRace";
	src: url('/special-contents/common/font/RenaultRace.woff') format('woff');
}
@font-face {
	font-family: "RenaultFontRegular";
	src: url('/common2016/font/RenaultLifeWeb-Regular.woff') format('woff');
}

.page-move-target {
	display: block;
	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;
}
.rj-reguler {
	font-family: "RenaultFontRegular";
	font-weight: normal;
}

/* 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;
	}
}

.c-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px 0 8px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
/* SP */
@media (max-width: 767px) {
  .c-triangle {
    margin: 0 4px 0 7px;
    border-width: 4px 0 4px 7px;
  }
}







/* --------------------------------------------------------
　　共通
-------------------------------------------------------- */
.l-container img {
	width: 100%;
	max-width: 100%;
}

.l-section {
  width: 100%;
  max-width: 1600px;
  z-index: 2;
}

.l-section .contents {
	padding: 0 16px;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-section .contents {
		padding: 0 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-section .contents {
		width: 1024px;
		margin: 0 auto;
		padding: 0;
	}
}

.asterisk {
	font-size: 1rem;
	vertical-align: top;
}

/* --- banner --------- */
.l-cp-bnr {
	max-width: 1024px;
	margin: 0 auto 28px;
	padding: 0 16px;
}
@media (min-width: 768px) {
	.l-cp-bnr {
		padding: 0 32px;
	}
}
@media (min-width: 1280px) {
	.l-cp-bnr {
		margin: 0 auto 64px;
		padding: 0;
	}
}
.l-cp-bnr a:hover img {
	opacity: 0.9;
}

/* --- SNS 最新情報はこちら --------- */
/* TB & PC */
@media (min-width: 768px) {
	.l-social .contents {
		padding-top: 28px;
	}
}

/* --- ページメニュー --------- */
.l-pagemenu--tms .l-pagemenu__fixed {
	background-color: #333;
	border-bottom: 0;
}
.l-pagemenu--tms .l-pagemenu__ttl a {
	color: #fff;
}
.l-pagemenu--tms .l-pagemenu__ttl .en {
	font-weight: normal;
	font-size: 1.4rem;
}
.l-pagemenu--tms .l-pagemenu__ttl .en_bold {
	margin-left: 0.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* TB & PC */
@media (min-width: 768px) {
  .l-pagemenu--tms .l-pagemenu__ttl {
    left: 16px;
    top: 20px;
  }
  .l-pagemenu--tms .l-pagemenu__ttl .en {
		font-size: 2.4rem;
		line-height: 1;
	}
}
.l-pagemenu--tms .l-pagemenu__list a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

@media (min-width: 1280px) {
	.l-pagemenu--tms .l-pagemenu__list a {
		margin-left: 3em;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-pagemenu__list > li > a:after {
		background-position: 0 -5em;
	}
	.l-pagemenu--tms .l-pagemenu__btn:after {
		background-position: 0 -4em;
	}
	.l-pagemenu--tms .l-pagemenu__btn.is_opened:after {
		background-position: -1em -4em;
	}
}


/* --------------------------------------------------------
　　MV
-------------------------------------------------------- */
.ut-top_slider {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	max-width: 1600px;
	width: 100%;
}
.ut-top_slider img {
	width: 100%;
}
.ut-top_slider li {
	position: relative;
	outline: none;
}
/* slick dots */
.ut-top_slider .slick-dots {
	bottom: 20px;
}
.ut-top_slider .slick-dots li button:before {
	opacity: 0.75;
	color: #ffffff;
}
.ut-top_slider .slick-dots li.slick-active button:before {
	color: #ffcc33;
}
/* SP */
@media (max-width: 767px) {
	.ut-top_slider .slick-dots {
		bottom: 2px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.ut-top_slider .slick-dots {
		bottom: 10px;
	}
}

/* --------------------------------------------------------
　　Record Time
-------------------------------------------------------- */
.ut-record {
	position: relative;
	padding: 38px 16px 40px 16px;
}
@media (min-width: 768px) {
	.ut-record {
		padding: 38px 32px 40px 32px;
	}
}
@media (min-width: 1280px) {
	.ut-record {
		padding: 70px 0 78px 0;
	}
}

.ut-record_wrap {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	color: #fff;
	z-index: 1;
}
.ut-record_heading {
	text-align: center;
	font-family: "RenaultRace";
}
@media (min-width: 1280px) {
	.ut-record_heading {
		font-size: 4rem;
	}
}
.ut-record_txt {
	margin-top: 1.2em;
	line-height: 2;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.ut-record_txt {
		text-align: center;
	}
}
@media (min-width: 1280px) {
	.ut-record_txt {
		font-size: 1.4rem;
	}
}

.ut-record_menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1020px;
	margin: 0 auto;
	z-index: 1;
}
.ut-record_menu:not(:first-of-type) {
	display: none;
}
.ut-record_menu.is-show {
	display: flex;
	opacity: 0;
	animation: fadeMenu 0.3s ease-out 0.1s 1 forwards;
}

@-webkit-keyframes fadeMenu {
	100% {
		opacity: 1;
	}
}
@keyframes fadeMenu {
	100% {
		opacity: 1;
	}
}
.ut-record_menu:first-of-type {
	margin-top: 36px;
}
.ut-record_menu + .ut-record_menu {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.ut-record_menu {
		justify-content: space-between;
	}
	.ut-record_menu:after {
		content: "";
		display: block;
		width: 31%;
	}
	.ut-record_menu:first-of-type {
		margin-top: 50px;
	}
}
@media (min-width: 1280px) {
	.ut-record_menu:after {
		width: 29.42%;
	}
}
.ut-record_menu li {
	position: relative;
	width: 100%;
	background-color: #000;
}
.ut-record_menu li + li {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.ut-record_menu li {
		width: 31%;
	}
	.ut-record_menu li + li {
		margin-top: 0;
	}
}
@media (min-width: 1280px) {
	.ut-record_menu li {
		width: 29.42%;
	}
}
.ut-record_menuWrap {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.ut-record_menuWrap:hover {
	opacity: 0.8;
}
.ut-record_menuDetail {
	position: relative;
	padding: 20px 16px 30px 16px;
}
.ut-record_menuDetail .lineup {
	position: absolute;
	top: -6px;
	left: 16px;
	display: inline-block;
	padding: 0.2em 3em 0.2em 1em;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.ut-record_menuDetail .lineup .rj-italic {
	position: relative;
	z-index: 1;
}
.ut-record_menuDetail .lineup:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fbcc33;
	transform: skew(-10deg);
	z-index: 0;
}
.ut-record_menuDetail .ttl {
	font-family: "RenaultRace";
	font-size: 1.1rem;
}
.ut-record_menuDetail .time {
	margin-top: 0.2em;
	font-family: "RenaultRace";
	color: #fbcc33;
}
.ut-record_menuDetail .time .label,
.ut-record_menuDetail .time .num {
	display: inline-block;
}
.ut-record_menuDetail .time .label {
	padding-right: 1em;
	font-size: 1rem;
}
.ut-record_menuDetail .time .num {
	font-size: 2.2rem;
}
.ut-record_menuDetail .txt {
	margin-top: 0.4em;
	line-height: 1.8;
	font-size: 1.2rem;
}
.ut-record_menuDetail .note {
	display: block;
	margin-top: 1em;
	line-height: 1.6;
	font-size: 1rem;
}
@media (min-width: 1280px) {
	.ut-record_menuDetail .ttl {
		font-size: 1.2rem;
	}
	.ut-record_menuDetail .time .num {
		font-size: 2.4rem;
	}
}
.ut-record_menuDetail .caption {
	margin-top: 0.5em;
	padding-top: 0.5em;
	font-family: "RenaultFont";
	font-size: 1.2rem;
	color: #96989a;
	border-top: 1px solid #96989a;
}
.ut-record_arrow {
	position: absolute;
	bottom: 10px;
	right: 32px;
	padding-right: 0.4em;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fbcc33;
}
.ut-record_arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -8px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fbcc33;
	border-right: 2px solid #fbcc33;
	transform: rotate(45deg);
}

.ut-record_moreBtn {
	display: block;
	position: relative;
	width: 100%;
	max-width: 370px;
	margin: 30px auto 0;
	padding: 1em;
	line-height: 1;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 1;
}
.ut-record_moreBtn:hover {
	opacity: 0.8;
}
@media (min-width: 768px) {
	.ut-record_moreBtn {
		margin: 50px auto 0;
		padding: 0.8em;
	}
}
.ut-record_moreBtn .label {
	font-family: "RenaultFont";
	font-weight: bold;
	font-size: 1.6rem;
}
.ut-record_moreBtn .line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -42px;
}
.ut-record_moreBtn .line:before,
.ut-record_moreBtn .line:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.ut-record_moreBtn .line:before {
	width: 100%;
	height: 2px;
}
.ut-record_moreBtn .line:after {
	width: 2px;
	height: 100%;
}

.ut-record_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/special-contents/ultimate_trial/img/ultimate_bg.png') repeat 0 0;
	background-size: 35px 27px;
	z-index: 0;
}
.ut-record_bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
}


/* --------------------------------------------------------
　　LINE UP
-------------------------------------------------------- */
.ut-lineup {
	padding: 36px 16px 60px 16px;
	color: #fff;
	background-color: #000;
}
@media (min-width: 768px) {
	.ut-lineup {
		padding: 60px 32px;
	}
}
@media (min-width: 1280px) {
	.ut-lineup {
		padding: 74px 0 120px 0;
	}
}
.ut-lineup_wrap {
	max-width: 1020px;
	margin: 0 auto;
}

.ut-lineup_heading {
	margin-bottom: 32px;
	line-height: 1;
	text-align: center;
	font-family: "RenaultRace";
}
@media (min-width: 1280px) {
	.ut-lineup_heading {
		margin-bottom: 66px;
		font-size: 4rem;
	}
}

.ut-lineup_unit {
	display: flex;
	flex-wrap: wrap;
}
.ut-lineup_unit + .ut-lineup_unit {
	margin-top: 60px;
}
@media (min-width: 768px) {
	.ut-lineup_unit-reverse {
		flex-direction: row-reverse;
	}
}
@media (min-width: 1280px) {
	.ut-lineup_unit + .ut-lineup_unit {
		margin-top: 120px;
	}
}
.ut-lineup_img {
	width: 100%;
}
@media (min-width: 768px) {
	.ut-lineup_img {
		width: 53.42%;
	}
}
.ut-lineup_detail {
	width: 100%;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.ut-lineup_detail {
		box-sizing: border-box;
		width: 46.58%;
		margin-top: 0;
		padding-left: 3.6%;
	}
	.ut-lineup_unit-reverse .ut-lineup_detail {
		padding-right: 3.6%;
		padding-left: 0;
	}
}

.ut-lineup_ttl {
	line-height: 1;
	font-size: 2rem;
	font-family: "RenaultRace";
}
@media (min-width: 1280px) {
	.ut-lineup_ttl {
		font-size: 3.2rem;
	}
}
.ut-lineup_txt {
	margin-top: 0.6em;
	line-height: 2;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.ut-lineup_txt {
		margin-top: 2em;
	}
}
@media (min-width: 1280px) {
	.ut-lineup_txt {
		font-size: 1.4rem;
	}
}

.ut-lineup_btn {
	box-sizing: border-box;
	width: 100%;
	max-width: 440px;
	height: 44px;
	margin-top: 1em;
	line-height: 2;
}
@media (min-width: 768px) {
	.ut-lineup_btn {
		height: 46px;
		margin-top: 2em;
	}
}
.ut-lineup_btn a {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	color: #000;
}
.ut-lineup_btn a:hover {
	opacity: 0.9;
}
@media (min-width: 768px) {
	.ut-lineup_btn a {
		padding: 8px 0 8px 12px;
	}
}
.ut-lineup_btn a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0) skewX(-10deg);
	width: 100%;
	height: 100%;
	background-color: #fbcc33;
	z-index: 0;
}
.ut-lineup_btn .label,
.ut-lineup_btn .note {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1;
	z-index: 1;
}
.ut-lineup_btn .label {
	left: 12px;
	font-family: "RenaultRace";
	font-size: 1.4rem;
}
@media (min-width: 1280px) {
	.ut-lineup_btn .label {
		font-size: 1.6rem;
	}
}
.ut-lineup_btn .note {
	right: 24px;
	padding: 0 8px 0 0;
	font-weight: bold;
	font-size: 1rem;
}
.ut-lineup_btn .note::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -6px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
@media (min-width: 1280px) {
	.ut-lineup_btn .note::after {
		right: -8px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
}
@media (max-width: 1279px) {
	.ut-lineup_btn .label,
	.ut-lineup_btn .note {
		display: block;
		line-height: 1;
	}
}
@media (min-width: 1280px) {
	.ut-lineup_btn .note {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------------
　　Renault Sport Specialist Dealer
-------------------------------------------------------- */
.l-rssd {
	background: #000;
}
/* SP */
@media (max-width: 767px) {
	.l-rssd {
		padding: 32px 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-rssd {
		padding: 64px 0 78px 0;
	}
}

.l-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) {
	.l-rssd .headline {
		width: 198px;
		height: 62px;
		background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_ttl_sp.png);
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-rssd .headline {
		width: 510px;
		height: 38px;
		background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_ttl_pc.png);
	}
}

.l-rssd__contents {
	margin: 28px 0 0 0;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-rssd__contents {
		max-width: 750px;
		margin: 0 auto;
		padding: 30px 32px 0 32px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__contents {
		max-width: 1024px;
		margin: 32px auto 0;
	}
}

.l-rssd__txt {
	padding: 0 16px;
	line-height: 2;
	font-size: 1.2rem;
	color: #fff;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-rssd__txt {
		padding: 20px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__txt {
		width: 880px;
		margin: 0 auto;
		padding: 0;
		font-size: 1.4rem;
	}
}

.l-rssd__txt.notice {
	margin-top: 20px;
	font-size: 1rem;
	color: #96989a;
}

.l-rssd__btns {
	display: block;
	padding: 24px 0 0 0;
}
/* TB & PC */
@media (min-width: 768px) {
	.l-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) {
	.l-rssd__btns {
		width: 600px;
		margin: 0 auto;
		padding: 48px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__btns {
		width: 838px;
		margin: 0 auto;
		padding: 48px 0 0 0;
	}
}

/* SP */
@media (max-width: 767px) {
	.l-rssd__btn:last-child {
		padding: 30px 0 0 0;
	}
}

.l-rssd__btn > a {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.l-rssd__btn > a:hover {
	opacity: 0.9;
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-rssd__btn > a {
		width: 271px;
		height: 60px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__btn > a {
		width: 383px;
		height: 84px;
	}
}
.l-rssd__btn:first-child > a {
	background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_btn01_sp.png);
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__btn:first-child > a {
		background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_btn01_pc.png);
	}
}
.l-rssd__btn:last-child > a {
	background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_btn02_sp.png);
}
/* PC */
@media (min-width: 1280px) {
	.l-rssd__btn:last-child > a {
		background-image: url(/special-contents/ultimate_trial/img/mrs_rssd_btn02_pc.png);
	}
}


/* --------------------------------------------------------
  RENAULT SPORT CONNECTIONS
-------------------------------------------------------- */
.l-limited .headline,
.l-limited .contents {
	background-color: #fff;
}
.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;
	}
}


/* --------------------------------------------------------
　　MOTOR SPORTS
-------------------------------------------------------- */
.ut-motorsports {
	max-width: 300px;
	margin: 60px auto;
}
@media (min-width: 768px) {
	.ut-motorsports {
		max-width: 512px;
	}
}
.ut-motorsports a:hover img {
	opacity: 0.9;
}

.ut-motorsports_banner {
  margin-bottom: 60px;
}