@charset "utf-8";

.item-page-title {
	display: none;
}
.mainContents {
	overflow: hidden;
}

/* layout Style
-------------------------------*/
.mainContentsR {
	float: right;
	width: 78.9%;
	margin-top: 22px;
}
.mainContentsR .mainContentsRContent {
	position: relative;
}
.mainContentsL {
	float: left;
	width: 18.6%;
	margin-bottom: 30px;
	margin-top: 22px;
	min-width: 170px;
}
.mainContentsL .banner_favorite {
	display: block;
	margin-top: 30px;
}
.text_wrapper {
	background-color: #f5f5f5;
	padding: 50px 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.text_wrapper p.text {
	width: 70%;
	font-size: 12px;
}
.text_wrapper p.text {
	width: 72%;
	font-size: 13px;
}
.text_wrapper p.brand_logo {
	width: 20%;
	max-width: 160px;
}
.item_list_banner {
	margin-bottom: 15px;
}
.item_list_banner .img img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.mainContentsR {
		width: 74.5%;
	}
}

@media only screen and (max-width: 750px) {
	/* small */
	.mainContents {
		width: 100%!important;
		margin: 21px auto 0 auto;
		min-height: 1200px;
	}
	.mainContentsR {
		float: none;
		margin-top: 0;
		width: 94%;
		margin: 0 auto;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	.mainContentsL .item-num {
		height: 13.8vw;
	}
	.mainContentsL .main-category-name {
		font-size: 3.8vw;
		float: left;
		padding: 4vw 6vw;
		font-weight: bold;
	}
	.mainContentsL .num {
		font-size: 2.1vw;
		float: right;
		padding: 5.3vw 6vw;
	}
	.row {
		width: 100%;
	}
	.text_wrapper {
		padding: 20px 20px 60px;
		display: block;
	}
	.text_wrapper p.brand_logo {
		width: 38%;
	}
	.text_wrapper p.text {
		width: 100%;
		margin: 0 auto;
	}
	.item_list_banner {
		margin-bottom: 0;
	}
}

/* title Style
-------------------------------*/

.header-img {
	margin-bottom: 30px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.header-img {
		margin-bottom: 20px;
	}
	.header-img img {
		width: 100%;
	}
}

/* h2 Style
-------------------------------*/
h2.title {
	position: absolute;
	left: 8.695%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-size: 5rem;
	color: #fff;
}
h2.title span.total_rows {
	color: #999;
	font-weight: 300;
	font-style: normal;
	display: inline;
}

@media only screen and (max-width: 750px) {
	/* small */
	h2.title {
		left: 7.81%;
		padding: 0 !important;
		font-size: 35px;
		font-size: 3.5rem;
	}
	h2.title span.total_rows {
		display: block;
	}
}

/* mainContentsL > conditions Style
-------------------------------*/
.mainContentsL .conditions {
	margin-bottom: 40px;
}
.mainContentsL .conditions ul.conditions-list li {
	font-size: 20px;
	line-height: 33px;
}
.mainContentsL .conditions ul.conditions-list li a {
	position: relative;
	display: block;
}
.mainContentsL .conditions ul.category_select li.category {
	font-size: 16px;
	font-size: 1.6rem;
}
.mainContentsL .conditions ul.category_select li.category a,
.mainContentsL .conditions ul.category_select li.category span {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	cursor: pointer;
}
.mainContentsL .conditions ul.category_select li.category span {
	background: url(../img/item-list/on_ico02.png) no-repeat right center;
}
.mainContentsL .conditions ul.category_select li.category span.active {
	background: url(../img/item-list/no_ico02.png) no-repeat right center;
}
.mainContentsL .conditions ul.category_select li ul.submenu {
	display: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.mainContentsL .conditions ul.category_select li ul.submenu a {
	padding: 10px 10px 10px 47px;
}
.mainContentsL .conditions ul.conditions-list li a img.close {
	display: none;
	position: absolute;
	top: 12px;
	right: 10px;
}
.mainContentsL .conditions ul.conditions-list li a.active img.close {
	display: block;
}
.mainContentsL .conditions-wrapper .title {
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 12px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.mainContentsL .conditions-wrapper .clearfix {
	margin-bottom: 10px;
	margin-top: 20px;
}
.mainContentsL.pconly .conditions-wrapper .clearfix p {
	font-size: 12px;
	padding: 10px 0 4px;
}
#filter .clearfix {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a5a5a5;
}
.mainContentsL .conditions-wrapper .clearfix .subtitle,
#filter .clearfix .subtitle {
	padding: 20px 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	cursor: pointer;
	border-top: 1px solid #c2c2c2;
	color: #9e2e23;
}
#filter .clearfix .subtitle.down {
	background: url(../img/arrow/arrow_up.gif) no-repeat right 20px center;
}

.mainContentsL .conditions-wrapper .clearfix label {
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}
.tag-ttl,
.category-ttl {
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 12px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background: url(../img/item-list/on_ico.png) no-repeat right 35%;
}
.tag-ttl.down,
.category-ttl.down {
	background: url(../img/item-list/no_ico.png) no-repeat right 35%;
}
.preferential_flag_select,
.goods_status_select,
.goods_stock_select,
.sex_select,
.scene_select,
.brand_label_select,
.color_select,
.price_select,
.category_wrap {
	padding: 0 7px;
}

#filter .preferential_flag_select,
#filter .goods_status_select,
#filter .goods_stock_select,
#filter .sex_select,
#filter .scene_select,
#filter .brand_label_select,
#filter .color_select,
#filter .price_select {
	margin-left: 40px;
}
#filter .scene_select a,
#filter .brand_label_select a,
#filter .price_select a {
	display: block;
	width: 100%;
}
.preferential_flag_select li,
.goods_status_select li,
.goods_stock_select li,
.sex_select li,
.scene_select li,
.brand_label_select li,
.price_select li,
.color_select li,
.category_select li {
	font-size: 12px;
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin-top: 5px;
}

.preferential_flag_select li:after,
.goods_status_select li:after,
.sex_select li:after,
.scene_select li:after,
.brand_label_select li:after,
.price_select li:after,
.category_select li:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	content: "";
}
.preferential_flag_select li.checked:before,
.goods_status_select li.checked:before,
.goods_stock_select li.checked:before,
.sex_select li.checked:before,
.scene_select li.checked:before,
.brand_label_select li.checked:before,
.price_select li.checked:before,
.category_select li.checked:before {
	position: absolute;
	top: 17px;
	left: 4px;
	display: block;
	margin-top: -7px;
	content: "";
	opacity: 1;
	z-index: 2;
	width: 10px;
	height: 5px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.color_select li.checked i:after {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 25%;
	left: 5px;
	display: block;
	margin-top: -7px;
	width: 9px;
	height: 15px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: "";
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
}
.goods_stock_select li {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin-top: 9px;
}
.goods_stock_select li:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: "";
}
.goods_stock_select li.checked:before {
	position: absolute;
	top: 15px;
	left: 4px;
	display: block;
	margin-top: -7px;
	width: 12px;
	height: 12px;
	background-color: #000;
	content: "";
	opacity: 1;
	z-index: 2;
	border-radius: 50%;
}
.preferential_flag_select li a,
.goods_status_select li a,
.goods_stock_select li a,
.sex_select li a,
.scene_select li a,
.brand_label_select li a,
.price_select li a,
.category_select li a {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	z-index: 3;
}
.category_select {
	position: relative;
}
.category_select li {
	margin-left: 30px;
}
.category_select li.parent_category {
	margin-left: 0;
	display: inline-block;
}
.category_select .child_category-wrap {
	display: none;
}
.category_select .child_category-wrap.active {
	display: block;
}
.category_select .category_select_arrow {
    position: absolute;
    top: 12px;
    right: 0;
	cursor: pointer;
}
.category_select  .category_select_arrow img {
	display: block;
	width: 7px;
	transform: rotate(90deg);
}
.category_select .category_select_arrow.active img {
    transform: rotate(-90deg);
}
.category_select .category_select_arrow:hover {
    opacity: 0.8;
}
.color_select li a {
	position: relative;
	display: block;
	z-index: 3;
	width: 30px;
	height: 30px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:contain;

}
.color_select li a i {
	width: 15px;
	height: 15px;
	display: inline-block;
	color: #ffffff;
}
.color_select li span {
	margin-left: 10px;
}
.color_select li {
	margin: 3px;
	padding: 0;
	border: solid 2px #ffffff;
}
.color_select li.checked {
	border: solid 2px #000000;
}
.color_select li.checked a {
	border: solid 1px #ffffff;
}
.color_select {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.mainContentsL .conditions-wrapper ul.price_select .price {
	display: inline-block;
	width: 70px;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "✕";
	display: block;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 12px;
	line-height: 21px;
}

.narrow-btn button {
	background: #9e2e24;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 15px 0;
	margin-bottom: 15px;
	border-radius: 3px;
	margin-top: 30px;
}
.reset-btn {
	text-align: center;
}
.reset-btn button {
	background: none;
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
}

.side-search {
	position: relative;
}
.side-search #form_freeword {
	padding: 20px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	box-shadow: none !important;
	border: 1px solid #e6e6e6 !important;
}
.side-search #form_search {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	background: url(../img/search_btn.png);
	width: 16px;
	height: 16px;
	border: none;
}

@media only screen and (max-width: 1024px) {
	.tag-ttl,
	.category-ttl {
		background: none;
	}
	.tag-ttl.down,
	.category-ttl.down {
		background: none;
	}
	.side-search #form_freeword {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* controls Style
-------------------------------*/
.controlWrapper {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	background-color: #f7f7f7;
	padding-right: 10px;
	padding-left: 10px;
}
.headerControlWrapper {
	margin-bottom: 50px;
	margin-top: 20px;
	position: relative;
}
.headerControlWrapper .num,
.headerControlWrapper .layout-list {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-size: 1.6rem;
}
.headerControlWrapper .layout-list {
	right: 0;
	left: inherit;
	overflow: hidden;
}
.headerControlWrapper .layout-list li {
	float: left;
	margin-left: 20px;
}
.footerControlWrapper {
	margin-bottom: 95px;
	padding-top: 25px;
}

@media only screen and (max-width: 750px) {
	.headerControlWrapper {
		padding-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.headerControlWrapper .num,
	.headerControlWrapper .layout-list {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.headerControlWrapper .num {
		float: left;
		margin-bottom: 20px;
	}
	.headerControlWrapper .layout-list {
		right: 0;
		left: inherit;
		overflow: hidden;
		float: right;
	}
	.headerControlWrapper .layout-list li {
		margin-left: 10px;
		margin-bottom: 20px;
	}

	/* small */
	.controlWrapper {
		border-top: none;
		padding: 0;
	}
	.controlWrapper .pager {
		background-color: #fff;
	}
	.footerControlWrapper {
		margin-bottom: 40px;
	}
}

/* searchArea Style
-------------------------------*/
.search-contents {
	position: relative;
	background-color: #f4f4f4;
	padding: 15px;
	display: inline-block;
	width: 100%;
	border-top: 2px solid #e6e6e6;
}
.search-contents .num {
	float: left;
	font-size: 16px;
	padding: 7px;
}
.search-area .category_title {
	font-size: 25px;
	margin: 10px 0;
}

.searchArea {
	float: right;
	display: inline-block;
}
.searchArea .searchItem {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	border: 1px solid #a5a5a5;
}
.searchArea .searchItem.options,
.searchArea .searchItem.options .order_by {
	width: 130px;
}
.searchArea .searchItem.stock,
.searchArea .searchItem.stock .stock {
	width: 130px;
}
.searchArea .searchItem.perpage,
.searchArea .searchItem.perpage .per_page {
	width: 130px;
}
.searchArea .searchItem:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-color: #fff;
	border-left: #cbcbcb solid 1px;
}
.searchArea .searchItem:after {
	content: "▼";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	width: 8px;
	height: 18px;
	font-size: 12px;
	color: #333;
}
.searchArea a.open_select {
	display: block;
	padding: 8px 30px 8px 10px;
	background-color: #fff;
	font-weight: 300;
	font-size: 12px;
	height: 40px;
	line-height: 2;
	white-space: nowrap;
}
.searchArea .searchItem ul {
	display: none;
	position: absolute;
	top: 35px;
	right: -1px;
	z-index: 101;
	border: 1px solid #a5a5a5;
}
.searchArea .searchItem ul.order_by {
	width: 250px;
}
.searchArea .searchItem ul.per_page {
	width: 250px;
}
.searchArea .searchItem ul li a {
	display: block;
	padding: 5px 10px;
	background-color: #fff;
	font-weight: 300;
	font-size: 10px;
}
.searchArea .searchItem ul li a:hover {
	background-color: #eee;
	opacity: 1 !important;
}
.searchArea .searchItem ul li.active a {
	background-color: #eee;
}

.search-area {
	margin-bottom: 10px;
}
.searchArea2 {
	float: right;
	text-align: right;
	padding-top: 10px;
}
.searchArea2 li {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.searchArea2 li input[type="checkbox"] + label:before {
	top: 1px;
}
.searchArea2 li label {
	font-size: 14px;
}
.selected_item_category .filter {
	font-size: 15px;
	margin-bottom: 6px;
	padding: 6px 3%;
}
.selected_item_category .filter .fa-close {
	float: left;
}

@media only screen and (max-width: 1024px) {
	.selected_item_category .filter {
		font-size: 12px;
	}
}

@media only screen and (max-width: 380px) {
	.searchArea2 li {
		margin-left: 0px;
		font-size: 10px;
		font-size: 1rem;
		text-align: left;
		vertical-align: top;
	}
}

/* 繝ｪ繧ｹ繝�
-------------------------------*/
.itemList .goodsList li.columns {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.itemList .goodsList .goodsTile .soldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	color: white;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	align-items: center;
	display: -webkit-flex;
	justify-content: center;
}
.itemList .goodsList .goodsTile .restock-request {
	position: absolute;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 90%;
	max-width: 200px;
	background: #000000;
	letter-spacing: 1px;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.itemList .goodsList .goodsTile .restock-request .btn {
	background: #000000;
	color: #fff;
}
.itemList img {
	border-radius: 10px;
}
@media only screen and (max-width: 750px) {
	/* small */

	.itemList .goodsList {
		padding: 0;
		overflow: hidden;
	}
	.itemList .goodsList.col_cnt_1 li.columns {
		width: 94%;
		margin: 0 3%;
	}
	.itemList .goodsList.col_cnt_1 .goodsTile .item-txt,
	.itemList .goodsList.col_cnt_1 .goodsTile .goodsNameWrapper {
		display: block;
	}
	.itemList .goodsList.col_cnt_ li.columns,
	.itemList .goodsList.col_cnt_2 li.columns {
		width: 47%;
	}
	.itemList .goodsList.col_cnt_ li.columns:nth-child(odd),
	.itemList .goodsList.col_cnt_2 li.columns:nth-child(odd) {
		margin-right: 6%;
	}
	.itemList .goodsList.col_cnt_ .goodsTile .goodsNameWrapper,
	.itemList .goodsList.col_cnt_2 .goodsTile .goodsNameWrapper {
		display: block;
	}
	.itemList .goodsList.col_cnt_3 li.columns {
		width: 30.83%;
		margin-right: 3.755%;
	}
	.itemList .goodsList.col_cnt_3 li.columns:nth-child(3n) {
		margin-right: 0;
	}
	.itemList .goodsList.col_cnt_4 li.columns {
		max-width: 24.25%;
		margin-right: 1%;
	}
	.itemList .goodsList.col_cnt_4 li.columns:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 750px) {
	/* medium */
	.itemList .goodsList {
		font-size: 0;
	}
	.itemList .goodsList li.columns {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		font-size: 1.2rem;
		position: relative;
	}
	.itemList .goodsList.col_cnt_1 li.columns {
		width: 96%;
		margin: 0 2%;
	}
	.itemList .goodsList.col_cnt_ li.columns,
	.itemList .goodsList.col_cnt_3 li.columns {
		max-width: 24%;
		margin-right: 1.2%;
		padding: 1%;
	}
	.itemList .goodsList li.columns:nth-of-type(4n+2) {
		margin-right: 0;
	}
	.itemList .goodsList.col_cnt_ li.columns:nth-child(-n+2),
	.itemList .goodsList.col_cnt_ li.columns:nth-of-type(-n+2) {
		max-width: 49.2%;
	}
/*	.itemList .goodsList.col_cnt_ li.columns:nth-child(4n),
	.itemList .goodsList.col_cnt_3 li.columns:nth-child(4n) {
		margin-right: 0;
	}
	.itemList .goodsList.col_cnt_4 li.columns {
		max-width: 24.25%;
		margin-right: 1%;
	}
	.itemList .goodsList.col_cnt_4 li.columns:nth-child(4n) {
		margin-right: 0;
	}*/

	.itemListNoItem {
		margin-top: 80px;
		margin-bottom: 80px;
		text-align: center;
		line-height: 2.5em;
	}
}

/* sceneContents
-------------------------------*/
.sceneContents .sceneMenu {
	width: 100%;
}
.sceneContents .sceneMenu ul {
	display: table;
	margin: 0 auto;
}
.sceneContents .sceneMenu li {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
	padding: 0 20px 15px;
}
.sceneContents .sceneMenu li.selected {
	font-size: 30px;
}
.sceneContents .sceneMenu li a {
	color: #919191;
}
.sceneContents .text {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}
.sceneContents .imageArea {
	width: 100%;
	position: relative;
	margin-bottom: 75px;
}
.slider_main:not(:first-child) {
	display: none;
}

.flex-control-paging li a.flex-active {
	background-color: #000000 !important;
}

.flex-control-paging li a {
	background-color: #ddd !important;
}
.sceneContents .sceneTitle {
	text-align: center;
	font-size: 16px;
	margin: 50px 0;
	padding: 20px;
	background-color: #c8c8c8;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 750px) {
	.sceneContents .sceneMenu li {
		font-size: 10px;
		padding: 5px;
	}
	.sceneContents .sceneMenu li.selected {
		font-size: 16px;
	}
	.sceneContents .text {
		font-size: 11px;
	}
	.sceneContents .sceneTitle {
		font-size: 12px;
		margin: 20px 0;
		padding: 10px;
	}
	.flex-viewport li img {
		-webkit-font-smoothing: antialiased;
	}
}

/* mainImage
-------------------------------*/

.mainImage a,
.mainImage img {
	display: block;
}
.mainImage a.nofade {
	cursor: default;
}
.mainImage ul li {
	display: none;
}

.imageArea .flex-direction-nav a {
	cursor: pointer;
	display: block;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 20px;
	height: 38px;
}
.imageArea .flex-direction-nav .flex-prev {
	left: 5%;
	background: url(../img/item-detail/s_detail_prev.png) no-repeat center center /
		100% auto;
}
.imageArea .flex-direction-nav .flex-next {
	right: 5%;
	background: url(../img/item-detail/s_detail_next.png) no-repeat center center /
		100% auto;
}

@media only screen and (max-width: 750px) {
	.imageArea .flex-direction-nav a {
		top: 42%;
	}
}

/* modelInfoArea
-------------------------------*/
.modelInfoArea {
	margin-top: 10px;
}
.modelInfoArea span {
	margin-left: 10px;
}

/* stockStatus
-------------------------------*/
.stockStatus {
	margin-top: 20px;
}
.stockStatus ul {
	display: table;
	border-top: 1px dotted #a5a5a5;
	width: 100%;
}
.stockStatus ul li {
	display: table-row;
}
.stockStatus .thCol,
.stockStatus .tdCol {
	display: table-cell;
}
.stockStatus .thCol {
	width: 26%;
	border-left: none;
	border-right: none;
	padding: 0 10px 0 0px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}
.stockStatus .thCol.rowlast {
	border-bottom: 1px dotted #a5a5a5;
}
.stockStatus .tdCol {
	border-bottom: 1px dotted #a5a5a5;
	vertical-align: middle;
}
.stockStatus .tdCol.itemPrice {
	width: 22%;
}
.stockStatus .tdCol.stockLabel {
	width: 22%;
}
.stockStatus .tdCol.sizeName {
	width: 10%;
}
.stockStatus .tdCol.selectButton {
	width: 20%;
}
.stockStatus .sizeName span {
	margin: 0 2px;
}
.stockStatus .selectButton {
	padding: 4px 0;
	min-width: 120px;
}
.stockStatus .selectButton a {
	display: block;
	width: 100%;
}
.stockStatus .selectButton input {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dddddd;
}
.stockStatus .selectButton span {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	cursor: default;
}
.stockStatus .td.selectButton img {
	display: block;
	vertical-align: middle;
	width: 158px;
}
.stockStatus .remarks {
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	/* small */
	.stockStatus ul {
		border-top: none;
	}
	.stockStatus ul li {
		display: block;
	}
	.stockStatus .thCol {
		display: block;
		border: none;
		width: 100%;
		background-color: #000;
		padding: 5px 0 5px 15px;
	}
	.stockStatus .thCol.empty {
		display: none;
	}
	.stockStatus .thCol a {
		color: #fff;
	}
	.stockStatus .tdCol {
		display: inline-block;
		text-align: center;
	}
	.stockStatus .tdCol.itemPrice {
		width: 21%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.stockLabel {
		width: 22%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.sizeName {
		width: 10%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.selectButton {
		width: 42%;
		height: 39px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.stockStatus .selectButton input.button {
		width: 158px;
		padding: 5px 0 5px 0;
		padding-bottom: 5px;
		margin: 0 auto;
	}
	.stockStatus .selectButton img {
		width: 100%;
	}

	.stockStatus .thCol.rowlast {
		border-bottom: none;
	}
	.stockStatus .rowlast .tdCol {
		border-bottom: none;
	}
	.stockStatus .last .tdCol {
		border-bottom: 1px dotted #a5a5a5;
	}
}

/* snsArea
-------------------------------*/
.snsArea {
	margin-top: 15px;
}
.snsArea li {
	float: left;
	margin-right: 5px;
}

/* sizeTable
-------------------------------*/
.sizeTable {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}
.sizeTable th,
.sizeTable td {
	padding: 8px 2px;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	text-align: center;
}
.sizeTable th {
	background-color: #fff;
}

/* popularWrapper
-------------------------------*/
.popularWrapper {
	margin-top: 50px;
	padding: 0 6.25%;
}
.popularWrapper h2 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.popularWrapper li:last-child {
	float: left !important;
}
@media only screen and (max-width: 750px) {
	/* small */
	.popularWrapper h2 {
		text-align: center;
	}
}

/* clearfix
-------------------------------*/
.color ul li a.white {
	border: 1px solid #a5a5a5;
}
@media only screen and (max-width: 750px) {
	.color ul {
		display: table;
		margin: 0 auto;
		/*padding-left: 15px;*/
	}
}

/* controllButton
-------------------------------*/
.controllButton {
	margin: 20px 0 0;
	position: relative;
}
.controllButton .columns {
	text-align: center;
}
.controllButton .columns:first-child {
	padding-right: 2px;
}
.controllButton .columns:last-child {
	padding-left: 2px;
	margin-top: 0;
}
.controllButton .columns .cart_btn,
.controllButton .columns .restock_request_btn {
	width: 100%;
}

@media only screen and (max-width: 750px) {
	.controllButton .columns:first-child {
		padding-right: 0;
	}
	.controllButton .columns:last-child {
		margin-top: 10px;
		padding-left: 0;
	}
}

.clearfix .sns {
	margin-top: 20px;
}

.clearfix .sns li {
	float: left;
	width: 50px;
}
.clearfix .sns li img {
	width: auto;
	height: 20px;
	opacity: 0.5;
}

#horizontalTab {
	clear: both;
}


.resp-tabs-list li {
	display: inline-block;
	padding: 15px 0;
	margin: 0;
	width: 21.55%;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: -1px !important;
	opacity: 0.3;
}

.resp-tabs-list li:first-child {
	border-left: 1px solid #bfbfbf;
}

.resp-tabs-container {
	padding: 60px 0 65px;
	background-color: #fff;
	clear: left;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	font-size: 16px;
	line-height: 1.75;
}

.resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0 !important;
	opacity: 1;
}

.resp-tabs-list li.resp-tab-active {
	background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
	font-size: 13px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

h2.resp-accordion span.resp-arrow {
	width: 20px;
	height: 40px;
	float: right;
	background: url(../img/item-detail/icn_open.png) no-repeat center center;
	background-size: 20px;
}

h2.resp-accordion.resp-tab-active span.resp-arrow {
	background: url(../img/item-detail/icn_close.png) no-repeat center center;
	background-size: 20px;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 750px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
		height: 60px;
	}

	.resp-tabs-container h2.resp-accordion:first-child {
		background: url(../img/item-detail/ttl_product_detail.png) no-repeat 10px
			center;
	}
	.resp-tabs-container h2.resp-accordion:nth-of-type(2) {
		background: url(../img/item-detail/ttl_reviews_sp.png) no-repeat 10px center;
		background-size: auto 16px;
	}

	.resp-tab-content-active {
		padding-bottom: 20px;
		border-bottom: 1px solid #c1c1c1 !important;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #bfbfbf;
	}

	.resp-tabs-container {
		padding: 25px 0;
		border-top: 0;
		border-bottom: 0;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}

/* related item
--------------------------------------*/

#related-wrap {
	padding: 28px 0 100px;
}
#related-wrap ul.related-list {
	overflow: hidden;
}
#related-wrap ul.related-list li {
	width: 15.5%;
	float: left;
	margin-left: 1.4%;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
#related-wrap ul.related-list li:first-child {
	margin-left: 0;
}
#related-wrap ul.related-list li .img {
	position: relative;
	margin-bottom: 20px;
}
#related-wrap ul.related-list li .img .heart {
	position: absolute;
	top: 10px;
	right: 10px;
}
#related-wrap ul.related-list li .img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .mask {
	opacity: 1;
}
#related-wrap ul.related-list li .img .mask .bag-btn {
	position: absolute;
	bottom: 10px;
	margin: auto;
	left: 0;
	right: 0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img {
	max-width: 120px;
}

#related-wrap ul.related-list li .item-name {
	margin-bottom: 10px;
}
#related-wrap ul.related-list li .price {
	color: #7d7d7d;
}

#related-wrap ul.related-list li .sp-btn {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#related-wrap ul.related-list li .img .mask {
		display: none;
	}
	#related-wrap ul.related-list li .sp-btn {
		display: block;
		width: 70%;
		margin: 0 auto;
		padding-top: 10px;
	}
	#related-wrap ul.related-list li .item-name {
		margin-bottom: 0px;
	}
}

#category-wrap {
	margin-bottom: 43px;
}

@media only screen and (max-width: 750px) {
	#category-wrap {
		margin-bottom: 30px;
	}

	#related-wrap {
		padding: 0 0 40px;
	}
	#related-wrap ul.related-list li,
	#related-wrap ul.related-list li:first-child {
		width: 31.33%;
		float: left;
		margin: 0 3% 40px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#related-wrap ul.related-list li:nth-child(3n) {
		margin-right: 0;
	}
	#related-wrap ul.related-list li .img {
		margin-bottom: 10px;
	}
	#related-wrap ul.related-list li .img img {
		width: 100%;
	}
	#related-wrap ul.related-list li .img .heart {
		top: 5px;
		right: 5px;
		width: 15px;
	}

	#related-wrap ul.related-list li .item-name {
		margin-bottom: 5px;
	}
}

.search-contents {
	padding: 0px;
	border: 1px solid #e6e6e6;
	background-color: white;
	position: relative;
	margin-top: 2%;
	margin-bottom: 2%;
}
.searchArea .searchItem {
	margin-left: 0px;
	border: 0px;
}
.searchArea.narrowDown {
	float: left;
}
.search-contents .num {
	float: right;
	position: absolute;
	left: 340px;
}
.searchArea .searchItem:before {
	width: 0px;
}
a.open_select {
	margin: 0 auto;
}
.headerControlWrapper {
	margin-bottom: 0px;
	margin-top: 0px;
	float: right;
	padding: 7px;
	position: absolute;
	top: 20px;
	right: 0;
}
.pager ul.pagination li.current a {
	background-color: white;
	color: black;
}
.selected_item_category {
	background-color: #f5e9e9;
	padding: 10px 5px 20px;
	border-radius: 3px;
}
.selected_item_category p {
	font-size: 11px;
	padding: 0 5px;
}
.selected_item_category .filter {
	border: 0;
	background-color: #9e2e24;
	border-radius: 3px;
	width: 80%;
	margin: 10px auto;
}
.selected_item_category a.remove_item_left_name{
	color: #fff;
}
.selected_item_category .filter.filter_all_clear {
	border: 1px solid #c9c9c9;
	background-color: #f6f6f6;
	border-radius: 3px;
	display:block;
	padding: 5px 10px;
	width: 50%;
	margin: 20px auto 0 auto;
}
.filter_all_clear {
	position: relative;
}
.filter_all_clear .fa.fa-close {
	position: absolute;
	left: 3px;
	bottom: 1px;
}

.filter_all_clear .fa-close:before {
	border: 0px;
}
.filter_all_clear a.remove_item_left_name {
	color: #000;
}
.filter_all_clear .fa fa-close {
	color: #ffd755;
}
.remove_item_left_name {
	font-size: 13px;
	margin-left: 10px;
}
.filter_all_clear .remove_item_left_name {
	font-size: 11.4px;
}

.footerControlWrapper {
	padding-top: 0%;
	padding-bottom: 1%;
/*	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;*/
	background-color: white;
	position: relative;
}
.footerControlWrapper .num.pc-content {
	position: absolute;
	font-size: 13px;
	margin-top: 3%;
}
.footerControlWrapper .pager.pager_footer {
	float: right;
	padding-top: 2%;
	padding-bottom: 2%;
}
.pager .pagination-wrapper ul li {
	margin: 0 -6px;
}

.mainContentsR .search {
	display: none;
}
.sp_content {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.selected_item_category .filter.filter_all_clear {
		width: 96px;
	}
}

@media only screen and (max-width: 750px) {
	.crumbsList li {
		margin: 3px 0;
	}
	.crumbsList li span {
		font-size: 10px;
		color: #333;
		font-weight: 300;
		margin: 10px 5px;
	}
	.selected_item_category .filter.filter_all_clear {
		padding: 0 5%;
		line-height: 8.5vw;
		margin-bottom: 0;
	}

	.filter_all_clear .fa.fa-close {
		bottom: 2vw;
	}
	.mainContentsR .search {
		display: none;
		position: relative;
		margin: 0px 15px 5px 15px;
	}
	.mainContentsR .search #form_search {
		position: absolute;
		right: 12px;
		top: 4px;
		background: none;
		background: url(../img/header/search.png) no-repeat;
		background-position: right;
		width: 26px;
		height: 25px;
		border: none;
		text-align: right;
		border-left: 1px solid #ddd;
	}
	.search .search-form input.freeword {
		border: 1px solid #ddd;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		box-shadow: none;
		-webkit-appearance: none;
		-webkit-border-radius: 7px;
		padding: 6px 30px 6px 6px !important;
		height: 32px;
		box-shadow: inset 0 1px 2px rgb(0 0 0 / 6%);
	}
	.pagination-wrapper {
		float: right;
	}
	.search-contents .num {
		float: right;
		position: absolute;
		left: 420px;
	}
	.sp_content {
		display: block;
		postion: relative;
		margin-bottom: 10px;
		margin-top: 17px;
	}
	.headerControlWrapper .pager-wrap {
		display: none;
	}
	.sp_content .num {
		position: absolute;
		padding-top: 1%;
		padding-bottom: 1%;
		font-weight: 500;
		font-size: 13px;
	}
	.sp_content .pagination-wrapper {
		padding-bottom: 1%;
	}
	.search-contents {
		margin-top: 0%;
		margin-bottom: 0%;
	}
	.selected_item_category.sp-content {
		overflow-x: scroll;
		white-space: nowrap;
		padding: 3%;
	}
	.selected_item_category .scroll {
		min-width: 180%;
		display: flex;
	}
	.selected_item_category.sp-content::-webkit-scrollbar {
		display: none;
	}
	.headerControlWrapper {
		display: none;
	}
	.sp_content .pager-wrap a img {
		width: 1.5vw;
	}
	.pagination-wrapper a img {
		width: 1.5vw;
	}
	.crumbsList {
		margin-bottom: 0;
		padding-left: 0;
		padding-top: 100px;
		background: #fff;
	}
	.crumbsList .row {
		width: 100%!important;
		margin: 0!important;
		padding: 0 13px;
		background: #ededed;
	}
	.small-12.column .search {
		display: block !important;
		position: relative;
		margin: 5px 17px 5px 17px;
	}
	.small-12.column .search #form_search {
		position: absolute;
		right: 12px;
		top: 4px;
		background: none;
		background: url(../img/header/search.png) no-repeat;
		background-position: right;
		width: 26px;
		height: 25px;
		border: none;
		text-align: right;
		border-left: 1px solid #ddd;
	}
	.small-12.column .search .search-form input.freeword {
		border: 1px solid #ddd;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		box-shadow: none;
		-webkit-appearance: none;
		-webkit-border-radius: 7px;
		padding: 6px 30px 6px 6px !important;
		height: 32px;
		box-shadow: inset 0 1px 2px rgb(0 0 0 / 6%);
	}
	.small-12.column .clearfix {
	}
	.goodsNameWrapper a {
		font-size: 12px;
	}
	.priceWrapper.clearfix p {
		font-size: 11px;
		padding: 0;
	}
	.remove_item_left_name {
		font-size: 13px;
		margin-left: 10px;
	}
	.itemList .goodsList li.columns {
		text-align: left;
	}
	.itemTextWrapper {
		text-align: left;
	}
	.brand-name {
		padding: 8px 0;
		font-size: 2.6vw;
	}
	.item-name {
		margin-bottom: 0;
		font-size: 3vw;
		height: 8vw;
	}
}
@media only screen and (max-width: 320px) {
	.priceWrapper.clearfix p {
		font-size: 10px;
		padding: 0;
	}
}

.search-contents {
	z-index: 1000;
}

/*-----------スマホ絞り込み-----------*/
@media only screen and (max-width: 750px) {

	.mainContentsL .search_wrapper {
		background-color:#f5e9e9;
		position: relative;
	}
	.mainContentsL .search_wrapper .search_pulldown {
		display: flex;
		justify-content: center;
		padding: 15px 0;
	}
	.mainContentsL .search_wrapper .search_pulldown li {
		font-size: 13px;
		width: 40%;
		margin: 0 6px;
		padding: 8px 20px;
		background-color: #fff;
		border-radius: 5px;
		position: relative;
	}
	.mainContentsL .search_wrapper .search_pulldown li:after {
		content: "";
		display: block;
		position: absolute;
		right: 14px;
		margin: auto;
		width: 7px;
		height: 7px;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		top: 45%;
		-webkit-transform: translateY(-50%) rotate(225deg);
		transform: translateY(-50%) rotate(225deg);
	}
	.selected_item_category {
		background-color: transparent;
	}
	.selected_item_category .filter {
		font-size: 16px;
		position: relative;
		margin: 7px auto;
	}
	.selected_item_category .filter .fa.fa-close {
		float: unset;
		position: absolute;
		right: 12px;
		font-weight: 600;
	}

	.search-acmenu dt {
		background: #000 url(../img/item-list/search_arrow.png) no-repeat right 37vw
			center;
		background-size: 3%;
		color: #fff;
		text-align: center;
		padding: 4vw 0;
		font-size: 3.4vw;
		opacity: 0.8;
	}
	.search-acmenu dt.active {
		background: #000 url(../img/item-list/search_arrow_on.png) no-repeat right
			3vw center;
		background-size: 3%;
	}
	.search-acmenu dd {
		display: none;
	}
	.mainContentsL .conditions-wrapper .clearfix .subtitle {
		font-size: 12px;
	}
	.mainContentsL .conditions-wrapper .clearfix .subtitle:after {
		/* background: url(../img/menu-up-icon.png) no-repeat 0 0; */
		background-size: 70%;
		display: inline-block;
		width: 4vw;
		height: 4vw;
		float: right;
		top: 0;
		background-position-y: center;
		content: "";
	}
	.mainContentsL .conditions-wrapper .clearfix .subtitle.down:after {
		content: "";
		/* background-image: url(../img/menu-down-icon.png); */
		background-size: 70%;
		display: inline-block;
		width: 4vw;
		height: 4vw;
		float: right;
		top: 0;
		background-position-y: center;
	}
	.mainContentsL .conditions-wrapper .clearfix {
		margin-bottom: 0;
		margin: 0;
	}
	.mainContentsL .conditions-wrapper .clearfix #color_pc.subtitle {
		height: auto;
		overflow: hidden;
	}
	.mainContentsL .conditions-wrapper  {
		background: #f8f0ee;
		position: absolute;
		z-index: 2;
		width: 100%;
	}
	.mainContentsL .conditions-wrapper .flex {
		padding: 20px;
		padding-bottom: 50px;
		display:none;
	}
	.mainContentsL .conditions-wrapper .order_by {
		background-color: #f5e9e9;
		display:none;
	}
	.mainContentsL .conditions-wrapper .select .clearfix {
		margin-bottom: 15px;
	}
	.mainContentsL .conditions-wrapper .select .clearfix.category {
		border-bottom: 1px solid #c2c2c2;
	}
	.mainContentsL .conditions-wrapper .select .clearfix.category p {
		margin: 0;
		padding: 14px 0;
		position: relative;
		border-top: 1px solid #c2c2c2;
	}
	.mainContentsL .conditions-wrapper .select .clearfix.category p:first-of-type {
		border: none;
	}
	.mainContentsL .conditions-wrapper .select .clearfix.category p:after {
		content: "+";
		font-size: 18px;
		right: 0;
		top: 10px;
		position: absolute;
	}
	.mainContentsL .conditions-wrapper .select .clearfix.category p.active:after {
		content: "－";
	}
	.mainContentsL .conditions-wrapper .select .left,
	.mainContentsL .conditions-wrapper .select .right {
		width: 48%;
	}
	.category_select {
		padding-bottom: 15px;
		display: none;
	}
	.goods_stock_select li:after {
		background-color: #fff;
	}
	.preferential_flag_select li,
	.goods_status_select li, 
	.goods_stock_select li, 
	.sex_select li, 
	.scene_select li, 
	.brand_label_select li, 
	.price_select li, 
	.color_select li, 
	.category_select li {
		font-size: 14px;
		font-weight: 500;
	}
	.preferential_flag_select li:after, 
	.goods_status_select li:after, 
	.sex_select li:after, 
	.scene_select li:after, 
	.brand_label_select li:after, 
	.price_select li:after, 
	.category_select li:after
	{
		background-color: #fff;
		border-radius: 3px;
	}

	.price_select li:before {
		position: absolute;
		top: 29%;
		left: 18px;
		margin-top: -3px;
		width: 14px;
		height: 19px;
		border-right: 5px solid #ffffff;
		border-bottom: 5px solid #ffffff;
		content: "";
		opacity: 1;
	}
	.btnArea {
		height: 12vw;
		margin: 20px 0;
	}
	.btnArea div {
		width: 45.5%;
		margin-right: 3%;
		height: 15vw;
	}
	.btnArea button {
		width: 100%;
		font-size: 3.1vw;
		padding: 8%;
		display: inline-block;
		margin-bottom: 0;
		border: 1px solid #000000;
	}
	.btnArea .reset-btn {
		float: left;
		margin-left: 3%;
	}
	.btnArea .narrow-btn {
		float: right;
	}
	.narrow-btn button {
		background: #313131;
		width: 70%;
		margin: 0 auto;
		display: block;
		padding: 12px 0;
	}
	.filter_all_clear button {
		background: #fff;
		width: 70%;
		margin: 0 auto;
		display: block;
		padding: 12px 0;
		border-radius: 3px;
		border: 1px solid #ddd;
		margin-top: 10px;
	}



	.filter a img {
		display: inline-block;
		width: 15px;
		float: left;
	}
	.search-area {
		border: none;
		padding-bottom: 50px;
	}
	.searchArea {
		float: left;
		display: inline-block;
		width: 30%;
	}
	.searchArea2 {
		float: right;
		width: 68%;
	}
	.search-contents {
		padding: 0;
		background-color: inherit;
	}
	.searchArea.narrowDown {
		width: 100%;
		float: none;
		float: unset;
		margin-bottom: 50px;
	}
	.searchArea.narrowDown .inner {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.searchArea.narrowDown .inner p {
		width: 25%;
		padding: 10px;
	}
	.searchArea .searchItem,
	.searchArea .searchItem.options,
	.searchArea .searchItem.stock,
	.searchArea .searchItem.perpage {
		float: unset;
		float: none;
		width: 50%;
		margin-left: 0;
		margin: 0;
		border-right: 1px solid #e6e6e6;
	}
	.searchArea .searchItem:before,
	.searchArea .searchItem:after {
		display: none;
	}
	.searchArea .searchItem.options .order_by,
	.searchArea .searchItem.stock .stock,
	.searchArea .searchItem.perpage .per_page {
		width: 100%;
		top: 33px;
	}
	.searchArea .searchItem ul li a {
		font-size: 12px;
	}
	.searchArea a.open_select {
		display: block;
		padding: 0 0 0 3vw;
		background: url(../img/item-list/ac_arrow.png) no-repeat right 4.5vw center;
		background-color: #fff;
		background-size: 8px;
		font-weight: 400;
		font-size: 12px;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 8px 12px;
		line-height: inherit;
		border-radius: 5px;
	}
	.searchArea2 li {
		margin-left: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
		vertical-align: top;
	}
	.searchArea2 li:first-child {
		margin-left: 0;
	}
	.searchArea a.open-submenu {
		padding: 5px 0;
		display: block;
		width: 100%;
	}

	.searchArea .conditions ul {
		left: 0px;
	}

	.searchArea2 input[type="checkbox"] + label,
	input[type="radio"] + label {
		margin: 0;
		padding: 0;
	}
	.searchArea2 input[type="checkbox"] + label:before {
		display: inline-block;
		position: static;
		margin-top: -2px;
		vertical-align: middle;
		width: 12px;
		height: 12px;
	}
	.searchArea2 li label {
		font-size: 10px;
	}
	.searchArea2 li {
		margin-left: 5px !important;
	}

	#filter .title,
	#per_page .title,
	#order_by .title {
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: 1px solid #a5a5a5;
		text-align: center;
		position: relative;
	}

	#filter .title .close-button,
	#per_page .title .close-button,
	#order_by .title .close-button {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		background: url(../img/button/close.png) no-repeat center center;
		width: 20px;
		height: 20px;
	}

	#per_page a,
	#order_by a {
		display: block;
		width: 100%;
		padding: 20px 40px;
		border-bottom: 1px solid #a5a5a5;
	}

}

.item_brand_banner img {
	width: 100%;
}

.item_brand_banner_sp {
	display: none;
}
@media only screen and (max-width: 750px) {
	.item_brand_banner_sp {
		display: block;
		margin-bottom: 21px;
	}
	.item_brand_banner {
		display: none;
	}
	.color_select_area.sp .color_select li a {
		width: 26px;
		height: 26px;
	}
}

/* attention_word */
.attention_word {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #F8F8F8;
}
.attention_word .keyword-box__ttl {
	white-space: nowrap;
}
.attention_word .keyword-box {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	width: 94%;
	margin: 0 auto;
}
.attention_word .keyword-box dd {
	overflow-x: scroll;
	padding: 10px 0;
}
.attention_word .keyword-box .word {
	font-size: 1.3rem;
}
.attention_word .keyword-list {
	display: flex;
}
.attention_word .keyword-box a {
	display: block;
	border: solid 1px #CCCCCC;
	color: #989898;
	padding: 0 1em;
	margin: 0 10px;
	white-space: nowrap;
}
@media only screen and (min-width: 750px) {
	.attention_word {
		display: inline-block;
	}
	.attention_word .keyword-box {
		width: 78.9%;
		float: right;
		padding: 0 30px;
	}
	.attention_word .keyword-box dd {
		overflow-x: unset;
		padding: 0;
	}
	.attention_word .keyword-box__ttl {
		width: 100px;
	}
	.attention_word .keyword-list {
		flex-wrap: wrap;
		white-space: nowrap;
		overflow-x: unset;
	}
	.attention_word .keyword-box a {
		margin: 5px 10px;
	}
}