@charset "utf-8";
/* CSS Document */

body{ background:#000;}


.resultToContact{
	text-align:center;
	vertical-align:central;
}
.resultToContact a{
	display:block;
	height:50px;
	vertical-align:middle;
	width:100%;
}

.resultsTitle h2{
	font-family: var(--font1);
	font-weight: var(--font1-weight);
}

#resultSlide .sp-thumbnail {
	position: relative;
	height: 100%;
}
#resultSlide .sp-thumbnail img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}
#resultSlide .sp-thumbnail .icon-movie {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 56px;
	z-index: 1;
}

@media all and (min-width: 769px),print{
	#resultSlide{
		height:80%;
		overflow:hidden;
	}
	
	.resultsTitle{
		background:#fff;
		height:130px;
		top:110px;
		text-align:center;
		opacity:0.8;
		position:fixed;
		width:430px;
		z-index:900;
	}
	
	.resultsTitle h2{
		font-size:3.5em;
		line-height:0.2em;
	}
	
	#footer {
		background: #0F0F0F;
		bottom: 0;
		color: #fff;
		font-size: 90%;
		height:20%;
		margin: 0 auto;
		overflow:hidden;
		text-align: center;
		width: 100%;
	}
}