@charset "utf-8";
/* CSS Document */

:root {
	--main-color: #ff72b2;
	--bg-2nd: #faf1ff;
	--bg-3rd: #ffffff;
	--txt-2nd: #4F3939;
	--txt-3rd: #FFF;
}

.body {
	color: var(--txt-2nd);
}

.section__title,
.about__txt-dashed,
.about__txt-important,
.card__title,
.card__txt-imprtant,
.idol__title,
.detail__title {
	color: var(--main-color);
}

.title__img {
	fill: var(--main-color);
	stroke: var(--main-color);
}

.title__img_white {
	fill: var(--txt-3rd);
	stroke: var(--txt-3rd);
}

.about__txt_box,
.point,
.schedule__title-wrap,
.detail,
.idol__bio-title,
.footer,
.back-top {
	background: var(--main-color);
}

.schedule__card {
	background: var(--bg-2nd);
}

.music ,
.inc {
	background: var(--bg-3rd);
}

.about__txt-dashed {
	border-bottom: 1px dashed var(--txt-2nd);
}

.detail__box,
.detail__title {
	border: 2px solid var(--main-color);
}
