.container_50thshortmovie {
	padding: 0;
	background: linear-gradient(to right, #aaf4ff 0%, #3fa9f5 100%);
}
.container_50thshortmovie img {
	display: block;
	width: 100%;
	height: auto;
}
.container_50thshortmovie .fade {
	opacity: 0;
	transform: translateY(-10px);
	transition: all 1s;
}
.container_50thshortmovie .fade.active {
	opacity: 1;
	transform: translateY(0);
}

.container_50thshortmovie .cntheader {
	padding: 100px 2%;
	position: relative;
	background: linear-gradient(to right, #ffe9f1 0%, #fff2d4 100%);
}
.container_50thshortmovie .cntinner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.container_50thshortmovie .logo {
	width: 70%;
	margin: 0 auto;
}
.container_50thshortmovie .bghead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/headtypo.png) center center/cover no-repeat;
}
.container_50thshortmovie .cntoutline {
	padding: 300px 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.container_50thshortmovie .bgoutline {
	background: url(../images/bg-gridphoto.jpg) center center/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
}

.container_50thshortmovie .cntoutline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.container_50thshortmovie .cntoutline .cntinner {
	max-width: 800px;
}
.container_50thshortmovie .cntbox {
	background: white;
	border-radius: 10px;
	padding: 5% 4%;
	margin-bottom: 4%;
}
.container_50thshortmovie .cntbox .cntboximg {
	overflow: hidden;
	border-radius: 10px;
}
.container_50thshortmovie .cntoutline .cntbox {
	margin-bottom: 0;
}
.container_50thshortmovie .cntbox_ttl {
	display: inline-block;
	font-size: var(--fsz-xl);
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}
.container_50thshortmovie .cntbox_txt {
	font-size: var(--fsz-m);
	color: #999;
	word-break: break-all;
}
.container_50thshortmovie .cntbox_txt span {
	color: black;
}
.container_50thshortmovie .cntform {
	padding: 100px 0 0 0;
}
.container_50thshortmovie .cntform .cntinner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container_50thshortmovie .cntform .cntbox {
	flex-basis: 48%;
	box-sizing: border-box;
}
.container_50thshortmovie .cntbox.horizon {
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
}
.container_50thshortmovie .cntbox.horizon .cntboxinner {
	flex-basis: 60%;
}
.container_50thshortmovie .cntbox.horizon .cntboximg {
	flex-basis: 38%;
}
.container_50thshortmovie .cntbox.vertical {
	padding-bottom: 35%;
	position: relative;
}
.container_50thshortmovie .cntbox.vertical .cntboximg {
	position: absolute;
	bottom: 5%;
	left: 7.5%;
	width: 85%;
}
.container_50thshortmovie .cntbox_cat {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.container_50thshortmovie .cntbox_cat .number {
	background: #ccc;
	flex-basis: 50px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	font-size: var(--fsz-m);
	margin-right: 10px;
	text-align: center;
	line-height: 50px;
}
.container_50thshortmovie .cntbox_cat .ttl {
	flex-basis: calc(100% - 60px);
	font-size: var(--fsz-n);
}
.container_50thshortmovie .cntbox a {
	text-decoration: underline;
}
.container_50thshortmovie .cntbox a:hover {
	opacity: 0.8;
}
.container_50thshortmovie .cntbox_txt + a {
	display: inline-block;
	margin-top: 20px;
	font-size: var(--fsz-n);
}
.container_50thshortmovie .cntbox a.filebtn {
	display: inline-block;
	margin-top: 20px;
	background: #29abe2;
	color: white;
	padding: 10px 3%;
}
.container_50thshortmovie .cntdecoration .cntinner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container_50thshortmovie .cntdeco_left {
	flex-basis: 48%;
	border-radius: 10px;
	overflow: hidden;
	background: white;
}
.container_50thshortmovie .cntdeco_right {
	flex-basis: 48%;
}
.container_50thshortmovie .cntdeco_right .cntbox:nth-child(1) {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: none;
	padding: 0;
}
.container_50thshortmovie .cntdeco_right .cntbox:nth-child(1) p {
	flex-basis: 48%;
	background: linear-gradient(to right, #ffe9f1 0%, #fff2d4 100%);
	border-radius: 10px;
	padding: 5% 4%;
	margin-bottom: 4%;
	box-sizing: border-box;
	position: relative;
}
.container_50thshortmovie .cntdeco_right .cntbox:nth-child(1) .gorogrid:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/goro-pattern.png) 0 0/60% repeat;
}
.container_50thshortmovie .cntdeco_right .cntbox:nth-child(2) {
	margin-bottom: 0;
}
.container_50thshortmovie .cntmovie {
	padding-bottom: 100px;
	margin-top: 30px;
}
.container_50thshortmovie .cntmovie .cntbox {
	background: none;
	padding: 0 4%;
}
.container_50thshortmovie .cntmovie .cntbox_cat .number {
	background: #3fa9f5;
	color: white;
}
.container_50thshortmovie .cntmovie .cntbox_cat .ttl {
	color: white;
}
.container_50thshortmovie .cntmovie .cntbox_ttl {
	border-bottom: 1px solid white;
	color: #808080;
}
.container_50thshortmovie .moviegp {
	width: 30%;
	overflow: hidden;
	border-radius: 10px;
	background: white;
	margin: 0 10px;
}
.container_50thshortmovie .movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.container_50thshortmovie .movie:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
}
.container_50thshortmovie .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.container_50thshortmovie .movieboxinner {
	padding: 3% 4%;
}
.container_50thshortmovie .moviebox .ttl {
	background: #3fa9f5;
	color: white;
	display: inline-block;
	padding: 5px 2%;
	margin-bottom: 10px;
	font-size: var(--fsz-m);
}
.container_50thshortmovie .moviebox .auther {
	text-align: right;
	font-size: var(--fsz-n);
	margin-bottom: 20px;
}
.container_50thshortmovie .moviebox .movietxt {
	font-size: var(--fsz-n);
	margin-bottom: 20px;
}
.container_50thshortmovie .moviebox .hashtag {
	color: #3fa9f5;
	font-size: var(--fsz-n);
}
.container_50thshortmovie .slick-track {
	display: flex;
}
.container_50thshortmovie .slick-track .slick-slide {
	opacity: 1;
}
.container_50thshortmovie .slick-prev {
	background: crimson;
	left: 10%;
	top: 55%;
}
.container_50thshortmovie .slick-next {
	background: crimson;
	right: 10%;
	top: 55%;
}
.container_50thshortmovie .slick-dots {
	bottom: -30px;
}

@media screen and (max-width: 897px) {
	.container_50thshortmovie .cntheader {
		padding: 80px 2%;
	}
	.container_50thshortmovie .cntoutline {
		padding: 200px 0;
	}
	.container_50thshortmovie .cntform {
		padding-top: 80px;
	}
	.container_50thshortmovie .cntmovie {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.container_50thshortmovie .cntheader {
		padding: 50px 2%;
	}
	.container_50thshortmovie .cntoutline {
		padding: 150px 0;
	}
	.container_50thshortmovie .cntoutline .cntinner {
		width: 80%;
	}
	.container_50thshortmovie .cntform {
		padding-top: 50px;
	}
	.container_50thshortmovie .cntdecoration .cntinner {
		display: block;
	}
	.container_50thshortmovie .cntdeco_right .cntbox:nth-child(1) p {
		margin-bottom: 0;
	}
	.container_50thshortmovie .cntdeco_left {
		margin-bottom: 30px;
	}
	.container_50thshortmovie .cntmovie {
		padding-bottom: 50px;
	}
	.container_50thshortmovie .moviebox {
		padding-bottom: 15px;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.container_50thshortmovie .moviegp {
		margin: 0 5px;
		flex: 0 0 auto;
		width: 280px;
	}
}
@media screen and (max-width: 656px) {
	.container_50thshortmovie .cntform .cntinner {
		display: block;
	}
	.container_50thshortmovie .cntbox.horizon {
		display: block;
	}
	.container_50thshortmovie .cntbox .cntboximg {
		width: 70%;
		margin: 20px auto 0 auto;
	}
	.container_50thshortmovie .cntbox.vertical {
		padding-bottom: 5%;
	}
	.container_50thshortmovie .cntbox.vertical .cntboximg {
		position: static;
		width: 70%;
		margin: 20px auto 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.container_50thshortmovie .cntheader {
		padding: 30px 2%;
	}
	.container_50thshortmovie .cntoutline {
		padding: 100px 0;
	}

	.container_50thshortmovie .cntform {
		padding-top: 30px;
	}
	.container_50thshortmovie .cntbox .cntboximg {
		width: 80%;
	}
	.container_50thshortmovie .cntbox.vertical .cntboximg {
		width: 80%;
	}

	.container_50thshortmovie .cntmovie {
		padding-bottom: 30px;
	}
}
