body{
	-webkit-touch-callout: none;
	 -webkit-user-select: none;
		-khtml-user-select: none;
			-moz-user-select: none;
			 -ms-user-select: none;
					 user-select: none;
	background-color: rgb(250, 250, 250);
}
#mp{
	width: 100vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
}
main, main ul {
	overflow: hidden;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100%;
}
main li{
	height: 100%;
}
main a{
	width: 100vw;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 50;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}
#hb{
	width: 100vw;
	height: 5vh;
	z-index: 10;
	background-color: black;
	color: white;
	position: absolute;
	bottom: 0px;
	display: flex;
	align-items: center;
	z-index: 999;
}
#hb ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#hb ul li{
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 1em;
}
#project{
	width: 100vw;
	position: absolute;
	top: 100vh;
	left: 0;
	z-index: 99;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: rgb(250, 250, 250);
}
main li:not(.active){
	display: none;
}
.active{
	position: absolute;
	left: 100vw;
	z-index: 50;
}

/*pc*/
@media only screen and (min-width: 834px){

	#bproject:hover{
		text-decoration: underline;
	}
	.pnav{
		height: 7vh;
		width: 100vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pni{
		max-height: 3vh;
		width: auto;
		border-radius: 3vw;
		padding: 1vw;
	}
	.pni:hover{
		background: white;
		filter: invert(1);
		-webkit-filter: invert(1);
		transition-duration: 0.75s;
	}
	#carrphone{
		display: none;
	}

}


@media only screen and (max-width: 833px){

	.pnav{
		display: none;
	}
	#carrpc{
		display: none;
	}

}
