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-maintenance--------------------------*/
#wrap-top #products-top{
	margin-top:0;
	width:100%;
	height:800px;
	position:relative;
}
#wrap-top #products-top h1{
	width:6%;
	height:800px;
	background:#000;
	position:relative;
	opacity:0;
}
#wrap-top #products-top h1 span{
	text-indent:-100000px;
	background:url(../img/maintenance/title_main.svg) no-repeat;
	display:block;
	background-size:17px 143px;
	width:17px;
	height:143px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top #products-top .image{
	width:59%;
	height:800px;
	position: absolute;
	left:6%;
	top:0;
	background:url(../img/maintenance/maintenance_main.jpg) no-repeat center center;
	-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;
	right:0;
	top:0;
	width:35%;
	height:800px;
	overflow:hidden;
	z-index:10;
	background:#3d3235;
	opacity:0;
}
#wrap-top #products-top .text-erea .text-box{
	position:absolute;
	overflow:hidden;
	display:table;
	width:100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color:#fff;
}
#wrap-top #products-top .text-erea .text-box h2{
	font-size:1.4em;
	letter-spacing:5px;
	font-weight:500;
	position:relative;
	width:145px;
	height:334px;
	display:block;
	padding:0 4em;
}
#wrap-top #products-top .text-erea .text-box h2 br{
	display:none;
}
#wrap-top #products-top .text-erea .text-box h2 span{	
	text-indent:-100000px;
	background:url(../img/maintenance/maintenance_copy.svg) no-repeat;
	display:block;
	position:absolute;
	background-size:145px 334px;
	width:145px;
	height:334px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top #products-top .text-erea .text-box p{
	color:#ddd;
	padding:0 10em 0 5em;
}
#wrap-top #products-top .text-erea .text-box p.text{
	margin-top:60px;
}
#wrap-top #products-top .text-erea .text-box p.price{
	margin-top:20px;
	font-size:1.2em;
	font-weight:700;
	letter-spacing:3px;
	padding:0 10em 0 4.5em;
}

/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	height:auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	opacity:0;
}
#wrap-cnt #leftcnt{
	width:6%;
	height:auto;
	background:#777;
}
#wrap-cnt #rightcnt{
	width:94%;
	height:100%;
	background:#fff;
}
#wrap-top,
#footer-main{
	opacity:0;
}

/*-------------cnt-text-------------*/
#cnt-text {
	margin:0 auto;
	padding:150px 0;
	width:1300px;
}
#cnt-text .cnt-box1{
	margin-top:100px;
}
#cnt-text .fst{
	margin-top:0;
}
#cnt-text h1{
	padding-left:10px;
	font-size:1.7em;
	font-weight:500;
	line-height:1.4em;
}
#cnt-text h2{
	letter-spacing:0.2em;
	line-height:1.4em;
	padding:10px 10px 20px;
	font-size:1em;
	border-bottom:1px solid #ddd;
}
#cnt-text ul{
	padding-left:10px;
	margin-top:20px;
	font-size:0.9em;
}
#cnt-text ul li{
	margin-top:15px;
	margin-left:20px;
	list-style-type: disc;
}
#cnt-text ul li p{
	line-height:1.4em;
}

/*-------------btn-back-------------*/
.btn-back{
	width:100%;
	height:auto;
	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: 1950px) , (max-device-width : 1950px) {
	#wrap-top #products-top .text-erea .text-box p br{
		display:none;
	}
}
@media screen and (max-width: 1550px) , (max-device-width : 1550px) {
	#wrap-top #products-top .text-erea{
		width:40%;
	}
	#wrap-top #products-top .image{
		width:54%;
	}
	#wrap-top #products-top,
	#wrap-top #products-top h1,
	#wrap-top #products-top .image,
	#wrap-top #products-top .text-erea{
		height:700px;
	}
	#wrap-top #products-top .text-erea .text-box h2,
	#wrap-top #products-top .text-erea .text-box h2 span{
		background-size:110px 260px;
		width:110px;
		height:260px;
	}
	#cnt-text {
		width:80%;
	}
}
@media screen and (max-width: 1300px) , (max-device-width : 1300px), screen and (max-height: 779px) , (max-device-height : 779px) {
	#wrap-top #products-top .text-erea{
		width:50%;
	}
	#wrap-top #products-top .text-erea .text-box{
		width:80%;
	}
	#wrap-top #products-top .text-erea .text-box h2,
	#wrap-top #products-top .text-erea .text-box p.text,
	#wrap-top #products-top .text-erea .text-box p.price{
		padding:0;
		margin:0;
	}
	#wrap-top #products-top .text-erea .text-box h2{
		float:left;
		margin-top:7px;
	}
	#wrap-top #products-top .text-erea .text-box .text-box-s{
		padding-left:4em;
		width:50%;
		float:left;
	}
	#wrap-top #products-top .text-erea .text-box p.price{
		margin-top:20px;
	}
	
	#wrap-top #products-top .image{
		width:44%;
	}
	#wrap-top #products-top,
	#wrap-top #products-top h1,
	#wrap-top #products-top .image,
	#wrap-top #products-top .text-erea{
		height:550px;
	}
	#wrap-top #products-top .text-erea .text-box h2,
	#wrap-top #products-top .text-erea .text-box h2 span{
		background-size:110px 260px;
		width:110px;
		height:260px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#wrap-top #products-top .text-erea{
		width:49%;
	}
	#wrap-top #products-top .image{
		width:44%;
		left:7%;
	}
	#wrap-top #products-top h1{
		width:7%;
	}
	#wrap-cnt #leftcnt{
		width:7%;
	}
	#wrap-cnt #rightcnt{
		width:93%;
	}
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#wrap-top{
		padding-top:50px;
	}
	#wrap-top #products-top{
		height: auto;
	}
	#wrap-top #products-top .text-erea p{
		font-size:0.9em;
	}
	#wrap-top #products-top h1{
		height:400px;
	}
	#wrap-top #products-top .image{
		width:93%;
		height:400px;
	}
	#wrap-top #products-top .text-erea{
		width:93%;
		height: auto;
		position:relative;
		padding-left:7%;
		background:#000;
	}
	#wrap-top #products-top .text-erea .text-box{
		width:100%;
		height:auto;
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		background:#3d3235;
		padding:50px 0 60px;
	}
	#wrap-top #products-top .text-erea .text-box h2{
		width:80%;
		float:none;
		height: auto;
		margin:0 auto;
		padding:10px 0;
		font-size:1.4em;
		line-height:1.4em;
		letter-spacing:5px;
		color:#fff;
	}
	#wrap-top #products-top .text-erea .text-box h2 br{
		display:block;
	}
	#wrap-top #products-top .text-erea .text-box h2 .br{
		display:none;
	}
	#wrap-top #products-top .text-erea .text-box 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-box p.text{
		margin-top:20px;
	}
	#wrap-top #products-top .text-erea .text{
		height: auto;
		width:100%;
		float:none;
		padding:30px 0 40px;
	}
	#wrap-top #products-top .text-erea .text-box .text-box-s{
		text-align:center;
		width:80%;
		float:none;
		margin:0 auto;
		padding:0;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#wrap-top #products-top h1{
		width:100%;
		height:auto;
		background:#000;
		color:#fff;
		padding:10px 0;
		font-size:1em;
		letter-spacing:10px;
	}
	#wrap-top #products-top h1 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-box h2{
		letter-spacing:2px;
	}
	#wrap-top #products-top .image{
		width:100%;
		height:300px;
		position:relative;
		left:0;
	}
	#wrap-top #products-top .text-erea{
		width:100%;
		padding-left:0;
		background:none;
	}
	#wrap-top #products-top .text-erea .text-box{
		padding:30px 0 40px;
	}
	#wrap-cnt{
		display:block;
	}
	#wrap-cnt #leftcnt{
		width:0;
	}
	#wrap-cnt #rightcnt{
		width:100%;
	}
	#cnt-text{
		padding:100px 0;
	}
	#cnt-text h1{
		font-size:1.4em;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px){
	#cnt-text h2{
		font-size:0.9em;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px){
	#wrap-top #products-top .text-erea .text-box h2{
		letter-spacing:0;
	}
	#wrap-top #products-top .text-erea .text-box h2 .br{
		display:block;
	}
	#wrap-top #products-top .text-erea .text-box p br{
		display:none;
	}
	#cnt-text{
		padding:70px 0;
	}
	#cnt-text .fst{
		margin-top:0;
	}
	
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
}