/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		CharacteR_IndeX

*********************************************************************************/

#characterIndexWrap {
	margin-bottom: 20px;
}
#mainHeroine, #subHeroine {
	clear: both;
	height: 280px;
}
#subCharacter {
	clear: both;
	height: 450px;
}
#mainHeroine .subTitle {
	background: url(../img/character/index/title01.png) center center no-repeat;
	background-size: auto 20px;
}
#subHeroine .subTitle {
	background: url(../img/character/index/title02.png) center center no-repeat;
	background-size: auto 20px;
}
#subCharacter .subTitle {
	background: url(../img/character/index/title03.png) center center no-repeat;
	background-size: auto 20px;
}
.characterIndex {
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin-top: 30px;
}
.characterIndex .character {
	float: left;
	width: 25%;
	height: 200px;
	padding: 0 10px;
}
.characterIndex .character:not(:nth-child(4)) {
	padding-right: 10px;
}
.characterIndex .character img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.characterIndex .character p {
	color: #b6da3e;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.5px;
	padding-top: 5px;
}
@media screen and (max-width : 680px){
	#characterIndexWrap {
		padding: 0 20px;
	}
	#mainHeroine, #subHeroine, #subCharacter {
		height: auto;
	}
	.characterIndex {
		padding: 0 5px;
		margin-top: 20px;
	}
	.characterIndex .character {
		width: 50%;
		height: auto;
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.characterIndex .character:not(:nth-child(4)) {
		padding-right: 5px;
	}
	.characterIndex .character p {
		font-size: 11px;
		letter-spacing: 1.5px;
	}
}

/********************************************************************************

		CharacteR

*********************************************************************************/

.characterWrap {
	position: relative;
	height: 1540px;
}
#character12.characterWrap {
	height: 1080px;
}
@media screen and (max-width : 680px){
	.characterWrap {
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
	#character12.characterWrap {
		height: auto;
	}
}

.characterTitle {
	position: relative;
	width: 1060px;
	height: 140px;
	margin-top: 50px;
}
.characterTitle .number {
	float: left;
	pointer-events: none;
}
.characterTitle .number img {
	width: 140px;
	height: 140px;
}
.characterTitle .serif {
	float: left;
	padding: 10px 0 0 30px;
	pointer-events: none;
}
.characterTitle .serif img {
	height: 110px;
}
.characterTitle .poetry {
	float: right;
}
.characterTitle .poetry img {
	height: 40px;
}
.control {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 220px;
}
.control .controlBtn {
	float: left;
	position: relative;
}
.control .controlBtn:not(:last-child) {
	margin-right: 20px;
}
.control .controlBtn img {
	width: 60px;
}
.control .controlBtn img:last-child {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
@media screen and (max-width : 680px){
	.characterTitle {
		width: 100%;
		height: auto;
		margin-top: 12px;
	}
	.characterTitle .number {
		float: none;
		width: 20%;
	}
	.characterTitle .number img {
		width: 100%;
		height: auto;
	}
	.characterTitle .serif {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 21px;
	}
	.characterTitle .serif img {
		width: 100%;
		height: auto;
	}
	.characterTitle .poetry {
		float: none;
		position: absolute;
		top: 1px;
		right: 0;
	}
	.characterTitle .poetry img {
		height: 24px;
	}
	.control {
		position: absolute;
		top: 30px;
		right: 0;
		width: 110px;
	}
	.control .controlBtn:not(:last-child) {
		margin-right: 10px;
	}
	.control .controlBtn img {
		width: 30px;
	}
}

.btn img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
 }
.btn img:last-child {
	display: none;
	opacity: 0;
 }
.active {
	pointer-events: none;
}
.active img:last-child {
	display: block;
	opacity: 1;
}

.changeImage {
	margin-top: 40px;
}
.changeImage .btn li {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.changeImage .btn li:not(:last-child) {
	margin-right: 10px;
}
.changeImage .btn img {
	width: 40px;
	height: 40px;
}
.changeImage .title {
	background: url(../img/character/common/line_change_pc.png) bottom right no-repeat;
	width: 360px;
	height: 60px;
	padding-top: 5px;
	pointer-events: none;
}
.changeImage .title img {
	height: 18px;
}
@media screen and (max-width : 680px){
	.changeImage {
		float: left;
		margin-top: 17px;
	}
	.changeImage .btn li {
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
	}
	.changeImage .btn li:not(:last-child) {
		margin-right: 5px;
	}
	.changeImage .btn img {
		width: 30px;
		height: 30px;
	}
	.changeImage .title {
		background: url(../img/character/common/line_change_sp.png) bottom right no-repeat;
		background-size: auto 40px;
		max-width: 118px;
		height: 40px;
	}
	.changeImage .title img {
		height: 12px;
	}
}

.nameWrap .name {
	clear: both;
	margin-top: 10px;
	pointer-events: none;
}
.nameWrap .name img {
	height: 160px;
}
.nameWrap .cast {
	margin: 5px 0 95px 0;
	pointer-events: none;
}
.nameWrap .cast img {
	height: 30px;
}
#character04 .cast, #character05 .cast, #character12 .cast, #character13 .cast {
	margin-top: -75px;
	padding-bottom: 80px;
}
@media screen and (max-width : 680px){
	.nameWrap {
		float: right;
		margin-top: 18px;
	}
	.nameWrap .name {
		margin-top: 0px;
	}
	.nameWrap .name img {
		height: 70px;
	}
	.nameWrap .cast {
		margin: 3px 0 0 0;
	}
	.nameWrap .cast img {
		height: 18px;
	}
	#character04 .cast, #character05 .cast, #character12 .cast, #character13 .cast {
		margin-top: -32px;
		padding-bottom: 0;
	}
}

.imageWrap .character {
	position: absolute;
	top: 90px;
	left: 180px;
	width: 700px;
	height: 1400px;
	pointer-events: none;
	z-index: 9;
}
.imageWrap .character img {
	display: none;
	width: 100%;
	height: auto;
	opacity: 0;
}
.imageWrap .current img {
	display: block;
	opacity: 1;
}
#character12 .imageWrap .character {
	height: 700px;
}
@media screen and (max-width : 680px){
	.imageWrap {
		clear: both;
		width: 100%;
		height: auto;
		margin-top: -40px;
	}
	.imageWrap .character {
		position: static;
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
	#character12 .imageWrap .character {
		height: auto;
	}
}

.sd {
	position: relative;
	margin-bottom: 50px;
	pointer-events: none;
	z-index: 9;
}
.sd .title {
	background: url(../img/character/common/line_change_pc.png) bottom right no-repeat;
	width: 150px;
	height: 60px;
	padding-top: 5px;
}
.sd .title img {
	height: 18px;
}
.sd .image {
	width: 240px;
	margin-left: 100px;
}
.sd .image img {
	width: 240px;
}
@media screen and (max-width : 680px){
	.sd {
		margin: 10px 0 30px 0;
	}
	.sd .title {
		background: url(../img/character/common/line_sd_sp.png) bottom right no-repeat;
		background-size: auto 40px;
		max-width: 118px;
		height: 40px;
	}
	.sd .title img {
		height: 12px;
	}
	.sd .image {
		width: 100%;
		padding: 0 70px;
		margin: 0;
	}
	.sd .image img {
		width: 100%;
	}
}

.detail .title {
	width: 270px;
	pointer-events: none;
	overflow: hidden;
}
.detail .title img {
	height: 20px;
}
.detail .btn li {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-top: 20px;
}
.detail .btn li:not(:last-child) {
	margin-right: 10px;
}
.detail .btn li img {
	width: 60px;
	height: 60px;
}
.profile {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 3px;
}
.profile .text {
	width: 272px;
	height: 140px;
	margin: 10px 0 50px 0;
}
.profile .birthday {
	width: 272px;
	height: 20px;
	font-weight: bold;
	margin: 10px 0 50px 0;
}
@media screen and (max-width : 680px){
	.detail {
		width: 100%;
		height: auto;
	}
	.detail .title {
		width: 100%;
	}
	.profile .text {
		width: 100%;
		height: auto;
		letter-spacing: 2.5px;
	}
	.detail .btn li {
		width: 50px;
		height: 50px;
	}
	.detail .btn li img {
		width: 50px;
		height: 50px;
	}
	.profile {
		margin-bottom: 50px;
	}
	.sampleVoice {
		margin-bottom: 100px;
	}
}

.graphicWrap {
	clear: both;
	position: absolute;
	top: 230px;
	right: 10px;
}
.graphic {
	position: relative;
	width: 300px;
	height: 174px;
}
.graphic:not(:last-child) {
	margin-bottom: 50px;
}
.graphic a img {
	width: 100%;
	height: auto;
	border: 6px solid #e6e6e6;
}
.graphic .caption {
	position: absolute;
	bottom: -15px;
	right: 20px;
	pointer-events: none;
}
.graphic .caption img {
	height: 12px;
}
@media screen and (max-width : 680px){
	.graphicWrap {
		position: static;
		padding: 10px;
		margin-bottom: 100px;
	}
	.graphic {
		width: 100%;
		height: auto;
	}
}

/********************************************************************************

		CharacteR_LisT

*********************************************************************************/

.characterListWrap {
	margin-bottom: 20px;
}
.characterListWrap .subTitle {
	background: url(../img/character/common/title_list.png) center center no-repeat;
	background-size: auto 20px;
	width: 100%;
	height: 20px;
}
.characterList {
	width: 100%;
	height: auto;
	padding: 0 5px;
	margin-top: 20px;
}
.characterList .character {
	float: left;
	width: 12.5%;
	height: 100px;
	padding: 0 5px;
}
.characterList .character:nth-child(9) {
	clear: both;
}
.characterList .character:not(:nth-child(8)) {
	padding-right: 5px;
}
.characterList .character img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.characterList .character p {
	font-size: 10px;
	letter-spacing: 1.5px;
	padding-top: 5px;
}
@media screen and (max-width : 680px){
	.characterListWrap {
		height: auto;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.characterList .character {
		width: 50%;
		height: auto;
		margin-bottom: 4%;
	}
	.characterList .character:nth-child(9) {
		clear: none;
	}
	.characterList .character:nth-child(2n+1) {
		clear: both;
	}
	.characterList .character:last-child {
		margin-bottom: 0
	}
}
