@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 90px;
}

#anchor ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: solid 1px #9FA0A0;
	border-left: solid 1px #9FA0A0;
}

#anchor li {
	width: 20%;
	border-right: solid 1px #9FA0A0;
	font-size: 15px;
	line-height: 1.3;
}

#anchor a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-decoration: none;
	color: #231815;
}

#anchor .en {
	display: block;
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document goods
--------------------------------------------------------- */

#goods .h3 .en {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.1;
}

#goods ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

#goods li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}

#goods li:nth-of-type(5n) {
	margin-right: 0;
}

#goods li img {
	width: 154px;
	height: 154px;
}
