@charset "utf-8";

/* ▼（Gナビ縮むとき）▼ */
.header-sticky > .container {
	/*position: relative;*/
}

#header .header-sticky {
	width: 100%;
	background: #3B2C19;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/*overflow: hidden;*/
	border-bottom: solid 1px #E0DAD1;
	z-index: 99999;
}

#header .header-sticky.fixed {
	width: 100%;
    top: 0;
	left: 0;
}

body.sticky-menu-deactive #header {
	height: auto;
	/*min-height: 0;*/
}

body.sticky-menu-active #header {
	/*height: 115px!important;*/
	min-height: 0;
}

body.sticky-menu-active #header .header-top {
	/*padding: 5px 0;
	min-height: 10px;*/
}

#header .header-top .nav > li > span {
	padding: 10px 15px;
	display: block;
}

body.sticky-menu-active #header .header-top .nav > li > span,
body.sticky-menu-active #header .header-top .nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	/*line-height: 25px;*/
}

body.sticky-menu-active #header nav ul.nav-top {
	margin: 0;
}

body.sticky-menu-active #header nav ul.nav-main li a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.shop-info {
	width: 67%;
}

.shop-info img {
	width: 100%;
	height: auto;
}

#header .logo img {
/*	width: 85px;
	height: auto;*/
}

@media (min-width: 1200px) {
/* （1200～）のとき */
#header nav.mega-menu {
	width: 952px;
}

.shop-info .inquiry  img {
	height: 29px;
}
}

@media (min-width: 992px) {
/* （992～）のとき */

#header,
#header * {
/*	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;*/
}

body.sticky-menu-deactive #header {
	height: auto!important;
	min-height: 0;
}

body.sticky-menu-active #header {
	height: 115px!important;
	position: fixed;
}

#header .header-sticky {
	top: 0!important;
	position: static!important;
}

#header .header-sticky.fixed {
	height: 110px;
}

/*#header .header-sticky.clone {
	display: none;
}*/

body.sticky-menu-deactive #header {
	/*height: 175px;
	min-height: 175px;*/
}

body.sticky-menu-active #header {
	/*height: 140px;*/
}

body.sticky-menu-active #header .header-top {
	padding: 3px 0;
	min-height: 10px;
}

body.sticky-menu-active #header .header-top p {
	line-height: 25px;
}

body.sticky-menu-active #header > .container {
	height: 95px;
}

#header .header-sticky.fixed nav ul.nav-main {
	padding-top: 10px;
}

.shop-info,
#header .search {
	margin-top: 25px;
}

#header .header-sticky.fixed .logo {
	top: 10px;
}

#header .logo img {
	width: 140px;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#header .header-sticky.fixed .logo img {
	width: 114px;
	height: auto;
}

.shop-info {
	margin-left: 20px;
	float: right;
	position: relative;
	vertical-align: middle;
	display: table;
}

body.sticky-menu-active .shop-info, 
body.sticky-menu-active #header .search {
	margin-top: 15px;
}

/* メインコンテンツ */
body.sticky-menu-active .main {
	padding-top: 175px;
}

#header nav ul.nav-main {
	height: auto!important;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
/* （992～1199）のとき */
#header {
	height: 170px;
}

body.sticky-menu-deactive #header {
	min-height: 0;
}

#header .header-sticky {
	height: 130px;
}

.shop-info {
	width: 65%;
}

.shop-info, #header .search {
	margin: 10px 0;
}

body.sticky-menu-active .shop-info, 
body.sticky-menu-active #header .search {
	margin-top: 10px;
}
}

@media (max-width: 991px) {
/* （～991）のとき */
body.sticky-menu-active #header {
	height: auto;
}

/*#header .header-sticky.fixed {
    position: fixed;
}
*/

/*#header .header-sticky {
	min-width: 310px;
	position: relative;
}*/

#header .header-sticky.fixed {
	/*position: fixed!important;*/
}

#header .header-sticky .container {
	height: auto;
	/*min-height: 90px;*/
	display: table;
}

/* ナビが開いているとき、アイコンをバツマークに */
.js-sp-nav-open .fa-bars:before {
	content: '\f00d';
}

.sticky-menu-active #header .header-sticky .container {
	min-height: 0;
}


/* Gナビ通常のとき */
#header {
	width: 100%;
	height: auto;
	min-height: 120px;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	/*position: fixed!important;*/
	z-index: 999;
	position: relative;
}

#header > .container {
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header .header-top {
	padding: 10px 0;
	min-height: 0;
}

#header .header-top p,
#header .header-top .nav > li {
	line-height: 22px;
}

#header .logo img {
	width: 100px!important;
}

/*.js-sp-nav-open #header .logo img,*/
#header .clone .logo img {
	width: 60px!important;
}

#header .header-top i {
	margin-left: 0;
}

#header .header-top .nav {
	float: left!important;
	clear: both;
}

#header .header-top .nav > li > span {
	padding: 0;
}

.nav-top {
	width: 70%;
}

.shop-info {
	width: auto;
	text-align: right;
}

/* スマホのときだけ表示される　カテゴリGナビ */
.header-sticky.fixed + .sp-g-nav {
	/*display: none;
	overflow: hidden;
	margin-top: 66px!important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;★
	margin-top: 90px;*/
}

.sp-g-nav {
	width: 100%;
/*	position: absolute;
	bottom: 0;*/
}

.sp-g-nav > ul {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	display: table;
	table-layout: fixed;
	clear: both;
}

.sp-g-nav li {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
}

.sp-g-nav li:first-child {
	border-left: none;
}

.sp-g-nav li a {
	width: 600px;
	height: 40px;
	display: table-cell;
	background: #D60059;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-size: 11px;
}

.sp-g-nav li a:hover {
	text-decoration: none;
	background: #ff1176;
}

/* メインコンテンツ */
.main {
	padding-top: 0!important;
}

}

@media (min-width: 768px) {
.sp-g-nav {
	/*width: 750px;*/
	margin: 0 auto;
}
}

/* ▲（Gナビ縮むとき）▲ */


@media (min-width: 992px) and (max-width: 1199px) {
/* （992～1199）のとき */
#header {
}

#header > .container {
	height: 120px;
}

#header .logo {
	top: 55px;
	display: block;
	position: absolute;
}

/*.sticky-menu-deactive #header .logo {
	top: 14%;
}*/

.sticky-menu-active #header .header-sticky.fixed .logo {
	top: 40px;
}
/*
#header .logo img {
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}*/

.sticky-menu-active #header .logo img {
	width: 100px;
	height: auto;
}

#header nav ul.nav-top {
	width: 590px;
}

#header nav ul.nav-main {
	margin: 0;
/*	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;*/
}

#header nav ul.nav-main li a {
	padding-left: 13px;
	padding-right: 13px;
}
}

@media (max-width: 991px) {
/* （～991）のとき */
#header .logo {
/*	width: 1%;
	width: 65px;*/
	margin: -28px auto 0 auto;
	top: 10px;
	text-align: center;
	float: none;
	/*display: table-cell;*/
	vertical-align: middle;
}

#header .nav-main small {
	display: inline-block;
	margin-left: 30px;
}

.sticky-menu-active #header .logo {
	/*top: 15px;*/
	margin-top: 0;
}

.sticky-menu-active #header .header-sticky .container {
	min-height: 0;
}

.shop-info {
	margin-top: -75px;
	padding: 5px 0;
	overflow: hidden;
}
}

@media (max-width: 767px) {
/* （～767）のとき */
.sp-helper-nav {
	width: 100%;
}

.shop-info {
	width: auto;
}

#header .header-sticky .container {
	width: 98%;
	padding-left: 0;
	padding-right: 0;
}
}

@media (max-width: 991px) {
/* （～479）のとき */
#header .logo {
	width: 30%;
}

.shop-info {
	padding: 5px;
}
}

@media (max-width: 329px) {
/* （～329）のとき */
#header .header-top .nav > li > span {
	font-size: 10px;
}
}

/* スマホのとき表示されるヘルパーナビ 
--------------------------------------------------------------- */
.sp-helper-nav {
	width: 100%;
	margin: 4px 0 0 0;
	float: none;
}

.sp-helper-nav ul {
	margin: 0;
	padding: 0;
}

.sp-helper-nav li {
	padding: 0 0 0 10px;
	display: table-cell;
	list-style: none;
	font-size: 8px;
	text-align: center;
	line-height: 1.3;
}

.sp-helper-nav li:first-child {
	padding-left: 0;
}

.sp-helper-nav li > button,
.sp-helper-nav li > a {
	color: #fff;
	background: #D9005B;
}

.sp-helper-nav li > button i,
.sp-helper-nav li > a i {
	font-size: 23px;
}

.sp-helper-nav li .btn {
	width: 45px;
	margin: 0 0 3px 0;
	padding-left: 0;
	padding-right: 0;
}

.sp-helper-nav .btn:focus, 
.sp-helper-nav .btn.focus,
.sp-helper-nav .btn:hover {
	color: #fff;
	background: #311f17;
}

@media (max-width: 479px) {
/* （～479）のとき */
.sp-helper-nav li > button,
.sp-helper-nav li > a {
	width: 100%;
	padding: 8px 15px;
}
}



@media (max-width: 991px) {
/* （～991）のとき */
#header .mega-menu {
	max-height: 270px;
	/*overflow: auto;
	overflow-x: hidden;*/
}

#header .icon-country {
	width: auto;
	height: 22px;
	float: left;
	display: block;
}

#header .icon-brand {
	width: auto;
	height: 22px;
	float: right;
	display: block;
}

#header .header-top {
	padding: 5px;
}

#header .header-txtbox {
	width: 100%;
	padding: 0;
}
}

