﻿@charset "utf-8";
/*SP_検索結果_リスト_css*/
#goods_filter{
	margin-bottom: 30px;
}
.keyword_frame_ {
	width: 100%;
	margin: 0;
}
.filter_keyword_ .keyword_frame_ dl.relation-words-area {
	display: flex;
	margin: 10px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}
.filter_keyword_ .keyword_frame_ dl.relation-words-area dt {
	position: relative;
	color: #000;
	text-align: center;
	flex-basis: 105px;
	flex-shrink: 0;
	padding: 7px 0;
	background-color: #eee;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-right: 10px;
}
.filter_keyword_ .keyword_frame_ dl.relation-words-area dt:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	border: 16px solid transparent;
	border-left: 8px solid #eee;
}
.filter_keyword_ .keyword_frame_ dl.relation-words-area dd {
	padding: 7px 10px;
	border-right: solid 1px #ccc;
	margin-bottom: 5px;
}
.display_nav_area1 {
	margin: 0 12.5px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.display_nav_area1 #leftmenu_filter {
	position: relative;
	width: calc(50% - 10px);
	margin: 0;
}
.display_nav_area1 #leftmenu_filter .btn_filter_ {
	background: #006699;
	font-size: 14px;
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.display_nav_area1 #leftmenu_filter .btn_filter_:before {
	content:url( /image/narrowdown_icon.png);
	position: absolute;
	left: 10px;
	top: 8px;
}
.display_nav_area1 #leftmenu_filter .btn_filter_ span.num {
	position: absolute;
	right: 15px;
	background: orange;
	border-radius: 50%;
	display: block;
	top: 10px;
	width: 20px;
	height: 20px;
	border: solid 1px #fff;
}
#leftmenu_filter .btn_filter_:after {
	display:none;
}
#leftmenu_filter .btn_filter_ span {
	padding: 0;
	background: none;
	background-size: 0;
	/*上は前のやつを消すための記述*/
}
.display_nav_area1 .goods_navigation_ {
	display: flex;
	width: calc(40% - 10px);
	align-items: flex-start;
	justify-content: center;
}
.display_nav_area1 .goods_navigation_display {
	width: 40px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
}
.display_nav_area1 .goods_navigation_ .navigation_sort_ {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	width: 50px;
}
.display_nav_area1 .goods_navigation_ .navigation_sort_ dt{
	text-align: center;
	flex-basis: auto;
	border-right: none;
	width: 50px;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
}
.display_nav_area1 .goods_navigation_ .navigation_sort_ dd {
	overflow: visible;
	flex-basis: auto;
	width: 50px;
	padding: 0;
}
.display_nav_area1 .goods_navigation_ .navigation_sort_ dd select#list_sort {
	width: 50px;
	border-radius: 0;
	padding: 3px;
	border: 0;
	line-height: 30px;
	background: #fff;
	background-image: url(/image/sortorder_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	color: rgba(255,255,255,0);
}
.display_nav_area1 .goods_navigation_ .navigation_sort_ dd select#list_sort option {
	color: #000;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	justify-content: space-between;
	width: 50px;
	margin-right: 10px;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ dl {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	border: none;
	width: 50px;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ dt {
	text-align: center;
	flex-basis: auto;
	border-right: none;
	width: 50px;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ dl dd {
	border: solid 1px #ccc;
	width: 50px;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ dl dd {
	width: 50px;
}
.display_nav_area1 .goods_navigation_display dt {
	font-size: 10px;
}
.display_nav_area1 .goods_navigation_ .navigation_count_ dl dd select#select_limit {
	height: 30px;
	width: 50px;
	border-left: none;
	padding: 3px;
	line-height: 30px;
	border-radius: 0;
	background: #fff;
}
/**/
.displayed_facets {
	margin: 15px 12.5px;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	overflow-x: scroll;
	padding: 5px 0;
}
.displayed_facets ul {
	display: flex;
}
.displayed_facets ul li {
	background: #fff;
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 15px;
	border: solid 1px #000;
}
.displayed_facets ul li a {
	display: block;
	padding: 0 5px;
	font-size: 12px;
	color: #000;
}
.displayed_facets ul li a span.selected_fc {
	margin-right: 5px;
	font-weight: bold;
}
.displayed_facets ul li a span.selected_fc:after {
	content: ':';
	margin: 0 1px;
}
.displayed_facets ul li a span.fc_cancel {
	margin-left: 10px;
}
.displayed_facets ul li.selectef_fc_allcancel {
	background: #fff;
	border: solid 1px #006699;
	border-radius: 0;
	padding: 3px;
}
.displayed_facets ul li.selectef_fc_allcancel a {
	color: #006699;
}
.display_nav_area2 {
	margin: 10px 12.5px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.display_nav_area2 .navigation_sum_ {
	font-weight: normal;
	font-size: 14px;
}
.display_nav_area2 .navigation_sum_ span.search_total {
	font-weight: bold;
	font-size: 18px;
}
.display_nav_area2 .navigation_sum_ small {
	display: block;
}
.display_nav_area2 .navigation_sum_ small span {
	font-size: 12px;
}
.display_nav_area2 .pager_jump_frame_ {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.display_nav_area2 .pager_jump_frame_ input.pager-jump-input {
	width: 40px;
	padding: 0.5em;
}
.display_nav_area2 .pager_jump_frame_ span {
	margin: 0 5px;
}
.display_nav_area2 .pager_jump_frame_ .btn_go_ button {
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.navigation_pager_ ul.M_pager li  {
	border: solid 1px #ccc;
	width: 25px;
	text-align: center;
	hei;
	height: 25px;
	border-radius: 5px;
	font-weight: normal;
	margin: 0 2px;
	box-sizing: border-box;
}
.navigation_pager_ ul.M_pager li.num_ {
	border: none;
}
.navigation_pager_ ul.M_pager li.num_ a{
color:#000}
.navigation_pager_ ul.M_pager li.num_.here span {
	color: #000;
	background: #ffd6d6;
}
/*グッズ*/
div.goods_ div.goods_p_ li .left_column_ {
	flex-basis: 100px;
}
div.goods_ div.goods_p_ li .right_column_ {
	flex-basis: calc(100vw - 140px);
}
div.goods_ div.goods_p_ li, div.goods_ ul.goods_p_ li {
	display: block;
	font-weight: normal;
	width: 100%;
	padding: 20px 12.5px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
div.goods_ div.goods_p_ li .left_column_ .as_variation_area {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
div.goods_ div.goods_p_ li .left_column_ .as_variation_area dl dt {
	display: none;
}
div.goods_ div.goods_p_ li .right_column_ p.icon_ {
	display: block;
}
div.goods_ div.goods_p_ li .right_column_ p.icon_ img {
	height: 30px;
	margin-right: 3px;
	margin-bottom: 3px;
}
div.goods_ div.goods_p_ li .right_column_ h3 {
	font-weight: normal;
	line-height: 1.3;
}
div.goods_ div.goods_p_ li .spec_ {
	background-image: none;
	border-bottom: dotted 3px #ccc;
}
div.goods_ div.goods_p_ li .spec_ p {
	font-weight: 14px;
}
div.goods_ div.goods_p_ li .spec_ p.as_itemdescripution_area {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
div.goods_ div.goods_p_ li .spec_ dl.as_jcode_area dt {
	display: none;
}
div.goods_ div.goods_p_ li .price_ small {
	font-size: 10px;
	font-weight: normal;
}
div.goods_ div.goods_p_ li .goods_qty_ {
	display: flex;
	justify-content: flex-end;
	margin: 5px 0 0;
}
div.goods_ div.goods_p_ li .goods_qty_ p.qty_.as_number_area {
	margin-left: 15px;
}
div.goods_ div.goods_p_ li .qty_ input {
	line-height: 38px;
	height: 30px;
	width: 60px;
	text-align: right;
	padding: 0 10px;
	margin: 0 0 0 10px;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 3px;
}
div.goods_ div.goods_p_ li .btn_ {
}
div.goods_ div.goods_p_ li .btn_ p.bookmark_ {
	position: relative;
	margin-right: 10px;
}
div.goods_ div.goods_p_ li .bookmark_ a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	height: 45px;
	width: 45px;
	border: 1px solid #dcdcdc;
	background: url(/img/sys/button/bookmark_sp_off.png) center center no-repeat;
	background-size: auto 16px;
	border-radius: 3px;
	box-sizing: border-box;
}
div.goods_ div.goods_p_ li .cart_l_ a {
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background-color: #e60013;
	border: none;
}
div.goods_ div.goods_p_ li .restock_l_ a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background-color: #007bc9;
}
/*スタッフおすすめ・代替商品*/
div.goods_ div.goods_p_ li .relation_goods_ a {
	display: flex;
	border: solid 2px #e60013;
	box-sizing: border-box;
	align-items: center;
}
div.goods_ div.goods_p_ li .relation_goods_ .ttl_ {
	background-color: #ffe44f;
	width: 80px;
	text-align: center;
	padding: 20px 10px;
}
div.goods_ div.goods_p_ li .sub_goods_ .ttl_{
	background-color: #ffdede;
}
div.goods_ div.goods_p_ li .relation_goods_ .ttl_ span {
	padding: 20px 0;
	background: url(/img/sys/button/ico_recommend.png)  top no-repeat;
	background-size: 20px;
	font-size: 14px;
	line-height: 1.3;
}
div.goods_ div.goods_p_ li .sub_goods_ .ttl_ span {
	background: url(/img/sys/button/ico_sub.png)  top no-repeat;
	background-size: 20px;
}
div.goods_ div.goods_p_ li .relation_goods_ .item_ {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
}
div.goods_ div.goods_p_ li .relation_goods_ .img_ {
	flex-basis: 20vw;
	margin-right: 10px;
}
div.goods_ div.goods_p_ li .relation_goods_ .desc_ {
	flex-basis: calc(80vw - 70px);
	margin: 0;
}
div.goods_ div.goods_p_ li .relation_goods_ .name_ {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
}
div.goods_ div.goods_p_ li .relation_goods_ .price_box_ {
	display: block;
	margin: 5px 0 0;
	text-align: left;
}
div.goods_ div.goods_p_ li .relation_goods_ .item_:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 9px;
	background: url(/img/usr/sb/arrow_red_r.png) center center no-repeat;
	background-size: contain;
}
/*検索結果画面特集バナー*/
h2.goods_search_event_title_ {
	font-size: 1em;
	margin: 5px 10px;
}
.result_banner_flame_ {
	overflow-x: auto;
	width: calc(100% - 30px);
	padding-bottom: 10px;
	margin: 0 15px;
	box-sizing: border-box;
}
.result_banner_flame_ .banner_list {
	display: flex;
	flex-wrap: nowrap;
}
.result_banner_flame_ .banner_list li {
	flex-shrink: 0;
	flex-basis: 150px;
	margin-right: 5px;
}
.goodslist-star-zone{
	width: 40%;
	height: 35px;
}
.review_link_ {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.review_tooltip {
	position: absolute;
	top: 50%;
	left: 140%;
	transform: translate(8px, -50%);
	color: #333;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 12px;
	display: none;
	z-index: 10;
}
.recommend-review-average{
	color: #000;
}
.recommend-review-count{
	color: #000;
	font-weight: bold;
	font-size:12px;
}