@charset "UTF-8";

/*.no-webp #movie-header {
	background-image: url(../imgs/movie/hdr-bkg.jpg);
}
.webp #movie-header {
	background-image: url(../imgs/movie/hdr-bkg.webp);
}*/
#movie-header {
	background-image: image-set(
		url('../imgs/movie/hdr-bkg.avif') type('image/avif'),
		url('../imgs/movie/hdr-bkg.webp') type('image/webp'),
		url('../imgs/movie/hdr-bkg.jpg') type('image/jpeg')
	);
}

.sect-content .list{
	margin-bottom: 1rem;
	padding-left: 2rem
}
.sect-content h3 {
	line-height: 1.5;
	margin-bottom: .5rem;
}
.list li {
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: .5rem;
}

/* プロジェクションマッピング */
#ttl-projectionmapping {
	max-width: 519px;
}
#case iframe {
	margin-bottom: 1rem;
	width: 100%;
}
#case ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}
#case li {
	flex-basis: 48.5%;
	margin-bottom: 1rem;
}

/* 映像／動画制作 */
#ttl-movieproduction {
	max-width: 466px;
}

@media screen and (min-height: 500px) and (min-width: 980px) {
	.list li {
		font-size: initial;
		margin-bottom: initial;
	}
	#case li {
		flex-basis: 24%;
	}
}
@media screen and (min-width: 1200px) {
	header .wrapper {
		margin: 0 auto;
		max-width: 1200px;
	}
}
