.tokushuu_main{
	padding:100px 0;
	margin-bottom:100px;
}
.tokushuu_main_inner{
	width:1024px;
	margin:0 auto;
	text-align: center;
	color:#505050;
	font-size:14px;
	line-height: 35px;
}
.tokushuu_main_inner h1{
	font-size:40px;
	color:#333;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	margin-bottom:48px;
	text-align: center;
}
.tokushuu_main_inner .tokushuu_img{
	margin-bottom:58px;
	width:1024px;
}
.tokushuu_link {
	margin-top: 60px; 
	display: flex; 
	justify-content: center; 
	gap: 20px;
	flex-wrap: nowrap;
}

.tokushuu_link a {
	display: block;
	width: 280px;
	box-sizing: border-box;
	flex: 0 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #fff url("../images/tokushuu/arrow.svg") no-repeat;
	background-size: 11px 6px;
	background-position: 90% center;
	text-decoration: none;
	border: 1px solid #a18b5b;
	border-radius: 50px;
	color: #333333;
	font-size: 14px;
	transition: all 0.3s;
}
.tokushuu_link a:hover{
	background: #a48e5b url("../images/tokushuu/arrow_white.svg") no-repeat;
	background-size: 11px 6px;
	background-position: 90% center;
	color: #fff;
}
/* ▼子要素が「ちょうど4個」のときだけ2×2（grid）に切り替え */
.tokushuu_link:has(> a:nth-child(4):last-child) {
	display: grid;
	grid-template-columns: repeat(2, 280px);
	gap: 20px;
	justify-content: center;
}
.sub_box{
	width:860px;
	float:right;
	padding-top:32px;
	font-size:14px;
	color:#505050;
	text-align: center;
	line-height: 35px;
	margin-bottom:80px;
	border-radius: 5px;
}
.sub_box h2{
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	font-size:30px;
	text-align: center;
	margin-bottom:20px;
}
.sub_box .tokushuu_sub_img{
	width:860px;
	height:auto;
	margin-bottom:50px;
}

.item_pager{
	height:38px;
	line-height: 38px;
	border-bottom:1px solid #ededec;
	font-size:14px;
	color:#505050;
	width:860px;
	margin-bottom:40px;
}
.item_pager .narabi{
	display: inline-block;
	color:#505050;
}
.item_pager .narabi select{
	border:none;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	color:#505050;
}
.item_pager .item_count{
	display: inline-block;
	float:right;
}

.item_box_tokushuu{
	width:570px;
	list-style: none;
	font-size:14px;
	margin:50px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
	padding: 0;
}
.item_box_tokushuu li{
	flex: 0 0 260px;            /* 260px固定で2列にする */
  width: 260px;               /* （明示しておいて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:226px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	border-radius: 50px;
	margin:0 auto;
	transition: all 0.3s;
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
}
.item_box_tokushuu li img.hoshi{
	margin-top:5px;
	width: 16px !important;
	height: auto!important;
}
.item_box_tokushuu li .o-rating{
	margin:0 5px 0 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	vertical-align: middle;
}
.item_box_tokushuu li .review-count{
	font-family: 'Roboto', sans-serif;
	font-size:10px!important;
	letter-spacing: 1px;
	font-weight: 600!important;
	vertical-align: middle;
}
.item_box_tokushuu li img{
	width:260px;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.item_box_tokushuu p.title{
	width:226px;
	margin:10px auto 5px auto;
	font-family: 'Shippori Mincho B1', serif;
	font-size:15px;
	text-align: left;
	color:#333333;
	line-height: 27px;
}
.item_box_tokushuu p.price{
	width:226px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom:3px;
	font-size:17px;
	text-align: left;
	margin:0 auto 70px auto;
}
.item_box_tokushuu p.price span.yen{
	font-size:12px;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
#products{
	clear:both;
	padding-top:50px;
}
h3.title_other{
	font-family: 'Shippori Mincho B1', serif;
	font-size:30px;
	text-align: left;
	color:#333333;
	margin:0 0 50px 0;
	font-weight: 500;
}

.item_box{
	list-style: none;
	font-size:14px;
}
.item_box li{
	width:205px;
	float:left;
	margin-right:13px;
	margin-bottom:50px;
	font-weight: 500;
}
.item_box li:nth-child(4n){
	margin-right:0;
}
.item_box li:nth-child(4n+1){
	clear:both;
}
.item_box .icon{
	font-size:12px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	background-color: #333333;
	color:#ffffff;
	text-align: center;
	border-radius: 3px;
	padding:0 7px;
	margin-bottom:5px;
}
.item_box .icon_none{
	height:27px;
	display: block;
}
.item_box li a{
	text-decoration: none;
	color:#333333;
}
.item_box li img.hoshi{
	margin-top:5px;
	width: 16px !important;
	height: auto!important;
}
.item_box li .o-rating{
	margin:0 5px 0 10px;
	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;
}
/* 5つごとに改行 */
.item_box li:nth-child(4n + 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;
}
.pager span{
	width: 32px;
	height:32px;
	border-radius: 50%;
	border:1px solid #9d9d9d;
	display: block;
	text-align: center;
	line-height: 32px;
	float:left;
}
.pager a{
	text-decoration: none;
	display: block;
	text-align: center;
	float:left;
	margin:0 15px;
	line-height: 32px;
	color:#333333;
}