.tokushuu_main{
	padding:40px 0;
	margin-bottom:40px;
}
.tokushuu_main_inner{
	width:calc(100% - 20px);
	margin:0 auto;
	text-align: center;
	color:#505050;
	font-size:12px;
	line-height: 27px;
}
.tokushuu_main_inner h1{
	font-size:20px;
	color:#333;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	margin-bottom:40px;
	text-align: center;
}
.tokushuu_main_inner .tokushuu_img{
	margin-bottom:28px;
	width:100%;
}
.tokushuu_main_inner p{
	width:calc(100% - 20px);
	margin:0 auto;
}
.tokushuu_link a {
	width:calc(100% - 20px);
	text-align: center;
	background: #fff url("../../images/tokushuu/arrow.svg") no-repeat;
	background-size:11px 6px;
	background-position: 90% center;
	text-decoration: none;
	height:40px;
	line-height: 40px;
	border:1px solid #a18b5b;
	border-radius: 50px;
	color:#333333;
	font-size:13px;
	margin-bottom:20px;
	transition: all 0.3s;
	display: block;
	margin:0px auto 15px auto;
}
.tokushuu_link a:first-child{
	margin-top:40px;
}
.sub_box{
	width:calc(100% - 15px);
	padding-top:22px;
	font-size:12px;
	color:#505050;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin:0 auto 40px auto;
}
.sub_box h2{
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	font-size:20px;
	text-align: center;
	margin-bottom:20px;
}
.sub_box .tokushuu_sub_img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.item_box_tokushuu{
	list-style: none;
	font-size:14px;
	margin:30px 8px 0 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	padding: 0;
	
}
.item_box_tokushuu li{
  flex: 0 0 calc(50% - 4px);            /* 260px固定で2列にする */
  width: calc(50% - 4px);               /* （明示しておいてOK） */
  display: flex;
  flex-direction: column;
  position: relative;         /* 絶対配置ボタンの基準にする */
  background: #fff;
  font-weight: 500;
  text-align: left;
  border-radius: 5px;
}

.item_box_tokushuu li a{
	text-decoration: none;
	display: block;
	width:calc(100% - 20px);
	height:25px;
	text-align: center;
	line-height: 25px;
	color:#fff;
	border-radius: 50px;
	margin:0 auto;
	transition: all 0.3s;
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
	letter-spacing: 1.6px;
}
.item_box_tokushuu li a:hover{
	opacity: 0.8;
}
.item_box_tokushuu li img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.item_box_tokushuu p.title{
	width:calc(100% - 20px);
	margin:5px auto 5px auto;
	font-family: 'Shippori Mincho B1', serif;
	font-size:12px;
	text-align: left;
	color:#333333;
	line-height: 18px;
}
.item_box_tokushuu p.price{
	width:calc(100% - 20px);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom:3px;
	font-size:12px;
	text-align: left;
	margin:0 auto 50px auto;
}
.item_box_tokushuu p.price span.yen{
	font-size:8px;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
#products{
	clear:both;
	padding-top:60px;
	margin-bottom:80px;
}
h3.title_other{
	width:calc(100% - 20px);
	font-family: 'Shippori Mincho B1', serif;
	font-size:20px;
	text-align: center;
	color:#333333;
	margin:0 auto 0 auto;
}

hr.no_border{
	border:0;
	height:40px;
	background:#fff;

}
.tokushuu_txt{
	font-size:13px;
	width:calc(100% - 60px);
	margin:0 auto;
}
.cate_img{
	display: block;
	margin:0;
}
.cate_txt{
	background: #f4f5f5;
	font-size:13px;
	padding-top:40px;
	padding-bottom:40px;
}
.products_title{
	width:calc(100% - 40px);
	margin:0 auto;
}
.products_title h1.title{
	text-align: center;
	font-size:20px;
	color:#333;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	margin-bottom:30px;
}

.products_title .cate_link a{
	display: block;
	width:calc(50% - 10px);
	height:40px;
	border-radius: 50px;
	text-decoration: none;
	color:#505050;
	font-size: 13px;
	line-height: 40px;
	border:1px solid #9e9e9e;
	background:url("../../images/layout/next.svg") no-repeat;
	background-position: center right 13px;
	background-size: 10px 10px;
	margin:0 10px 10px 0;
	box-sizing: border-box;
	padding-left:16px;
	overflow: hidden;
	padding-right:15px;
}
.products_title .cate_link a:nth-child(odd){
	float:left;
}
.products_title .cate_link a:nth-child(even){
	float:right;
}

.item_pager{
	text-align: left;
	clear: both;
	padding:20px 0 10px 0;
	color:#505050;
	font-size:14px;
	margin:0 auto 30px auto;
	width:calc(100% - 40px);
	border-bottom:1px solid #ededec;
}
.item_pager img{
	width:23px;
	height:auto;
	float:left;
	margin-right:5px;
}
.item_pager .narabi{
	display: block;
	margin:26px auto 20px auto;
}
.item_pager .narabi select{
	width:80px;
	border:none;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	color:#505050;
	float:left;
	font-size:13px;
}
.item_pager .narabi #bland{
	margin-right:30px;
}

.item_pager .item_count{
	display: inline-block;
	float:right;
	text-align: right;
}
.item_pager .item_count2{
	display: block!important;
	text-align: center;
	margin-bottom:30px;
}
.item_box{
	list-style: none;
	font-size:14px;
	margin:0 auto;
	width:calc(100% - 40px);
}
.item_box li{
	width:calc(50% - 15px);
	float:left;
	margin-bottom:20px;
	font-weight: 500;
}
.item_box li:nth-child(odd){
	float:left;
}
.item_box li:nth-child(even){
	float:right;
}
.item_box .icon{
	font-size:11px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	background-color: #333333;
	color:#ffffff;
	text-align: center;
	border-radius: 3px;
	padding:0 2px;
	margin-bottom:5px;
	width:45px;
	text-align: center;
}
.item_box .icon_none{
	height:17px;
	display: block;
}
.item_box li a{
	text-decoration: none;
	color:#333333;
}
.item_box li:nth-child(2n + 1){
	clear:both;
}
.item_box .title{
	margin-bottom :10px !important;;
	line-height: 1.5;
}
.item_box p.price{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom:3px;
}
.item_box p.price span.yen{
	font-size:11px;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
.item_box li img.hoshi{
	width: 16px !important;
	height: auto!important;
}
.item_box li .o-rating{
	margin:0 2px 0 5px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	vertical-align: middle;
}
.item_box li .review-count{
	font-family: 'Roboto', sans-serif;
	font-size:10px!important;
	letter-spacing: 1px;
	font-weight: 600!important;
	vertical-align: middle;
}
/* 画面幅が1366px以下の場合のスタイル */
@media screen and (max-width: 330px) {
    .item_box li .review-count{

		font-size:9px!important;
	}
	.item_box li .o-rating{
		font-size:12px!important;
	}
}
.pager{
	width:calc(100% - 40px);
	margin:10px 20px 30px 20px;
	text-align: center;
	display: inline-block;
	font-size:14px;
}
.pager span{
	width: 32px;
	height:32px;
	border-radius: 50%;
	border:1px solid #9d9d9d;
	display: block;
	text-align: center;
	line-height: 32px;
	display: inline-block;

}
.pager a{
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin:0 7px;
	line-height: 32px;
	color:#333333;
}