@charset "UTF-8";

@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");


#mainContents:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body{
	margin: 0;
	background: #000;
	font-family: ShinGoPro-Regular,sans-serif;
}
body #originalHeader,
body #mainContents{
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
}
body #mainContents{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
	background: #fafafa url("../img/bg_maincontents.jpg") center 1115px no-repeat;
	background-size: 1300px auto;
	color: #333;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #originalHeader img,
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a,
body #mainContents .opacity{
	color : #c3092f;
	text-decoration : underline ;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents a:hover{
	color: #c3002f
}
body #mainContents .opacity:hover{
	text-decoration: none;
	opacity : 0.7 ;
	filter : alpha(opacity=70) ;
	-moz-opacity : 0.7 ;
	-ms-filter : "alpha(opacity=70)" ;
}
body #mainContents .effect{
	transition-duration : 1s ;
	-webkit-transition : all 1s ease 0s ;
	-moz-transition : all 1s ease 0s ;
	-o-transition : all 1s ease 0s ;
	opacity: 0;
}
body #mainContents .effect.effectout{
	opacity: 1;
}

/******************************************************************************
	common
******************************************************************************/
#gn_footer{
	background: #1a1a1a;
}
body #mainContents section{
	box-sizing: border-box;
	position: relative;
	max-width: 1300px;
	min-width: 1170px;
	margin: 0 auto;
}
/******************************************************************************
	#originalHeader
******************************************************************************/
#originalHeader .inner{
	position: relative;
	max-width: 1300px;
	height: 100px;
	margin: 0 auto;
}
#originalHeader .inner p{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
/******************************************************************************
	.header
******************************************************************************/
body #mainContents section.header{
	box-sizing: border-box;
	position: relative;
	height: 454px;
	padding: 0;
	margin: 0 0 80px;
	background: url("../img/bg_header.png") center bottom no-repeat;
	text-align: center;
}
body #mainContents section.header h1{
	position: relative;
	padding: 55px 0 0;
	margin: 0 0 40px;
	z-index: 2;
	text-align: center;
}
body #mainContents section.header figure{
	text-align: center;
	margin: 0 0 35px;
}
body #mainContents section.header p.booth{
	box-sizing: border-box;
	width: 800px;
	height: 264px;
	margin: 60px auto 0;
	padding: 150px 0 0;
	background: url("../img/bg_booth.png") center center no-repeat;
}
/******************************************************************************
	.result
******************************************************************************/
body #mainContents section.result{
	padding-bottom: 120px;
}
body #mainContents section.result > p{
	margin: 0 0 120px;
	text-align: center;
}
body #mainContents section.result .top{
	position: relative;
	padding: 70px 0 40px;
	margin: 0 0 60px;
	background: rgba(197,169,114,0.5);
}
body #mainContents section.result .top h2{
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
}
body #mainContents section.result ul{
	width: 1000px;
	margin: 0 auto;
}
body #mainContents section.result ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
	background: #000;
}
body #mainContents section.result ul li:last-child{
	margin: 0;
}
body #mainContents section.result ul li .text{
	padding: 50px 40px 0 40px;
}
body #mainContents section.result ul li .text p.btn{
	width: 420px;
	margin: 50px 0 0;
}
body #mainContents section.result ul li .text p.btn a{
	display: block;
	background: url("../img/bg_btn_detail.png") center center no-repeat;
}
body #mainContents section.result ul li .text p.btn a img{
	transition-duration : 0.3s ;
}
body #mainContents section.result ul li .text p.btn a:hover img{
	opacity: 0;
}
body #mainContents section.result .under li:nth-of-type(2n){
	flex-flow: row-reverse;
}

/******************************************************************************
	.detail
******************************************************************************/
body #mainContents.detail{
	background-position: center top;
}
body #mainContents.detail section.header{
	min-width: initial;
	width: 920px;
	height: auto;
	margin: 0 auto 60px;
	background: none;
	text-align: left;
}
body #mainContents.detail section.header h1{
	margin: 0;
	padding: 60px 0 0;
}

body #mainContents.detail section.detail{
	box-sizing: border-box;
	min-width: initial;
	width: 920px;
	padding: 10px 10px 0;
	margin: 0 auto 60px;
	background: #fff;
}
body #mainContents.detail section.detail #mainvisual{
	margin: 0 0 120px;
}
body #mainContents.detail section.detail #mainvisual .item{
	margin: 0;
}
body #mainContents.detail section.detail #mainvisual .slick-dots{
	display: flex;
	justify-content: center;
	bottom: -45px;
}
body #mainContents.detail section.detail #mainvisual .slick-dots li{
	margin: 0 3px;
	z-index: 2;
}
body #mainContents.detail section.detail #mainvisual .slick-dots li button{
	width: 10px;
	height: 10px;
	padding: 0;
	background: #c1c1c1;
	border-radius: 5px;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents.detail section.detail #mainvisual .slick-dots li button:hover,
body #mainContents.detail section.detail #mainvisual .slick-dots li.slick-active button{
	background: #c3092f;;
}
body #mainContents.detail section.detail #mainvisual .slick-dots li button:before{
	display: none;
}
body #mainContents.detail section.detail #mainvisual .slick-prev,
body #mainContents.detail section.detail #mainvisual .slick-next{
	top: auto;
	bottom: -42px;
	left: 50%;
	width: 9px;
	height: 12px;
	background: url("../img/btn_slick_prev.png") center center no-repeat;
	transform: translate(-125px,-50%);
	z-index: 3;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents.detail section.detail #mainvisual .slick-next{
	background-image: url("../img/btn_slick_next.png");
	transform: translate(106px,-50%);
}
body #mainContents.detail section.detail #mainvisual .slick-prev:before,
body #mainContents.detail section.detail #mainvisual .slick-next:before{
	display: none;
}
body #mainContents.detail section.detail #mainvisual .slick-prev:hover,
body #mainContents.detail section.detail #mainvisual .slick-next:hover{
	opacity: 0.5;
}
body #mainContents.detail section.detail .inner .figWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 70px;
}
body #mainContents.detail section.detail .inner .figWrap figure{
	margin: 0 0 10px;
}
body #mainContents.detail section.detail .inner .figWrap figure.full{
	width: 100%;
}
body #mainContents.detail section.detail .inner p{
	margin: 0 50px 70px;
	line-height: 180%;
}
body #mainContents.detail section.detail .inner p.production{
	padding: 35px 50px;
	margin: 0;
	border-top: #f4f4f4 1px solid;
	text-align: right;
}
body #mainContents.detail .back a{
	display: block;
	width: 420px;
	margin: 0 auto;
	background: url("../img/bg_btn_back.png") center center no-repeat;
}
body #mainContents.detail .back{
	padding-bottom: 120px;
}
body #mainContents.detail .back a img{
	transition-duration : 0.3s ;
}
body #mainContents.detail .back a:hover img{
	opacity: 0;
}
/******************************************************************************
	.pickup
******************************************************************************/
body #mainContents section.pickup{
	padding: 50px 0;
	background: #e7e6df;
	text-align: center;
}
body #mainContents section.pickup h2{
	margin: 0 auto 50px;
}
body #mainContents section.pickup ul{
	display: flex;
	justify-content: center;
}
body #mainContents section.pickup ul li{
	margin: 0 10px;
}
/******************************************************************************
	#addLink
******************************************************************************/
body #addLink{
	margin: 0 auto;
	padding: 30px 0;
	background: #1a1a1a;
	text-align: center;
	font-size: 16px;
}
body #addLink p{
	margin: 0;
}
body #addLink a{
	padding: 0 24px 0 0;
	background: url("../img/ico_addlink.png") right center no-repeat;
	color: #fff;
	text-decoration: none;
}
