
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: relative;
}
.top-image .photo {
	width: 100%;
	position: relative;
}
.top-image .txt {
	width: 85%;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top-image .txt h1 {
	font-size: 14rem;
	font-weight: 500;
	line-height: 80%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0;
}
.top-image .txt h1 span {
	font-size: 3rem;
	display: block;
}

.section-title {
	text-align: center;
	font-weight: 700;
	line-height: 180%;
}

.category-title {
	width: 30%;
	max-width: 240px;
	position: relative;
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	font-weight: 500;
}
.category-title span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	z-index: 1;
}


/* top img */

.top-image img,.photo img,.category-title img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 1400px) {
	
	.top-image .txt h1 {
		font-size: 10vw;
	}
	.top-image .txt h1 span {
		font-size: 2vw;
	}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image .txt h1 span {
		font-size: 1.6rem;
	}
	.top-image {
		margin: 76px auto 0;
	}
	.category-title {
		width: 100%;
		max-width: 100%;
		position: relative;
		font-size: 2rem;
		color: #FFF;
		text-align: center;
		font-weight: 500;
		background-color: #333;
		margin: 0 auto 8%;
		padding: 12px 1em;
	}
	.category-title span {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); 
		transform: translate(0, 0);
		z-index: 1;
	}
	.category-title img {
		display: none;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

