/* mobile first */
@media only screen and (min-width : 320px) {
	
}
@media only screen and (min-width : 480px) {
	
}
@media only screen and (min-width : 576px) {
	
}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
	
}

@media only screen and (min-width : 1200px) {
	
}

.nav-logo{max-width:150px;}
.top-anatano{width: 100%; padding-top:200px }

/* un mobile first */
@media only screen and (max-width : 1530px) {
.top-anatano{width: 100%; padding-top:300px }
}
@media only screen and (max-width : 1200px) {
	
}
@media only screen and (max-width : 992px) {
	.page-work{
        background-position: right bottom 100px;
    }
}
@media only screen and (max-width : 768px) {
		.nav-logo{max-width:100px;}
		.top-anatano{width: 100%; padding-top:170px }
		.top-opening{
			background-position:center top;
		}
		.top-tukau{
				background-position:left top;
		}
		.top-hagukumu{
				background-position:-500px top;
		}
}
@media only screen and (max-width : 576px) {
	.top-opening{
			background-position:-250px top;
		}
	.top-tukau{
			background-position:-500px top;
	}
	.top-hagukumu{
				background-position:-500px top;
		}
	.top-asobu{
				background-position:-500px top;
		}
	.top-tooi{
				background-position:-500px top;
		}
}
@media only screen and (max-width : 480px) {
	
}
@media only screen and (max-width : 320px) {
    .top-opening{
			background-position:-150px top;
		}
		.top-tukau{
				background-position:-500px top;
		}
		.top-hagukumu{
				background-position:-500px top;
		}
		.top-asobu{
				background-position:-500px top;
		}
}

/* print */
@media print{
	
}