@charset "utf-8";


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

.more_btn {
	display: none;
}





/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:667px){

	
	.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: none;
		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;*/
	}

	.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;
	}
	
	
}