@charset "UTF-8";

.top-site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.top-site-header h1 {
	width: 160px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.kv {
	 height: 500px; 
}
.kv ul {
	position: relative;}
.kv li {
	position: absolute;
	left: -1px;
	width: 100vw !important;
	opacity: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.kv li div {
	position: relative;
	width: 100%;
	 height: 500px; 
	margin: 0 auto;
}
.kv li p {
	position: absolute;
	top: 360px;
	right: 50px;
}
.kv .first {
	z-index: 2;
}
.kv .next {
	z-index: 1;
}

/*  1  */
.kv .kv-1 {
	background-image: url(../../image/kv-4.jpg);
	background-position: center;
		 height: 500px; 

}
.kv .catch {
	 position: absolute; 

}

.kv .catch p{
	/* position: relative; */
	font-size: 40px;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;

	line-height: 2;
	top: 80px;
	left: 50px;
}
.kv .catch p span{
	padding-bottom:10px;
	border-bottom: dashed 1px #000;
}

/*  2  */
.kv-2 {
	background-image: url(../../image/kv-1.jpg);
	background-position: center;
		 height: 500px; 

}


/*  3  */
.kv .kv-3 {
	background-image: url(../../image/kv-2.jpg);
		 height: 500px; 

}

/*  4  */
.kv .kv-4 {
	background-image: url(../../image/kv-3.jpg);
		 height: 500px; 

}



/*
.kv .kv-7 {
	background-image: url(../img/kv-7.jpg)
}
.kv .kv-7 .catch {
	position: absolute;
	top: 100px;
	left: 650px
}*/
.kvnav {
	position: absolute;
	top: 460px;
	z-index: 10;
	bottom: 14px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	text-align: center;
	height: 15px;
}
.kvnav a {
	display: inline-block;
	vertical-align: top;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	margin: 0 10px;
	background: url(../img/icon-kvnav.png) no-repeat left top
}
.kvnav .activeSlide {
	background: url(../img/icon-kvnav-act.png) no-repeat left top
}
.ie8 .kv li {
	background-repeat: no-repeat
}


@media screen and (max-width:740px) {



.kv {
	height: 250px;
}
.kv ul {
	position: relative;
	height: 250px
}
.kv li {
	position: absolute;
	left: -1px;
	width: 100% !important;
	opacity: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover
}
.kv li div {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 auto
}
.kv li a {
	position: absolute;
	top: 150px;
	margin: 0 auto
}
.kv .first {
	z-index: 2
}
.kv .next {
	z-index: 1
}

/*  1  */
.kv-1 {

	height: 250px;
}

/*  2  */
.kv-2 {

	height: 250px;
}
.kv-3 {

	height: 250px;
}
.kv-4 {

	height: 250px;
}
.kvnav {
	position: absolute;
	top: 350px;
	z-index: 10;
	bottom: 14px;
	margin: 0 auto;
	height: 15px;
	width:100%;
}
/*
.kvnav a {
	display: inline-block;
	vertical-align: top;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	margin: 0 10px;
	background: url(../img/icon-kvnav.png) no-repeat left top
}
.kvnav .activeSlide {
	background: url(../img/icon-kvnav-act.png) no-repeat left top
}
.ie8 .kv li {
	background-repeat: no-repeat
}*/

}

@media screen and (max-width:740px) {


.kv .catch p{
	/* position: relative; */
	font-size: 20px;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;

	line-height: 2;
	top: 15px;
	left: 20px;
}
.kv .catch p span{
	padding-bottom:10px;
	border-bottom: dashed 1px #000;
}

}