@charset "utf-8";
/* CSS Document */

header{
	background-image: url("images/products_kv.jpg");
}

.contents{
	position: relative;
	width:71.23%;
	padding: 5.988vw 12.44% 13.69vw 16.33%;
	
}

.products{
	-webkit-display:flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 11.77vw;
}

.products__container{
	width: 46.62%;
}

.products__container img{
	width: 100%;
	margin-top: 4.2vw;
	margin-bottom: 9.78vw;
}

.products__container:nth-child(2) img{
	width: 100%;
	margin-top: 10.12vw;
	margin-bottom: 11.6vw;
}

.products__container:nth-child(3) img{
	width: 100%;
	margin-top: 8.383vw;
	margin-bottom: 10.6vw;
}

.products__container:last-child img{
	width: 100%;
	margin-top: 5vw;
	margin-bottom: 6.65vw;
}

.products__container h3{
	line-height: 133.33%;
	font-size: 1.6vw;
	font-weight: bold;
	margin-bottom: 0.9517vw;
}

.products__container h4{
	line-height: 133.33%;
	font-size: 1.3vw;
	font-weight: bold;
	margin-bottom: 0.9517vw;
}

.products__container .products__container--text{
	line-height: 168.75%;
	font-size: 1.171vw;
	width: 100%;
	margin-bottom: 2.928vw;
}

.contents--bottom{
	position: relative;
	z-index: 5;
}

.contents--bottom a{
	position: absolute;
	text-align: center;
	color: #ffffff;
	line-height: 583.33%;
	font-family: 'Helvetica-Light',Helvetica,Arial,"YuGothic", 'Yu Gothic medium', 'Hiragino Sans', "Meiryo", sans-serif;
	font-size: 1.757vw;
	width: 74.24%;
	height: 10.25vw;
	border: none;
	background-color: #dd6e2b;
	bottom: -18.52vw;
	right: 0;
	z-index: 5;
}

.main_bottom_bg{
	height: 35.72vw;
	bottom: 26.90vw;
}

@media screen and (max-width:767px){
	
	header{
		background-image: url("images/products_sp_kv.jpg");
		height: 78.8vw;
	}

	header .header_container {
		height: 78.8vw;
	}
	
	footer{
		padding-top: 80px;
	}
	
	.contents{
		width: 90.8832%;
		padding: 0 4.5584%;
	}
	
	.products__container{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.products__container img{
		margin-bottom: 21px;
	}
	
	.products__container:nth-child(2) img,
	.products__container:nth-child(3) img{
		margin-top: 0;
		margin-bottom: 21px;
	}

	.products__container h3{
		line-height: 24px;
		font-size: 18px;
		margin-bottom: 13px;
	}
	
	.products__container h4{
		line-height: 20px;
		font-size: 16px;
		margin-bottom: 13px;
	}
	
	.products__container .products__container--text{
		line-height: 21px;
		font-size: 14px;
		width: 100%;
	}
	
	.contents--bottom{
		position: relative;
		width: 100%;
		height: 216px;
		padding: 64.09px 4.2667vw 20px;
		background-color: #fbf4ee;
		right: 4.2667vw;
	}
	
	.contents--bottom .contents__title{
		padding-top: 0px;
		margin-bottom: 27.5px;
	}
	
	.contents--bottom p{
		font-size: 12px;
	}
	
	.contents--bottom a{
		line-height: 80px;
		font-size: 18px;
		width: 90.8832%;
		height: 80px;
		margin-bottom: -20px;
		bottom: 0px;
		right: 4.5584%;
	}
	
	.main_bottom_bg{
		display: none;
	}
	
}

