
body { 
	font-family: "Zen Maru Gothic", serif;
	background: url("../img/bg.png");
}
body::before { background: #FFF;}

header {
	border-bottom: 2px solid #c66d9f;
	box-shadow: 0px 10px 15px -20px #777777;
}
.midashi img { height: auto;}
.top-content::after { background-color: #ffeef8}
.release span {
	background: #FFF;
	color: #c66d9f;
}
.catch-txt strong { font-weight: 400;}
.catch-txt small { color: #c66d9f;}

.common-btns { border-color: #f8dded;}

.content-title { 
	color: #c66d9f;
	font-weight: 400;
}
.content-title:before,
.content-title:after { background: #c66d9f;}

.content-title span::before,
.content-title span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: calc(50% - 5px);
	background-color: #c66d9f;
	transform: rotate(45deg);
}
.content-title i { color: #c66d9f;}


.name::after { background: #c66d9f;}

.cover-btn .side-cover img { border: 2px solid #f8dded;}

.txtarea::after { background-color: #ffeef8}

.txtarea-title { color: #c66d9f;}
.txtarea-title::before {
	content: "";
	display: block;
	width: 1.7rem;
	height: 1em;
	background: url("../img/arasuji.png") no-repeat center left;
	background-size: contain;
}

@media screen and (max-width: 675px) {
	.catch-txt strong { letter-spacing: -0.1em;}
}
