.new_search_section{
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

html:not(.sp) .narrow_section{
  width: 240px;
  box-sizing: border-box;
  display: block;
}

.narrow_section{
  width: 240px;
  box-sizing: border-box;
  display:none;
}


html:not(.sp) .search_results_section{
  display: flex;
  flex-direction: column;
  flex-grow: 1;	
  margin-left: 60px;
  width: min-content;
}

.search_results_section{
  display: flex;
  flex-direction: column;
  flex-grow: 1;	
  margin-left: 0px;
  width: calc(100vw - 34px);
}


/*アコーディオンメニュー*/
.narrow_accordion {
    max-width: 500px;
    margin-bottom: 7px;
}

.narrow_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0;
    color: #222222;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.narrow_accordion summary::-webkit-details-marker {
    display: none;
}

.narrow_accordion summary::before,
.narrow_accordion summary::after {
	width: 1px;
    height: 14px;
    border-radius: 5px;
    background-color: #000000b3;
    content: '';
}

.narrow_accordion summary::before {
    position: absolute;
    right: 10px;
    rotate: 90deg;
}

.narrow_accordion summary::after {
	position: absolute;
    transition: rotate .3s;
    right: 10px;
}

.narrow_accordion[open] summary::after {
    rotate: 90deg;
}

.narrow_accordion ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #5f6368;
    transition: transform .5s, opacity .5s;
}

.narrow_accordion[open] ul {
    transform: none;
    opacity: 1;
}

.cate_menu{
	position: relative;
}

.narrow_accordion ul{
	
}

.narrow_accordion ul li{
	font-size: 14px;
	cursor: pointer;
	color:#222222;
	letter-spacing: 0.05em;

}
.narrow_accordion ul li a{
	color:#222222;
	letter-spacing: 0.05em;
	display: flex;
    height: 35px;
    align-items: center;
}

.g_cate{
    padding-left: 9px;
	
}
.ttl{
    padding-left: 9px;	
}

.narrow_accordion label{
cursor: pointer;
}

.narrow_accordion .selected{
	background-color: #F5F5F5;
	position: relative;
}

.narrow_accordion ul li:hover{
	background-color: #F5F5F5;
}

.narrow_accordion .cate_menu::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

/*閉じるアイコン*/
:root {
	--icon-width: 2px;
	--icon-color: black;
}
.icon-close {
	color: var(--icon-color);
    width: 16px;
    height: 16px;
	position: absolute;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: inline-flex;   
}
.icon-close:before,
.icon-close:after {
	content: "";
	position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
	height: var(--icon-width);
	background-color: #fff;
}
.icon-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.narrow-close{
    left: 215px; 
	top: 10px;
}

html:not(.sp) .narrow_acc_ttl{
	font-weight: bold;
	margin: 5px 0px 5px 13px;
}
.narrow_acc_ttl{
	font-weight: bold;
	margin: 20px 23px 0px;
}

html:not(.sp) .genre_ttl{
	background-color: #CCCCCC;
	line-height: 100%;
    padding: 9px 11px;
	margin: 7px 0px 0px;
}
.genre_ttl{
	background-color: #CCCCCC;
	line-height: 100%;
    padding: 9px 11px;
    margin: 0px;
}

/*ドロップダウンメニュー*/
.narrowdropdown_lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
	width: 240px;
    position: absolute;
	top: 0px;
    left: 240px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    z-index: 5;
}
.cate_menu:hover .narrowdropdown_lists {
    display: block;/*カテゴリメニューにホバーしたら表示*/
}

.cate_menu ul li{
	padding: 14px;
}

.cate_menu ul li a{
	color:#222222;
	letter-spacing: 0.05em;
	display: block;
    height: 100%;
}

.subcate_dropdown {
    background-color: #ffffff;
    transition: all .3s;
    position: relative;
}
.subcate_dropdown:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.subcate_dropdown:hover {
    background-color: #ffffff;
}
.subcate_dropdown a {
    color: #222222;
    text-decoration: none;
    position: relative;
}

.listactivate{
padding: 0px !important;	
position: relative;
}

.listactivate ul li{
    padding: 10px 8px 8px 25px;
}

.listactivate .narrowdropdown_lists{
display: block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    width: 100%;
    z-index: auto;	
}
.listactivate_ttl{
	background-color: #F5F5F5;
	width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.cate_check{
	
}

.cate_check li{
padding: 9px;	
}

/*チェックボックス*/
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #686868;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;        
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 3px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #686868;
  border-bottom: 2px solid #686868;
  content: '';
}

.colortip{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.white{
	background-color: #fff;
	border: 1px solid #222222;
}

.black{background-color: #000;}
.gray{background-color: #979797;}
.beige{background-color: #eadcc2;}
.brown{background-color: #882a05;}
.pink{background-color: #f19db8;}
.red{background-color: #f30000;}
.orange{background-color: #ff6a2c;}
.yellow{background-color: #f5e500;}
.green{background-color: #008e37;}
.blue{background-color: #004eff;}
.navy{background-color: #163259;}
.purple{background-color: #3f1b83;}

html:not(.sp) .form_controler{
	display: flex;
	justify-content: space-between;
	  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%);

	position: sticky;
    bottom: 0;
    width: 240px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form_controler{
	display: flex;
	justify-content: space-between;
	  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%);

	position: fixed;
    bottom: 0;
    width: 240px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.form_btn{
    width: 48%;
}
/*クリア・決定ボタン*/
.form_submitbutton {
  display:inline-block;
  font-size:12px;
  text-align:center; 
  cursor:pointer;
  padding:12px 19px; 
  background:#000000;
  color:#ffffff; 
  line-height:1em;
  opacity:1;
  transition:.3s;
  border: none;
  width: 100%;
  border-radius: 3px;
  border:1px solid #222223;
}
.form_submitbutton:hover {
  opacity       : 0.8;
}

.form_clearbutton {
  display:inline-block;
  font-size:12px;
  text-align:center; 
  cursor:pointer;
  padding:12px 19px; 
  background:#fff;
  color:#222222;
  border: 1px solid #222222; 
  line-height:1em;
  opacity:1;
  transition:.3s;
  width: 100%;
  border-radius: 3px;
}
.form_clearbutton:hover {
  opacity       : 0.8;
}

/*価格帯フィールド*/
.price_field_area{
	width: 100%;
    position: relative;	
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}
.price_field{
	display: inline-block;
}
.price_field span{
vertical-align: middle;
    margin-left: 4px;
}
.price_field input{
width: 90px;
    border: none;
    background-color: #f5f5f5;
    height: 36px;
}


/*検索ボックスフィールド*/
html:not(.sp) .searchbox_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}
.searchbox_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
}


html:not(.sp) .searchbox_area .searchbox{
    display: inline-block;
    width: 100%;
}
.searchbox_area .searchbox{
    display: inline-block;
    width: 100%;
}
.searchboxttl{
    width: 30%;
    font-weight: bold;	
}

.searchbox_area .searchbox input{
-webkit-appearance: none;
    background: #fff;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 40px;
    outline: 0;
    border: solid 1px #d9d9d9;
    padding: 0 21px;
    color: #737373;
    font-size: 14px;
}

@-moz-document url-prefix() {
.searchbox_area .searchbox input{
    padding: 0px;
  }
}

.searchbox_area .searchbox input:hover{
	background: #f7f7f7;
}
.newsearch{
	
}
.newsearch button{
    height: 42px !important;
    background-color: #686868 !important;
border-top-left-radius:0px!important;
border-bottom-left-radius:0px!important;
}


/*検索条件ボックス*/
html:not(.sp) .search_conditions_area{
   width: 100%;
}
.search_conditions_area{
   width: calc(100vw - 17px);
}


.search_result_count{
    color: #000;
    padding-top: 8px;
}
.search_result_count .resultCount{
	vertical-align: bottom;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 0.05em;
}

.search_result_count .resultCount span{
	font-size:24px;
}
html:not(.sp) .search_conditions{
	width: 100%;
	margin: auto;
}
.search_conditions{
	margin: auto;
    width: 100%;
   margin-top: 20px;
}


html:not(.sp) .search_conditions ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0px;
}
.search_conditions ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 0px;
}


.search_conditions ul li{
    background-color: #F0F0F0;
    margin: 0px 8px 8px 0px;
    font-size: 13px;
    padding: 8px 32px 8px 8px;
    position: relative;
    letter-spacing: 0.05em;
    border-radius: 2px;
}
.search_conditions ul li span{
	font-weight: bold;
}

.condition-close{
	margin-left: 8px;
}

html:not(.sp) .search_result_group{
	display: flex;
    justify-content: space-between;	
}

.search_result_group{
	display: block;
}


/*並び替えエリアPC*/
html:not(.sp) .search_sort_area{
	display: flex;
    justify-content: space-between;
}

.search_sort_area{
    display: none;
}


.search_sort_area ul{
    display: flex;
    justify-content: flex-end;	
}

.search_sort_area ul li{
	font-size: 14px;
	letter-spacing: 0.05em;
}
.sort_ttl{
  padding: 12px 8px 12px 38px;
	background-image: url(/jp/assets/images/common/sort_ico.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
	letter-spacing: 0.05em;
}

.nsc_rdInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nsc_rdInput:hover {
  /*background: rgba(0,0,0,0.05);*/
}
.nsc_rdInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.nsc_rdInput-Input:focus + .nsc_rdInput-DummyInput {
  border: solid 2px #333333;
  background: #EEEEEE;
}
.nsc_rdInput-Input:checked + .nsc_rdInput-DummyInput {
  border: solid 1px #686868;
}
.nsc_rdInput-Input:checked + .nsc_rdInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #686868;
  
}
.nsc_rdInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #888;
}
.nsc_rdInput-LabelText {
  margin-left: 8px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 1270px) {
.nsc_rdInput-LabelText {font-size: 12px;}
.search_sort_area ul li{font-size: 12px; line-height: 160%;}
}

@media (max-width: 1200px) {
.nsc_rdInput-LabelText {font-size: 11px;}
.search_sort_area ul li{font-size: 11px; line-height: 160%;}
.search_result_count .resultCount span {font-size: 20px;}
.search_result_count .resultCount{font-size: 11px;}
.nsc_rdInput {padding: 12px 3px;}
}

/*並び替え＆絞り込みエリアSP*/

html:not(.sp) .detail_search_sort_area_sp{
    display: none;	
}

.detail_search_sort_area_sp{
    display: block;	
    margin-top: 20px;
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.searchdetail_sp{
    min-width: 110px;
    height: 40px;	
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    line-height: 40px;
    cursor: pointer;
    
}
.searchdetail_sp:active {
	background-color: #e5e5e5;
}



.searchdetail_sp p{
	background-image: url(/jp/assets/images/common/indicator_ico.svg);
    background-repeat: no-repeat;
	padding-left: 40px;
    background-position: 10px center;
}

/*スマホのセレクトボックス*/

.searchsort_select_sp {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.searchsort_select_sp::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transform: rotate(-135deg);
    position: absolute;
    right: 15px;
	margin-top: 0px;
}

.searchsort_select_sp select {
    appearance: none;
    min-width: 135px;
    height: 40px;
    padding: .4em calc(.8em + 20px) .4em .8em;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	background-image: url(/jp/assets/images/common/sort_ico.svg);
    background-repeat: no-repeat;
	padding-left: 40px;
    background-position: 10px center;
    
}


/*絞り込み検索パネル*/
.detail_search_panel {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}



/*
.drawer-opened{
  & .active{
      right: 0;
  }
  & #contents{
      transform: translateX(-150px);
  }
}
*/

.drawer-opened .active{
      right: 0;
	}


/*絞り込みが出る時はヘッダーを消す*/
.drawer-opened #head{
	display:none;
}


.detail_search_header{
    width: 100%;
    display: flex;
    background-color:#686868;
    position: fixed;
    height: 48px;
    line-height: 48px;
    color: #fff; 
    z-index: 3;   
}

.detail_search_header .back_btn{
    position: absolute;
    padding-left: 30px;
}
.detail_search_header .detail_search_ttl{
	width: 100%;
    text-align: center;
	font-weight: bold;
}

.detail_search_header .back_btn::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 12px;
    top: calc(50% - 5px);
}

.header_spacer{
    width: 100%;
    height: 48px;	
}

.fotter_spacer{
    width: 100%;
    height: 100px;	
}

.detail_search_keyword{
	padding:17px;
}

/*性別タブ*/

.genretab {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.genretab > label {
    flex: 1 1;
    order: -1;
    min-width: 10px;
    padding: .7em 1em .5em;
    background-color: #f0f0f0;
    color: #CCCCCC;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
	height: 32px;
    align-content: center;
    line-height: 32px;
}

.genretab > label:hover {
    opacity: 1;
}

.genretab input {
    display: none;
}

.genretab > div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.genretab label:has(:checked) {
    border-bottom: 2px solid #222222;
    color: #222222;
    height: 30px;
    line-height: 33px;
}

.genretab label:has(:checked) + div {
    display: block;
}

/*SP絞り込みメニュー*/
.sp_narrow_list {
	color:#222222;
}
.sp_narrow_list li{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;	
}

.sp_narrow_list li:active{
	background-color: #e5e5e5;
	}

.sp_narrow_list li .active{
    color:#222222;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
display: contents;
}

.select_text{
overflow: hidden;
    text-overflow: ellipsis;	
}

.text-ellipisis{
text-overflow: ellipsis;
    overflow: hidden;	
}

.next_narrow{
    border-bottom: 1px solid #dcdcdc;
}

.sp_narrow_checklist{
	color:#222222;	
}

.sp_narrow_checklist li{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #dcdcdc;	
}

.sp_narrow_checklist li:active {
	background-color: #e5e5e5;
}

.sp_narrow_checklist label{
    margin-left: 7px;	
}


.non_active{
	color:#CCCCCC;
}

.sp_narrow_list li span{
}

.sp_narrow_list span img{
    width: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 12px;
    height: 40px;
}

.b_catename{
    font-weight: bold;	
    width: 150px;    	
}

.selected-tag{
	color:#CCCCCC;
}
.sp_narrow_list li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
	margin-top: 0px;
}

.sp_narrow_price{
padding: 20px !important;	
}

.sp_narrow_price::after {
	display: none!important;
}

.sp_narrow_price .from{
	margin-left: 35px;
}

.sp_price_field{
    display: flex;
    align-items: center;	
}

.sp_price_field input{
	display: block;
	width: 90px;
    border: none;
    background-color: #f5f5f5;
    height: 36px;
    -webkit-appearance: none;

}

.sp_price_field span{
	font-weight: bold;
	margin-left: 5px;
}

.spform{
	position: fixed;
    bottom: 0;
    width: 88%;
    background-color: #fff;	
	box-shadow: 0px -4px 11px 0px #828282;
	height: 80px;
    align-items: center;
    padding-right: 6%;
    padding-left: 6%;
}

.sp_form_btn {
    width: 48%;
}

.sp_form_btn_full {
    width: 100%;
}


.spform_main{
	position: fixed;
    bottom: 0;
    width: 88%;
    background-color: #fff;	
	box-shadow: 0px -4px 11px 0px #828282;
	height: 80px;
    align-items: center;
    padding-right: 6%;
    padding-left: 6%;
}

.spform_main_btn_claer{
    width: 48%;
}

.spform_main_btn_submit {
    width: 48%;
}

.spform_main input{
	display: block!important;
}

.form_submitbutton_main {
  display:inline-block;
  font-size:12px;
  text-align:center; 
  cursor:pointer;
  padding:12px 19px; 
  background:#000000;
  border: 1px solid #000000;
  color:#ffffff; 
  line-height:1em;
  opacity:1;
  transition:.3s;
  border: none;
  width: 100%;
  border-radius: 3px;
  height: 38px;
}

.form_submitbutton_main:active {
	background-color: #333333;
}


.form_submitbutton_main:hover {
  opacity       : 0.8;
}

.form_clearbutton_main {
  display:inline-block;
  font-size:12px;
  text-align:center; 
  cursor:pointer;
  padding:12px 19px; 
  background:#fff;
  color:#222222; 
  line-height:1em;
  opacity:1;
  transition:.3s;
  border: none;
  width: 100%;
  border-radius: 3px;
  border:1px solid #222222;
  height: 38px;
}

.form_clearbutton_main:active {
	background-color: #e5e5e5;
}

.form_clearbutton_main:hover {
  opacity       : 0.8;
}





/*ページング*/
.new_paging_area{
	width: 100%;
	margin-top: 50px;
    display: flex;
    justify-content: center;
}
html:not(.sp) .new_paging_area .new_pages{
	display: flex;
    width: auto;
    justify-content: center;
    font-size: 14px;
}
.new_paging_area .new_pages{
	display: flex;
    width: 80%;
    justify-content: center;
    font-size: 14px;
}

.search .mLink a{
	border-bottom: 0px!important;
}

.search .mLink a:after {
	display:none!important;
	}
.search .mPaging .buttons .mLink.prev{
right: 0px!important;	
}

.search .mPaging .buttons{
	margin-top: 0px!important;
}

.new_pages li{
margin: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 180%;
}

.new_pages .current{
	background-color: #222222;
	border-radius: 50%;
}
.new_pages .current a{
	color:#fff;
	letter-spacing: initial;
}

.new_pages li a{
    color: #686868;
    letter-spacing: initial;
    font-weight: bold;	
}

.buttons div{
}

.new_beforpages{
content: '';
    display: block!important;
    width: 6px!important;
    height: 6px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transform: rotate(-45deg);
    margin-right: 30px;
    position: relative!important;
    top: 10px;
}
.new_nextpages{
content: '';
    display: block!important;
    width: 6px!important;
    height: 6px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transform: rotate(135deg);
    margin-left: 30px;
    position: relative!important;
    top: 10px;
}

.new_nextpages a{
	display: block;
    height: 100%;
    padding: 4px;
	margin: -4px;		
}
.new_beforpages a{	
	display: block;
    height: 100%;
    padding: 4px;
	margin: -4px;		
}


.pageing_none{
	display: none!important;
}

/*フローティング絞り込み*/

html:not(.sp) .new_fixed_search {
	display: none;
    position: sticky;
    z-index: 100;
    height: 0px;
    top: 87%;
    left: 100%;
    cursor: pointer;
    transition: opacity 1s,visibility 1s;
    opacity: 0;
    visibility: hidden
}

.new_fixed_search {
    position: sticky;
    z-index: 100;
    height: 0px;
    top: 87%;
    left: 100%;
    cursor: pointer;
    transition: opacity 1s,visibility 1s;
    opacity: 0;
    visibility: hidden
}



.new_fixed_search p{
color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 85%;
    margin: 0 auto;
	}

.new_fixed_search.active {
    opacity: 1;
    visibility: visible
}

.new_fixed_search>div {
	padding: 16px 0;
    background: #686868;
    width: 70px;
    border-radius: 50%;
    right: 0;
    position: absolute;
    bottom: -30px;
}

.new_fixed_search>div .svg {
    background: url(/jp/assets/images/common/indicator_ico.svg) no-repeat;
    width: 22px;
    height: auto;
    margin: 0 auto;
}
.svg path{
fill:#fff;
}

/*サジェスト*/
.js_form{
	display: flex;
	width: 100%;
}