@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/products/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/products/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 40px 0 120px;
	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: 90%;
		max-width: 320px;
		padding: 35px 0 70px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 32px;
	line-height: 52px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 29px;
		font-size: 25px;
		line-height: 38px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01{
	width: calc((100% - 35px * 2) / 3);
	height: auto;
	padding: 20px 20px 25px;
	margin: 35px 35px 0 0;
	font-size: 18px;
	line-height: 28px;
	background-color: #ffffff;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01{
		width: 100%;
		padding: 18px 18px 25px;
		margin: 20px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(-n+3){
		margin-top: 20px;
	}
	.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo01{
	width: 100%;
	height: auto;
	aspect-ratio: 310/204;
	margin: 0 0 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 20px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo02{
	width: 100%;
	height: auto;
	aspect-ratio: 310/204;
	margin: 0 0 22px;
	background-color: #D8D8D8;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo02::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 20px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 30px 0 0;
	}
}
/*.contents01ここまで*/