/*==============================

==============================*/
.mv {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.mv .img li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.mv .img li:nth-child(1) { background-image: url(../images/top/mv1.jpg);}
.mv .img li:nth-child(2) { background-image: url(../images/top/mv2.jpg);}
.mv .img li:nth-child(3) { background-image: url(../images/top/mv3.jpg);}
.mv .img li:nth-child(4) { background-image: url(../images/top/mv4.jpg);}
.mv .img li:nth-child(5) { background-image: url(../images/top/mv5.jpg);}
.mv .img li:nth-child(6) { background-image: url(../images/top/mv6.jpg);}
.mv .img li:nth-child(7) { background-image: url(../images/top/mv7.jpg);}

.mv h1 {
	position: relative;
}
.mv h1 img {
	width: 262px;
}

.mv dl {
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 12px 24px;
	width: 600px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-size: 13px;
}
.mv dl dt {
	position: relative;
	display: inline-block;
	width: 100px;
}
.mv dl dt:after {
	content: '';
	position: absolute;
	top: 49%;
	right: 12px;
	width: 26px;
	height: 1px;
	background-color: rgba(255,255,255,0.88);
}
.mv dl dd {
	display: inline-block;
}


@media screen and (max-width: 950px) {
	.mv {
		display: block;
		height: 123vw;
	}
	.mv h1 {
		padding-top: 33vw;
		text-align: center;
	}
	.mv h1 img {
		width: 55vw;
	}
	.mv dl {
		position: relative;
		margin-top: 36vw;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		color: #020202;
		font-size: 3.5vw;
	}
	.mv dl dt {
		display: block;
		box-sizing: border-box;
		padding: 3vw 0;
		width: 100%;
		font-weight: bold;
	}
	.mv dl dt:after {
		display: none;
	}
	.mv dl dd {
		display: block;
		box-sizing: border-box;
		padding: 0 0 2vw;
		width: 100%;
		line-height: 1.5;
	}
}


/*==============================

==============================*/
.contents {
	padding-top: 180px;
	overflow: hidden;
}

/**/
.contents div {
	position: relative;
	z-index: 2;
}
.contents h2 {
	color: #00548e;
	font-size: 26px;
	line-height: 42px;
	letter-spacing: 2px;
}
.contents p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
}

.contents .img img {
	width: 100%;
	height: 100%;
}

/**/
.contents .about {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
.contents .about .txt {
	display: flex;
	align-items: center;
	padding: 35px 60px 35px 20px;
	background-color: rgba(253,253,249,0.88);
}
.contents .about .txt p {
	width: 390px;
}
.contents .about .img {
	max-width: 650px;
}
.contents .about:after {
	content: '';
	position: absolute;
	top: -50px;
	left: 330px;
	width: 118px;
	height: 186px;
	background: url(../images/top/frog1.png) no-repeat;
	background-size: cover;
	z-index: 2;
}

/**/
.contents .products {
	margin-top: 180px;
	padding: 100px 0;
	background: -moz-linear-gradient(top, rgba(0,84,142,0.15) 0%, rgba(0,84,142,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,84,142,0.15) 0%,rgba(0,84,142,0) 100%);
	background: linear-gradient(to bottom, rgba(0,84,142,0.15) 0%,rgba(0,84,142,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2600548e', endColorstr='#0000548e',GradientType=0 );
}
.contents .products > div {
	display: flex;
	margin: 100px auto 0;
	width: 100%;
	max-width: 1080px;
}
.contents .products > div:first-child {
	margin-top: 0;
}
.contents .products > div .txt {
	display: flex;
	align-items: center;
	padding: 35px 60px 35px 20px;
}
.contents .products > div:nth-child(odd) .txt {
	padding: 35px 20px 35px 60px;
}
.contents .products > div .txt p {
	width: 570px;
}
.contents .products > div .img {
	width: 100%;
	max-width: 470px;
	min-height: 300px;
	background-color: #fff;
}

/**/
/*
.contents .products > div:last-child:after {
	content: '';
	position: absolute;
	bottom: -40px;
	right: 20px;
	width: 142px;
	height: 105px;
	background: url(../images/top/frog2.png) no-repeat;
	background-size: cover;
	z-index: 2;
}
*/


@media screen and (max-width: 950px) {
	.contents {
		padding-top: 24vw;
	}
	.contents h2 {
		font-size: 6vw;
		line-height: 1.6;
		letter-spacing: 1vw;
		text-align: center;
	}
	.contents p {
		margin-top: 6vw;
		font-size: 3.7vw;
		line-height: 2;
		text-align: justify;
	}
	.contents .btn {
		display: block;
		margin: 6vw auto 0 auto;
/*		border: 1px solid #fff;*/
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		font-size: 3.7vw;
	}
	
	/**/
	.contents .about {
		display: block;
		margin: 0 auto;
		padding: 13.6vw 0 0;
		width: 100%;
	}
	.contents .about .txt {
		display: block;
		padding: 10vw;
	}
	.contents .about .txt p {
		width: 100%;
	}
	.contents .about .img img {
		height: auto;
	}
	.contents .about:after {
		content: '';
		position: absolute;
		top: 4vw;
		left: 74vw;
		width: 20vw;
		height: 30vw;
		background-size: 100%;
	}
	
	/**/
	.contents .products {
		box-sizing: border-box;
		margin-top: 32vw;
		padding: 10vw 10vw 32vw;
	}
	.contents .products > div {
		flex-wrap: wrap;
		margin-top: 24vw;
	}
	.contents .products > div:first-child {
		margin-top: 0;
	}
	.contents .products > div .txt {
		order: 2;
		margin-top: 8vw;
		padding: 0 !important;
	}
	.contents .products > div .txt p,
	.contents .products > div .txt p {
		box-sizing: border-box;
		padding: 0;
		width: 100%;
		text-align: justify;
	}
	.contents .products > div .img {
		order: 1;
		width: 100%;
		min-height: 40vw;
	}
	
	/**/
	.contents .products > div:last-child:after {
		display: none;
	}

	/**/
	.side._fixed {
		margin-top: 0;
	}
}