@charset "UTF-8";
/*================================================
ドロワーメニュー専用CSS
================================================*/

/* section_main
--------------------------------------------------------------------*/

.section_main {
	width:100%;
	padding: 0;
	margin-left:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.section_main.selected {
	width:100%;
	overflow:hidden;
}

/* section_menu
--------------------------------------------------------------------*/
.drawer_main {
	display: none;
	position: relative;
}
.is_drawer .drawer_main {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}
/*.drawer_main *,
.drawer_main *:before,
.drawer_main *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/
.drawer_bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .45);
}
.drawer_menu {
	height: 100%;
	width: 95%;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	background-color: #f6f6f6;
	position: relative;
}
.drawer_wrapper {
	position: relative;
	height: 100%;
}
.drawer_inner {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.drawer_body {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.drawer_content {
	padding-bottom: 80px;
}
.drawer_close {
	display: none;
	width:50px;
	height:50px;
	position: absolute;
	top:0;
	right: -50px;
	z-index:300;
	background:  #fff;
}
.drawer_close.is_open {
	display: block;
}
.drawer_close span {
	display: inline-block;
	height: 1px;
	background-color: #2c2b2b;
	position: absolute;
	box-sizing: border-box;
}
.drawer_close span:nth-of-type(1) {
	width:23px;
	top: 24px;
	left:13px;
	-webkit-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.drawer_close span:nth-of-type(2) {
	width:23px;
	top: 24px;
	left:13px;
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
}

/* bgmodal
--------------------------------------------------------------------*/

#bgmodal{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:250;
}
#bgmodal a{
	display:block;
	width:100%;
	height:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: rgba(0,0,0,0.6);
}


/* menu_member
--------------------------------------------------------------------*/

.menu_content {
	background-color: #f6f6f6;
	padding: 0 2%;
	box-sizing: border-box;
}
.menu_member {
	padding: 5% 2%;
}
.menu_member_list {}
.menu_member_item {}
.menu_member_link {
	display: block;
	font-size: calc(5% + 3vw);
	line-height: 1em;
	padding: 2.7% 0;
	background: url("/static/lite/images/common/ico_right.png") right center no-repeat;
	background-size: 6px 10px;
}
.menu_member_favorite {
	display: inline-block;
	position: relative;
}
.menu_member_favorite {
	position: relative;
}
.menu_member_favorite .no {
	display: block;
	width: 10px;
	height: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ef201e;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -7px;
}
.menu_member_info {}
.menu_member_data {
	width: 104%;
	display: table;
	margin: 0 -2% 5%;
}
.menu_member_heading {
	background: url("/static/lite/images/header/ico_member.png") left no-repeat;
	background-size: auto 100%;
	padding-left:12.3%;
	width: 75%;
	box-sizing: border-box;
	font-size: calc(5% + 3.4vw);
	padding: 0 0 0 16.3%;
	display: table-cell;
	vertical-align:  middle;
}
.menu_member_text{
	display: table-cell;
	width: 25%;
	text-align:  right;
}
.menu_member_rank {
	display: inline-block;
	padding: 5% 10%;
	background: black;
	font-size: calc(5% + 2.6vw);
	color: white;
	line-height: 1;
	box-sizing:  border-box;
	margin-bottom: 5%;
}
.menu_member_point {
	display: block;
	font-size: calc(5% + 3.4vw);
}

/* menu_nav
--------------------------------------------------------------------*/

.menu_nav {}
.menu_nav_list {}
.menu_nav_item {}
.menu_nav_link {
	display: block;
	font-size: calc(5% + 3vw);
	background: url(/static/lite/images/common/ico_right.png) 98% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 2%;
	border-top: 1px solid #e2e2e2;
}
.menu_nav_data {}
.menu_nav_heading {
	border-top: 1px solid #e2e2e2;
}
.menu_nav_toggle {
	display: block;
	font-size: calc(5% + 3vw);
	background: url(/static/lite/images/common/ico_down.png) 98% center no-repeat;
	background-size: 10px 6px;
	padding: 2.7% 2%;
}
.menu_nav_heading.opened .menu_nav_toggle {
	background: url(/static/lite/images/common/ico_up.png) 98% center no-repeat;
	background-size: 10px 6px;
}
.menu_nav_info {
	display: none;
	background: #e2e2e2;
}

/* BRAND */
.menu_brand_list {}
.menu_brand_item {
	float: left;
	width: 50%;
}
.menu_brand_link {
	display: block;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
	background: url(/static/lite/images/common/ico_right.png) 92% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* CATALOG */
.mwnu_catalog_list {}
.menu_catalog_item {
	float: left;
	width: 50%;
}
.menu_catalog_link {
	display: block;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
	background: url(/static/lite/images/common/ico_right.png) 92% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* WEB ALBUM */
.menu_album_list {}
.menu_album_item {
	float: left;
	width: 50%;
}
.menu_album_link {
	display: block;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
	background: url(/static/lite/images/common/ico_right.png) 92% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* STYLING */
.menu_styling_list {}
.menu_styling_item {
	float: left;
	width: 50%;
}
.menu_styling_link {
	display: block;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
	background: url(/static/lite/images/common/ico_right.png) 92% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* RANKING */
.menu_ranking_list {}
.menu_ranking_item {}
.menu_ranking_link {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* SEARCH */
.menu_search {}
.menu_search_inner {
	padding: 0 2%;
}
.menu_search_area {}
.menu_search_form {}
.menu_search_row {
	display: -webkit-flex;
	display: flex;
}

.menu_search_text {
	-webkit-flex: 1;
	flex: 1;
}
.menu_serach_group {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.menu_serach_group_input {
	width: 65%;
	position: relative;
}
.menu_serach_group_input:before {
	content: "";
	display:block;
	width: 100%;
	padding-top: 23%;
}
.menu_search_input {
	display: inline-block;
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	line-height: 1em !important;
	font-size: calc(5% + 2.4vw);
	background-color: #fff;
	margin-bottom: 0;
	padding: 7.7% 10px;
	border: 1px solid #c6c6c6;
	position:absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.menu_serach_group_submit {
	width: 15%;
	margin-left: -1px;
	position: relative;
}
.menu_serach_group_submit:before {
	content: "";
	display:block;
	width: 100%;
	padding-top: 100%;
}
.menu_serach_group_append {
	margin-left: -1px;
}
.menu_search_submit {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	background: url(/static/lite/images/header/btn_search.png) no-repeat;
	background-size: 100% 100%;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
}
.menu_serach_group_btn {
	width: 15%;
	padding: 0 0 0 5%;
}
.menu_search_link {
	display: block;
}
.menu_search_image {
	width: 100%;
	height: auto;
}

/* ITEM */
.menu_goods_list {
	padding: 5% 2%;
}
.menu_goods_item {}
.menu_goods_link {
	display: block;
	font-size: calc(5% + 3vw);
	line-height: 1em;
	padding: 2.7% 0;
	background: url(/static/lite/images/common/ico_right.png) right center no-repeat;
	background-size: 6px 10px;
}

/* CATEGORY */
.menu_category_list {}
.menu_category_item {}
.menu_category_data {}
.menu_category_heading {
	border-top: 1px solid #e2e2e2;
}
.menu_category_toggle {
	display: block;
	font-size: calc(5% + 3vw);
	background: url(/static/lite/images/common/ico_down.png) 98% center no-repeat;
	background-size: 10px 6px;
	padding: 2.7% 2%;
}
.menu_category_info {
	display: none;
	background: #e2e2e2;
}
.header_nav_category_ul_02 {}
.header_nav_category_ul_02 li {}
.header_nav_category_ul_02 li a {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* MAGAZINE */
.menu_magazine_list {}
.menu_magazine_item {}
.menu_magazine_link {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}
.menu_magazine_description {
	display: inline-block;
	vertical-align: middle;
}
.icon_magazine_update {
	display: inline-block;
	vertical-align: middle;
}
/* SNS */
.menu_sns_list {}
.menu_sns_item {}
.menu_sns_link {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

/* SHOP LIST */
.menu_shop_list {}
.menu_shop_item {}
.menu_shop_link {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	padding: 2.7% 4%;
	box-sizing: border-box;
}

.menu_btn {}
.menu_btn_list {
	display: -webkit-flex;
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
}
.menu_btn_list:before,
.menu_btn_list:after {
	content: none;
}
.menu_btn_item {
	width: 50%;
	padding: 0 6px;
}
.menu_btn_link {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	background-color: #000;
	padding: 16px 5px;
}
a.menu_btn_link:link,
a.menu_btn_link:visited,
a.menu_btn_link:hover,
a.menu_btn_link:active {
	color: #fff;
}
