@charset "UTF-8";

/*================================================
 *  動画ギャラリー
 ================================================*/

@media screen and (min-width: 800.1px) {
	section#movie_area .movie_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	section#movie_area .movie_list:nth-of-type(n+2),
	section#movie_area .movie_list figure:nth-of-type(n+3) {
		margin-top: 70px;
	}
	section#movie_area .movie_list figure {
		display: block;
		width: calc((100% - 60px) / 2);
	}
}
section#movie_area .movie_list figure .unit_yt lite-youtube {
	max-width: 100%;
}
section#movie_area .movie_list figure figcaption h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 0.5em;
}











/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 800px) {


section#movie_area .movie_list:nth-of-type(n+2),
section#movie_area .movie_list figure:nth-of-type(n+2) {
	margin-top: 10vw;
}
section#movie_area .movie_list figure figcaption h4 {
	font-size: 5.6vw;
}













}