@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	XX COMMON
	00 section_mainVisual
	01 section_sideNav
	02 search_result
		02_01 taglink
		02_02 section_search
		02_03 section_nowSearch
		02_04 section_resultItem
		02_05 section_pager
		02_06 section_rankingItem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* XX COMMON
---------------------------------------------------------------- */
/* ---------------- CommonLayout ---------------- */
body{
	font-size:12px;
	line-height: 1.2;
}
.onScroll body {
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
}
.page-title {
	text-align: center;
	padding-bottom: 15px;
	margin: 0;
	font-size: 28px;
	font-weight: bold;
}
.page-title span{
	font-weight:inherit;
}

.lead{
	text-align: center;
	font-size:14px;
	line-height:1.4;
	margin-bottom: 25px;
	display: none;
}
.staffcoordinate {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	width:100%;
	margin:0 auto;
}
.staffblog {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	width:100%;
	margin:0 auto;
}
.section_heading {
	text-align:left;
}
.section_heading_textArea {
	font-size: 14px;
	font-weight: normal;
	width: 70px;
	display: block;
	margin-bottom: 15px;
}
.section_wrap {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	word-break:break-all;
	margin:0 auto;
}
.cols2 {
	width:50%;
}
.cols3 {
	width:33.33333333%;
}
.cols4 {
	width:25%;
}
.cols5 {
	width:20%;
}
/* ---------------- CommonItemsStyle ---------------- */
.item_list {
	display:flex;
	flex-wrap:wrap;
	visibility:hidden;
}
.item_list.js_active {
	visibility:visible;
}
.noResultItems {
	text-align:center;
	margin: auto 15px;
	padding-bottom: 60px;
}
.item_listItem {
	text-align:center;
	position:relative;
	margin-bottom:25px;
}
.item_innerBox {
	padding: 0 7px 0 8px;
}
.item_photoArea {
	width: 100%;
	text-align: left;
}
.staffblog .item_photoArea {
	margin-right: 15px;
}
.item_photoImg,
.item_info_logoImg {
	width:100%;
	height:auto;
}
.item_photoImg{
	margin-bottom:10px;
}
/*
.item_photoImg:hover,
.item_info_logoImg:hover {
	opacity:0.7;
}
*/
.item_photoImg:hover{
	opacity:0.7;
}
/*.radiusImg {
	border-radius:100%;
}*/
.item_infoArea {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	word-break:break-all;
	margin:0px auto 0;
}
.item_photoArea + .item_infoArea {
}
.item_info_logoArea {
	width:20%;
	flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	-webkit-flex-basis: 20%;
	/*max-width: 35px;*/
	margin:0;
}
.staffblog .item_info_logoArea {
	max-width:35px;
}
.item_infoArea > .item_info_logoArea {}
.item_info_textArea {
	width:100%;
	text-align:center;
}
.item_info_logoArea + .item_info_textArea {
	width:80%;
	flex-basis: 80%;
	-ms-flex-preferred-size: 80%;
	-webkit-flex-basis: 80%;
	/*max-width: 143px;*/
	text-align:left;
	padding: 0 0 0 7px;
}

.info_textWrap {}
.info_textItem {}
.info_textItem + .info_textItem {
	margin-top:5px;
}
.info_textItem_textArea {
	display:block;
	text-align:left;
	line-height:1.3;
}
.text_bdName {
	font-size:10px;
	/*font-weight:bold;*/
}
.info_textItem a + a .text_shopName {
	margin-top:2px;
}
.item_info_textArea .text_shopName,.item_info_textArea .text_staffHeight {
	font-size:10px;
}
.item_info_textArea .text_staffHeight {
	margin-top:3px;
}
.item_info_textArea .text_shopName {
	display:block;
	max-height:26.5px;
	max-height:calc(2em + 3.7px);
	max-height:-o-calc(2em + 3.7px);
	max-height:-ms-calc(2em + 3.7px);
	max-height:-moz-calc(2em + 3.7px);
	max-height:-webkit-calc(2em + 3.7px);
	text-align:left;
	line-height:1.3;
	overflow:hidden;
	position:relative;
}
.item_info_textArea .text_shopName:before,
.item_info_textArea .text_shopName:after {
	background:#fff;
	position:absolute;
}
.item_info_textArea .text_shopName:before {
	content:"...";
	top:16px;
	right:0;
}
.item_info_textArea .text_shopName:after {
	content:"";
	width:100%;
	height:100%;
}
.text_title{
	white-space:normal;
	margin-top: 15px;
	line-height:1.6;
	max-height: 4.9em;
}
.text_date{
	color:#808080;
	margin-top: 8px;
}


/* 00 section_mainVisual
------------------------------------------------ */
.section_mainVisual {
	margin-bottom:50px;
}

/* 01 section_sideNav
------------------------------------------------ */
.section_sideNav {
	flex-basis:200px;
		-ms-flex-preferred-size:200px;
		-webkit-flex-basis:200px;
	max-width:200px;
	margin:0;
}
.sideNav {
	text-align:left;
}
.sideNav + .sideNav {
	margin-top:50px;
}
.sideNav_heading {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sideNav_heading_textArea {
	display:block;
	font-size: 14px;
	font-weight:bold;
	position:relative;
}
.icon_tglArrow {
	display:inline-block;
	vertical-align:middle;
}
.icon_tglArrow:before {
	content:"";
	width:6px;
	height:6px;
	border:0px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:7px;
	margin-top:-6px;
}
.sideNav_heading.js_active .icon_tglArrow:before {
	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	margin-top:-2px;
}
.sideNav_container {}
.sideNav_list {}
.sideNav_listItem {}
/*.sideNav_listItem + .sideNav_listItem {
	border-top:1px solid #ddd;
}*/
.sideNav_listItem.selected {
	background:#eee;
}
.sideNav_listItem:last-child {
	border-bottom:1px solid #ddd;
}
.sideNav_listItem a {
	display:block;
}
.sideNav_listItem a:hover {
	text-decoration:none;
}
.sideNav_listItem_textArea {
	display:block;
	color:#242424;
	font-size:12px;
	transition:all 100ms 0s ease;
	position:relative;
	padding:15px 10px;
}
.sideNav_listItem_textArea:hover {
	background:#eee;
}
/*.sideNav_listItem_textArea:not(.selected):before {
	content:"";
	width:6px;
	height:6px;
	border:0px;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
}*/
.selected .sideNav_listItem_textArea:not(.sideNav_defs):before {
	content:"";
	width:10px;
	height:10px;
	border:0;
	border-top:1px solid #4b4b4b;
	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-2px;
}
.selected .sideNav_listItem_textArea:not(.sideNav_defs):after {
	content:"";
	width:10px;
	height:10px;
	border:0;
	border-top:1px solid #4b4b4b;
	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:3px;
	margin-top:-2px;
}
.sideNav_common {}
.sideNav_common_container {}
.sideNav_common_list {}
.sideNav_common_listItem {}
.sideNav_common_listItem + .sideNav_common_listItem {
	margin-top:20px;
}
.sideNav_common_listItem_link {
	display:block;
}
.sideNav_common_listItem_textArea {
	display:block;
	color:#fff;
	text-align:center;
	background:#000;
	border:1px solid #000;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	padding:20px;
}
.sideNav_common_listItem_link:hover {
	text-decoration:none;
}
.sideNav_common_listItem_link:hover .sideNav_common_listItem_textArea {
	color:#000;
	background:#fff;
}

/* 02 search_result
------------------------------------------------ */
.search_result {
	flex-basis:760px;
		-ms-flex-preferred-size:760px;
		-webkit-flex-basis:760px;
	max-width:760px;
	margin:0 0 0 auto;
}
/* 02_01 taglink
---------------------------------------- */
.taglink_container{
	margin-bottom: 18px;
	max-height: 65px;
	overflow: hidden;
	transition:all 100ms 0s ease;
}
.taglink_more{
	text-decoration: underline;
}
.taglink_list {
	display:flex;
	flex-wrap:wrap;
	margin-right: -5px;

}
.taglink_listItem {
	margin: 0 5px 5px 0;
}
.taglink_listItem_textArea {
	display:inline-block;
	border:1px solid #F0F0F0;
	border-radius:3px;
	box-sizing:border-box;
	background:#F0F0F0;
	transition:all 100ms 0s ease;
	padding:8px 25px;
}
.taglink_listItem_textArea:hover {
	color:#fff;
	border:1px solid #000;
	box-sizing:border-box;
	background:#000;
}
/* 02_02 section_search
---------------------------------------- */
.section_taglink + .section_search {
	/* margin-top:60px; */
}

.sort_list {
	display: flex;
}
.sort_listItem {
	text-align:center;
	display:inline-block;
	letter-spacing:normal;
	width: 50%;
}
.sort_listItem:not(.selected) {
	cursor:pointer;
}
.sort_listItem_textArea {
	display:block;
	color:#000;
	font-size:14px;
	background:#fff;
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	padding:20px 5px;
	box-sizing: border-box;
}
.selected .sort_listItem_textArea {
	color:#000;
	background: #E6E6E6;
}
.sort_listItem:not(.selected) .sort_listItem_textArea:hover {
	color:#000;
	background:#E6E6E6;
}

/* 02_03 section_nowSearch
---------------------------------------- */
.section_nowSearch {
}
.section_search + .section_nowSearch {
	margin-top:25px;
}
.nowSearch_list {
	display:flex;
	flex-wrap:wrap;
	margin: 0 5px 0 15px;
}
.nowSearch_listItem {
	text-align:left;
	margin-top:10px;
	margin-right:10px;
}
.nowSearch_listItem_textArea {
	display:inline-block;
	background-color: #F0F0F0;
	border:1px solid #F0F0F0;
	border-radius:3px;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	position:relative;
	padding:8px 35px 8px 25px;
}
.nowSearch_listItem_textArea:hover {
	color:#fff;
	border:1px solid #3f3434;
	border-radius:3px;
	box-sizing:border-box;
	background:#000;
}
.trg_resetTags {
	display:block;
	width:100%;
	text-align:right;
	cursor:pointer;
	box-sizing:border-box;
	margin:auto;
	padding:8px 10px 8px 0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:10;
}
/* 02_04 section_resultItem
---------------------------------------- */
.section_resultItem {}
* + .section_resultItem {
	margin-top:20px;
}
.section_resultItem a {
	display:block;
}
.resultItem_container {}
.resultItem_list {
	margin: 0 8px 0 7px;
}
.resultItem_listItem {
	width: 33.3%;
}
/* 02_05 section_pager
---------------------------------------- */
.section_pager {
	padding: 10px 0 30px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.section_pager {
	position: fixed;
	bottom: 0;
	background-color: #F2F2F2;
	width: 100%;
	z-index: 30;
}
.section_resultItem + .section_pager {
	margin-top:30px;
}
.pager_list {
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	justify-content: center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	position: relative;
}
.pager_listItem {}
.pager_listItem + .pager_listItem {
	margin-left:10px;
}
.pager_listItem.is-start {

}
.pager_listItem.is-end {

}
.pager_textArea {
	display:block;
	line-height:25px;
	width: 24px;
	white-space: nowrap;
	text-align: center;
	box-sizing:border-box;
	color: #4D4D4D;
}
.pager_textArea.pager_directionNav {}
.pager_textArea.pager_first {
	position:absolute;
	left:20px;
}
.pager_textArea.pager_prev {
	position:absolute;
	left:44px;
}
.pager_textArea.pager_next {
	position:absolute;
	right:44px;
}
.pager_textArea.pager_last {
	position:absolute;
	right:20px;
}
.pager_textArea.pager_number {}
.pager_textArea.selected {
	position: relative;
	color: #E72B1E;
}
.pager_itemNum {
    position: absolute;
    bottom: -16px;
	font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*
.pager_textArea.selected::after {
	width: 100%;
	height: 5px;
	position: absolute;
	background-color: #4d4d4d;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
} */
/* 02_06 section_rankingItem
---------------------------------------- */
.section_rankingItem {}
* + .section_rankingItem {
	margin-top:80px;
}
.section_rankingItem + .section_search {
	margin-top:60px;
}
.rankingItem_heading {
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
.rankingItem_container {}
.rankingItem_heading + .rankingItem_container {
	margin-top:50px;
}
.rankingItem_list {}
.rankingItem_list.item_list {}
.rankingItem_listItem {}
.rankingItem_listItem .item_innerBox {}
.item_rankingNumberArea {
	position:absolute;
	top:0;
	left:5px;
	/*left:35px; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	z-index:1;
}
.rankingNumber_textArea {
	display:inline-block;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	/*border-radius:100%; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	background:#000;
}
/* side_height
--------------------------------------------------------------------*/
.side_height {
	margin-bottom:35px;
}

.side_height *,
.side_height *:before,
.side_height *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.side_height .side_title {
	margin-bottom:12px;
}
.side_height_inner {
	border-top:1px solid #d9d9d9;
	padding:23px 54px 18px;
}
.side_height_range {
	padding:15px 0;
	position:relative;
}
.col_side input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 17px;
	text-align: center;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	padding: 12px 10px 12px 10px;
}
.side_height_search{
	display: -webkit-flex;
	display: flex;
		-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
		-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	margin:0 -5px 30px; 
	padding:0 45px;
}
.side_height_low,
.side_height_high{
	width: 50%;
	padding: 0 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.side_height_text{
	-webkit-flex: 1;
	flex: 1;
}
.side_height_en {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	font-size: 12px;
	text-align: center;
	padding: 0 0 0 5px;
}
.side_height_allow{
	display:inline-block;
}
.side_height input[type="submit"]:hover {
	text-decoration:underline;
}
.side_height_range .noUi-horizontal .noUi-handle {
	left:-14px;
}
.search_condition_area .noUi-connect {
	background:#dfdfdf;
}
.search_condition_area .search_condition_footer .btn_reset span {
	color: #000;
}
/*.side_height_range .noUi-target {
	border: none;
	background: #ededed;
}
.side_height_range .noUi-horizontal {
	height: 4px;
}
.side_height_range .noUi-connect {
	border-radius: 0;
	background: #a8a8a8;
}*/
/*.side_height_range .noUi-origin {
	top: -8px;
}*/
/*.side_height_range .noUi-handle {
	cursor: default;
	border: 1px solid #333;
	border-radius: 20px;
	background: #333;
	box-shadow: inset 0 0 0px #333, inset 0 1px 7px #333, 0 3px 6px -3px #333;
}*/

.section_taglink {
	align-items: center;
	margin: 30px 15px;
}

/*絞り込み*/

/* タブボタン */
.switching {
	text-align:left;
	position:relative;
	color: #000;
	background:#fff;
	z-index:120;
	width: 100%;
}
.switching_title {
	display:block;
	font-size: 14px;
	width: 100%;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding: 17px 0;
	text-align:center;
	position:relative;
}

.switching_btn {
	display:inline-block;
	font-size: 14px;
	position:relative;
}

.switching_btn:before {
	content:"";
	position:absolute;
	top: -2px;
	left: -32px;
	width: 21px;
	height: 21px;
	background-image: url("/static/lite/images/list/search_glass.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}


.search_condition_area {
	/*display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1001;*/
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	top: 0;
	margin-left: -100%;
	z-index: 20000;
	box-sizing: border-box;
	transition: margin .3s ease;
}

.search_condition_header {
	display: block;
	width: 100%;
	height:58px;
	font-size: 14px;
	color: #fff;
	background-color: #4D4D4D;
	padding: 21px 0;
	text-align: center;
	/* line-height: 56px; */
	position: relative;
}

.search_condition_header:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 7px);
	left: 18px;
}
.search_condition_title {}
.search_condition_title:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	mask-image: url(/static/full/images/svg/icn_search.svg);
	-webkit-mask-image: url(/static/full/images/svg/icn_search.svg);
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;
}
.lightbox_sort .search_condition_title:before {
	display: none;
}

.btn_reset, .btn_back {
	display:block;
	width: 100%;
	height:65px;
	font-size: 14px;
	color: #000;
	background-color:#fff;
	padding: 24.5px 0;
	text-align:center;
	cursor: pointer;
	border-bottom: 1px solid #D9D9D9;
	/*line-height: 65px;*/
}

.btn_reset:hover, .btn_reset:active {
	color: #fff;
	text-decoration: none;
}

.btn_search {
	display:block;
	width: 100%;
	height:65px;
	font-size: 14px;
	color: #fff;
	background-color:#4D4D4D;
	padding: 24.5px 0;
	text-align:center;
	/*line-height: 65px;*/
}

.btn_search:hover, .btn_search:active {
	color: #fff;
	text-decoration: none;
}
.lightbox_main,
.lightbox_brand,
.lightbox_category,
.lightbox_height,
.lightbox_color,
.lightbox_tag {
}

.lightbox_main.pop_open,
.lightbox_brand.pop_open,
.lightbox_category.pop_open,
.lightbox_height.pop_open,
.lightbox_color.pop_open,
.lightbox_tag.pop_open,
.lightbox_sort.pop_open,
.lightbox_gender.pop_open{
	margin-left:0;
}

.search_condition_info {
	padding: 15px 10px;
	/*display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #4D4D4D;
	line-height: 22px;
	padding: 17px 0;
	text-align: center;
	position: fixed;
	height: 56px;
	z-index: 2001;
	top: 0;*/
}
.search_condition_detail {
	padding: 15px 15px 7px;
	font-size: 11px;
	color: #595959;
	background-color:#F2F2F2;
}
span.search_condition_detail_title {
	display:block;
	font-weight:bold;
	line-height:1;
}
.search_condition_detail_list {
	margin-top:10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search_condition_detail_item {
	/* flex: 0 0 50%; */
	/* width: 100%; */
	/* max-width: 50%; */
	margin-right: 20px;
	margin-bottom: 6px;
	position: relative;
	line-height: 1.4;
	word-break: break-all;
}
.search_condition_item {
	display: table;
	width: 100%;
	border-top: 1px solid #D9D9D9;
	position: relative;
	/*padding: 14px 16px;
	border-top: 1px solid #e2e2e2;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position: relative;*/
}
.search_condition_list_tag .search_condition_item{
	display: inline-block;
    width: 48%;
	border: none;
    vertical-align: top;
    max-height: 60px;
}

.search_condition_item:last-child {
	border-bottom: 1px solid #D9D9D9;
}
.search_condition_list_tag .search_condition_item:last-child {
	border-bottom: none;
}

.search_condition_link {
	display: block;
	line-height: 1;
}
.search_condition_item_detail_setting_ready {
	display: none;
	max-width: 60px;
	height: 24px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	background-color: #B2B2B2;
	border-radius: 5px;
	vertical-align: middle;
	margin-top: -12px;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	right: 17px;
	z-index: 0;
	/*display: none;
	height: 24px;
	line-height: 14px;
	padding: 5px 10px;
	margin: 7px;
	font-size: 10px;
	color: #fff;
	background-color: #B2B2B2;
	border-radius: 5px;
	max-width: 60px;
	-webkit-flex-basis: 60px;
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px;*/
}
.search_condition_input {
	display: inline-block;
	width: 100%;
	height: 38px;
	color: #B8B8B8;
	font-size: 12px;
	line-height: 1;
	background:#fff;
	/* border-radius:3px; */
	border: 1px solid #B2B2B2;
	padding:10px 5px;
}
.search_condition_item_title {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	padding: 21px 17px;
	position: relative;
	z-index: 1;
	/*height:38px;
	line-height: 38px;
	font-size: 15px;
	width: calc(100% - (60px + 32px));*/
}
.search_condition_item_keyword .search_condition_item_title {
	max-width: 40%;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}
.lightbox_display .search_condition_item_title {
	max-width: 40%;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}





.lightbox_display .search_condition_item_condition {
	max-width: 60%;
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.search_condition_item_keyword .search_condition_item_condition {
	width: 100%;
}



.setting_not {
	display:none;
}

.search_condition_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	background-color: #fff;
	display: block;
}
.search_condition_inner {
	height:100%;
}
.search_condition_main {
	/*margin-top: 58px;*/
	background: #fff;
	overflow: auto;
	height: 100%;
	box-sizing: border-box;
	/*height: calc(100vh - 186px);
	height: -webkit-calc(100vh - 186px);*/
	/*height: calc(100vh - 58px);
	height: -webkit-calc(100vh - 58px);
	overflow-y: scroll;
	overflow-x: hidden;*/
}
.search_condition_footer {margin-bottom:58px;}

.search_condition_area .change_choise_checkbox + .change_choise_label {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 21px 5px 21px 35px;
	position: relative;
	z-index: 1;
	/*height:30px;
	width: 100%;
	margin:0;
	padding: 0 0 0 28px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	line-height: 30px;
	letter-spacing: 0;
	font-size: 16px;*/
}
.search_condition_area.lightbox_tag .change_choise_checkbox + .change_choise_label {
	font-size: 14px;
	max-height: 60px;
}
.search_condition_area .change_choise_checkbox + .change_choise_label:before {
	content:"";
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	background-color: #cccc;
	margin-top:auto;
	margin-bottom:auto;
	position:absolute;
	top: 0;
	bottom: 0;
	left:15px;
}
.lightbox_sort .change_choise_checkbox + .change_choise_label.selected:before {
	border: 1px solid #000;
	background-color: #000;
}

.search_condition_area.lightbox_sort .change_choise_checkbox + .change_choise_label:before,
.search_condition_area.lightbox_tag .change_choise_checkbox + .change_choise_label:before {
	border-radius: 6px;
}

.search_condition_area input[id^="all_"].change_choise_checkbox + .change_choise_label:before {
	border-radius:100%;
}
.search_condition_area .change_choise_checkbox + .change_choise_label img {
	height: 62px;
	width:auto;
	vertical-align: middle;
	margin-right: 20px;
}


.search_condition_area .change_choise_checkbox:checked + .change_choise_label {
	border: none;
	width: auto;
	color: inherit;
}
.search_condition_area .change_choise_checkbox:checked + .change_choise_label:before {
	content:"";
	display:block;
	width: 12px;
	height: 12px;
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position:absolute;
}
.search_condition_category_item_all {
	font-size: 16px;
	padding: 10px 16px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 47px;
}

.search_condition_category_item {
}

.search_condition_subtitle {
	display:block;
	font-size:16px;
	line-height:1;
	margin:60px 16px 10px;
}

.search_condition_subsubtitle {
	display: block;
	font-size: 16px;
	padding: 19px 13px;
}

.change_choise_subcategory_label {
	font-size: 16px;
}

.search_condition_color {
	margin-bottom: 22px;
}


.search_colortype_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: -6px;
	margin-right: -6px;
}

.search_colortype_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	text-align: center;
	margin-bottom: 5px;
	padding: 0 5px;
	position: relative;
}

.change_choise_colortype_checkbox:checked + .change_choise_colortype_label {
	background-color: #4D4D4D;
	color: #fff;
}

.change_choise_colortype_label {
	display:block;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 10px 0;
}


.switch_section {
	width: 100%;
    display: table;
    table-layout: fixed;
}
.switch_area, .sort_area {
	display: table-cell;
    width: 50%;
	height: 40px;
	border: 1px solid #B3B3B3;
	text-align: center;
	vertical-align: middle;
	position: relative;
	line-height: 40px;
}
.sort_area {
	border-left: none;
}
.switch_area::before {
    position: absolute;
    display: inline-block;
    background-image: url(/static/full/images/svg/icon_search_gray.svg);
    -webkit-mask-image: url(/static/full/images/svg/icon_search_gray.svg);
    content: "";
    width: 17px;
    height: 16.5px;
    left: 8px;
    top: 11.5px;
    background-size: contain;
	background-position: center;
	left: 20%;
    background-repeat: no-repeat;
}
.switching_btn, .sort_area_btn{
    /* position: absolute; */
    /* top: 13px; */
    /* line-height: 1; */
    font-size: 14px;
    display: blocck;
    display: block;
    /* position: absolute; */
}
.switching_btn {
	/* left: 33%; */
}
.sort_area_btn{
	/* left: 40%; */
}
.sort_area::before {
    position: absolute;
    display: inline-block;
    background-image: url(/static/full/images/svg/icon_arrow_updown.svg);
    -webkit-mask-image: url(/static/full/images/svg/icon_arrow_updown.svg);
    content: "";
    width: 22px;
    height: 20px;
    left: 8px;
    top: 10px;
    background-size: contain;
	background-position: center;
    left: 23%;
    background-repeat: no-repeat;
}
/*
.switch_area::after, .sort_area_btn::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #B3B3B3;
	border-right: 2px solid #B3B3B3;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 8px;
	top: 33%; 
} */

.popup-header {
	display: block;
	width: 100%;
	height: 58px;
	font-size: 14px;
	color: #fff;
	background-color: #4D4D4D;
	padding: 21px 0;
	text-align: center;
	/* line-height: 56px; */
	position: relative;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	width: 100%;
	max-width: 600px;
	background-color: #fff;
	z-index: 2;
	height: 100%;
}
.popup-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.close-btn span{
	display: inline-block;
	position: absolute;
	right: 15px;
	width: 60%;
	height: 2px;
	transition: all .4s;
	background: #666;
	box-sizing: border-box;
	background: #fff;
}
.close-btn span:nth-of-type(1){
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: 20px;
}
.close-btn span:nth-of-type(2){
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	top: 36px;
}
.sort_btn{
	margin: 10px;
	border: 1px solid #B3B3B3;
	text-align: center;
}
.switching, .section_taglink, .section_search, .switch_section .switching_btn:before {
	display: none;
}

.sideNav_keyword {
    width: calc(100vw - 150px);
    height: 38px;
    padding: 11px 14px 11px 14px;
    background: #fff;
    border: 1px solid #B2B2B2;
    color: #555;
    font-size: 13px;
    outline: none;
    -webkit-appearance: none;
    top: calc(50% - 19px);
}

.search_condition_item_title.nav_keyword {
    display: inline-block;
    width: 140px;
}

.search_condition_link:hover {
    text-decoration: none;
}

.styling_sujest_list {
	visibility: visible;
	position: absolute;
	background: #fff;
	width: calc(100vw - 150px);
	z-index: 100;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	left: 0px;
	top: 38px;
}

.styling_sujest_list.hidden {
	visibility: hidden;
}

.styling_sujest_item {
    border-bottom: 1px solid #B2B2B2;
}

.styling_sujest_item:last-child {
    border-bottom: none;
}

.styling_sujest_link {
    cursor:pointer;
    display:block;
    padding: 10px 10px 10px 14px;
    font-size: 13px;
}

.styling_sujest_link:hover {
    text-decoration:none;
    background:#eee;
}

.styling_sujest_keyword_wrap {
    position: relative;
    display: inline-block;
}

/*
-------------------------*/
.video_on:before {
    content:"";
    background:url(/static/full/images/common/movie_on.svg);
    background-size: contain;
    position: absolute;
    display:block;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
	z-index: 10;
}
