@charset "utf-8";
#header_title { max-width: 2400px; min-width: 1400px; margin: 0 auto;}
/*.head_img_area { display: flex; justify-content: center; align-items: center; width: 100%; height: 300px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover; overflow: hidden;}*/
.head_title { display: inline-block; font-size: 30px; color: #088f5e; line-height: 110px; padding: 0 50px; background: #fff;}

#movie {margin-top: 100px; margin-bottom: 100px;}
.movie_area { max-width: 1000px; width: 100%; background: #777; aspect-ratio: 16 / 9; margin: 0 auto;}



/* ComingSoon */
.commingsoon { display: flex; justify-content: center; align-items: center; height: 300px; }
.fluffy { width: 300px; hanging-punctuation: 163px;}
.fluffy img {width: 100%; height: auto; animation: fluffy 3s ease-in-out infinite alternate-reverse;}
@keyframes fluffy {
	0% {
		transform: translateY(-5%);
	}
	100% {
		transform: translateY(5%);
		}
}

@media screen and (max-width: 768px) {
	#header_title { max-width: none; min-width: auto; margin: 0;}
/*	.head_img_area { width: 100%; height: 400px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover;}*/
	.head_title { font-size: 25px; line-height: 80px; padding: 0 30px; }

	#movie {margin-top: 50px; margin-bottom: 80px;}
	
/* ComingSoon */
	.commingsoon { display: flex; justify-content: center; align-items: center; height: 200px; }
.fluffy { width: 250px; hanging-punctuation: 136px;}


}