#flashcontent {
	margin-top:-50px;
	overflow:hidden;
	position:relative;
}
#flashcontent img {
	width:100%;
	height:auto;
}
#flashcontent .c_sp {
	display:none;	
}
#main_visual {
z-index:1;	
}
#copycontainer {
	position:relative;
	z-index:0;
}
#concept_copy {
	width:100%;
	height:230px;
	position:absolute;
	top: auto!important;
	bottom: 70px;
	background: url(../img/contents/concept/2020spring.png) no-repeat center center;
    background-size: auto 100%;
	z-index:100;
}


@media only screen and (max-width:640px){
	#concept_copy {
		display:none;
	}
	#flashcontent {
	margin-top:-28px;
	
}
#flashcontent .c_sp {
	display:block;	
}
#flashcontent .c_pc {
	display:none;	
}
}