.jimny-page{
	background: url(../img/jimny/mv_bg.png) no-repeat top center / 100% auto #2C3F4D;
	color:#fff;
	padding-bottom:1px;
}
#jimny-mv{
	margin-bottom:0vw;
}
#jimny-mv .mv-img{
}



.jimny-page p{
	color:#fff;
}
.jimny-page a{
	color:#fff;
}



.area-link{
	position:relative;
	margin-bottom:20px;
}
.area-popup-link{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.area-popup-link li{
	position:absolute;
	top:0;
	left:0;
}
.area-popup-link li a{
	display:block;
	width:44px;
	height:44px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	border-radius:1000px;
	text-align:center;
	line-height:44px;
	font-size:24px;
	font-weight:700;
}
.area-popup-link.c01 li a{ background-color:#E0EE39; color:#000;}
.area-popup-link.c02 li a{ background-color:#FF0000; color:#fff;}

.area-popup-link li a:hover {
	opacity:0.5;
}


@media screen and (min-width:768px) and ( max-width:1200px) {
	.area-popup-link li a{
		position:absolute;
		top:0;
		left:0;
		display:block;
		margin-right:0.5em;
		width:3.2vw;
		height:3.2vw;
		background-color:rgba(0,0,0,0.5);
		color:#fff;
		border-radius:1000px;
		text-align:center;
		line-height:3.2vw;
		font-size:2vw;
		font-weight:700;
	}
}

.jimny-interior01 .area-popup-link li:nth-child(1){ top:20.7%; left:5.3%; }
.jimny-interior01 .area-popup-link li:nth-child(2){ top:40.7%; left:50.2%; }
.jimny-interior01 .area-popup-link li:nth-child(3){ top:49.1%; left:91.3%; }
.jimny-interior01 .area-popup-link li:nth-child(4){ top:80.5%; left:36.2%; }
.jimny-interior01 .area-popup-link li:nth-child(5){ top:5.5%; left:38.6%; }
.jimny-interior01 .area-popup-link li:nth-child(6){ top:36.6%; left:32.2%; }

.jimny-interior02 .area-popup-link li:nth-child(1){ top:57.5%; left:4%; }
.jimny-interior02 .area-popup-link li:nth-child(2){ top:54.8%; left:84.4%; }
.jimny-interior02 .area-popup-link li:nth-child(3){ top:2.5%; left:78.4%; }
.jimny-interior02 .area-popup-link li:nth-child(4){ top:2.5%; left:8%; }
.jimny-interior02 .area-popup-link li:nth-child(5){ top:15%; left:47%; }

.jimny-exterior01 .area-popup-link li:nth-child(1){ top:28.5%; left:63.7%; }
.jimny-exterior01 .area-popup-link li:nth-child(2){ top:33%; left:32.5%; }


.area-link-cap{
	text-align:right;
	margin-bottom:30px;
}


.jimny-interior02-set{
	margin-top:5vw;
	padding: 40px 0 60px;
	border: solid 3px #fff;
}
.jimny-interior02-set .popup-thumb-list {
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.jimny-interior02-set .popup-thumb-list li {
	position:relative;
	margin-right:10%;
}
.jimny-interior02-set .popup-thumb-list li:nth-child(1):before{
	content:"";
	position: absolute;
	top:30%;
	right:-26%;
	width:20%;
	height:20%;
	background: url(../img/jimny/set_icon.svg) no-repeat center center / 100% 100%;
}

.jimny-interior02-set .popup-thumb-list li:last-child{
	margin-right:0;
}

.jimny-interior02-set .ttl{
	position:relative;
	top:-3.6em;
	text-align:center;
}
.jimny-interior02-set .ttl span{
	display:inline-block;
	background-color:#2C3F4D;
	padding: 0 2em;
	color:#fff;
	font-size:28px;
	font-weight:700;
}
@media (max-width: 960px) {
    footer {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
	
	.jimny-page{
		background: url(../img/jimny/mv_bg_sp.png) no-repeat top center / 100% auto #2C3F4D;
	}

	.area-link{
		margin-bottom:3vw;
	}
	.area-popup-link li a{
		width:5vw;
		height:5vw;
		line-height:5vw;
		font-size:3vw;
	}
	
	.area-link-cap{
		text-align:right;
		margin-bottom:5vw;
	}
	
	
	.jimny-interior02-set{
		position:relative;
		margin:10vw 0 0;
		padding:12vw 20vw 5vw;
	}
	.jimny-interior02-set .popup-thumb-list li {
		position:relative;
		margin-bottom:8vw;
		padding-bottom:5vw;
		margin-right:0;
		width:100%;
	}
	.jimny-interior02-set .popup-thumb-list li:nth-child(1):before{
		top: inherit;
		right:50%;
		bottom:-6%;
		width:12%;
		height:12%;
		margin-right:-6%;
	}
	
	.jimny-interior02-set .popup-thumb-list li:last-child{
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.jimny-interior02-set .ttl{
		position: absolute;
		top:-1.5em;
		text-align:center;
	}
	.jimny-interior02-set .ttl span{
		display:inline-block;
		background-color:#2C3F4D;
		padding: 0 1em;
		color:#fff;
		font-size:20px;
		font-weight:700;
	}
	
		
	
	
	
}





