@charset "utf-8";
/* CSS Document */

@import "../../thr_home/css/adjust.css";

/**/
@media (max-width: 991px){
	#thr_area .thr_block{
		margin:0;
		}
	#thr_area .thr_titleB01{
		width:100%;
		height:auto;
		background-size:cover;
		}
	#thr_area .thr_artistUnit div.clearfix{
		display:flex;
		display:-webkit-box;
		display:-webkit-flex;
		}
	#thr_area .thr_artistUnit .thr_artist_photo{
		float:none;
		width:35%;
		min-width:130px;
		}
	#thr_area .thr_artistUnit .thr_artist_text{
		float:none;
		width:100%;
		}
	}