@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/

#pagewrap {
	width:100%;
}

#pageHome {
	background-color:#000;
	max-width:640px;
}
#box01 {
	position:relative;
}
#navi {
	position:relative;
	max-width:640px;
}
.pagetop{
	margin:auto;
	overflow:hidden;
	display:block;
}

.pagetop2{
	margin-top:10px
}

.koushin{
	position:relative;
	max-width:640px;
	width:auto;
	height:70px;
}

.koushinbox{
	font-size: 0.8rem;
	color: #FFF;
	font-weight: normal;
	line-height: 16px;
	position: absolute;
	width: 90%;
	top: 5px;
	left: 11px;
	margin: 10px 10px 10px 10px;
}

.imgs{
	position:relative;
	width:100%;
	height:70px;
}

.koushintext{
	margin:-10px;
	margin-bottom:-5px;
	a{/*リンクされた文字*/
    color:fff;
    font-style:normal;
}
}

.navibox{
	position:absolute;
	top:17px;
	width:100%;
	}
	
.navibox_sp{
	position: absolute;
	top: 21px;
	width: 95%;
	left:2.5%;
	}
	
.box_chara{
	position: absolute;
	top: 1%;
	width: 95%;
	left:2.5%;
	}
	
.navibox_sptop{
	max-width:95%;
	margin:auto;
	overflow:hidden;
	display:block;
	
	}

.navibtn{
	width:100%;
	height:auto;
	margin-bottom:3%; 
}

.charabtn{
	width:96%;
	height:auto;
	margin-left:2%;
	margin-bottom:5%; 
}

.snsbtn{
	padding:25px 0px 0px 10px;
}

.snsbtn img{
	max-height: 40px;
}

#naviwraptop{
	max-width:83%;
	margin:auto;
	overflow:hidden;
	display:block;
}

#naviwrap{
	max-width:95%;
	margin:auto;
	overflow:hidden;
	display:block;
}

.left{
float: left;
width: 49%;
}

.right{
	float: right;
	width: 49%;
}
#charawrap{
	margin:auto;
	overflow:hidden;
	display:block;
}

.charaleft{
	float: left;
	width: 33.3%;
}

.chararight{
	float: right;
	width: 33.3%;
}
.footlogo{
	float: right;
	width:50%;
	height:auto;
}

.footcre{
	float: right;
	width:100%;
	height:auto;
}

#linkwrap{
	max-width:100%;
	margin:auto;
	overflow:hidden;
	display:block;
}

.leftlink{
float: left;
width: 50%;
}

.rightlink{
	float: right;
	width: 50%;
}

.banner{
	margin-top:15px;
}