/* CSS Document */


@media only screen and (max-width: 767px) {


.feature_container {
	overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}	
	
	
/*---------ヘッダー-------*/
	
.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.2em;
	font-weight: 600;
}
	
.feature_header p {
	font-size: 1.0em;
	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 47px !important;
}	

	.feature_subhead_wrap:last-of-type {
	margin: 20px 0 10px !important;
	}
	
	
.feature_subhead {
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 12px;
	color: #42210b;	
	box-sizing: border-box;
}	
.feature_sort_button {
	position: absolute;
	right: -8px;
	top: 50px;
	display: flex;
}
.feature_sort_button div {
	width: 100px;
	text-align: center;
	font-size: .9em;
}	
	
.feature_subhead_wrap + p {
	font-size: 1.0em;
	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;
	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_sort .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;
	margin: 0 0 20px;
	height: 100%;
	border: 1px solid #ccc;
	transition: .3s ease-in-out;
}
.feature_thumb a:hover {
	opacity: .7;
	border: 1px solid #42210b;
}
	
.feature_thumb p:first-of-type {
	position: absolute;
	top: 7px;
	right: 5px;
	font-size: .85em;
}	
	
.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: .9em;
	font-weight: 600;
	color: #747474;
}	
.feature_thumb dl dt span {
	font-size: .85em;
	font-weight: 600;
}			
.feature_thumb dl dd.price_tax {
	margin: auto 0 0;
}	
	

	
	
}/*max-width: 767px END*/

	
/*モバイルbreak point*/	
	
@media only screen and (max-width: 574px) {
	
/*------サムネイル並び順------*/	
	
.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: 32% !important;
	box-sizing: border-box;
}	

.feature_content_wrap::after,
.feature_content_wrap2::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}	
.feature_content_wrap::before,
.feature_content_wrap2::before {
	content: "";
	display: block;
	width: 32%;
	order: 1;
	height: 0;
}	
	


.feature_thumb dl dt {
	font-size: .85em;
	font-weight: 600;
	color: #747474;
}			
	
}
/*max-width: 574px END*/



@media only screen and (max-width: 374px) {
	
/*------サムネイル並び順------*/	
	
.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: 48% !important;
	box-sizing: border-box;
}	

.feature_content_wrap::after,
.feature_content_wrap2::after {
	content: "";
	display: block;
	width: 48%;
	height: 0;
}	
.feature_content_wrap::before,
.feature_content_wrap2::before {
	content: "";
	display: block;
	width: 48%;
	order: 1;
	height: 0;
}	
	
	
}/*max-width: 374px END*/
	
	
	



