@charset "utf-8";

html,body{
	font-size:16px;
}
body{
	-webkit-text-size-adjust: none;
}

img{
	width:100%;
}

.onlySp{
	display:block;
}
/*ヘッダー***************************/

#headerIn{
	width:100%;
}

#header #glovalNavi{
	width:100%;
}

#header #glovalNavi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header #glovalNavi ul img{
	width:100%;
	height:auto;
}
#header #glovalNavi ul li{
	display: block;
	float: none;
}

/*コンテンツ***************************/
#wrap {
	background-image: url(../images/bg_contents.jpg);
	background-position:left -20px;
}

#contents {
	min-height:100%;
	height: auto !important;
	background:none;
}

.contentsIn #logoHeadLwr {
	width:41.5%;
    position: absolute;
    top: 25px;
    left: 0;
	z-index:5;
}

#pageTitle {
	width:27%;
    position: absolute;
    top: 25px !important;
    right: 0;
	z-index:5;
}

.contentsIn{
	position: relative;
	width:100%;
	margin: 0 auto 0 auto;
	padding:108px 0 0 0;
}

.mainvisualArea{
	position:relative;
	margin-top:-13px;
}

#aboutCopy {
	margin:0 0 0 -5%;
	position:absolute;
	top:35%;
}

/*フッター***************************/
#footer {
	height: auto;
	background-repeat: repeat;
}
#footer #pagetop{
	bottom: 24.8%;
}
#footerIn{
	min-width:100%;
	width:100%;
}
#footerL{
	min-width:100%;
	width:100%;
}
#footer .bnrList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
#footer .bnrList li{
	float: none;
}

