﻿@charset "utf-8";
/*SP_ランキング_リスト_css*/
#goods_filter {
	margin-bottom: 30px;
}
.keyword_frame_ {
	width: 100%;
	margin: 0;
}
h1.rankpage_title {
	font-size: 20px;
	margin: 10px 12.5px;
}
p.rankpage_subtitle {
	margin: 10px 12.5px;
	font-size: 14px;
}
.display_nav_area1 {
	margin: 0 12.5px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: solid 1px #000;
}
.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 {
	width: 40px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
}
.display_nav_area1 .goods_navigation_display dt {
	font-size: 10px;
}
.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 ,
div.goods_ div.goods_p_ li .bookmark_ div {
	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;
}
.CategoryStylePRanking_ {
	width: 500px;
	/* 固定幅を設定 */
	padding-left: 20px;
	/* 左側の余白 */
	box-sizing: border-box;
}
.CategoryStylePRanking_Line_ {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	/* 列間のスペースを指定 */
}
.CategoryStylePRanking_Item_ {
	box-sizing: border-box;
	padding: 1px;
}
.CategoryStylePRanking_Item_ a:link {
	color: black;
	/* 黒文字に設定 */
	text-decoration: underline;
	/* 下線を付ける */
}
.subcategoryranking_name_ h2 {
	font-size: 1.7em;
	font-weight: bold;
}
.subcategoryranking_name_ {
	width: calc(100% - 250px);
}
/*ランキングページ用カテゴリ遷移ボタン*/
.ranking_goodlist_link_ a {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
	margin: 10px;
	padding: 0.5em 1em;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #0C6746;
	background: #139767;
	color: #ffffff !important;
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	.subcategoryranking_name_ {
		width: 100%;
		padding: 0 12.5px;
		box-sizing: border-box;
	}
}
