@charset "UTF-8";
html {
   height: 100%;
     width: 100%;
}

body {
	background: #000;
	overflow-x:hidden;
	}

/*---ローディング---*/
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 9998;
}

/*---ローディングEND---*/

.wrap {
	 box-sizing: border-box;
	 background-image:none;
  	 width: 100%;
	}
	
.inner {
	width: 100%;
	max-width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.gotop {
	max-width:40%;
}

.pv {
	position: relative;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	transition:all 0.13s ease;
}

.pv:hover {
	filter:brightness(1.1);
	}		

#footer {
	background-color:#000;
	}

#footer {
	height: auto;
	margin: 0 auto;
	position: relative;
	max-width: 750px;
	z-index: 1000;
	padding: 5 0;
	background-color: #000;	
}

#footerinner {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	overflow: hidden;
	position: relative;
}


		
