@charset "UTF-8";

/* ▼▼▼ 商品情報
=====================================*/

/* arrowsカスタム */
.slider .slick-prev,
.slider .slick-next{
	top: calc(50%);
	width: 30px;
	height: 50px;
	background: transparent;
	z-index: 1;
}

.slider .slick-prev{
	left: 0;
}
.slider .slick-next{
	right: 0;
}
	.slick-next:before{
		border-color: #D4013B #D4013B transparent transparent;
		right: 8px;
	}
	.slick-prev:before{
		border-color: transparent transparent #D4013B #D4013B;
		left: 8px;
	}
	.slick-prev:before, .slick-next:before{
		content: '';
		width: 8px;
		height: 8px;
		border-style: solid;
		border-width: 2px;
		position: absolute;
		top: calc(50% - 5px);
		opacity: 1;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}



h3.bl_title{
	padding-left: 15px;
	margin-bottom: 30px;
	border-left: #BE1020 5px solid;
	font-size: 32px;
	line-height: 1;
}
#list_wrap,#product_wrap{
	padding-bottom: 100px;
}
.tab_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: center;
	margin-bottom: 56px;
}
.tab_list li{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: calc(50% - 5px);
	max-width: calc(50% - 5px);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	border-top: #D4013B 2px solid;
	font-size: 24px;
}
.tab_list li:not(:first-child){
	margin-left: 5px;
}
.tab_list li:not(:last-child){
	margin-right: 5px;
}
.tab_list li a{
	display: block;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	padding: 17px 0;
	background: #D4013B;
	text-align: center;
	color: #FFF;
}

.category_list,
.company_list,
.product_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.category_list li,
.company_list li,
.product_list li{
	-webkit-flex: 0 0 31.6%;
	-ms-flex: 0 0 31.6%;
	flex: 0 0 31.6%;
	width: 31.6%;
	max-width: 380px;
	margin-bottom: 40px;
}
.category_list li:not(:nth-child(3n)),
.company_list li:not(:nth-child(3n)),
.product_list li:not(:nth-child(3n)){
	margin-right: 2.5%;
}
.category_list li a,
.company_list li a,
.product_list li a{
	display: block;
}
.company_list li a{
	border: #D0D0D0 1px solid;
}
.category_list li .img_box,
.company_list li .img_box,
.product_list li .img_box{
	display: block;
	background: #FFF;
	width: 100%;
}
.category_list li .img_box{
	height: 230px;
}
.company_list li .img_box{
	height: 180px;
}
.product_list li .img_box{
	height: 290px;
	border: #D0D0D0 1px solid;
}
.category_list li p,
.company_list li p{
	padding: 17px 0;
	background: #E4E4E4;
	font-size: 18px;
	text-align: center;
}
.category_list li p{
    background: #D4013B;
}
.product_list li p{
	padding: 14px 0;
	font-size: 18px;
	text-align: center;
}
.category_list li a {color: #fff;}

.sub_category_list {
	margin-top: 20px;
}
.sub_category_list li{
	width: 100%;
	margin-bottom: 5px;
}
.sub_category_list li p{
	background: #E4E4E4;
}
.sub_category_list li a {color: #000;}

.product_main{
	padding-bottom: 20px;
}
.product_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 60px;
}
.product_flex .img_wrap{
	-webkit-flex: 0 0 41.7%;
	-ms-flex: 0 0 41.7%;
	flex: 0 0 41.7%;
	width: 41.7%;
	max-width: 502px;
	height: 31.9vw;
	max-height: 462px;
	border: #D0D0D0 1px solid;
	overflow: hidden;
}
.product_flex .slider{
	width: calc(41.7vw - 100px);
	max-width: 100%;
	max-height: 100%;
}
.product_flex .img_box{
	width: calc(41.7vw - 100px);
	max-width: 500px;
	height: 31.9vw;
	max-height: 460px;
}
.product_flex .txt_wrap{
	-webkit-flex: 0 0 52.7%;
	-ms-flex: 0 0 452.7%;
	flex: 0 0 52.7%;
	width: 52.7%;
	max-width: 632px;
}
.product_flex .txt_wrap p{
	line-height: 2;
	margin-bottom: 35px;
}
.product_flex .txt_wrap table{
	width: 100%;
	border-top: #D0D0D0 1px solid;
}
.product_flex .txt_wrap th,.product_flex .txt_wrap td{
	border-bottom: #D0D0D0 1px solid;
	padding: 13px 0;
}
.product_flex .txt_wrap th{
	width: 160px;
	padding-left: 15px;
	background: #F9F9F9;
	font-weight: normal;
}
.product_flex .txt_wrap td{
	padding-left: 25px;
}
.advice_box{
	margin-bottom: 50px;
	padding: 30px 30px 30px 200px;
	background: #F9F9F9;
	line-height: 2;
	position: relative;
}
.advice_box::before{
	content: '';
	width: 105px;
	height: 108px;
	background: url(../img/product/icon_advice.png) no-repeat center center/contain;
	position: absolute;
	top: calc(50% - 54px);
	left: 50px;
}

.maker_wrap{
	border-top: #E5E5E5 1px solid;
	padding: 70px 0 60px;
}
.maker_wrap h3.maker_logo{
	margin-bottom: 35px;
}
.maker_wrap h3.maker_logo .img_box{
	display: inline-block;
	width: 100%;
	height: 60px;
}
.maker_wrap p{
	line-height: 2;
}
.other_wrap{
	padding-bottom: 20px;
}
/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 768px) {

	h3.bl_title{
		padding-left: 8px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	#list_wrap,#product_wrap{
		padding-bottom: 50px;
	}
	.tab_list{
		margin-bottom: 50px;
	}
	.tab_list li{
		font-size: 4.3vw;
	}
	.category_list,
	.company_list,
	.product_list{
		display: block;
		margin-bottom: 20px;
	}
	.category_list li,
	.company_list li,
	.product_list li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
    .product_list li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
    .sub_category_list li {
        margin-bottom: 5px;
    }
	.category_list li p,
	.company_list li p,
	.product_list li p{
		font-size: 16px;
	}
	.product_main{
		padding-bottom: 20px;
	}
	.product_flex{
		display: block;
		margin-bottom: 60px;
	}
	.product_flex .img_wrap{
		width: 100%;
		max-width: 100%;
		height: 310px;
		margin-bottom: 25px;
	}
	.product_flex .slider{
		width: calc(100vw - 42px);
		max-width: 100%;
	}
	.product_flex .img_box{
		width: calc(100vw - 42px);
		max-width: 100%;
		height: 308px;
		max-height: 460px;
	}
	.product_flex .txt_wrap{
		width: 100%;
		max-width: 100%;
	}
	.product_flex .txt_wrap p{
		margin-bottom: 30px;
	}
	.product_flex .txt_wrap tr,
	.product_flex .txt_wrap th,
	.product_flex .txt_wrap td{
		display: block;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.advice_box{
		margin-bottom: 40px;
		padding: 125px 30px 30px;
	}
	.advice_box::before{
		width: 72px;
		height: 74px;
		top: 30px;
		left: calc(50% - 37px);
	}

	.maker_wrap{
		padding: 50px 0;
	}
	.maker_wrap h3.maker_logo{
		margin-bottom: 15px;
	}
	.maker_wrap h3.maker_logo .img_box{
		height: 50px;
	}
	.maker_wrap p{
		line-height: 2;
	}
}
