@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 70px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: calc(100% - ((100% - 320px) /2));
		margin: 0;
	}
}
.contents01 .contents01_01 .photo01{
	width: 100%;
	height: 400px;
	margin: 0;
	background-image: url(../img/product/photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .photo01{
		height: 160px;
		background-image: url(../img/product/photo01_sp.jpg);
	}
}
.contents01_02{
	width: 100%;
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01_02{
		padding: 50px 0 0;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01_02 ul{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01_02 ul{
		width: 90%;
		max-width: 320px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0 auto;
	}
}
.contents01_02 ul li{
	width: calc((100% - 20px * 3) / 4);
	height: auto;
	margin: 80px 20px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li{
		width: calc((100% - 16px) / 2);
		height: auto;
		margin: 30px 16px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}
.contents01_02 ul li:nth-of-type(-n+4){
	margin-top: 0;
}
.contents01_02 ul li:nth-of-type(4n){
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li:nth-of-type(3),
	.contents01_02 ul li:nth-of-type(4){
		margin-top: 30px;
	}
	.contents01_02 ul li:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01_02 ul li .inner{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.contents01_02 ul li .inner:hover{
	opacity: 1;
}
.contents01_02 ul li .inner .img_box{
	width: 100%;
	height: 280px;
	transition: all 1.0s;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li .inner .img_box{
		height: auto;
	}
}
.contents01_02 ul li .inner .img_box .img01{
	width: 230px;
	height: auto;
	transition: all .7s ease-out;   /* 最後ほどゆっくり */
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li .inner .img_box .img01{
		width: 100%;
	}
}
.contents01_02 ul li .inner .img_box .img01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01_02 ul li .inner .img_box .img02{
	width: 230px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out;   /* 最後ほどゆっくり */
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li .inner .img_box .img02{
		width: 100%;
	}
}
.contents01_02 ul li .inner .img_box:hover .img02{
	opacity: 1;
	transform: scale(1.1);
	transition: all .5s ease-out;   /* 最後ほどゆっくり */
}
.contents01_02 ul li .inner .img_box .img02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01_02 ul li .inner h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #101010;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li .inner h4{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		color: #101010;
		margin-top: 15px;
	}
}
.contents01_02 ul li .inner h4 span{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: calc((20/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01_02 ul li .inner h4 span{
		font-size: 12px;
		line-height: 18px;
	}
}
.contents01_02 ul li a.btn01{
	width: 140px;
	height: 34px;
	background-color: #8C744B;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((40/1000)*1em);
	color: #fff;
	margin: 17px auto 0;
}
.contents01_02 ul li a.btn01 img{
	width: 29px;
	height: auto;
	display: block;
}
/*.contents01ここまで*/