@charset "utf-8";


.character-description{
	position: absolute;
	top: 0px;
	left: 0px;
}
.btn-costume{
	position: absolute;
	top: 268px;
	left: 50px;
	cursor: pointer;
}
.btn-costume:hover{
	opacity: 0.7;
}
.portrait{
	position: absolute;
	top: 0;
	left: 500px;
}
.txt_01{
	position: absolute;
	top: 563px;
	left: 661px;
	z-index: 1;
}
.txt_02{
	position: absolute;
	top: 48px;
	left: 748px;
	z-index: 2;
}

.btn-voice{
	background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/character/mirako/images/bg_voice.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.btn-scene{
	position: absolute;
	top: 268px;
	left: 375px;
	cursor: pointer;
}
.btn-scene:hover{
	opacity: 0.7;
}
