/* responsible */

@media only screen and (max-width: 1024px) {
	
	ul.pb_list_sp {
		display: block;
	}
	ul.project__bg-list {
		display: none;
	}
	
	ul.project__list {
		display: none;
	}
	
	.nav-mobile {
		display: block;
	}
	
	.navigation {
	height: 64px;
	min-height: 64px;
	min-width: 100%;
	position: fixed;
	z-index: 2;
	right: 0;
	background: #fff;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: left;
	}


	.project {
		position: relative !important;
		top: inherit;
		padding: 2.5vw;
		
		overflow: hidden;
		position: relative;
		width: 100%;
	} 
	
	.project__bg-item--active {
	  opacity: 1;
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	
	ul.pb_list_sp {
		margin: 0;
		padding: 0;
	}
	
	li {
		margin: 0;
		padding: 0;
	}
	
	#img_wrapper {
		width: 100% !important;
		transform: none !important;
		display: block;
		-webkit-backface-visibility: hidden;
		clear: both;
		padding-top: 84px;
	}
	
	.p_item {
		height: auto;
		padding: 0 7% 7% 7%;
		width: 100% !important;
	}
	
	.p_item .item {
		text-align: center;
		height: 100%;
	}
	
	.p_item .item img {
		height: auto;
		width: 100% !important;
		border: 0;
	}
	
	
	.item p {
		margin: 7px;
		text-align: left;
		font-size: 13px;
	}	
	
/* PAGE about */	

	
  
}