.artist-text h2,p {
    font-family: 'Tsukushi A Round Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    /* identical to box height, or 186% */

    /* idol/idol_Thema */
    color: #6f5f64;
}

.artist-contents {
    width: 100%;
    background: ;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;

}

.artist-content {
    background: #FFFFFF;

    margin-bottom: 20px;
}

.artist-name {
    border-bottom: solid 2px #6E5F64;
}

.artist-name h2{
    font-size: 40px;
    font-weight: inherit;
}

.artist-text {
    padding-top: 10px;
}

.artist-more {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.artist-group {
    width: 90%;
    height: auto;
    margin: 0 auto;

}

.artist-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.artist-sns {
    margin: 20px 0px;
}

.footer__sns-list {
    margin: 0 auto;
    width: 100%;
}


.footer__sns-item {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.artist-logo {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.artist-logo img {
    width: 75px;
}

/*候補生*/

#more_member ul{
	display: flex;
	justify-content: center;
	margin: 5px auto;
}

#more_member li{
	list-style: none;
	text-align: center;
	font-size: 13px;
	margin-bottom: 15px;
}

#more_member img{
	margin: 0 auto 5px auto;
	width: 290px;
	height: auto;
	border-radius: .375rem;
	object-fit: cover;
	box-shadow: 0.1rem 0.1rem 1.4rem #ededed;
}

#more_member li:nth-child(2){
	margin-left: 25px;
	margin-right: 25px;

}

#more_member ul:nth-child(3){
	margin: 20px 0;
}

.sns-icon {
    width: 60px;
    margin: 0 auto;
}

.sns-icon img {
    margin: 0px 5px;
}


@media (max-width: 600px) {

    .artist-logo img {
        width: 50px;
    }

    .artist-name h2 {
        font-size: 24px;
    }

    #more_member ul{
    	display: block;

    }

    #more_member li:nth-child(2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    #more_member ul {
        margin: 0px auto;
    }

    #more_member ul:nth-child(3) {
        margin: 0px 0px;
    }


}
