@charset "UTF-8";
/*================================================
 *  レイアウト
 ================================================*/
.container {
width: 1000px;
}
.f-container {
display: flex;
justify-content: space-between;
}
article {
	margin-bottom: 40px;
	}

/* news
============*/
#news .f-box01 {
flex: 0 0 50%;
}
#news .f-box02 {
flex: 0 0 50%;
}



/* profile
============*/
#profile .f-box01 {
flex: 0 0 50%;
}
#profile .f-box02 {
padding-top: 80px;
flex: 0 0 50%;
}

/* artist
============*/
#artist .f-container {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
}
#artist .f-box {
width: 23%;
overflow: auto;
}
#artist .f-box:not(:last-child) {
margin-right: 2%;
}

/* discography
============*/
#discography .f-box01 {
flex: 0 0 30%;
}
#discography .f-box02 {
flex: 0 0 60%;
}

/* photogallery
============*/
#photogallery .f-box {
width: 150px;
object-fit: cover;
}

#photogallery .f-box:not(:last-child) {
margin-right: 20px;
}