@charset "utf-8";
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter .textBox {
	margin-bottom: 43px;
	display: block;
}
#gFooter .fBox {
	padding: 38px 20px 19px;
}
#gFooter .logo {
	margin: 0 auto;
}
/*------------------------------------------------------------
	english
------------------------------------------------------------*/
#english .pageLead {
	margin-bottom: 63px;
	height: 420px;
	background-image: url(img/english/page_bg.jpg);
	background-color: #000;
}
#english .pageLead h2 {
	max-width: 1020px;
	bottom: 92px;
	font-size: 2.2rem;
	font-weight: 700;
}
#english .pageLead h2 .txt01 {
	text-align: left;
}
#english .pageLead h2 .txt01 span {
	font-size: 8.3rem;
}
#english .topBox {
	margin-bottom: 64px;
}
#english .topBox .linkList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#english .topBox .linkList li {
	margin-top: 40px;
	width: calc((100% - 40px) / 2);
}
#english .topBox .linkList li a {
	display: block;
}
#english .topBox .linkList .ttl {
	margin-bottom: 6px;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
}
#english .topBox .linkList .pho {
	border-radius: 17px;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
#english .topBox .linkList .pho img {
	width: 100%;
	transition: .3s;
}
#english .topBox .linkList .pho p {
	width: calc(100% - 54px);
	position: absolute;
	left: 27px;
	top: 50%;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: left;
	transform: translateY(-50%);
	font-family: 'Roboto', sans-serif;
}
#english .product {
	padding: 48px 0 47px;
	background-color: #E8E9E2;
}
#english .product h2 {
	margin-bottom: 16px;
	color: #000;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
}
#english .product .comProductList {
	margin-top: -15px;
}
#english .product .comProductList li {
	margin-top: 15px;
	width: 100%;
}
#english .product .comProductList a {
	padding: 19px 10px 18px;
}
#english .product .comProductList .pho {
	margin-bottom: 15px;
	height: 130px;	
}


@media all and (min-width: 897px) {
	#english .topBox .linkList li a:hover .pho img {
		transform: scale(1.05);
	}
}
@media all and (min-width: 897px) {
	#english .product .comProductList a {
		flex-direction: row;
		align-items: center;
	}
	#english .product .comProductList .pho {
		width: 20%;
	}
	#english .product .comProductList .cat_name {
		width: 70%;
	}
}
@media all and (max-width: 896px) {
	#english .pageLead {
		margin-bottom: 63px;
		height: 300px;
		background-image: url(img/english/page_bg.jpg);
		background-color: #000;
	}
	#english .pageLead h2 {
		max-width: inherit;
		bottom: 60px;
		font-size: 2rem;
	}
	#english .pageLead h2 .txt01 span {
		font-size: 4.5rem;
	}
	#english .topBox {
		margin-bottom: 64px;
	}
	#english .topBox .linkList {
		margin-top: 0;
		display: block;
	}
	#english .topBox .linkList li {
		margin: 0 0 40px;
		width: auto;
	}
	#english .topBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#english .topBox .linkList .ttl {
		font-size: 2rem;
	}
	#english .topBox .linkList .pho p {
		font-size: 3rem;
	}
	#english .product {
		padding: 48px 0 47px;
	}
	#english .product h2 {
		font-size: 2rem;
	}
	#english .product .comProductList {
		margin-top: 0;
	}
	#english .product .comProductList li {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/