.container_50th {
	padding: 0;
	font-size: var(--fsz-n);
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.container_50th img {
	display: block;
	width: 100%;
	height: auto;
}
.container_50th .fade {
	opacity: 0;
	transform: translateY(-10px);
	transition: all 1s;
}
.container_50th .fade.active {
	opacity: 1;
	transform: translateY(0);
}
.container_50thmovie {
	position: relative;
	background: url(../images/bg@1500.jpg) 0 0 /100% 100% no-repeat;
}
.cntmoviewrap {
	position: relative;
	z-index: 100;
}
.logo50th {
	position: relative;
	z-index: 5;
	width: 50%;
	max-width: 400px;
	margin: 0 auto 0 5%;
}
.moviettl01 {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 20px auto;
	animation: poyopoyo 4s ease-out infinite;
	opacity: 1;
}
@keyframes poyopoyo {
	0%,
	40%,
	60%,
	80% {
		transform: scale(1);
	}
	50%,
	70% {
		transform: scale(0.95);
	}
}
.movieday {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
.movieday p {
	font-size: var(--fsz-l);
	text-align: center;
	background: white;
	margin-bottom: 20px;
}
.moviecntbox {
	background: white;
	font-size: var(--fsz-m);
	padding: var(--p-m);
	overflow: hidden;
}
.movieimgarea {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.copy {
	font-size: var(--fsz-s);
	margin-top: 5px;
}
.moviecastarea {
	margin-bottom: 50px;
}
.moviecastarea div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
}
.moviecastarea .ttl {
	flex-basis: 80px;
	margin-right: 10px;
	background: black;
	color: white;
	padding: 3px;
	text-align: center;
}
.movieinfo01 {
	margin-bottom: 30px;
}
.moviettl {
	font-size: var(--fsz-l);
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	color: crimson;
}
.movieimgarea02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.movieimgarea02 div {
	flex-basis: 48%;
}
.movieimgarea02 .copy {
	flex-basis: 100%;
}
.movieinfo02 {
	margin-bottom: 30px;
}
.choice_list {
	margin-bottom: 10px;
	padding: 10px;
	background: ghostwhite;
}
.choice_list p {
	font-size: var(--fsz-l);
	font-weight: bold;
}
.choice_list span {
	font-size: var(--fsz-n);
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.container_50thmovie {
		background: url(../images/bg@800.jpg) 0 0 /100% 100% no-repeat;
	}
}
@media screen and (max-width: 480px) {
	.container_50thmovie {
		background: url(../images/bg@480.jpg) 0 0 /100% 100% no-repeat;
	}
	.logo50th {
		width: 35%;
	}
	.moviettl01 {
		width: 95%;
		margin-bottom: -8px;
	}
	.movieimgarea {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
