@charset "utf-8";

/*https://www.google.com/fonts/specimen/Open+Sans+Condensed*/

/* ==========================================================================
   top style
   ========================================================================== */

/* slider
----------------------------------------- */
.mv-area{
	position: relative;
	margin-bottom: 30px;
}
.mv{
	position: relative;
}
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.mv-area .mv-box{
	padding: 1.5%;
	box-sizing: border-box;
	color: #fff;
	background: rgba(27,82,136,0.8);
	text-align: center;
}
@media only screen and (min-width: 768px) {

	.mv-area .mv-box{
		position: absolute;
		top: 0 !important;
		left: 0;
		right: 0;
		bottom: 0 !important;
		margin: auto;
		max-width: 45%;
		/*height: 100%;*/
		padding: 2%;
		overflow-y: auto;
		display: flex;
		align-items: center;
		background: none;
	}
	.mv-box.is-left{
		margin-left: .5%;
	}
	.mv-box.is-right{
		margin-right: .5%;
	}
	.mv-box a{
		max-width: 450px;
	}
}
@media only screen and (min-width: 1280px) {
	.mv-box{
		left: calc( (100% - 1280px ) / 2) !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.mv-box a{
		margin-left: 0;
	}
}
.mv-box.is-darken{
/*	background: rgba(11,33,54,0.8);*/
}
.mv-box.is-movie{
	max-height: 60%;
}
.mv-box.is-movie dl{
	padding: 1em 0;
}
.mv-box.is-movie .buttonArea{
	padding: 1em 0;
}

.mv-box a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.mv-box .no{
	display: block;
	font-size: 125%;
}
.mv-box dl{
	padding: 1.5em 0;
	border-top: 1px solid #698caa;
	border-bottom: 1px solid #698caa
}
.mv-box dt{
	font-size: 175%;
	margin-bottom: 1em;
}
.mv-box dd{
	font-size: 86%;
	text-align: left;
}
.mv-box .buttonArea{
	padding: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.mv-box dt{
		font-size: 140%;
		margin-bottom: 0;
	}
	.mv-box dd{
		display: none;
	}
	.mv-box .buttonArea{
		display: none;
	}
}



/*style reset*/
.slider-pro .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.slider-pro .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
	content: none;
}
.slider-pro .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{
	position: inherit;
	top: 0;
}
/*
.slider-pro .sp-bottom-thumbnails.sp-has-pointer{
	margin-top: 0;
}
*/

.sp-thumbnails-container{
	margin-bottom: 10px;
	padding: 12px;
	background: #fff;
	-webkit-box-shadow: 0 7px 6px -6px #999;
	-moz-box-shadow: 0 7px 6px -6px #999;
	box-shadow: 0 7px 6px -6px #999;
}


.sp-slides-container .sp-arrows .sp-arrow{
	position: absolute;
	top: 40%;
	margin-top: -10px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	background-repeat: no-repeat;
	z-index: 10;
	text-indent: -9999px;
	border: none;
}
.sp-slides-container .sp-arrows .sp-previous-arrow{
	left: 0;
	background-image: url(../images/ico_arrow_bl_l.png);
	background-position: 40% 50%;
}
.sp-slides-container .sp-arrows .sp-next-arrow{
	right: 0;
	background-image: url(../images/ico_arrow_bl_r.png);
	background-position: 60% 50%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sp-arrows .sp-arrow:before,
.sp-arrows .sp-arrow:after{
	content: none;
}
#button-replay{
	clear: both;
	margin: 10px auto 0;
	display: table;
	width: 16px;
	height: 16px;
	border: none;
	text-indent: -999px;
	background: transparent url(../images/ico_sl_pause.png) 50% 50% no-repeat;
}
#button-replay.play{
	background-image: url(../images/ico_sl_play.png);
}

.sp-slide a:hover > .sp-image{
	opacity: 1;
}

/*
@media only screen and (max-width: 1580px) and (min-width: 1000px) {
	.slider-pro img.sp-image{
		transform: translateX(-50%);
		width: auto!important;
		left: 50%;
		top: 0;
	}

}
*/

@media only screen and (min-width: 1000px) {
	.sp-slides-container .sp-image{
		min-height: 550px !important;
	}
}

@media only screen and (min-width: 768px) {
	.sp-slide.has-box .sp-image-container:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../images/kv_overlay.png);
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sp-slides-container{
		max-height: 750px;
	}

	#content .slider-pro .sp-thumbnails-container{
/*
		position: absolute;
		bottom: -100px;
		left: 0;
		right: 0;
*/
		margin-top: -40px;
	}
	.slider-pro .sp-mask{
		overflow: inherit;
	}
	
	.sp-thumbnails-container{
		width: 100%;
	}
	.mv-area .mv-tmb{
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.sp-selected-thumbnail{
		color: #fff;
		background: #1E6FC0;
	}
	.sp-thumbnail-image{
		max-width: 200px;
		height: 90px;
		overflow: hidden;
	}
	.sp-thumbnail img{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	.sp-selected-thumbnail .sp-thumbnail img{
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.sp-thumbnail dl{
		display: table;
		width: 100%;
		margin: 0;
	}
	.sp-thumbnail dt{
		display: table-cell;
		font-size: 34px;
		font-weight: normal;
		padding-right: 10px;
	}
	.sp-thumbnail dd{
		display: table-cell;
		width: 100%;
		font-size: 11px;
		text-align: left;
		vertical-align: middle;
	}

}
@media only screen and (max-width: 767px) {
	
	.mv-area{
		margin-bottom: 0;
	}
	
	.mv-area .mv-box{
		max-width: inherit;
		max-height: inherit;
		margin: 0;
		padding: 10px;
		width: auto;
		left: 0 !important;
		right: 0 !important;
		top: inherit !important;
		bottom: 0;
	}
	.mv-area .mv-box .no{
		display: none;
	}
	.mv-box dl{
		margin: 0;
		padding: 0;
		border: none;
	}
	.mv-box dl dt{
		font-size: 12px;
		font-weight: normal;
		margin: 0;
	}
	.mv-box dl dd,
	.mv-box .buttonArea{
		display: none;
	}
	.sp-thumbnails-container{
		margin-top: 0 !important;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.slider-pro .sp-thumbnails .sp-thumbnail-container{
		width: 10px !important;
		height: 10px !important;
		background: rgba(30, 111, 191, 1);
		border-radius: 100%;
		margin: 0 5px;
		overflow: hidden;
		text-indent: -9999px;
	}
	.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail{
		background: #08B7D6;
	}
	.sp-slides-container .sp-arrows .sp-arrow{
		width: 40px;
		height: 40px;
		background-size: auto 50%;
	}
	.sp-thumbnails{
		margin-bottom: 15px;
		height: auto !important;
	}
	.sp-thumbnail{
		display: none;
	}
}


body.home .info-list{
	display: table;
	margin-left: auto;
	margin-right: auto;
}


