@charset "utf-8";


/* -----------------------------------------------------------
    more.js
-------------------------------------------------------------- */

.more_btn {
	display: none;
}

.sort_title{
	display: block;
	background-color:#efefef;
	padding:20px 30px;
	border: 1px #DDD solid;
	cursor: pointer;
}
.sort_title i{
	padding-right:10px;
}

@media screen and (max-width: 667px){
	
	.sort_title{
		padding: 20px 15px;
	}

}



/* -----------------------------------------------------------
   
-------------------------------------------------------------- */

.more_btn {
	display: block;
	margin: 10px auto 0;
	padding: 15px 15px 15px 20px;
	width: 45%;
	border: 1px solid #514C4A;
	font-size: 1.5rem;
	text-align: center;
}

.more_btn .f_con {
	margin: 0 0 0 10px;
	font-size: 1.2rem;
}

.sp_more_area {
	display: none;
}

.sp_more_area02 {
	display: none;
	z-index: 2;
}
.more_btn02{
	position: relative;
}
.more_btn02::after {
	position: absolute;
	display: inline-block;
	content:"";
	width: 24px;
	height: 24px;
	background: url(../img/icon_plus.png) no-repeat 0 0;
	background-size: 24px 24px;
	top: 22px;
	right: 15px;
	/*content: " \f067";
	font-family: FontAwesome;*/
}
.sort_title.more_btn02::after{
	top: 17px;
}
	
.more_btn02.open::after {
	background: url(../img/icon_minus.png) no-repeat 0 0;
	background-size: 24px 24px;
}

.more_btn02.black::after {
	background: url(../img/icon_plus.png) no-repeat 0 0;
	background-size: 24px 24px;
}

.more_btn02.black.open::after {
	background: url(../img/icon_minus.png) no-repeat 0 0;
	background-size: 24px 24px;
}

.sp_more_area02.movie {
	margin: 20px 0 0;
	height: 225px;
	overflow-y: scroll;
}
