@charset "UTF-8";
/*================================================
商品一覧ページ専用CSS
================================================*/
body{
	font-size:12px;
	line-height: 1.5;
}
/* product_list
--------------------------------------------------------------------*/
.product_list {
	padding: 40px 0 0;
}
/* main
--------------------------------------------------------------------*/
#main {
	clear: both;
	width: 981px;
	margin: 0 auto;
}
#main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* search_result
--------------------------------------------------------------------*/
#search_result {
	width: 746px;
	float: right;
	text-align: left;
}
.result_total{
	font-size: 12px;
	color: #666666;
	margin-left: 22px;
	vertical-align: middle;
}

.search_tab{
	clear: both;
	width: 980px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.search_tab li {
	display: block;
	float: left;
	font-size: 14px;
	width: 196px;
	height: 60px;
	text-align: center;
	padding: 10px 0;
	line-height: 20px;
	cursor: pointer;
}
.search_tab li.active{
	border-bottom:3px solid #E72B1E;
}
.search_tab li > span{
	display: block;
	font-size: 12px;
	color: #666666;
	margin: 0;
	width: 100%;
}
#main{
	display: none;
}
#main.active{
	display: block;
}
.search_contents{
	clear: both;
	display: none;
}
.search_contents.active{
	display: block;
}

/*search_contents*/
.search_contents_item{
	margin-bottom: 38px;
}
.search_contents_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.search_contents_text{
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.search_contents_link{
	color: #0B7BCE;
	word-break: break-all;
}
/* search_result_ranking
--------------------------------------------------------------------*/
#result_ranking {
	display: none;
}
.search_result_ranking {
	margin-bottom: 35px;
}
.search_result_header {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: nowrap; /*IE10*/
	-webkit-flex-wrap: nowrap; /* Safari6.1以降 */
	flex-wrap: nowrap;
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	margin-bottom: 15px;
}
.search_result_title {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}
.search_result_category {
	font-size: 18px;
	font-weight: bold;
}
.search_result_more {}
.search_result_more_link {
	color: #1e1e1e;
	font-size: 14px;
	position: relative;
}
/*.search_result_link:after {
	content: "";
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/
.search_result_row {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: nowrap; /*IE10*/
	-webkit-flex-wrap: nowrap; /* Safari6.1以降 */
	flex-wrap: nowrap;
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	margin-right: -5px;
	margin-left: -5px;
}
.search_result_row > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
.search_result__center {
	-ms-flex-pack: center; /*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
}
.search_result__start {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.search_result__end {
	-ms-flex-pack: end; /*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.col_search_result {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center;
	align-items: center;
}
.col_search_result.col_1 {
	width: 8.333333333%;
}
.col_search_result.col_2 {
	width: 16.666666667%;
}
.col_search_result.col_3 {
	width: 25%;
}
.col_search_result.col_4 {


	width: 33.333333333%;
}
.col_search_result.col_5 {
	width: 41.666666667%;
}
.col_search_result.col_6 {
	width: 50%;
}
.col_search_result.col_7 {
	width: 58.333333333%;
}
.col_search_result.col_8 {
	width: 66.666666667%;
}
.col_search_result.col_9 {
	width: 75%;
}
.col_search_result.col_10 {
	width: 83.333333333%;
}
.col_search_result.col_11 {
	width: 91.666666667%;
}
.col_search_result.col_12 {
	width: 100%;
}
.search_result_list:before, .search_result_list:after {
	content: none;
}
.search_result_list *, .search_result_list *:before, .search_result_list *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search_result_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.search_result_item {
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	width: 100%;
	max-width: 120px;
	padding: 0 10px;
	position: relative;
}
.search_result_link {
	display: block;
	;
	position: relative;
}
.search_result_photo {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search_result_photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.search_result_photo img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	opacity: 1;
}
.search_result_info {}
.search_result_info .item_brandname {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 1;
}
.search_result_info .item_itemname {
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 0 5px;
}
.search_result_info .item_price {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.search_result_info .tax {
	color: inherit;
	font-size: 10px;
	font-weight: bold;
}
.search_result_info .item_price_sale {
	color: #ef201e;
	font-size: 12px;
	font-weight: bold;
}
.search_result_info .item_price_off {
	display: block;
	color: #ef201e;
	font-size: 12px;
	font-weight: bold;
}
.icon_search_rank {
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #404040;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
/* result_suggest
-----------------------------------------------------*/
.result_suggest {
	margin-bottom: 15px;
}
.result_suggest__empty {
	display: none;
	margin-bottom: 35px;
}
.result_suggest_title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.result_suggest_lead {
	font-size: 14px;
	line-height: 1.4;
}
.result_suggest_list:before, .result_suggest_list:after {
	display: block;
}
.result_suggest_list:after {
	clear: both;
}
.result_suggest_list {
	letter-spacing: -.4em;
	margin-left: 0;
	margin-right: -10px;
	line-height: 1.4;
}
_::-webkit-full-page-media, _:future, :root .result_suggest_list {
	font-size: 0; /*Safari対応ハック*/
}
.result_suggest_list dt{
	display: block;
	float:left;
	font-size: 11px;
	letter-spacing:normal;
	height: 20px;
	line-height: 20px;
}
.result_suggest_list dd{
	margin-left: 100px;
	/* vertical-align: top; */
	line-height: 20px;
}
.result_suggest_list span{
	font-size: 11px;
	letter-spacing: normal;
	padding-left: 22px;
	vertical-align: top;
	line-height: 20px;
	display: inline-block;
}
.result_suggest_item {
	display: inline-block;
	vertical-align: top;
}

.result_suggest_type {}
.result_suggest_list .result_suggest_heading {
	font-weight: bold;
}
.result_suggest_heading:after {
	content: ":";
	display: inline-block;
	vertical-align: text-top;
	padding: 0 5px;
}
.result_suggest_list .result_suggest_info {
	font-size: 11px;
	padding-left: 0;
}
/* search_result_zero
-----------------------------------------------------*/
#result_zero {
	display: none;
}
.search_result_zero {}
.search_result_block {}
.result_empty {}
.result_empty_research {
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.result_empty_text {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}
.result_empty_form {
	margin-bottom: 20px;
}
.result_empty_form input[type="text"] {
	width: 700px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #acacac;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.result_empty_section {
	margin-bottom: 35px;
}
.result_empty_section:last-child {
	margin-bottom: 0;
}
.result_empty_new {}
.result_empty_ranking {}
.result_empty_hotword {
	margin-bottom: 25px;
}
.result_hotword_header {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: nowrap; /*IE10*/
	-webkit-flex-wrap: nowrap; /* Safari6.1以降 */
	flex-wrap: nowrap;
	-ms-flex-align: flex-start; /*IE10*/
	-webkit-align-items: flex-start; /* Safari6.1以降 */
	align-items: flex-start;
}
.result_hotword_title {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
.result_hotword_info {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	flex-wrap: wrap;
}
.result_hotword_list:before, .result_hotword_list:after {
	content: "";
	display: block;
}
.result_hotword_list:after {
	clear: both;
}
.result_hotword_list {
	margin: -10px -10px 0;
}
.result_hotword_item {
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
.result_hotword_link {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.btn_research {
	display: inline-block;
	width: 200px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #5a5a5a;
	padding: 0 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}
.btn_research:hover, .btn_research:focus {
	color: #fff;
	text-decoration: none;
}
.btn_research.btn_research__multiple {
	color: #fff;
	background-color: #5a5a5a;
}
/* search_box
--------------------------------------------------------------------*/
.search_box {
	padding: 7px 0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 27px;
}
.detail_search {
	display: none;
	position: absolute;
	width: 746px;
	top: 40px;
	left: 0px;
	background-color: #F7F7F7;
	z-index: 100;
}
.search_condition_trigger {
	position: relative;
}
.search_condition_title {
	padding-left: 25px;
	cursor: pointer;
}
.search_condition_trigger #icon_search {
	position: absolute;
	left: 0;
	top: 3px;
}
.detail_search_list {
	padding: 0 15px;
	font-size: 12px;
}
.detail_search_item {
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}
.detail_search_item.sell_status{
	padding: 15px 0 3px;
}
.detail_search_item.activity{
	padding: 15px 0 3px;
}
.detail_search_item.bdc {
	padding: 15px 0 3px;
}
.detail_search_item.size {
	padding: 15px 0 3px;
}
.search_status_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.search_status_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 15px;
	padding: 0 10px;
	position: relative;
}
.search_pricetype_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.search_pricetype_item {
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	/* margin-bottom: 10px; */
	padding: 0 10px;
	position: relative;
}
.detail_search_item.feature {
	padding: 15px 0 0;
}
.detail_search_change {
	display: table;
	table-layout: fixed;
	width: 716px;
}
.detail_search_change *, .detail_search_change *:before, .detail_search_change *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_search_heading, .detail_search_data {
	display: table-cell;
	vertical-align: top;
}
.detail_search_heading {
	width: 131px;
	font-size: 12px;
	/* font-weight: bold; */
	/* padding: 10px 0 0 0; */
}
.detail_search_data {
	width: 585px;
	padding: 0 0 0 10px;
}
.pulldown_title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
.detail_search_row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.detail_search_row.detail_search_btn {
	background-color: #F7F7F7;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	justify-content: center;
}
.detail_search_reset {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	text-align: right;
	padding-right: 15px;
}
.detail_search_search {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	text-align: left;
	padding-left: 15px;
}
.btn_change_search {

display: inline-block;

color: #fff;

font-size: 14px;

font-weight: bold;

width: 286px;

height: 50px;

line-height: 50px;

text-align: center;

background-color: #4D4D4D;

padding: 0 4px;

border-radius: 6px;

position: relative;

transition: 0.5s opacity;
}
.btn_change_search:hover {
	opacity: 0.7;
}
.btn_change_search.reset_btn {
	display: inline-block;
	width: 286px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #B2B2B2;
	border: 1px solid #bdbdbd;
}
/* result_number
--------------------------------------------------------------------*/
.result_number {
	text-align: center;
	background: #f4f4f4;
	margin-bottom: 30px;
	padding: 20px 10px;
	/*border: 1px solid #dcdcdc;*/
}
.result_number dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.result_number dd {
	font-size: 14px;
}
.result_number dd span {
	font-size: 18px;
	font-weight: bold;
}
/* switching
--------------------------------------------------------------------*/
.search_switch_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	font-size: 12px;
}
.search_switch_item:first-child {
	-ms-flex: 0 0 200px;
	flex: 0 0 115px;
	width: 100%;
	max-width: 115px;
	border-right: 1px solid #CCCCCC;
}
.search_switch_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}
.search_switch_item:last-child {
	margin-right: 0;
}
.search_switch_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.search_switch_heading {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	height: 26px;
	line-height: 26px;
	margin-right: 12px;
	font-size: 12px;
}
.search_switch_heading.no_disp {
	/* display:none; */
}
.view_layout_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.view_layout_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.view_layout_item + .view_layout_item {
	margin-left: 10px;
}
.view_layout_radio + .view_layout_label {
	width: 18px;
	height: 18px;
	display: inline-block;
}
.view_layout_label.style01 {
	background: url(/static/full/images/list/list_1_off.png);
	background-size: 18px 18px;
}
.view_layout_radio:checked + .view_layout_label.style01 {
	background: url(/static/full/images/list/list_1_on.png);
	background-size: 18px 18px;
}
.view_layout_label.style02 {
	background: url(/static/full/images/list/list_2_off.png);
	background-size: 18px 18px;
}
.view_layout_radio:checked + .view_layout_label.style02 {
	background: url(/static/full/images/list/list_2_on.png);
	background-size: 18px 18px;
}
.search_switch_select {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: url(/static/full/images/list/list_allow_01.jpg) no-repeat right center #fff;
	padding: 0px 20px 0px 5px;
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	margin: 0;
}
/*
-----------------------------------------*/
.search_bdc_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.checkbox_bdc_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.search_activity_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.checkbox_activity_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.checkbox_size_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.checkbox_size_item {
	flex: 0 0 12%;
	width: 100%;

	max-width: 12%;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.detail_search_checkbox {






	display: inline-block;
	vertical-align: middle;
}
.detail_search_form_checkbox {
	display: none;
}
.detail_search_form_checkbox + .detail_search_checkbox_label {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}
.detail_search_form_checkbox + .detail_search_checkbox_label:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #E0E0E0;
	/* border: 1px solid #bcbcbc; */
	/* border-radius: 3px; */
	position: absolute;
	top: 3px;
	left: 0;
	margin-top: -1px;
}
.detail_search_form_checkbox:checked + .detail_search_checkbox_label {
	background-color: #F7F7F7;
	color: inherit;
}
.detail_search_form_checkbox:checked + .detail_search_checkbox_label:before {
	background-color: #E0E0E0;
	border: 1px solid #E0E0E0;
}
.detail_search_form_checkbox:checked + .detail_search_checkbox_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 5px;
	height: 7px;
	transform: rotate(40deg);
	border-bottom: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
}
.detail_search_radio {
	display: inline-block;
	vertical-align: middle;
}
.detail_search_form_radio {
	display: none;
}
.detail_search_form_radio + .detail_search_radio_label {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}
.detail_search_form_radio + .detail_search_radio_label:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #E0E0E0;
	/* border: 1px solid #bcbcbc; */
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
	margin-top: -1px;
}
.detail_search_form_radio:checked + .detail_search_radio_label {
	background-color: #F7F7F7;
	color: inherit;
}
.detail_search_form_radio:checked + .detail_search_radio_label:before {
	background-color: #FF0000;
}
.search_feature_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.checkbox_feature_item {
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}
/* about_page
--------------------------------------------------------------------*/
.about_page {
	display: none;
	margin: 0 0 35px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
	text-align: center;
}
.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about_page .about_page_results {
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.about_page .pager {
	margin: 0 auto;
}
.banner_page {
	margin: 0 0 35px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
	text-align: center;
}
.banner_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.banner_page .banner_page_results {
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.banner_page .pager {
	margin: 0 auto;
}
.pager li {
	width: 30px;
	height: 30px;
	display: inline;
	position: relative;
}
.pager li.pager_prev {
	float: left;
}
.pager li:last-child {
	margin-right: 0;
}
.pager li.pager_next {
	float: right;
}
.pager li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline;
}
.pager_number a {
	color: #4D4D4D;
	margin: 0 10px;
}
.pager_number.active {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #E72B1E;
	margin: 0 10px;
}
.pager li.pager_prev a {
	text-indent: -9999px;
	font-size: 0;
}
.pager li.pager_prev a:after {
	content: "";
	display: block;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: -10px;
	transform: rotate(-135deg);
}
.pager li.pager_next a {
	text-indent: -9999px;
	font-size: 0;
}
.pager li.pager_next a:after {
	content: "";
	display: block;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 30px;

	transform: rotate(45deg);
}
.pager li.space {

	width: 12px;
	height: 14px;
	line-height: 1em;
	padding: 16px 0 0;
	text-align: center;
	color: #a7a6a7;
}
/* item_container
--------------------------------------------------------------------*/
#item_container {
	margin-bottom: 40px;
}
/*#item_container > li {
	width: 181px;
	margin: 0 32px 30px 0;
	float: left;
	position: relative;
}
#item_container > li:nth-child(4n) {
	margin: 0 0 32px 0;
}
#item_container > li:nth-child(4n+1) {
	clear:both;
}*/
.goods_item .item_photo {
	margin: 0 0 15px;
	position: relative;
	/* overflow: hidden; */
}
.item_main_photo {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.item_main_photo:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item_photo.selected .item_main_photo:after {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 5px 1.5px rgba(0, 0, 0, 0.2);
}
.item_main_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: auto;
}
#item_container .favorite a {
	display: block;
	cursor: pointer;
	width: 21px;
	height: 20px;
	background: url(/static/full/images/detail/icon_list_favorite_off.svg) no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#item_container .favorite.selected a {
	display: block;
	cursor: pointer;
	width: 21px;
	height: 20px;
	background: url(/static/full/images/detail/icon_list_favorite_on.svg) no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#favorite-info {
	display: none;
	position: fixed;
	width: 790px;
	height: 0;
	max-height: calc(100vh - 100px);
	background: #fff;
	overflow: visible;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:auto;
	z-index: 20000;
	box-sizing: border-box;
}
/* icon_list
--------------------------------------------------------------------*/
.item_list .icon_list {}
.item_list .icon_list li {
	min-width: 44px;
	padding: 5px;
	line-height: 1em;
	margin-right: 7px;
	margin: 0 7px 5px 0;
	float: left;
	font-size: 10px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}
.item_list .icon_list li:nth-child(3) {
	margin: 0 0 5px 0;
}
.icon_list_sale {
	background-color: #e12623;
}
.icon_list_new {
	background-color: #dc8e98;
}
.icon_list_rearrival {
	background-color: #39393b;
}
.icon_list_reserve {
	background-color: #797575;
}
.icon_list_comigsoon {
	background-color: #797575;
}
.icon_list_magazine {
	background-color: #dc8e98;
}
/* color_variation
--------------------------------------------------------------------*/
.color_variation {
	position: absolute;
	z-index: 50;
	left: 100%;
	width: 62px;
	top: 0px;
	background-color: #fff;
	padding: 5px 0 0 5px;
	box-shadow: 5px 0px 6px -3px rgba(0, 0, 0, 0.2), 1px 6px 6px -4px rgba(0, 0, 0, 0.2), 1px -6px 6px -4px rgba(0, 0, 0, 0.2);
}
.color_variation_list:before, .color_variation_list:after {
	content: "";
	display: block;
}
.color_variation_list:after {
	clear: both;
}
.color_variation_list {}
.color_variation_item {
	float: left;
	width: 57px;
	padding: 0 5px 5px 0;
	position: relative;
}
.color_variation_item a{
    background: #f5f5f5;
    width: 57px;
    height: 57px;
    display: block;
}
.color_variation_item img {
	/* width: 57px;
	height: auto; */
  width: auto;
  height: 100%;
  margin: auto;
  display: block;
}
/* item_soldout
--------------------------------------------------------------------*/
.item_soldout a {
	display: block;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.item_soldout a img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    width: 72px;
    height: 16px;
}
.item_restockmail {
	position: absolute;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 90px;
    background: #8C8C8C;
    bottom: 62px;
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    font-size: 10px;
    border-radius: 4px;
}
.item_restockmail a {
	color: #fff;
	display: block;
	line-height: inherit;
}

.item_shopStock {
	position: absolute;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 90px;
	background: #8C8C8C;
	bottom: 37px;
	right: 0;
	left: 0;
	z-index: 10;
	margin: 0 auto;
	font-size: 10px;
	border-radius: 4px;
}
.item_shopStock a {
	color: #fff;
	display: block;
	line-height: inherit;
}

#stock-info {
	display: none;
	position: fixed;
	width: 980px;
	height: 0;
	max-height: calc(100vh - 100px);
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 20000;
	box-sizing: border-box;
	opacity: 1;
}

/* item_infoWrap(指定ブランド除外機能)
--------------------------------------------------------------------*/
.item_infoWrap {
	position: relative;
}
.item_infoWrap * {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Yu Gothic', "メイリオ", "Meiryo", "Avenir Next", "Avenir", Helvetica, Arial, sans-serif;
}
.hiddenShop {
	display: none;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.js_active .hiddenShop {
	display: block;
}
.hiddenShop_inner {
	width: 15px;
	margin: 0;
	padding: 0;
}
a.brandRemove {
	display: block;
	width: 15px;
	height: 0;
	padding: 15px 0 0;
	background: url(/static/full/images/common/btn_close_popup.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.hiddenShop_popup {
	display: none;
	position: absolute;
	width: 139px;
	height: 0;
	padding: 32px 0 0;
	background: url(/static/full/images/list/list_hiddenshop.png) no-repeat 0 0;
	top: -37px;
	left: -62px;
	z-index: 1;
	overflow: hidden;
}
a.brandRemove:hover .hiddenShop_popup {
	display: block;
}
/* 簡易ブランドトップのスライド
---------------------------------------------------------------*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 0;
}
/*slick.css*/
.section_mainbnr .slick-dotted.slick-slider {}
.section_mainbnr .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.section_mainbnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 12px;
	cursor: pointer;
}
.section_mainbnr .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.section_mainbnr .slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.section_mainbnr .slick-dots li.slick-active button {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
/*
------------------------------------*/
.style02 .goods_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50% !important;
	width: 100%;
	max-width: 50% !important;
}

/* section_common
--------------------------------------------------------------------*/
.section_common{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
    border-top:1px solid #CCCCCC;
}

.common_area{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
}
@media screen and (max-width: 1000px) {
	.section_common {
		margin-left: -10px;
	}
	.section_common .common_title{
		margin-left: -17px;
	}
	.common_area {
		margin:0;
		padding-left: 10px;
	}
}

/* 関連カテゴリ
---------------------------------------------------------------------*/
.relatedcategory_title {
    font-size: 24px;
    border-bottom: none;
    margin-bottom: 35px;
    padding-top: 10px;
    text-align: center;
}

.related_category_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 10px;
}
.related_category_item {
    margin-right: 10px;
	font-size: 14px;
}
.related_category_item a{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
	display: block;
}

/*
------------------------------------------------------*/
.section_relateditem{
    /* width: 100vw; */
    /* min-width: 1000px; */
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 20px;
    margin-bottom: 20px;
    /* border-top:1px solid #CCCCCC; */
	visibility: hidden;
}

.section_relateditem01 {
	border:none;
}

.item_box_relateditem{
	/* width: 997px; */
	margin: 0 auto;
	padding: 0 0 0 17px;
}
.section_relateditem .slick-prev{
	left: -40px;
	top: 94px;
}
.section_relateditem .slick-next{
	right: -40px;
	top: 94px;
}

.section_relateditem {
	margin-left: -10px;
}
.section_relateditem .common_title{
	margin-left: -17px;
	font-size: 24px;
	border-bottom: none;
	margin-bottom: 35px;
	padding-top: 10px;
	text-align: center;        
}
.item_box_relateditem {
	margin:0;
	padding-left: 10px;
	padding-right: 7px;
}

.item_box_relateditem .goods_list{
	margin: 0px -5px 0 -5px;
}
.item_box_relateditem .item_container{
	display: flex;
}
.section_relateditem .item_box {}

.section_relateditem .slick-prev, .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}
.section_relateditem .slick-prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 16px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_relateditem .slick-prev {
	left: -40px;
	top: 94px;
}
.section_relateditem .slick-next {
	/* right: -3px; */
}
.section_relateditem .slick-next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 7px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.section_relateditem .slick-slide img {
	opacity: 1 !important;
}
.section_relateditem .slick-dots {
	display: none !important;
}

.recommend_goods_list *, .recently_list *, .recommend_goods_list *:before, .recently_list *:before, .recommend_goods_list *:after, .recently_list *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section_relateditem .goods_name {
    margin: 0 0 5px;
}