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

html {
  display: block;
overflow: scroll;
}

body {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
}

#main {
  position: relative;
  max-width: 645px;
  height: auto;
  top: 0;
  left: -10px;
  margin: 0px;
  padding: 0px;
  background-image: url("./bck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.character_select{
	width:700px;
	margin: 0 auto 30px;
}

.sample-img {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.slick-slider {
  width: 100%;
  height: auto;
}

.slick-slider li{
	box-sizing: border-box;
    margin: 0 4px;
	background-color: rgba(0,0,0,0.5);
    height: 100%;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
    display: block;
}

.slick-slide img:hover{
    opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
	display: block;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}


.slick-next {
  right: -60px;
	top: 70px;
  z-index: 99;
	    height: 80px;
    width: 30px;
}

.slick-prev {
    left: -60px;
    top: 70px;
    z-index: 100;
    height: 80px;
    width: 30px;
}


.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #000000;
}


.slick-dots {
  width: 94.8%;
}


.slick-next:before {
    content: '';
    display: inline-block;
    height: 80px;
    width: 30px;
    background-image: url("../img/common/arrow_right.png");
    background-size: contain;
	background-repeat: no-repeat;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    height: 80px;
    width: 30px;
    background-image: url("../img/common/arrow_left.png");
    background-size: contain;
	background-repeat: no-repeat;
}


.now_select:before {
    content: '';
    background-color: rgba(140,19,19,0.25);
    width: 92px;
    height: 100%;
    position: absolute; 
}

/*******************/
#content{
  width: 100%;
  margin: 0 auto 160px;
  padding: 0px 0;
	background-color: #fff;
    border: 1px solid #8c1313;
	position: relative;
}

.content_ather {
  width: 100%;
  margin: 0 auto 32px;
  padding: 0px 0;
    border: 1px solid #8c1313;
	position: relative;
}

.character_info_main,
.character_info_main li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.character_info_main li{
	position: relative;
}


.character_info_main li.item2,
.character_info_main li.item3,
.character_info_main li.item4 {
  display: none;
}



.thumb{
	display: flex;
    position: absolute;
    top: 620px;
	margin-left: 8%;
}

.thumb li {
    width: 70px;
    margin: 4px;
}



.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


	
/*キャラクター名*/

.item-name{
	background-color: #8c1313;
	height: 60px;
}

.item-name p{
	color: rgba(255,255,255,1);
	margin: 0;
	letter-spacing: 2px;
	line-height: 1em;
}

p.layer{
 color: rgba(255,255,255,0.15);
    font-size: 104px;
    z-index: 0;
    position: absolute;
    top: 16px;
    left: 40px;
}

p.item-name-bottom{
width: 0;
height: 0;
border-style: solid;
border-width: 100px 900px 0 0;
border-color: #8c1313 transparent transparent transparent;
	margin: 0;
}


.item-name-front{
	position: absolute;
	z-index: 1;
width: 100%;
}


p.item-name-back{
width: 0;
height: 0;
border-style: solid;
border-width: 40px 450px 50px 0;
border-color: transparent #f4c8c8 transparent transparent;
position: absolute;
right: 0;
top: 30px;
z-index: 0;
}


.item-name-character{
    padding-top: 44px;
    padding-left: 6%;
    font-size: 40px;
}

.voice{
	display: block;
	font-size: 18px;
	line-height: 1.8em;
}

.voice span{
	font-family: "Times New Roman", Times, "serif";
	font-size: 90%;
}

/*----切替：顔画像・全身画像.ver---*/
.item-col2-img{
	display: flex;
height: 640px;
	width: auto;
	padding-top: 128px;
	margin: 0 10%;
}


.item-col2-img img{
    width: auto;
    height: 100%;
}

.item-col2-img01{
	width: 36%;
    margin: 6% 8% 4% 0;
}

.item-col2-img01 img{
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
	max-width: 240px;
}



.item-col2-img02{
	/*width: 60%;
	    height: auto;
	max-height: 640px;*/
	height: 640px;
width: auto;
margin: 0 0%;
}

.item-col2-img02 img{
	display: block;
	margin: auto;
	width: auto;
height: 90%;
padding-top: 8%;
}

/*----切替：全身画像.ver---*/

.item-col1-img{
	height: 640px;
	width: auto;
	padding-top: 128px;
	margin: 0 10%;
}

.item-col1-img img{
        width: 57%;
    height: auto;
    margin-left: 36%;
	margin-top: 2%;
}

.item-col1-img-one img{
    width: 66%;
    margin-left: 17%;
    margin-top: 6%;
}


 .character_txt{
    margin: 20px 0 0;
    padding: 20px 6%;
    background-color: #8c1313;
	 color: #fff;
	 line-height: 1.8em;
	 letter-spacing: 1.6px;
}

/*----画像1種のみ---*/

.item-col1-only img{
    margin-left: 21%!important;
}



/*---voice用------------*/

.btn{
	margin: 0;
}

.btn a {
  text-align: center;
  display: block;
    position: absolute;
    z-index: 10;
    right: 40px;
    width: 60px;
	height: 60px;
	top:670px;
}

.btn a:hover{
	cursor: pointer;
}

/*==================================*/
@media screen and (max-width: 768px) {
/*==================================*/
#main {
    width: 100%;
    left: -15px;
  }
.main_col{
		width: 100%;
	}	

.character_select{
		width: 72%;
	}
	
.slick-prev {
    left: -14%;
    top: 78%;
    z-index: 100;
    height: 80px;
    width: 30px;
}
.slick-next {
    right: -14%;
    top: 78%;
    z-index: 99;
    height: 80px;
    width: 30px;
}	
.slick-prev:before,
	.slick-next:before{
    width: 20px;
}
	
  .slick-slider {
    width: 100%;
    height: auto;
	 margin: auto;
  }
	
/*	#content{
		border: none;
	}	*/
	
#content,.content_ather {
    width: 92%;
    border: 1px solid #8c1313;
    overflow: hidden;
    max-width: 600px;
	margin: 0 auto 0px;
}
		
.thumb {
display: block;
    top: 0;
    bottom: auto;
    margin-top: 120px;
    right: -40px;
    z-index: 10;

}
	.thumb li {
		width: 40%;
max-width: 100px;
min-width: 46px;
	}
	
/*キャラクター名*/
	
.item-name {
    height: 20px;
}
	
p.item-name-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 750px 0 0;
    border-color: #8c1313 transparent transparent transparent;
    margin: 0;
}
	
p.item-name-back {
    border-width: 40px 450px 50px 0;
    top: 0px;
}
	
.item-name-character {
    padding-top: 4%;
    padding-left: 6%;
    font-size: 30px;
}
	
p.layer{
	font-size: 70px;
	left: 20px;
	}
	
/*キャラクター 画像*/
	.item-col2-img01{
		width: 76%;
		margin: 4% 20% auto 4%;
		padding: 0px;
	}
	
/*キャラクター 画像 切り替えなし*/
	.one-img{
		width: 80%;
		margin: 4% auto 4%;
	}
	
	.item-col2-img02{
		width: 100%;
		height: 100%;
	}
	
	.item-col2-img{
		padding-top: 110px;
	}
	
	.item-col2-img,.item-col1-img{
		display:block;
		height: auto;
	}	
	
	.item-col1-img{
		margin: 0 6%;
	}
	
	.item-col2-img img {
    width: 90%;
    height: auto;
		margin: auto;
}
	
	.item-col2-img02 img{
		margin:10px auto 50px;
	}
	
.item-col1-img img {
    width: 80%;
    height: auto;
    margin: 4% 20% 4% 0%;
}

.item-col1-img-one img{
    margin:4% 10% 4%;
}
	
/*---voice用------------*/
	
	.btn a{
		    top: 20px;
		right: 12px;
	}
	
/**/}

/*==================================
 追加 その他ページ
==================================*/

.character_other #content{
	border: none;
	background-color: transparent;
}

.character_info_other{
	display: flex;
	height: 300px;
	    background-color: #fff;
}

.character_info_other li{
	width: 50%;
}

.character_info_other p{
	margin: 0;
}

.character_info_other .item-col2-img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.character_info_other .item-col2-img p{
    width: 100%;
}

.character_info_other .item-col2-img img{
	    width: 100%;
    height: 300px;
}

.character_info_other .character_txt{
	color: #000;
	background-color: transparent;
	position: absolute;
    top: 130px;
}


.character_info_other .item-name-character{
	padding-top: 28px;
}


.character_info_other p.item-name-back {
	border-width: 40px 450px 50px 0;
}

.character_info_other p.item-name-bottom {
	border-width: 80px 450px 0 0;
}

.character_info_other p.layer {
    font-size: 80px;
    top: 14px;
    left: 30px;
}
/*==================================*/
@media screen and (max-width: 768px) {
/*==================================*/
	
	
	.content_ather{
		margin: 0 auto 40px;
	}
	
	
.character_info_other{
	    flex-direction: column;
	width: 100%;
	height: auto;
	}
	
	.character_info_other li{
	width: 100%;
}
	
	.character_info_other li.other_order02 {
    order: 2;
    width: 90%;
    margin: 2% auto 2%;
}
	
.character_info_other li.other_order01{
	order: 1;
}
	
	.character_info_other p.item-name-bottom {
	border-width: 80px 750px 0 0;
}
	

	.character_info_other .character_txt {
    color: #000;
    background-color: transparent;
    position: static;
    margin-top: 100px;
}
	
.character_info_other .item-col2-img img {
    width: 100%;
    height: auto;
}
	
.character_info_other p.layer {
    font-size: 70px;
}
	
	.character_info_other .item-name-character{
		padding-top: 16px;
	}
	
/**/}


