@charset "utf-8";


/* products
------------------------------------------------------------ */
.productsBox {
	display: block;
	width: calc(100% - 90px);
	margin: 0 auto;
	border-left: solid 5px #5a96aa;
	border-right: solid 5px #5a96aa;
	background: #fff url(../common/images/products_bg.png) left top repeat-y;
}
.productsTitle {
	width: 250px;
	height: auto;
}
.productsDetail {
	height: auto;
	margin-left: 250px;
	background: #fff;
}
@media screen and (max-width:1080px){
	.productsDetail {
		margin-left: 0;
	}
}
@media screen and (max-width:640px){
	.productsBox {
		width: 100vw;
		border-left: 0;
		border-right: 0;
	}
	.productsTitle {
		margin-top: -30px;
	}
	.productsDetail {
		width: 60vw;
		padding: 0 20vw;
	}
}


.productsTop {
	width: 660px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
.productsTop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media screen and (max-width:820px){
	.productsTop {
		width: 430px;
	}
}
@media screen and (max-width:640px){
	.productsTop {
		width: 100%;
	}
}


/* Navi
------------------------------------------------------------ */
.productsNavi {
	display:flex;
	flex-flow: wrap;
	justify-content: start;
	gap: 10px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.productsNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.productsNavi li {
	margin: 0;
	padding: 6px 16px;
	font-size: 12px;
	background-color: #eee;
	border-radius: 50px;
}
.productsNavi li a {
	display: block;
	transition: 0.5s;
}
.productsNavi li a:hover {
	color:#5a96aa;
}
.productsNavi li.naviON {
	background-color: #5a96aa;
}
.productsNavi li.naviON a {
	color:#fff !important;
}


.brandNavi {
	display:flex;
	flex-flow: wrap;
	justify-content: start;
	gap: 30px;
	width:100%;
	margin: 0 auto;
}
.brandNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.brandNavi li {
	margin: 0;
	background: #ccc right 22px bottom no-repeat;
	background-size: 50px;
	border-radius: 0 0 20px 0;
	transition: 0.5s;
}
.brandNavi li:hover {
	background: #5a96aa url(../images/products_arrow.png) right 2px bottom no-repeat;
	background-size: 50px;
}
.brandNavi li a {
	display:flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
}
.brandNavi li a img {
	width: 75%;
	height: auto;
}
.brandNavi.pickup li {
	background: #ccc right 30px bottom no-repeat;
	background-size: 60px;
	border-radius: 0 0 30px 0;
}
.brandNavi.pickup li:hover {
	background: #5a96aa url(../images/products_arrow.png) right 5px bottom no-repeat;
	background-size: 60px;
}
.brandNavi.pickup li a {
	width: 315px;
	height: 315px;
}


@media screen and (max-width:820px){
	.brandNavi.pickup li {
		background: #ccc right 40px bottom no-repeat;
		background-size: 80px;
		border-radius: 0 0 40px 0;
	}
	.brandNavi.pickup li:hover {
		background: #5a96aa url(../images/products_arrow.png) right 8px bottom no-repeat;
		background-size: 80px;
	}
	.brandNavi.pickup li a {
		width: 430px;
		height: 430px;
	}
}
@media screen and (max-width:640px){
	.brandNavi {
		gap: 8vw;
		width: 100%;
		margin: 0 auto;
	}
	.brandNavi li {
		width: 60vw;
		height: 60vw;
	}
	.brandNavi li a {
		width: 100%;
		height: 100%;
	}
	.brandNavi.pickup li a {
		width: 100%;
		height: 100%;
	}
}


/* brand
------------------------------------------------------------ */
.productsBrand {
	width: 660px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
.productsBrand:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media screen and (max-width:820px){
	.productsBrand {
		width: 430px;
	}
}
@media screen and (max-width:640px){
	.productsBrand {
		width: 100%;
	}
}


.brandTitle {
	margin: 0 auto 10px;
}
.brandText {
	font-size: 14px;
	color:#666;
	margin: 0 auto;
	padding-bottom: 50px;
}


.photoBox {
	display:flex;
	flex-flow: wrap;
	justify-content: start;
	gap: 30px;
	width:100%;
	margin: 0 auto;
}
.photoBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.photoBox li {
	position: relative;
	margin: 0;
	background: #ccc;
	transition: 0.5s;
}
.photoBox li a {
	display:flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
}
.photoBox li a > img {
	width: 200px;
	height: auto;
	object-fit: cover;
}
.photoBox li span {
	display: block;
	position: absolute;
	bottom:0;
	right:0;
}
.brandNeme {
	font-size: 14px;
	color:#666;
	padding:10px 0;
}
.brandBack {
	padding:50px 0 20px;
	text-align:center;
}
@media screen and (max-width:640px){
	.brandText {
		font-size: 3.7vw;
		padding-bottom: 12vw;
	}
	.photoBox {
		gap: 8vw;
		width: 100%;
		margin: 0 auto;
	}
	.photoBox li {
		width: 60vw;
		height: 60vw;
	}
	.photoBox li a {
		width: 100%;
		height: 100%;
	}
	.photoBox li a > img {
		width: 100%;
		height: auto;
	}
	.brandBack {
		padding: 4vw 12vw 12vw;
	}
}


