body {
	font-size: 100%;
	line-height: 2.1;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f0f3f3;
	background-size: cover;
}
/*-------------------------- Container --------------------------*/
.container {
	width: 100vw;
	height: 100vh;
}
/*------------- wrap-top-------------*/
#wrap-top{
	position:relative;
	padding-top:0;
}

/*--------------------------products--------------------------*/
#wrap-top #products-top{
	margin-top:0;
	width:100%;
	height:600px;
	position:relative;
}
#wrap-top #products-top .image{
	position: absolute;
	right:0;
	top:0;
	width:70%;
	height:600px;
	background:url(../img/kyosoku/kyosoku_main.jpg) no-repeat left bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity:0;
}
#wrap-top #products-top .text-erea{
	position: absolute;
	left:0;
	top:0;
	width:30%;
	height:600px;
	overflow:hidden;
	z-index:10;
	background:#2a3c3d;
	opacity:0;
}
#wrap-top #products-top .text-erea h2{
	width:20%;
	float:left;
	height:600px;
	background:#000;
	position:relative;
}
#wrap-top #products-top .text-erea h2 span{
	text-indent:-100000px;
	background:url(../img/kyosoku/title_main.svg) no-repeat;
	display:block;
	background-size:17px 169.5px;
	width:17px;
	height:169.5px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top #products-top .text-erea .text{
	height:100%;
	width:80%;
	float:right;
	position:relative;
}
#wrap-top #products-top .text-erea .text ul{
	position:absolute;
	overflow:hidden;
	display:table;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color:#fff;
	width:100%;
}
#wrap-top #products-top .text-erea .text h1{
	font-size:1.4em;
	letter-spacing:5px;
	font-weight:500;
}
#wrap-top #products-top .text-erea .text li{
	color:#ddd;
	padding:0 5em;
}
#wrap-top #products-top .text-erea .text li.text1{
	margin-top:20px;
}

/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	opacity:0;
}
#wrap-top,
#footer-main{
	opacity:0;
}

/*-------------cnt-text-------------*/
#cnt-text{
	position:relative;
	width:100%;
	background:#fff;
	overflow:hidden;
	padding-top:120px;
}
#cnt-text .text-box{
	margin:0 auto;
	width:100%;
	text-align:left;
}
#cnt-text .text-box .line{
	border-bottom:1px solid #777;
	width:50px;
	margin:70px auto;
}
#cnt-text h1{
	width:80%;
	font-size:1.8em;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:.2em;
	margin:0 auto;
	text-align:center;
}
#cnt-text h3{
	font-size:1.5em;
	text-align:center;
	margin:0 auto 30px;
}
#cnt-text p.text{
	width:800px;
	margin:0 auto;
}
#cnt-text p.text a{
	padding-bottom:1px;
	border-bottom:1px solid #ccc;
	font-size:0.9em;
}
#cnt-text p.text a:hover{
	text-decoration:none;
	color:#8F6810;
	border-bottom:1px solid #8F6810;
}
#cnt-text p.at{
	font-size:0.9em;
	line-height:1.5em;
	color:#777;
}
#cnt-text .image-box1{
	width:800px;
	height:300px;
	margin: 0 auto 70px;
	background:url(../img/kyosoku/image0.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-text .image-box2{
	width:1000px;
	margin:70px auto;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cnt-text .image-box2 li{
	width:50%;
	height:350px;
}
#cnt-text .image-box2 li:nth-child(1){
	width:100%;
	height:500px;
	margin:0 0 30px; 
	background:url(../img/kyosoku/image1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-text .image-box2 li:nth-child(2){
	background:url(../img/kyosoku/image2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-text .image-box2 li:nth-child(3){
	background:url(../img/kyosoku/image3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-text .image-box2 li:nth-child(4){
	background:url(../img/kyosoku/image4.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-text .image-box2 li:nth-child(5){
	background:url(../img/kyosoku/image5.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#cnt-text .cnt-box1{
	width:890px;
	padding:0 70px;
	margin:0 auto 150px;
	position:relative;
}
#cnt-text .cnt-box1 h1{
	text-align:center;
	font-size:1.5em;
	font-weight:500;
	line-height:1.4em;
}
#cnt-text .cnt-box1 .line{
	border-bottom:1px solid #777;
	width:50px;
	margin:70px auto;
}
#cnt-text .cnt-box1 .box3 li{
	width:250px;
	margin-right:70px;
	float:left;
}
#cnt-text .cnt-box1 .box3 li.last{
	margin-right:0;
}
#cnt-text .cnt-box1 .box3 li .text-box{
	margin-top:20px;
}
#cnt-text .cnt-box1 .box3 li h2{
	font-size:1.2em;
	font-weight:500;
	line-height:1.4em;
}
#cnt-text .cnt-box1 .box3 li p{
	margin-top:20px;
	line-height:1.8em;
}

/*-------------cnt-link-------------*/
#cnt-link{
	position:relative;
	width:100%;
	margin:0 auto;
	line-height:1.5;
}
#cnt-link .btn-box3{
	width:100%;
	clear:both;
}
#cnt-link .btn-box3 .text-box{
	display:block;
	color:#eee;
	background:#040000;
	text-align:center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-link .btn-box3 .text-box .text{
	padding-left:10px;
	position:relative;
	display: inline-block;
}
#cnt-link .btn-box3 .text-box .text::before{
	position: absolute;
	top: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#cnt-link .btn-box3 .text-box .text h1{
	font-size:1em;
	padding:20px;
}
#cnt-link .btn-box3 .text-box:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
}
#cnt-link .btn-box3 .text-box:hover .text p span{
	color:#d6ccb6;
}
/*-------------btn-back-------------*/
.btn-back{
	width:100%;
	height:100%;
	position:relative;
}
.btn-back a{
	display:block;
	color:#eee;
	background:#555;
	text-align:center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.btn-back a .text{
	position:relative;
	display: inline-block;
	padding-left:10px;
}
.btn-back a .text::before{
	position: absolute;
	top: 49px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.btn-back a .text p{
	font-size:1em;
	padding:40px 20px;
}
.btn-back a:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
}
/*----------------------SP ----------------------*/
@media screen and (max-width: 1800px) , (max-device-width : 1800px) {
	#wrap-top #products-top .image{
		width:65%;
	}
	#wrap-top #products-top .text-erea{
		width:35%;
	}
}
@media screen and (max-width: 1550px) , (max-device-width : 1550px) {
	#wrap-top #products-top .image{
		width:60%;
	}
	#wrap-top #products-top .text-erea{
		width:40%;
	}
	#wrap-top #products-top .text-erea .text li{
		padding:0 2em;
	}
	#wrap-top #products-top,
	#wrap-top #products-top .image,
	#wrap-top #products-top .text-erea,
	#wrap-top #products-top .text-erea h2,
	#wrap-top #products-top .text-erea .text{
		height:500px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#cnt-text .cnt-box1{
		width:820px;
		padding:0 50px;
	}
	#cnt-text .cnt-box1 .box3 li{
		margin-right:35px;
	}
	#cnt-text .cnt-box1 .box3 li p{
		font-size:0.9em;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#wrap-top{
		padding-top:50px;
	}
	#wrap-top #products-top .text-erea .text li{
		font-size:0.9em;
	}
	#cnt-text .text-box .line{
		margin:60px auto;
	}
	#cnt-text .text-box p.text{
		width:90vw;
	}
	#cnt-text .text-box p br.brblock{
		display:block;
	}
	#cnt-text .image-box2 li:nth-child(1){
		width:90vw;
		margin:20px 0;
	}
	#cnt-text .image-box1,
	#cnt-text .image-box2{
		width:90vw;
	}
	
	#cnt-text .cnt-box1{
		width:80%;
		padding:0;
		margin:0 auto 100px;
	}
	#cnt-text .cnt-box1 .line{
		margin:50px auto;
	}
	#cnt-text .cnt-box1 .box3 li{
		clear:both;
		width:100%;
		position:relative;
		margin-top:20px;
	}
	#cnt-text .cnt-box1 .box3 li .image{
		float:left;
		width:30%;
	}
	#cnt-text .cnt-box1 .box3 li .image img{
		width:100%;
	}
	#cnt-text .cnt-box1 .box3 li .text-box{
		width:65%;
		top: 50%;
		left:35%;
		margin-top:0;
		position:absolute;
		-webkit-transform: translate(0,-50%); /* Safari用 */
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#wrap-top #products-top{
		height: auto;
	}
	#wrap-top #products-top .image{
		width:100%;
		height:400px;
		position:relative;
	}
	#wrap-top #products-top .text-erea{
		width:100%;
		height: auto;
		position:relative;
	}
	#wrap-top #products-top .text-erea h2{
		width:100%;
		float:none;
		height: auto;
		padding:10px 0;
		font-size:1em;
		letter-spacing:10px;
		color:#fff;
	}
	#wrap-top #products-top .text-erea h2 span{
		text-indent:0;
		text-align:center;
		background:none;
		width:auto;
		height:auto;
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	#wrap-top #products-top .text-erea .text{
		height: auto;
		width:100%;
		float:none;
		padding:30px 0 40px;
	}
	#wrap-top #products-top .text-erea .text ul{
		position: relative;
		overflow:hidden;
		text-align:center;
		display:block;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		color:#fff;
	}
	#cnt-text{
		padding-top:100px;
	}
	#cnt-text .text-box .line{
		margin:50px auto;
	}
	#cnt-text h1{
		font-size:1.7em;
	}
	#cnt-text .image-box2 li{
		height:250px;
	}
	#cnt-text .image-box2 li:nth-child(1){
		height:300px;
	}
	#cnt-text .cnt-box1 h1 br{
		display:none;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#cnt-text .image-box1{
		height: 250px;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	#cnt-text .cnt-box1{
		margin-bottom:50px;
	}
	#cnt-text .cnt-box1 .box3 li{
		margin-top:40px;
	}
	#cnt-text .cnt-box1 h1{
	    letter-spacing: 0.1em;
	}
	#cnt-text .cnt-box1 .box3 li p{
		font-size:0.85em;
	}
	#cnt-text .text-box .line,
	#cnt-text .cnt-box1 .line{
		width:22px;
	}
	#cnt-text .cnt-box1 .box3 li{
		width:100%;
		background:#eee;
		height:auto;
		position:relative;
		margin-top:20px;
	}
	#cnt-text .cnt-box1 .box3 li .image{
		width:250px;
		margin:40px auto 0;
		float:none;
	}
	#cnt-text .cnt-box1 .box3 li .image img{
		width:100%;
	}
	#cnt-text .cnt-box1 .box3 li .text-box{
		width:250px;
		text-align:center;
		top: 0%;
		left:0%;
		margin:20px auto 40px;
		position: relative;
		-webkit-transform: translate(0); /* Safari用 */
		transform: translate(0);
	}
	#cnt-text .cnt-box1 .box3 li h2{
		font-size:1em;
	}
	#cnt-text .cnt-box1 .box3 li p{
		font-size:0.85em;
	}
}
@media screen and (max-width: 500px) , (max-device-width : 500px){
	#wrap-top #products-top .image{
		width:100%;
		height:300px;
		position:relative;
	}
	#cnt-text{
		padding-top:70px;
	}
	#cnt-main .text-box .line{
		width:22px;
	}
	#cnt-text .link-bnr{
		margin:50px auto;
	}
	#cnt-text .image-box1{
		margin:0 auto;
	}
	#cnt-text .image-box2{
		margin:50px auto;
	}
	#cnt-text .image-box2 li{
		height:200px;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
	#cnt-text h1{
		font-size:1.45em;
	}
	#cnt-text .text-box .line,
	#cnt-text .cnt-box1 .line{
		margin:40px auto;
	}
}
@media screen and (max-width: 350px) , (max-device-width : 350px){
	#cnt-text h1{
		font-size:1.25em;
	}
	#cnt-text p a{
		font-size:0.75em;
	}
}