.tokushuu_main{
	padding:40px 0;
	margin-bottom:40px;
	background:#f8f5eb;
}
.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{
	background:#f8f5eb;
	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;
}

#products{
	clear:both;
	padding-top:50px;
}
h3.title_other{
	font-family: 'Shippori Mincho B1', serif;
	font-size:20px;
	text-align: center;
	color:#333333;
	margin:20px 0 30px 0;
	font-weight: 500;
}


#recommend2{
	
	margin-left:15px;
}
#recommend2 .flexbox {
	display: flex; 
	clear: both;
	overflow-x: auto; 
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#recommend2 .flex-item {
  width: 140px;
  margin-right: 15px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
#recommend .flex-item a, #recommend2 .flex-item a{
	text-decoration: none;
	color:#333333;
}
#recommend .flexbox span.icon, #recommend .flexbox span.icon_none,#recommend2 .flexbox span.icon, #recommend2 .flexbox span.icon_none{
	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;
}
#recommend .flexbox span.icon_none,#recommend2 .flexbox span.icon_none{
	background-color: #fff;
}
#recommend .flex-item img , #recommend2 .flex-item img{
	display: block;
	margin: 0 auto;
}

#recommend .flex-item h3, #recommend2 .flex-item h3{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
	width:140px;
	font-weight: normal;
	line-height: 17px;
}

#recommend .flex-item p , #recommend2 .flex-item p{
	font-size: 13px;
	font-weight: 500;
	margin-bottom:5px;
}
#recommend .flex-item p span, #recommend2 .flex-item p span{
	font-size:10px;
	font-weight: normal;;
}
#recommend img.hoshi,#recommend2 img.hoshi{
	width: 16px !important;
	height: auto!important;
	display: inline!important;
}
#recommend .o-rating,#recommend2 .o-rating{
	margin:0 5px 0 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	vertical-align: middle;
}
#recommend .review-count,#recommend2 .review-count{
	font-family: 'Roboto', sans-serif;
	font-size:10px!important;
	letter-spacing: 1px;
	font-weight: 600!important;
	vertical-align: middle;
}
a.more_link {
	display: block;
	width:276px;
	height:36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s;
	border:1px solid #9e9e9e;
	margin:30px auto;
	color:#505050;
	font-size:14px;
	background:url("../../images/bykoransha/more.svg") no-repeat;
	background-size: 8px 15px;
	background-position: 90% center;
}

#series{
	margin-top:80px;
}
#series ul{
	width:calc(100% - 25px);
	margin:0 auto;
	list-style: none;
}
#series ul li.series_box{
	margin-bottom:10px;
	position: relative;
	aspect-ratio: 350 / 197; 
  	overflow: hidden;  
}
#series ul li.series_box img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover;        /* トリミングして全体をカバー */
	display: block;
}
#series ul li.series_box span{
	position: absolute;
	display: block;
	color:#fff;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	font-size:17px;
	left:20px;
	top:10px;
	width:100%;
}
#series ul li.series_box span::after{
	content: '';
	position: absolute;
	display: block;
	width:30px;
	height:30px;
	background-image: url("../../images/bykoransha/detail_white.svg"); /* 画像パス */
	background-size: 30px 30px;    /* 画像をトリミングしつつ全体をカバー */
	background-position: center; /* 中央寄せ */
	background-repeat: no-repeat;
	top:0;
	right:30px;
}

.seen{
	width:calc(100% - 33px);
	margin: 80px auto 0 auto;
	text-align: center;
}

.gift-wrap{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background:#f4f1eb;
	padding: 15px 12.5px;
}
.gift-wrap img{
	border-radius: 5px 5px 0 0;
}
.gift-wrap h3{
	text-align: center;
	font-size:17px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	padding:35px 0 25px 0;
}
.gift-wrap p{
	width:276px;
	font-size:12px;
	line-height: 1.6;
	text-align: left;
	margin:0 auto;
}
.gift-wrap a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: 600;
	text-align: center;
	font-size:15px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	background:url("../../images/bykoransha/detail.svg") no-repeat 95% center;
	background-size: 30px 30px;
	height:30px;
	line-height: 30px;
	width:185px;
	margin:30px auto 40px auto;
	transition: all 0.3s ease;
}

.kanren_link{
	margin-top:60px;
	padding-bottom:80px;
}