/* CSS Document */

body {
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
 	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
	
/*#tokusyu_bn {jsバナー消し
		display: none;
	}*/
	
.feature_container {
	overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
	/*margin: -15px 0 0;*/
}		
		
/*---------ヘッダー-------*/
	
.feature_header {
	margin: 0 0 10px;

}
.feature_header img{
	margin: 0 0 10px;

}
	
.feature_header img + p {
	margin: 0 0 10px;
	color: #42210b;
	font-size: 1.3em;
	font-weight: 600;
}
	
.feature_header p {
	font-size: 1.1em;
	margin: 0 0 10px;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;

}	

	
/*---------コンテンツ-------*/	
	
.feature_content_container {
	margin: 0 0 20px;
		
}

/*-------ソートボタン-------*/		
	
.feature_subhead_wrap {
	background: #f2e3d3;
	box-sizing: border-box;
	position: relative;
	margin: 20px 0 10px !important;
}	
.feature_subhead {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	color: #42210b;	
	box-sizing: border-box;
}	
.feature_sort_button {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
}
.feature_sort_button div {
	width: 80px;
	text-align: center;
}	
	
.feature_subhead_wrap + p {
	font-size: 1.1em;
	margin: 0 0 10px;
}	
	
	
/*--------JS用--------*/		
	
.feature_sort,
.feature_sort2 {
}	
	
/*------サムネイル並び順------*/	
	
.feature_content_wrap,
.feature_content_wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 20px 0 0;
}
.feature_content,
.feature_content2 {
	width: 23.5% !important;
	height: auto;
	box-sizing: border-box;
}	

.feature_content_wrap::after,
.feature_content_wrap2::after {
	content: "";
	display: block;
	width: 23.5%;
	height: 0;
}	
.feature_content_wrap::before,
.feature_content_wrap2::before {
	content: "";
	display: block;
	width: 23.5%;
	order: 1;
	height: 0;
}	
	
.feature_sort .feature_content,
.feature_sort2 .feature_content2 {
	margin: 0 !important;/*ボタンクリック後のマージンボトム消し*/
}		
	
/*-------サムネイル商品ページリンク--------*/	
	
.feature_thumb {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	display: flex;
  flex-direction: column;
}
.feature_thumb a {
	display: flex;
  flex-direction: column;
	padding: 30px 10px 10px;
	height: 100%;
	border: 1px solid #ccc;
	transition: .3s ease-in-out;
	margin: 0 0 20px;
}
.feature_thumb a:hover {
	opacity: .7;
	border: 1px solid #42210b;
}
	
.feature_thumb p:first-of-type {
	position: absolute;
	top: 7px;
	right: 5px;
}	
	
.feature_thumb img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
}

.feature_thumb dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.feature_thumb dl dt {
	font-size: .95em;
	font-weight: 600;
	color: #747474;
}
.feature_thumb dl dt span {
	font-size: .9em;
	font-weight: 600;
}		
.feature_thumb dl dd.price_tax {
	margin: auto 0 0 !important;
}	
	
	
/*-------素材機能別ドロップダウンメニュー------*/		


	.spec_select_box {
		/*border: 2px solid plum;*/
	}
	


}

