@charset "utf-8";
/* CSS Document */

.body-product-list ol,
.body-product-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.body-product-list .anchor {
	padding-top: 7vw; /* ヘッダーの高さを入力 */
	margin-top: -7vw; /* ヘッダーの高さを入力 */
}



/* メイン
----------------------------------------------------------------------------------------------*/
.body-product-list .main_img {
	width: 100%;
	margin-bottom: 6vw;
}
.body-product-list p.description {
	font-size: 3.3vw;
	line-height: 1.6;
	margin-bottom: 6vw;
}



/* 選ぶ （アンカーリンク）
----------------------------------------------------------------------------------------------*/
.body-product-list .anchor_box {
	margin-bottom: 9vw;
}
.body-product-list .anchor_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.body-product-list .anchor_box ul li {
	position: relative;
	width: 45vw;
	background: #347c78;
	border-radius: 1vw;	
	margin: 0 3vw 3vw 0;
}
.body-product-list .anchor_box ul li::after {
	content: "";
	background: url(https://profoods.business/uploads/category/icon_arrow_down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2vw;
	height: 1vw;
	position: absolute;
	bottom: 1vw;
	left: 50%;
	transform: translate(0, -50%);
}
.body-product-list .anchor_box ul li:nth-child(2n) {
	margin: 0 0 3vw 0;
}
.body-product-list .anchor_box ul li a {
	display: block;
	color: #fff;
	font-size: 3.6vw;
	font-weight: 700;
	text-align: center;	
	padding: 4vw 0 5vw 0;
	box-sizing: border-box;
	text-decoration: none;
}


/* ランキング
----------------------------------------------------------------------------------------------*/
.body-product-list .ranking {
	border-top: 1px solid #94a5a6;
	margin-bottom: 9vw;
}
.body-product-list .ranking h2 {
	font-size: 4.9vw;	
	margin:3vw 0 6vw 0;
}
.body-product-list .ranking ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.body-product-list .ranking ol li.item {
	width: 45vw;
	margin: 0 3vw 3vw 0;
}
.body-product-list .ranking ol li.item:nth-child(2n) {
	margin: 0 0 3vw 0;
}
.body-product-list .ranking ol li.item .thumb {
	position: relative;
	width: 45vw;
	height: 45vw;
}
.body-product-list .ranking ol li.item .thumb::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 5.5vw;
	height: 5.5vw;
	position: absolute;
	top: 0;
	left: 0;
}
.body-product-list .ranking ol li.item:nth-child(1) .thumb::after {
	background: url(https://profoods.business/uploads/category/icon_ranking1.png);
	background-size: contain;
}
.body-product-list .ranking ol li.item:nth-child(2) .thumb::after {
	background: url(https://profoods.business/uploads/category/icon_ranking2.png);
	background-size: contain;
}
.body-product-list .ranking ol li.item:nth-child(3) .thumb::after {
	background: url(https://profoods.business/uploads/category/icon_ranking3.png);
	background-size: contain;
}
.body-product-list .ranking ol li.item:nth-child(4) .thumb::after {
	background: url(https://profoods.business/uploads/category/icon_ranking4.png);
	background-size: contain;
}
.body-product-list .ranking ol li.item:nth-child(5) .thumb::after {
	background: url(https://profoods.business/uploads/category/icon_ranking5.png);
	background-size: contain;
}
.body-product-list .ranking ol li.item .name {
	color: #666666;
	font-size: 3vw;
	font-weight: 700;
	margin-bottom: 2vw;
}
.body-product-list .ranking ol li.item .detail {
	color: #666666;
	font-size:2.8vw;
}



/* タイプ別
----------------------------------------------------------------------------------------------*/
.body-product-list .type_box {
	border-top: 1px solid #94a5a6;
	margin-bottom: 9vw;
}
.body-product-list .type_box h2 {
	font-size: 4.9vw;	
	margin:3vw 0 6vw 0;
}
.body-product-list .type_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.body-product-list .type_box ul li.item {
	width: 45vw;
	margin: 0 3vw 3vw 0;
}
.body-product-list .type_box ul li.item:nth-child(2n) {
	margin: 0 0 3vw 0;
}
.body-product-list .type_box ul li.item .thumb {
	width: 45vw;
	height: 45vw;
}
.body-product-list .type_box ul li.item .name {
	color: #666666;
	font-size: 3vw;
	font-weight: 700;
}
.body-product-list .type_box ul li.item .detail {
	color: #666666;
	font-size: 2.8vw;
}



/* メーカーで選ぶ
----------------------------------------------------------------------------------------------*/
.body-product-list .choose_box {
	border-top: 1px solid #94a5a6;
	margin-bottom: 9vw;
}
.body-product-list .choose_box h2 {
	font-size: 4.9vw;	
	margin:3vw 0 6vw 0;
}
.body-product-list .choose_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.body-product-list .choose_box ul li {
	position: relative;
	width: 45vw;
	background: #347c78;
	border-radius: 1vw;	
	margin: 0 3vw 3vw 0;
}
.body-product-list .choose_box ul li:nth-child(2n) {
	margin:0 0 3vw 0;
}
.body-product-list .choose_box ul li a {
	display: block;
	color: #fff;
	font-size: 3.6vw;
	font-weight: 700;
	text-align: center;	
	padding: 4vw 0 4vw 0;
	box-sizing: border-box;
	text-decoration: none;
}

/*他のメーカー*/
.body-product-list .choose_box .btn_other{
	text-align: right;
}
.body-product-list .choose_box .btn_other a {
	font-size: 3.3vw;
	color: #666666;
}
.body-product-list .choose_box .btn_other a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0da";
	margin-right: .3em;
}