@charset "UTF-8";

.topFeatureList {
	margin-left: -46px;
}

.topFeatureList li {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 46px;
	margin-bottom: 20px;
}

.topFeatureItem {
	background: #ededed;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.topFeatureImg {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.topFeatureImg a {
	display: block;
}
.topFeatureImg img {
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translate(0,0) scale(1);
	-moz-transform: translate(0,0) scale(1);
	-ms-transform: translate(0,0) scale(1);
	-o-transform: translate(0,0) scale(1);
	transform: translate(0,0) scale(1);
	z-index: 2;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.topFeatureItem:hover {
	opacity: 1;
}
.topFeatureItem:hover img {
	-webkit-transform: translate(0,0) scale(1);
	-moz-transform: translate(0,0) scale(1);
	-ms-transform: translate(0,0) scale(1);
	-o-transform: translate(0,0) scale(1);
	transform: translate(0,0) scale(1);
}

@media screen and (max-width: 639px) {
	.topFeature {
		padding: 30px 0 40px;
	}

	.topFeatureList {
		margin-left: 0;
	}

	.topFeatureList li {
		width: auto;
		float: none;
		padding-left: 0;
	}

}

.topLookBookImg01 {
	position: relative;
	right: 0;
	margin-right: 0;
	top: 0;
	margin-bottom: 20px;
	text-align: center;
}
.topLookBookImg02 {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	text-align: center;
}
.topLookBookImg03 {
	position: relative;
	left: 0;
	margin-left: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
}

@media screen and (max-width: 639px) {
	.topLookBook {
		padding: 50px 0 70px;
	}

}


@media screen and (max-width: 639px) {
	.topInformation {
		padding: 30px 0 0;
	}
	.topInformation:before {
		background: url(../images/index/bg_info.png) center center no-repeat;
		background-size: auto 100%;
	}

	.topInformationBox {
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		padding: 40px 0;
	}

	.topInformationList {
		height: 300px;
	}

	.topInformationList li a {
		padding: 12px 0 27px 0;
	}

	.topInformationList li .infoDate {
		padding-right: 132px;
		width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 5px;
	}
}


@media screen and (max-width: 639px) {
	.topConcept {
		padding: 40px 0 0;
	}

	.topConcept .hdL {
		margin-bottom: 40px;
	}

	.topConcept .btnMore {
		text-align: center;
	}

	.topConceptBox {
		padding: 0;
	}
	.topConceptImg {
		width: auto ;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
	}
	.topConceptImg img {
		display: block;
	}

	.topConceptDetail {
		padding-left: 0;
		font-size: 1.4rem;
		max-width: 100%;
		padding: 20px 10px;
	}

	.topConceptTitle {
		font-size: 2rem;
		margin-bottom: 20px;
	}

}
