@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 0 0 150px;
	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: 0 0 70px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 40px;
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 300px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li{
		width: 100%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .movie_img{
	width: 100%;
	height: 169px;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 ul li iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*.contents01ここまで*/