@charset "utf-8";
#music{
	background-color: #fff;
	padding-bottom: 160px;
}
.music_h3{
	width: 100%;
	text-align: center;
}
.music_h3_ttl{
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #6dc6f2;
	margin-bottom: 24px;
	font-weight: 700;
}
.music_h3_artist{
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.music_h3_artist .mh3a_kakeru{
	background: url(../img/music/x.svg)no-repeat center / contain;
	margin: 0 24px;
	width: 40px;
	padding-top: 14px;
}
.music_h3_mttl{
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}
.musicProfileLists{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.musicProfileLists:last-child{
	margin-bottom: 0;
}
.musicProfileList{
	width: 1040px;
	margin: 0 auto;
	display: flex;
	margin-top: 40px;
}
.profileWrap{
	order: 2;
	width: 50%;
	margin: 40px 0 0 40px;
	position: relative;
	padding: 0 0 0 40px;
}
.profileWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(0,0,0,.24);
}
.profile__ttl{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #6dc6f2;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: 0;
	display: flex;
	align-items: center;
}
.profile__ttl:before{
	content: 'CAPTION';
	position: absolute;
	z-index: 2;
	bottom: -6px;
	left: -40px;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	color: #000;
}
.profile__ttl span{
	font-size: 16px;
}
.musicc_btn{
	display: inline-block;
	width: 24px;
	padding-top: 24px;
	background: url(../img/common/btn_comment.svg) no-repeat center center / contain;
	transition: .25s ease;
	margin-left: 12px;
}
.musicc_btn:hover{
	filter: brightness(0);
}
.profile__detail{
	position: relative;
	width: 100%;
	padding-top: 24px;
	display: flex;
}
.profile__detail:before{
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	left: -80px;
	height: 1px;
	background-color: rgba(0,0,0,.24);
}
.profileDetail_Txt{
	font-size: 16px;
	line-height: 2;
}

.profileImgWrap{
	width: 50%;
	position: relative;
	padding-top: 40px;
}
.profileImgWrap:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 80px;
	right: 80px;
	left: -50vw;
	background-color: #6dc6f2;
}
.profileImgInWrap{
	width: 520px;
	position: relative;
}
.profileImgInWrap img{
	width: 100%;
}
.music_btn{
	width: 100%;
	padding-top: 80px;
	text-align: center;
}
.music_btn a{
	display: inline-block;
	padding: 22px 90px;
	position: relative;
	background-color: #6dc6f2;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	transition: .3s ease-in-out;
}
.music_btn a:before{
	content: '';
	background: url(../img/common/arrow_newslink.svg) no-repeat center / contain;
	width: 40px;
	padding-top: 12px;
	position: absolute;
	right: 16px;
	top: calc(50% - 6px);
	filter: invert(1);
	transition: .3s ease-in-out;
}
.music_btn a:hover{
	background-color: #000;
}
.music_btn a:hover::before{
	right: 8px;
}

@media screen and (max-width: 768px){
	#music{
		padding-bottom: 25.6%;
	}
	.music_h3_ttl{
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.music_h3_artist{
		font-size: 1.6rem;
		margin-bottom: 12px;
	}
	.music_h3_artist .mh3a_kakeru{
		width: 20px;
		height: 7px;
		margin: 0 12px;
		display: inline-block;
	}
	.music_h3_mttl{
		font-size: 2rem;
	}
	.musicProfileLists{
		margin-bottom: 12.8%;
	}
	.musicProfileList{
		width: 100%;
		margin-top: 24px;
		flex-direction: column;
	}
	.profileWrap{
		width: 100%;
		padding-left: 6.4%;
		margin: 3.2% 0;
	}
	.profileWrap:before{
		left: 3.2%;
	}
	.profile__ttl{
		font-size: 1.6rem;
		padding-bottom: 14px;
		/*padding-bottom: 3.7334%;*/
	}
	.profile__ttl:before{
		font-size: 1rem;
		bottom: -5px;
		left: -3.2%;
	}
	.profile__ttl span{
		font-size: 1.2rem;
	}
	.musicc_btn{
		width: 24px;
		padding-top: 22px;
	}
	.profile__detail{
		/*padding-top: 3.7334%;*/
		padding-top: 14px;
		flex-direction: column;
	}
	.profileDetail_Txt{
		font-size: 1.2rem;
		width: 93.1624%
	}
	.profileImgWrap{
		width: 100%;
		padding-top: 6.4%;
		margin-bottom: 3.2%;
	}
	.profileImgWrap:before{
		right: 12.8%;
		left: 0%;
		bottom: 0;
		margin-bottom: 6.4%;
	}
	.profileImgInWrap{
		width: 100%;
		padding: 0 6.4%;
	}
	.music_btn{
		padding-top: 0;
	}
	.music_btn a{
		padding: 10px 40px;
		font-size: 1.2rem;
	}
	.music_btn a:before{
		width: 20px;
		padding-top: 6px;
		right: 8px;
		top: calc(50% - 3px);
	}
	.music_btn a:hover::before{
		right: 4px;
	}
}




/*Comment Modal*/
.commentModalIn{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.commentModalLists{
	width: 100%;
}
.commentModalList{
	margin-bottom: 64px;
}
.commentModalList:last-child{
	margin-bottom: 0;
}
.commentModal__ttl{
	color: #000;
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	padding-bottom: 24px;
}
.commentModal__ttl span{
	display: inline-block;
	line-height: 0.95;
}
.commentModal__nameWrap{
	font-size: 24px;
	margin-bottom: 16px;
	color: #6dc6f2;
	font-weight: 700;
}
.commentModal__nameWrap span{
	font-size: 16px;
}
.commentModal__txt{
	font-size: 16px;
}

@media screen and (max-width: 768px){
	.commentModalIn{
		width: 87.2%;
	}
	.commentModalList{
		margin-bottom: 7.3395%;
	}
	.commentModal__ttl{
		font-size: 1.8rem;
		padding-bottom: 8px;
	}
	.commentModal__nameWrap{
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.commentModal__nameWrap span{
		font-size: 1.2rem;
	}
	.commentModal__txt{
		font-size: 1.2rem;
	}
}