@charset "UTF-8";

.movierow a{
	display:block;
	color:#fff;	
	box-sizing: border-box;
	padding:5px;	
	height:100%;
}

.movierow a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.movierow div.inner{
	background-color: rgba(106, 106, 106, 0.8);
	color:#fff;	
	position: relative;	
	box-sizing: border-box;
	padding:20px;	
	height:100%;
}

.movierow p.update{
	text-align: center;	
	font-size:0.6rem;
	line-height:20px;
	color:#dddddd;	
	margin-bottom:5px;
}

.movierow p.update:before{
	display:inline-block;
	content:"投稿日";
	
	box-sizing: border-box;
	padding-right:5px;
}

.movierow h4{
	font-weight:bold;
	text-align: center;
}

.movierow p.thumbnail{
	display:block;
	
	width:100%;
	position: relative;
	
	margin-top:10px;
}

.movierow p.thumbnail:before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:50%;
}

.movierow p.thumbnail img{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	object-fit: cover;
	object-position: center;
}

.movierow p.excerpt{
	font-size:0.8rem;
	line-height:1.75em;
	color:#444;
	
	margin-top:10px;
}

.movierow p.btn{
	display:none;
	
	font-size:0.6rem;
	line-height:30px;
	color:#fff;
	
	background-color:#000;
	width:120px;
	margin:0 auto;
	
	text-align: center;
	
	margin-top:10px;
}

.movierow div.inner span.ol_top_left{
	position: absolute;
	top:10px;
	left:10px;
}

.movierow div.inner span.ol_top_left:before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#dddddd;
	position: absolute;
	top:0;
	left:0;
}

.movierow div.inner span.ol_top_left:after{
	display:block;
	content:"";
	
	width:1px;
	height:30px;
	
	background-color:#dddddd;
	position: absolute;
	top:0;
	left:0;
}

.movierow div.inner span.ol_top_right{
	position: absolute;
	top:10px;
	right:10px;
}

.movierow div.inner span.ol_top_right:before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#dddddd;
	position: absolute;
	top:0;
	right:0;
}

.movierow div.inner span.ol_top_right:after{
	display:block;
	content:"";
	
	width:1px;
	height:30px;
	
	background-color:#dddddd;
	position: absolute;
	top:0;
	right:0;
}

.movierow div.inner span.ol_bottom_left{
	position: absolute;
	bottom:10px;
	left:10px;
}

.movierow div.inner span.ol_bottom_left:before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#dddddd;
	position: absolute;
	bottom:0;
	left:0;
}

.movierow div.inner span.ol_bottom_left:after{
	display:block;
	content:"";
	
	width:1px;
	height:30px;
	
	background-color:#dddddd;
	position: absolute;
	bottom:0;
	left:0;
}

.movierow div.inner span.ol_bottom_right{
	position: absolute;
	bottom:10px;
	right:10px;
}

.movierow div.inner span.ol_bottom_right:before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#dddddd;
	position: absolute;
	bottom:0;
	right:0;
}

.movierow div.inner span.ol_bottom_right:after{
	display:block;
	content:"";
	
	width:1px;
	height:30px;
	
	background-color:#dddddd;
	position: absolute;
	bottom:0;
	right:0;
}

/*//////////----- MOVIE -----//////////*/

#movie div.content{
	box-sizing: border-box;
	padding:5px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

#movie article{
	width:100%;
}

@media only screen and (min-width: 720px){
	
	#movie article{
		width:50%;
	}
	
}

@media only screen and (min-width: 960px){
	
	#movie article{
		width:calc(100%/3);
	}
	
}
