@charset "utf-8";
/*.contents01ここから*/
.contents01 .contents01_01{
	height: 330px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		height: 140px;
	}
}
.contents01_1.contents01 .contents01_01{
	height: 400px;
}
@media only screen and (max-width: 767px) {
	.contents01_1.contents01 .contents01_01{
		height: 160px;
	}
}
.contents01 .contents01_01 > .photo01{
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(0px);
}
.contents01_1.contents01 .contents01_01 > .photo01{
	height: auto;
}
/*.contents01ここまで*/