@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);


header nav ul li:nth-of-type(3) a{
	color: #6d6d6d !important;
}

/*--------------first--------------*/
#first{
	text-align: center;
	padding: 150px 0;
	background: url("/images/works/bg_first.jpg") no-repeat 50% 0%;
	background-size: cover;
	margin-bottom: 80px;
}

#first p{
	margin-bottom: 20px;
}
#first h2+p{
	font-size: 120%;
	letter-spacing: 0.3rem;
}

#first p+p{
	margin-bottom: 0;
	line-height: 2em;
}
#first h2.ani-fadeInUp{
	animation-delay: 1s;
}
#first p.ani-fadeInUp{
	animation-delay: 1.5s;
}
@media screen and (max-width: 800px){
	#first{
		text-align: left;
	}
	#first h2+p{
		letter-spacing: 0.15rem;
	}
	#first{
		padding-bottom: 50px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 530px){

	#first h2 br{
		display: none;
	}
}

/*--------------hanbai seko haiso--------------*/
#seko,
#haiso{
	padding-top: 0;

}
.wrapper2{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
main section figure{
	width: 50%;
}
main section figure img{
	max-height: 530px;
	min-height: 450px;
	object-fit: cover;
	width: 100%;
	font-family: 'object-fit: cover;';
}
main section .text{
	width: 50%;
	max-width: 750px;
	padding-left: 6%;
	padding-right: 30px;
	position: relative;
}
#seko .wrapper2{
	flex-direction: row-reverse;
}
#seko .text{
	padding-left: 30px;
	padding-right: 6%;
}
.text .heading{
	display: inline-block;
	color: #fff;
	background: url("/images/logo_ptn.jpg");
	background-size: 27px;
	padding: 0px 20px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 40px;
	letter-spacing: 0.18rem;
}
.text .heading span{
	font-size: 140%;
	padding-left: 8px;
}
.text:after{
	content: "";
	display: block;
	width: 60%;
	height: 1px;
	background: #222;
	position: absolute;
	left: 40%;
	top: 20px;
	max-width: calc(100% - 250px);
}
#seko .text:after{
	right: calc(30px + 6%);
	left: auto;
}
@media screen and (max-width: 1300px){
	.wrapper2 h2{
		font-size: 2.3vw;
		letter-spacing: 0.2rem;
	}
}
@media screen and (max-width: 1100px){
	main section .text{
		padding-left: 30px;
	}
	#seko .text{
		padding-right: 30px;
	}
	.text:after,
	#seko .text:after{
		left: auto;
		right: 30px;
	}
}
@media screen and (max-width: 950px){
	.text:after{
		max-width: 200px;
	}
}
@media screen and (max-width: 800px){
	.wrapper2 h2{
		font-size: 2.5rem;
	}
	.wrapper2{
		padding-left: 20px;
		padding-right: 20px;
		flex-wrap: wrap;
	}
	main section figure{
		width: 100%;
		margin-bottom: 30px;
	}
	main section figure img{
		min-height: auto;
		height: 280px;
		object-position: 50% 100%;
		font-family: 'object-position: 50% 100%;';
	}
	#seko figure img{
		object-position: 50% 50%;
		font-family: 'object-position: 50% 50%;';
	}
	#haiso figure img{
		object-position: 50% 10%;
		font-family: 'object-position: 50% 10%;';
	}
	main section .text,
	#seko .text{
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	#seko .wrapper2{
		flex-direction: row;
	}
	.text .heading{
		margin-bottom: 25px;
	}
	.text:after,
	#seko .text:after{
		width: 70%;
		max-width: calc(100% - 170px);
		right: 0;
	}
}
@media screen and (max-width: 500px){
	.wrapper2 h2{
		font-size: 4.5vw;
	}
}
/*--------------取り扱いメーカー--------------*/
#maker{
	background:#e5e4e4; 
}

#maker ul.logo{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#maker ul.logo li{
	width: calc((100% - 50px)/6);
	background: #fff;
	margin-right: 10px;
	margin-bottom: 20px;
}
#maker ul.logo li:nth-of-type(6n){
	margin-right: 0;
}
#maker ul.logo li a{
	display: block;
	padding: 15px 15px;
	transition:.3s ease-in-out;
}
#maker ul.logo li a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 950px){
	#maker ul.logo li{
		width: calc((100% - 30px)/4);
	}
	#maker ul.logo li:nth-of-type(6n){
		margin-right: 10px;
	}
	#maker ul.logo li:nth-of-type(4n){
		margin-right: 0;
	}
}
@media screen and (max-width: 700px){
	#maker ul.logo li{
		width: calc((100% - 30px)/3);
	}
	#maker ul.logo li:nth-of-type(4n){
		margin-right: 10px;
	}
	#maker ul.logo li:nth-of-type(3n){
		margin-right: 0;
	}
	#maker ul.logo li a{
		padding: 15px 20px;
	}
}
@media screen and (max-width: 400px){
	#maker ul.logo li{
		margin-bottom: 10px;
	}
	#maker ul.logo li a{
		padding: 10px 15px;
	}
}