@charset "utf-8";
/**
 * staffLists
 */
/* item */
.staffLists__item:not(:first-child) {
	margin-top: 70px;
}
@media screen and (max-width:767px){
	.staffLists__item:not(:first-child) {
		margin-top: 8vw;
	}
}

/**
 * staffLists__dt
 */
 .staffLists__dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

/* post */
.staffLists__dt--post {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: min(2vw, 24px);
	line-height: 1;
	width: 100%;
}
.staffLists__dt--post:after {
	content: "";
	background: url(../img/common/deco/deco_line.svg) no-repeat center / contain;
	width: 100%;
	height: 8px;
	margin: 30px 0;
}
@media screen and (max-width:767px){
	.staffLists__dt--post {
		font-size: 3.2vw;
	}
	.staffLists__dt--post:after {
		height: 1.2vw;
		margin: 4vw 0;
	}
}

/* name */
.staffLists__dt--name {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(3.33333vw, 40px);
	line-height: 1;
	width: 100%;
}
@media screen and (max-width:767px){
	.staffLists__dt--name {
		font-size: 5.33333vw;
	}
}

.staffLists__dt--musicname {
	padding-top:0.5em;
	font-size: min(2vw, 24px);
}

/* link */
.staffLists__dt--linkWrap {
	display: flex;
}
.staffLists__dt--link {
	display: block;
	height: 44px;
	margin-top: 20px;
}
.staffLists__dt--link:not(:first-child) {
	margin-left: 1em;
}
@media screen and (max-width:767px){
	.staffLists__dt--linkWrap {
		display: block;
	}
	.staffLists__dt--link {
		height: 10vw;
	}
	.staffLists__dt--link:not(:first-child) {
		margin-left: 0;
	}
}

/**
 * staffLists__dd
 */
.staffLists__dd {
	display: flex;
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.staffLists__dd {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-top: 5.33333vw;
	}
}

/* img */
.staffLists__imgWrap {
	width: 26.66666vw;
	max-width: 320px;
	flex: none;
	margin-right: 40px;
}
.staffLists__imgWrap.iw02{
	width: 34.8vw;
	max-width: 480px;
}
.staffLists__imgWrap img {
	max-width: 100%;
}
@media screen and (max-width:767px){
	.staffLists__imgWrap {
		width: 42.66666vw;
		margin-right: 0;
		margin-bottom: 5.33333vw;
	}
	.staffLists__imgWrap.iw02{
		width: 88vw;
	}
}

/* textWrap */
.staffLists__textWrap {
	margin-top: -0.5em;
}
@media screen and (max-width:767px){
	.staffLists__textWrap {
		margin-top: 0;
	}
}

/* text */
.staffLists__text {
	font-size: min(1.33333vw, 16px);
	line-height: 2;
}
@media screen and (max-width:767px){
	.staffLists__text {
		font-size: 3.2vw;
	}
}

/**
 * musicCont
 */
.musicCont {
	margin-top: 80px;
}
@media screen and (max-width:767px){
	.musicCont {
		margin-top: 8vw;
	}
}

/* title */
.musicTitle {
	margin-bottom: 60px;
}
@media screen and (max-width:767px){
	.musicTitle {
		margin-bottom: 8vw;
	}
}

/**
 * musicLinkLists
 */
.musicLinkLists {
	display: flex;
	flex: wrap;
	gap: 10px;
	margin-top: 20px;
}
.musicLinkLists__item {
	height: 44px;
}
@media screen and (max-width:767px){
	.musicLinkLists__item {
		width: calc((100% - 10px) / 2);
		height: 10vw;
	}
}


/******
** MODAL COMMENT
******/
.commentWrap{
	display: flex;
	justify-content: space-between;
	width: 1050px;
	margin: 0 auto;
}

.commnet_img{
	width: 38.4616%;
	padding-right: 30px;
}
.commnet_img img{
	max-width: 100%;
}
/* .comment_txt{
	width: 57.6924%;
} */
.commnet_name{
	color: #d32f2f;
	font-size: 20px;
	margin-bottom: 16px;
}
.comment_txt p{
	line-height: 2;
}

@media screen and (max-width: 767px){
	.commentWrap{
		width: 87.2%;
		max-width: 100%;
		display: block;
		padding-right: 0;
	}
	.commnet_img{
		width: 100%;
		text-align: center;
		margin-bottom: 8vw;
		padding-right: 0;
	}
	.comment_txt{
		width: 100%;
	}
	.commnet_name{
		font-size: min(3.7334vw, 28px);
		margin-bottom: 4.893%;
	}
	.comment_txt p{
		font-size: 3.2vw;
	}
}
