@charset "utf-8";
/*------------------------------------------------------------
	discography
------------------------------------------------------------*/
#main {
	padding-bottom: 20.2rem;
}
#main .comTagList {
	margin-bottom: 5.8rem;
}
#main .detail {
	margin-bottom: 0.8rem;
}
#main .detail .comBgBox .subBgArea {
	padding: 6rem 0 4.3rem;
}
#main .detail .imgBox {
	align-items: flex-start;
}
#main .detail .imgBox .photoBox {
	width: 50rem;
	aspect-ratio: 1 / 1;
}
#main .detail .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .detail .imgBox .textBox {
	margin-top: -1.2rem;
	width: calc(100% - 53.7rem);
}
#main .detail .imgBox .textBox .title {
	margin-bottom: 1.8rem;
	font-size: 2.4rem;
	line-height: 1.75;
}
#main .detail .imgBox .textBox .comTopBox {
	margin-bottom: 5.8rem;
}
#main .detail .imgBox .textBox .comTopBox .tagBox {
	width: calc(100% - 13.6rem);
}
#main .detail .imgBox .textBox .comTopBox .tagBox .tag {
	padding: 0.1rem 1.7rem 0.2rem 1.8rem;
}
#main .detail .imgBox .textBox .text {
	line-height: 1.55;
	font-size: 1.6rem;
}
#main .detail .comLinkList {
	margin-top: 6rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 12rem;
	}
	#main .comBgBox .subBgArea {
		padding: 2.9rem 2rem 3.2rem;
	}
	#main .comTagList {
		margin-bottom: 1.9rem;
	}
	#main .comTopBox {
		margin-bottom: 0.8rem;
	}
	#main .comTopBox time {
		width: 8.5rem;
		font-size: 1.3rem;
	}
	#main .comTopBox .tagBox {
		margin-right: -1rem;
		width: calc(100% - 7.9rem);
	}
	#main .comTopBox .tagBox .tag {
		padding: 0.1rem 0.5rem;
		font-size: 1.3rem;
	}
	#main .detail .comBgBox .subBgArea {
		padding: 3rem 2rem 1.3rem;
	}
	#main .detail .imgBox {
		display: block;
	}
	#main .detail .imgBox .photoBox {
		width: auto;
	}
	#main .detail .imgBox .textBox {
		margin-top: 1.5rem;
		width: auto;
	}
	#main .detail .imgBox .textBox .title {
		margin-bottom: 1.3rem;
		font-size: 1.7rem;
		line-height: 1.53;
	}
	#main .detail .imgBox .textBox .comTopBox {
		margin-bottom: 2.9rem;
	}
	#main .detail .imgBox .textBox .comTopBox time {
		letter-spacing: 0.075em;
		width: 9.6rem;
	}
	#main .detail .imgBox .textBox .comTopBox .tagBox {
		width: calc(100% - 9.7rem);
	}
	#main .detail .imgBox .textBox .comTopBox .tagBox .tag {
		padding: 0 1.3rem 0.1rem;
	}
	#main .detail .imgBox .textBox .text {
		line-height: 1.64;
		font-size: 1.4rem;
	}
	#main .detail .comLinkList {
		margin-top: 2.8rem;
	}
}