@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/***********　newDesign　***********/
@media screen and (min-width: 836px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}
}

@media screen and (max-width: 836px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}


.characterButtonList{
	display:-webkit-box;
	-webkit-box-lines: multiple;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.characterButtonList__item{
	-webkit-box-flex: 0;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%;
}

.characterButtonList__item img{
	width: 100%;
	height: auto;
	opacity: 0.5;
}

.characterButtonList__item img:hover{
	opacity: 1;
}

.characterButtonList__item .active img{
	opacity: 1;
}

@media screen and (min-width: 836px) {
	/* tablet pc */
	.characterButtonList__item{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 10%;
		flex: 0 1 10%;
	}

	.characterButtonList__item--twoBlock{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 20%;
		flex: 0 1 20%;
	}
}

@media screen and (max-width: 836px) {
	/* sp */
	.characterButtonList{
		display: block;
	}
	.characterButtonList:after{
		content: "";
		clear: both;
		display: block;
	}

	.characterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 20%;
		height: 240px;
	}

	.characterButtonList__item--twoBlock{
		width: 33%;
		height: 180px;
	}
}

@media screen and (max-width: 700px) and (min-width: 600px){
	.characterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 20%;
		height: 200px;
	}

	.characterButtonList__item--twoBlock{
		width: 33%;
		height: 135px;
	}
}


@media screen and (max-width: 600px) and (min-width: 500px){
	.characterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 20%;
		height: 178px;
	}

	.characterButtonList__item--twoBlock{
		width: 33%;
		height: 90px;
	}
}

@media screen and (max-width: 500px) and (min-width: 400px){
	.characterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 20%;
		height: 140px;
	}

	.characterButtonList__item--twoBlock{
		width: 33%;
		height: 90px;
	}
}

@media screen and (max-width: 400px) {
	.characterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 20%;
		height: 106px;
	}
	.characterButtonList__item--twoBlock{
		width: 33%;
		height: 90px;
	}
}

/* footer button */
.characterFooterButtonList{
	display:-webkit-box;
	-webkit-box-lines: multiple;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.characterFooterButtonList__item{
	-webkit-box-flex: 0;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%;
}

.characterFooterButtonList__item img{
	width: 100%;
	height: auto;
	opacity: 0.5;
}

.characterFooterButtonList__item img:hover{
	opacity: 1;
}

.characterFooterButtonList__item .active img{
	opacity: 1;
}

@media screen and (max-width: 836px) {
	/* sp */
	.characterFooterButtonList{
		display: block;
	}
	.characterFooterButtonList:after{
		content: "";
		clear: both;
		display: block;
	}

	.characterFooterButtonList__item{
		margin-top: 15px;
		float: left;
		width: 10%;
	}

	.characterFooterButtonList__item--twoBlock{
		width: 17%;
	}
}

/***********　charaList　***********/
.charaList{
	margin-top: 60px;
}

/***********　characterFlexList　***********/
.characterFlexList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.characterFlexList__item{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 10px;
	box-sizing: border-box;
}

.characterFlexList__item img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 836px) {
	.characterFlexList{
		display: block;
		margin-top: 20px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

/***********　chara　***********/
.bx-wrapper img{
	max-width: inherit !important;
	display: inherit !important;
}

.charaArea + .charaArea{
	margin-top: 80px;
}

.profileText{
	line-height: 1.5;
}

.profileText p + p{
	margin-top: 10px;
}

@media screen and (min-width: 836px) {
	/* tablet pc */

	.charaArea__img{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.charaArea__text{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 470px;
		flex: 0 0 470px;
	}


	.charaArea--faceInBlock .charaArea{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.charaArea--faceInBlock .charaArea__text{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}


	.charaArea--faceInBlock	.charaArea__faceImg{
		margin-top: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.charaArea--faceInBlock	.charaArea__img{
		margin-top: -250px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.charaArea--faceInBlock	.charaArea__faceImg img{
		width: 60%;
		height: auto;
		margin: 0 auto;
	}

	.charaLink{
		position: absolute;
		top: -139px;
		right: 73px;
	}

	.charaTextBlock {
		position: relative;
		width: 468px;
		padding: 20px 60px 10px 40px;
		box-sizing: border-box;
		margin-top: 60px;
		text-align: left;
		font-size: 16px;
		background: url(../../img/character/chara_isumi_cv02.png) repeat-y;
		background-size: 467px;
	}

	.charaTextBlock:before,
	.charaTextBlock:after{
		content: "";
		display: block;
		position: absolute;
		width:467px;
		height: 28px;
		margin:0 auto;
		text-align:left;
		background-size:467px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.charaTextBlock:before{
		top: -26px;
		left: 0;
		background-image:url(../../img/character/chara_isumi_cv03.png);
		background-position: -20px -1px;
	}

	.charaTextBlock:after{
		bottom: -28px;
		left: 0;
		background-image:url(../../img/character/chara_isumi_cv04.png);
	}

	.charaName{
		font-family: 'Noto Sans Japanese', sans-serif;
		font-size: 32px;
		margin-left: 20px;
	}

	.charaArea__imgNormal .popinImg{
		display: block;
		width: 60%;
		margin: 0 auto;
	}

}

@media screen and (min-width: 1024px){
	.charaArea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 1024px;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		font-family: 'Quicksand', sans-serif;
		color: #62524a;
	}
}

@media screen and (max-width: 1024px) and (min-width: 836px) {
	.charaArea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		font-family: 'Quicksand', sans-serif;
		color: #62524a;
	}
}


@media screen and (max-width: 836px) {
	/* sp */
	.charaArea__text {
		margin-top: 30px;
		padding: 0 10px;
	}

	.charaArea__imgNormal {
		width: 100%;
		margin-top: 50px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.charaArea--faceInBlock .charaArea__faceImg {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		padding: 0 10px;
		text-align: center;
	}

	.charaArea--faceInBlock .charaArea__faceImg img {
		margin: 0 auto;
		width: 80%;
		height: auto;
	}

	.charaLink {
		position: absolute;
		top: -110px;
		right: -10px;
	}

	.charaLink img {
		width: 75%;
		height: auto;
	}

	.charaTextBlock {
		position: relative;
		width: 100%;
		padding: 20px 30px 10px 30px;
		box-sizing: border-box;
		text-align: left;
		font-size: 16px;
		background: url(../../img/character/bg_textcenter01.png) center 0 repeat-y;
		background-size: 100% auto;
	}

	.charaTextTop{
		margin-top: 40px;
	}

	.charaTextBottom,
	.charaTextTop{
		width: 100%;
		height: auto;
	}

	.charaTextBottom img,
	.charaTextTop img{
		width: 100%;
		height: auto;
	}

	.charaName {
		font-family: 'Noto Sans Japanese', sans-serif;
		font-size: 28px;
		margin-left: 20px;
	}

	.charaArea__imgNormal .popinImg{
		display: block;
		width: 65%;
		margin: 0 auto;
	}
}

.charaArea__imgNormal .humamImgSizeSmall,
.charaArea__imgNormal .humamImgSizeBig,
.charaArea__imgNormal .humamImg{
	display: block;
	margin: 0 auto;
}

.charaArea__imgNormal .humamImgSizeSmall{ width: 30%; }
.charaArea__imgNormal .humamImg{          width: 40%;}
.charaArea__imgNormal .humamImgSizeBig{   width: 50%; }



.charaArea__imgSpecial{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.charaArea__imgNormal img,
.charaArea__imgSpecial img{
	width: 100%;
	height: auto;
}
.faceBlock{
	margin-top: 46px;
}

.faceBlock img{
	width: 100%;
	height: auto;
}

.charaNameSub{
	margin: 20px 0 0 20px;
	font-size: 18px;
}

.voiceLink{
	margin-top: 20px;
}
.voiceLink span{
	display: inline-block;
	margin-right: 8px;
}

.voiceLink a{
	font-size: 18px;
	color: #62524a;
}

.voiceLink a:hover{
	text-decoration: none;
}

.voiceLink a img {
	display: inline-block;
	margin-left: 10px;
}

.otherCharacterTitle{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid #62524a;
	color: #62524a;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}