@charset "UTF-8";

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu a {
	color: inherit;
	text-decoration: none;
	padding: 10px 20px 10px 30px;
/*	display: block;*/
}
.drawer_menu a:link,.drawer_menu a:visited {
    color: #2D2D2E;
    text-decoration: none;
}

/*.drawer_menu ul.drawer_nav a:after,.drawer_menu .drawer_nav li.ttl a:after {*/
/*    width: 6px;*/
/*    height: 10px;*/
/*    content: '+';*/
/*    color: #b2b2b2;*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 16px;*/
/*    background: url();*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*}*/
.on_child:after {
	content: '+';
    color: #b2b2b2;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 34px;
    padding: 20px 0;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 0.6em;
}
.on_child.active:after {
	content: '-';
    background: #fff;
    font-size: 18px;
    line-height: 0.3em;
}
.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
  margin-top: 60px;
}

.drawer_menu .drawer_button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 36px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 12px;
	right: 32px;
	z-index: 1001;
	text-align: center;
	outline: none;
	width: 39px;
	color: #2d2e2e;
	overflow: unset;
}
.drawer_menu .drawer_button.active .drawer_bar {
    width: 30px;
    margin-left: auto;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(45deg);
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-45deg);
}

span.drawer_bar.drawer_bar3 {
    margin-bottom: 2.5px;
}

.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_open {
    display: none;
}

.drawer_menu .drawer_open {
	letter-spacing: 0.08em;
	display: block;
	bottom: -15.5px;
	left: 2.5px;
	position: absolute;
}

.drawer_menu .drawer_close {
    bottom: -15.5px;
    left: 0.5px;
    position: absolute;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
	display: block;
	height: 2px;
	margin: 8px auto 3px!important;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.drawer_menu .active .drawer_bar {
    margin: 8px 9.3px 3px!important;
}
.drawer_menu .active .drawer_bar3 {
    margin: 9.2px 8px 2px!important;
}
.drawer_menu .drawer_text {
  text-align: center;
  font-size: 10px;
}

.drawer_menu .drawer_close {
	letter-spacing: 0.08em;
	display: none;
	margin-left: 0;
	width: 38px;
}

.drawer_menu .drawer_menu_text {
  display: block;
}
.outer {
    width: 297px;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    transition: all 0.2s;
    transform: translate(0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.drawer_menu .drawer_nav {
    border-top: none;
}
.drawer_menu .drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: #FFF;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 21px;
}
.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.drawer_nav_wrapper .outer {
    width: 100%;
}
.drawer_nav_wrapper .inner {
    width: 100%;
    margin-bottom: 92px;/* header下げた分調整する必要がある */
    padding: 0;
}
.drawer_menu.left .drawer_nav_wrapper.open {
	transform: translate(0);
    overflow: hidden;
    overflow-x: hidden;
    transition: all 0.2s;
    transform: translate(0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 280px;
    height: 100%;
}
.drawer_menu .btn_area {
    margin: 16px auto;
    display: inline-block;
    text-align: center;
}
.drawer_menu .recommend {
    text-align: center;
    margin: 12% 7%;
}
.drawer_menu .recommend a {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.drawer_menu .recommend p {
    font-size: 11px;
    text-align: center;
}
.drawer_menu .recommend p.ttl {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.drawer_menu ul.guide {
    border-top: 1px solid #eee;
    padding: 20px;
}
.drawer_menu ul.guide li {
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
}
.drawer_menu ul.guide li a{
    padding: 13px 0 13px 30px;
    width: 100%;
    display: inline-block;
}
.drawer_menu ul.guide svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 0;
    fill: #2D2D2E;
}
/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
	padding: 0;
}
.drawer_menu .on_child ul.drawer_nav li.ttl-sub {
    background-color: #eee;
}
#headerInternalColumn .drawer_menu .on_child ul.drawer_nav li.ttl-sub {
    border-bottom: none;
}
.active .tree_img_outer{
    border-bottom: dotted 1px #d8d6d6;
}
.drawer_menu .on_child ul.drawer_nav li.ttl-sub:last-child {
    border-bottom: none;
}
li.ttl-sub.on_child.active {
    border-bottom: none;
}
.drawer_menu ul.drawer_nav li#nav-home a,.drawer_menu ul.drawer_nav li#nav-login a,.drawer_menu ul.drawer_nav li#nav-cart a {
    padding: 10px 20px 10px 50px;
}
.drawer_menu .drawer_nav li {
	font-size: 14px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.drawer_menu .drawer_nav li.ttl {
    padding: 10px 21px;
    background: #2D2D2E;
    color: #fff;
    line-height: 21px;
    letter-spacing: 2px;
}
.drawer_menu .drawer_nav li.ttl a {
    padding: 0;
    color: #fff;
}
.drawer_menu .drawer_nav li.ttl-sub {
    padding: 0;
    background: #fff;
    color: #333;
    line-height: 21px;
    letter-spacing: 2px;
}
/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
	color: #2d2e2e;
	width: 38px;
	top: 0;
	right: 7px;
	position: absolute;
	overflow: inherit;
}

.drawer_menu .drawer_button .drawer_bar {
    background-color: #2d2e2e;
    width: 32px;
    margin-left: 2px;
}

body.drawer_style{
	overflow: hidden;
	height: 100%;
}
.btn_outer {
    display: inline-block;
    position: fixed;
    top: 5px;
    right: 0;
    left: auto;
    position: absolute;
    width: 44px;
    height: 46px;
    z-index: 1001;
    border-radius: 2px;
}

.ttl-sub > ul {
	display: none;
}

/* カテゴリ画像 */
.tree_img_outer {
    display: inline-block;
    width: 100%;
}
.tree_img_outer img {
display: inline-block;
    width: 51px;
    height: auto;
    float: left;
}
.tree_img_outer a {
display: block;
    width: auto;
    vertical-align: middle;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

/* 検索エリア */
#search_area_side{
    padding: 10px 4%;
    background: #E7E8E9;
    clear: both;
    text-align: center;
    overflow: hidden;
    line-height: 0.8em;
}
#search_area_side input#search_side{
    width: 94%;
    border-radius: 2px;
    border: solid 1px #bcbcbc;
    padding: 2% 3%;
    float: left;
    margin-left: 3%;
    line-height: 1.6em;
}
#search_area_side i.fa.fa-search {
    font-size: 120%;
    color: #2D2D2E;
    display: block;
    float: left;
    margin-top: 9px;
}
section#search_area_side form {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: baseline;
}
section#search_area_side input[type="submit"]#btn_kwd_search_side {
    position: absolute;
    padding: 4% 2%;
    right: 3%;
    top: 0;
    border: none;
    background: #a5a5a5;
    border: 1px solid #bcbcbc;
    border-left: none;
    background-image: url(../../../../user_data/packages/raku2sp/img/common/search.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 50%;
    text-indent: 140%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-appearance: none;
    width: 38px;
    line-height: 0.75em;
}

/* メニュー追加に伴うbxsliderの調整 */
.bx-wrapper .bx-controls-direction a {
    z-index: 99!important;
}