﻿#brand-search h2{
	background: none;
	margin: 20px 0 20px;
	padding: 0;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}
.brand-search-main{
	border-top: 1px solid #ededed;
}
.brand-search-main a{
	text-decoration: none;
}
#brand-search-newitem h3,
#brand-search-saleitem h3,
#brand-search-size h3{
	display: block;
	padding: 0;
	line-height: 1;
	position: relative;
	cursor: pointer;
}
#brand-search-newitem h3 a,
#brand-search-saleitem h3 a,
#brand-search-size h3 a{
	display: block;
	padding: 20px 15px;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
}
#brand-search-size h3,
#brand-search-item h3,
#brand-search-coordinate h3{
	display: block;
	padding: 0;
	line-height: 1;
	position: relative;
}
#brand-search-newitem h3::before,
#brand-search-saleitem h3::before,
#brand-search-size h3::before,
#brand-search-item h3::before,
#brand-search-coordinate h3::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #595959;
	border-right: solid 2px #595959;
	position: absolute;
	top: 45%;
	right: 18px;
	transform: rotate(45deg);
}
#brand-search-freeword h3,
#brand-search-gender h3,
#brand-search-size h3,
#brand-search-item h3,
#brand-search-coordinate h3,
#brand-search-brand h3{
	display: block;
	padding: 20px 15px;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
#brand-search-gender-link{
	text-align: center;
	overflow: hidden;
	padding: 0 15px 22.5px;
}
#brand-search-gender-link a{
	display: block;
	float: left;
	width: 48%;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	vertical-align: middle;
}
#brand-search-gender-link a:first-of-type{
	margin-right: 2%;
	color: #e3b1c4;
	border: 1px solid #e3b1c4;
}
#brand-search-gender-link a:last-of-type{
	margin-left: 2%;
	color: #b1c5e3;
	border: 1px solid #b1c5e3;
}
#brand-search-gender-link{
	text-align: center;
}
#brand-search-freeword h3{
	padding-bottom: 15px;
}
#brand-search-freeword form{
	margin: 0 15px 25px;
	padding: 0;
}
#brand-search-freeword form input{
	height: 38px;
	line-height: 38px;
	padding: 0 35px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
#brand-search-freeword form button{
	top: 7.5px;
	left: 11px;
	right: auto;
}

/* アイテムから探す */
#brand-search-item-modal-menu{
	display: none;
}
#brand-detail-search-size,
#brand-search-item-modal-menu{
	position: fixed;
	top: 53px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: scroll;
  padding-bottom: 50px;
}
#brand-detail-search-size p,
#brand-search-item-modal-menu p{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #444444;
	padding: 15px 0;
	line-height: 1;
}
#brand-search-item-modal-menu li ul li a,
#brand-search-item-modal-menu li span.maintitle{
	display: block;
	padding: 20px 15px;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #ededed;
	position: relative;
	cursor: pointer;
}

#brand-search-item-modal-menu li:last-of-type span.maintitle{
	border-bottom: 1px solid #ededed;
}
#brand-search-item-modal-menu li ul{
	display: none;
}
#brand-search-item-modal-menu li ul li:last-of-type{
	border-bottom: 1px solid #ededed;
}
#brand-search-item-modal-menu li ul li a::before,
#brand-search-item-modal-menu li span.maintitle::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #595959;
	border-right: solid 2px #595959;
	position: absolute;
	top: 45%;
	right: 18px;
	transform: rotate(45deg);
}
#brand-search-item-modal-header{
	position: relative;
	border-top: 1px solid #ededed;
}
#brand-search-item-modal-header span{
	position: absolute;
	top: 16px;
	left: 8px;
	color: #444444;
	font-size: 12px;
	line-height: 1;
	text-indent: 25px;
	z-index: 10;
	cursor: pointer;
}
#brand-search-item-modal-header span::before{
  content: '';
  width: 8px;
  height: 8px;
  padding: 0 0 0;
  border: 0;
  border-top: solid 2px #595959;
  border-right: solid 2px #595959;
  position: absolute;
  top: 1.5px;
  left: 8px;
  transform: rotate(-135deg);
}
#brand-search-item-modal-backbtn1{
	display: block;
}
#brand-search-item-modal-backbtn2{
	display: none;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
}
@media only screen
and (min-device-width:320px) 
and (max-device-width:568px) {
	body.fixed {
		overflow: visible;
	}
}
header.headar.modal{
	position: fixed;
	display: block;
	top: 0;
}
header.headar.modal .header--fix{
	margin: 0!important;
	left: 0;
}

/*サイズから探す*/
#brand-detail-search-size{
	display: none;
}
#brand-detail-search-size .brand-detail-search-size-main{
	padding: 10px 15px;
	border-top: 1px solid #ededed;
}
#brand-detail-search-size .brand-detail-search-size-main:last-of-type{
	border-bottom: 1px solid #ededed;
}
#brand-detail-search-size .brand-detail-search-size-main p{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: left;
	color: #444444;
	font-size: 12px;
}
.brand-detail-search-size-main ul{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}
.brand-detail-search-size-main ul li{
	margin: 5px 0;
	padding-right: 2px;
	display: inline-block;
	width: auto;
}
.brand-detail-search-size-main ul li a{
	border: 1px solid #dadada;
  border-radius: 5px;
  display: block;
  padding: 13px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
}
.brand-detail-search-size-main ul li label{
	border: 1px solid #dadada;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 70px;
}
.brand-detail-search-size-main ul li label.active{
	background: #e9e9e9;
}
.brand-detail-search-size-btn{
	text-align: center;
	padding: 0 15px 0;
	margin-bottom: 0;
	overflow: hidden;
}
.brand-detail-search-size-btn p{
	float: left;
}
.brand-detail-search-size-btn p:last-of-type{
	float: right;
}
.brand-detail-search-size-btn p.group-search-2--btn-2{
	margin: 0;
	padding: 0;
	width: 30%;
}
.brand-detail-search-size-btn p.group-search-2--btn-2 button{
	margin: 0;
	padding: 15px 0;
	border: 1px solid #dadada;
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
}
.brand-detail-search-size-btn p.group-search-2--btn-1{
	margin: 0;
	padding: 0;
	width: 68%;
	font-size: 13px;
}
.brand-detail-search-size-btn p.group-search-2--btn-1 button{
	margin: 0;
	padding: 15px 0;
	font-size: 13px;
	border: 1px solid #666666;
}
#brand-detail-search-size h3{
	color: #444444;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #ededed;
	font-family: 'Noto Sans JP', sans-serif;
}
#brand-detail-search-size h3::before{
	display: none;
}
#brand-search-size-header{
	position: relative;
}
#brand-search-size-header span{
	position: absolute;
	top: 18px;
	left: 8px;
	color: #444444;
	font-size: 12px;
	line-height: 1;
	text-indent: 25px;
	z-index: 10;
	cursor: pointer;
	outline: 0;
}
#brand-search-size-header span:focus {
  outline: none;
}
#brand-search-size-header span::before{
	content: '';
	width: 8px;
	height: 8px;
	padding: 0 0 0;
	border: 0;
	border-top: solid 2px #0b0b0b;
	border-right: solid 2px #0b0b0b;
	position: absolute;
	top: 1.5px;
	left: 8px;
	transform: rotate(-135deg);
}


.page-brandtop.is-drawer-gone{
	overflow: hidden;
}
.contents .drawer--wrapper{
	overflow-y: scroll;
}
#brand-search #brand-search-wrap .group-search-2--contents.js-common-tab--content.is-active,
.drawer__search .narumiya-search-size.narumiya-search-main .group-search-2--contents.is-active{
	padding-bottom: 150px;
	
}
.brand-detail-search-size-btn{
    text-align: center;
    padding: 15px 15px 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #f8f8f8;
}
.brand-detail-search-size-btn p{
	padding-top: 0;
}
.drawer__menu .drawer--wrapper{
	position: fixed;
}
body.page-brandtop.is-drawer-active-menu .contents{
	padding: 0 0 90px;
}
body.page-goods .drawer.drawer__menu, body.page-brandtop .drawer.drawer__menu{
	position: static;
	height: auto;
}
body.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100%;
}
body.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container .group-brand-head--container-inner{
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 50px;
	background: #fff;
}

.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container .drawer.drawer__menu{
	position: static;
	transform: none;
	transition: none;
}
.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container{
	transform: none;
	transition: none;
}
.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container .drawer.drawer__menu .drawer--wrapper{
	padding-top: 0;
	transform: none;
	transition: none;
	position: static;
	overflow: auto;
}
.page-brandtop.is-drawer-active-menu .contents .pane-main .group-brand-head--container .drawer.drawer__menu .drawer--wrapper .drawer--slide-container{
	transform: none;
	transition: none;
	
}
#brand-search-wrap {
	border-bottom: 1px solid #ededed;
}
