@charset "UTF-8";

/**◆ ヘッダー・ハンバーガーメニュー *****************************************/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom:10px;
	background-color: #fff;
	z-index:20;
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
}
  
#logo img{
	margin-left:5%;
	z-index:50;
}

#logo img:hover{
	opacity:0.8;
}

#member-info{
	font-size: 14px;
	margin-left: 10px;
}
/* 検索BOX(ヘッダー) */

#search_area_header {
    width: 60%;
    float: right;
    margin: 10px 15% 0 0;
	border: 1px solid #A1A1A1;
    border-radius: 10px;
    background-color: #FFFFFF;
	z-index:5;
}

.searchBtn {
	width:15%;
	float:right;
    padding: 5px 0 0;
}

#cp_iptxt {
	position: relative;
	width: 80%;
	margin:5% 0 5% -5% ;
}
#cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing:inherit;
	width: 80%;
	padding: 0.2em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 1.5px solid #1b2538;
	background: transparent;
}

.ef input[type='text']:focus {
	border-bottom: 1.5px solid #0000ff;
	outline: none;
}


/* ハンバーガーメニュー */
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 20px;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 25px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 8px;
}
.hamburger__line--2 {
  top: 14px;
}
.hamburger__line--3 {
  top: 20px;
}
.hamburger__text {
  position: absolute;
  top: 22px;
  left: 10px;
  font-size: 11px;
  transition: all .6s;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* ハンバーガーメニュー 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.nav-open .hamburger__text {
  top: 30px;
}


/* 検索BOX(ハンバーガー) */
#search_top02 {
	width:260px;
	float:right;
}

.searchBtn02 {
	width:15%;
	float:right;
}

#cp_iptxt02 {
	position: relative;
	width: 80%;
	margin:5% 0 5% -5% ;
}
#cp_iptxt02 input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 80%;
	padding: 0.2em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 1.5px solid #1b2538;
	background: transparent;
}
.ef input[type='text']:focus {
	border-bottom: 1.5px solid #0000ff;
	outline: none;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
.keyword-hg {
	margin: 20px 0 20px 20px;
	color:#CCC;
}

.keyword-hg li {
	display: inline-block;
	background: #FFF;
 	padding:1px;
	border-bottom:solid 1px #333333;
 	font-size: 12px;
 	line-height: 20px;
 	letter-spacing: normal;
 	cursor: pointer;
 	vertical-align: top;
 	backface-visibility: hidden;
 	zoom: 1;
}
.keyword-hg li:hover {
	opacity: 0.5;
}
		

/* ○○から探す(ハンバーガー) */
#acd_br {
	padding:20px 0;
}


/* アコーディオン ○○から探す(ハンバーガー) */
.hgacd-check{
    display: none;
}
.hgacd-label{
	border-bottom:#333 solid 1px;
    color: #333;
	font-size:15px;
	font-weight:bold;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
	line-height:20px;
	height:20px;
	cursor:pointer;
	text-align:left;
}
.hgacd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.hgacd-check:checked + .hgacd-label + .hgacd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* アコーディオン ゲージサイズで探す(ハンバーガー) */
.size-hg label:after{
color: #fff;
font-family:"FontAwesome";
content:" \f078";
}

.size-hg input:checked ~ label::after {
color: #fff;
font-family:"FontAwesome";
content:" \f077";
}

.size-hg{
	letter-spacing: -0.5em;
}

.size-hg li{
	display: inline-block;
	background: #FFF;
	width: 30%;
 	margin: 1px;
 	border: 2px solid silver;
 	font-size: 14px;
 	font-weight: bold;
 	line-height: 31px;
 	text-align: center;
 	letter-spacing: normal;
 	cursor: pointer;
 	-webkit-transition: opacity .3s ease;
 	-moz-transition: opacity .3s ease;
 	-ms-transition: opacity .3s ease;
 	-o-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 	vertical-align: top;
 	backface-visibility: hidden;
 	zoom: 1;
}

.size-hg li:hover{
	opacity: 0.5;
}


/* アコーディオン アイテムの形状で探す モチーフで探す(ハンバーガー) */
.item-hg li{
	display: inline-block;
	background: #FFF;
	width: 45%;
	height: 10%;
 	margin: 2px;
	padding:10px 0 5px 0;
 	border: 2px solid silver;
 	font-size: 11px;
 	font-weight: bold;
 	text-align: center;
 	letter-spacing: normal;
 	cursor: pointer;
 	-webkit-transition: opacity .3s ease;
 	-moz-transition: opacity .3s ease;
 	-ms-transition: opacity .3s ease;
 	-o-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 	vertical-align: top;
 	backface-visibility: hidden;
 	zoom: 1;
}

.item-hg li img{
	width: 45%;
}

.item-hg li:hover{
	opacity: 0.5;
}


/* アコーディオン カラーで探す(ハンバーガー) */
.color-hg{
	text-align:center;
}
.color-hg p{
	padding:10% 0;
	letter-spacing: -0.2px;
}
.color-hg li {
	width:30%;
  display: inline-block;
 	font-size: 10px;
	font-weight:bold;
}

/* アコーディオン プライスで探す(ハンバーガー) */
.price-hg{
	letter-spacing: -0.4em;
}

.price-hg li{
	display: inline-block;
	background: #FFF;
	width: 30%;
 	margin: 2px;
 	border: 2px solid silver;
 	font-size: 12px;
 	font-weight: bold;
 	line-height: 31px;
 	text-align: center;
 	letter-spacing: normal;
 	cursor: pointer;
 	-webkit-transition: opacity .3s ease;
 	-moz-transition: opacity .3s ease;
 	-ms-transition: opacity .3s ease;
 	-o-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 	vertical-align: top;
 	backface-visibility: hidden;
 	zoom: 1;
}

.price-hg li:hover{
	opacity: 0.5;
}







#member-hg {
	margin-left: 10px;
}

.menuTtl{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 90%;
	border-bottom: 1px solid #666;
	color: #222;
}



.menuList{
	margin-bottom: 25px;
}

.menuList li{
	margin-bottom: 0px;
	position: relative;
}

.menuList li a{
	display: block;
	line-height: 40px;
	width: 100%;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}

.menuList li .subBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	background-size: 40px;
	right: 0px;
	top: 0px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/bg_btn_submenu_01.png);
	background-repeat: no-repeat;
}
.menuList li .subBtn.active{
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/bg_btn_submenu_02.png);
}

.menuList li .menuList02 li a{
	display: block;
	line-height: 30px;
	width: 100%;
	font-size: 70%;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
}

.menuList .icon001 span{
	padding-left: 30px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 20px;
	display: inline-block;
}

.menuList .icon002 span{
	padding-left: 30px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/icon_login.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 20px;
	display: inline-block;
}

.menuList .icon003 span{
	padding-left: 30px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/icon_new.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 20px;
	display: inline-block;
}

.menuList .icon004 span{
	padding-left: 30px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/icon_note.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 20px;
	display: inline-block;
}

.menuList .icon005 span{
	padding-left: 30px;
	background-image: url(https://gigaplus.makeshop.jp/roque0014/auc-roque/smart/images/icon_shop.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 20px;
	display: inline-block;
}

.menuList .image{
	display: inline-block;
	width: 30px;
	padding-right: 5px;
	vertical-align: middle;
}

.menuList .image img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.brandList{
	margin: 20px 0px 25px;
}
.brandList li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}
.brandList:after{
	content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


#header-banner{
    margin-bottom: 20px;
}

#header-banner img{
    width: 90%;
    margin: 10px auto;
    display: block;
}

/*** ハンバーガーメニュー内設定ここまで ***/
/**◆ ヘッダーここまで *****************************************/

