<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------------
			wrap
-------------------------------------------------------------*/
#wrap{
	width:1000px;
	/*height:4000px;*/
	margin:0 auto;
	padding-top:65px;
	padding-bottom:100px;
	box-sizing:border-box;
}


.bxslider-box{
	width:960px;
	height:auto;
	margin:0 auto;
}

#trial-box{
	width:960px;
	margin:0 auto;
}

.download-list{
	margin-top:30px;
	width:960px;
	height:180px;
	background-color:#FFF;
	border-radius:10px;
}

.flex-box{
	display:flex;
}

.download-box{
	width:192px;
	padding:15px;
	font-size:.8125rem;
	line-height:1.6;
	box-sizing:border-box;
	text-align:center;
	
	background-image:url(../img/sp/trial/dlbox-bg.png);
	background-repeat:no-repeat;
}
.download-box:last-child{
	background-image:none;
}

.download-link{
	display:block;
	width:100%;
	height:110px;
	/*background-color:red;*/
	/*background-image:url(../img/sp/trial/dl-site@2x.png);
	background-size:163px;*/
}


.download-site{
	color:inherit;
	text-decoration:none;
	font-weight:bold;
}
.download-site:hover{
	color:#f61b74;
}

.trial-info-text{
	margin-top:30px;
	font-size:.875rem;
	font-size:1rem;
}

.trial-subinfo-text{
	margin-top:30px;
	font-size:.875rem;
	text-align:center;
	font-weight:bold;
}

/*-------------------------------------------------------------
			movie-list
-------------------------------------------------------------*/
#trial-movie{
	
	width:960px;
	margin:95px auto 0px;;
}

#trial-movie h1{
	margin-bottom:30px;
}



#trial-movie-list{
	display:flex;
	flex-wrap :wrap;
	justify-content: center;
	margin-top:40px;
	padding-left:0px;
}

.trial-movie-box{
	width:450px;
	margin:0 10px 28px;
}

.movie-ttl{
	margin-bottom:10px;
}

.movie_box{
	background-color:#000;
}
.movie_box img{
	opacity:0.75;
	transition:0.2s all ease;
}
.movie_box img:hover{
	opacity:1.0;
}


.movie_info{
	text-align:center;
	margin-top:20px;
}

.movie_info a{
	transition:0.2s all ease;
}
.movie_info a:hover{
	opacity:0.7;
}



</pre></body></html>