@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;
	top: 0;
}
.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);
	z-index: 0;
}
.drawer_menu {
	height: 100%;
	width: 100%;
	max-width: 100% !important;
	min-width: 275px;
	background-color: #fff;
	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 {
	color: #2c2b2b;
	position: relative;
	/* overflow: hidden; */
	padding-bottom: 116px;
}
.drawer_content ul, .drawer_content dl {
	padding: 0;
	margin: 0;
}
.drawer_close {
	display: block;
	position: absolute;
	top: 24px;
	right: 26px;
	width: 26px;
	height: 18px;
	transition: rotate .4s;
	opacity: 1;
	z-index: 9999;
}
.drawer_close:before{
	content:"";
	display:block;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background: none;
	position:fixed;
	z-index: 0;
	padding:0;
	margin:0;
}
.drawer_close span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	transition: all .4s;
	background: #666;
	box-sizing: border-box;
}
.drawer_close span:nth-of-type(1) {
	top: 0;
}
.drawer_close span:nth-of-type(2) {
	top: 8px;
}
.drawer_close span:nth-of-type(3) {
	bottom: 0;
}
.drawer_close.is_open {
	right: 26px;
}
.drawer_close.is_open span {
	background: #000;
}
.drawer_close.is_open span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.drawer_close.is_open span:nth-of-type(2) {
	opacity: 0;
}
.drawer_close.is_open span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) 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);
}
/* section_menu
--------------------------------------------------------------------*/
.menu_member {
	padding: 17px 15px;
	line-height: 24px;
	border-bottom: 1px solid #D9D9D9;
}
.menu_member a {}
.user_name {
	margin-bottom: 14px;
	font-size: 18px;
}
.user_have_point {
	padding: 12px 10px;
	margin-top: 2px;
	background: #F2F2F2;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}
.total_point {
	padding: 0 10px 12px;
	margin-top: 0;
	background: #F2F2F2;
	font-size: 10px;
	font-weight: normal;
}
.menu_member dt {
	width: 123px;
	float: left;
}
.menu_member dd {
	width: 150px;
	font-size: 16px;
	float: left;
}
.total_point dd {
	font-size: 10px;
}
.total_point dd span {
	font-size: 12px;
}
/* menu_member_nav
--------------------------------------------------------------------*/
.menu_member_nav {
	clear: both;
	margin-top: 20px;
	padding: 0;
}
.menu_member_nav ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.menu_member_nav ul li {
	flex-basis: 70px;
	width: 70px;
	height: 70px;
	font-size: 12px;
	margin-left: 5px;
	text-align: center;
	position: relative;
}
.menu_member_nav li a {
	width: 70px;
	height: 70px;
	line-height: 1;
	display: table-cell;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	color: inherit;
}
.menu_member_nav ul li svg {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.menu_member_nav li a span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 6px;
}
.menu_member_nav .member_nav_mypage a {}
.menu_member_nav .member_nav_mypage a:after {}
.menu_member_nav .member_nav_logout a {}
.menu_member_nav .member_nav_logout a:after {}
.menu_member_nav .member_nav_favorite a {}
.menu_member_nav .member_nav_history a {}
.menu_member_btn ul {
	display: flex;
    justify-content: space-between;
	margin: 20px 0 10px;
	padding: 0;
}
.menu_member_btn ul li {
	flex-basis: 48%;
	display: block;
	width: 48%;
	text-align: center;
}
.menu_member_btn ul li:first-child {
    margin-right: auto;
}
.menu_member_btn ul li:last-child {
    margin-left: auto;
}
.menu_member_btn ul li a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	text-align: center;
	background: #B2B2B2;
	color: #fff;
}
/* menu_search
--------------------------------------------------------------------*/
.menu_search {
	padding: 20px 20px 11px;
	background: #e9e8e8;
}
.menu_search .search_area {
	margin: 0 0 18px;
}
.menu_serach_group {
	position: relative;
}
.menu_search_input {
	display: inline-block;
	width: 100%;
	height: 30px;
	color: #4d4f67;
	font-size: 10px;
	line-height: 1;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #a7a6a7;
	padding: 10px 5px;
}
.menu_search_submit {
	width: 26px;
	height: 26px;
	background: url(/static/lite/images/side/side_search.jpg) no-repeat center center;
	background-size: 26px 26px;
	position: absolute;
	top: 2px;
	right: 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.menu_search_btn {
	display: block;
	height: 30px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	background: #131313;
}
.menu_keyword {}
.menu_keyword_list {}
.menu_keyword_item {
	margin: 0 15px 7px 0;
	float: left;
}
.menu_keyword_link {
	padding: 5px 10px;
	background: #fff;
	color: #7e7e7e;
	font-size: 10px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 1px 1px #a7a6a7;
}
/* menu_item_nav
--------------------------------------------------------------------*/
.menu_item_nav {}
.menu_item_nav ul li {}
.menu_item_nav li a {
	height: 50px;
	padding: 0 16px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}
.menu_item_nav li:nth-child(2n) a {
	border-right: none;
}
.menu_item_nav li a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
/* menu_nav_level01
--------------------------------------------------------------------*/
.menu_nav_level01 > li {}
.menu_nav_level01 > li > a {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	left: 0;
	top: 0;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.menu_nav_level01 > li > a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
.selected .menu_nav_level01 > li > a {}
.selected .menu_nav_level01 > li {
	border: none;
}
/* menu_nav_level02
--------------------------------------------------------------------*/
.menu_nav_level02 {
	/* display:none; */
	max-width: 100% !important;
	min-width: 275px;
}
.scroll .menu_nav_level02 {
	display: block;
}
.menu_nav_level02 > li > a {
	min-height: 50px;
	padding: 21px 16px;
	line-height: 1.2;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	color: inherit;
	left: 0;
}


/* drilldown_menu2 (ABOUT BRAND) */
.menu_nav_level02 li {
	border-bottom: 1px solid #D9D9D9;
}
.menu_nav_level02 span {
	display: inline-block;
	font-weight: bold;
}
.menu_nav_level02 > li > a {
	padding: 17px 16px 17px 32px;
	border-bottom: none;
	font-weight: normal;
}

/* menu_nav_level03
--------------------------------------------------------------------*/
.menu_nav_level03 {
	display: block;
	position: fixed;
	width: 100%;
	left: -100%;
	transition: 0.3s all ease;
	padding-top: 55px !important;
}
.menu_nav_level03 > li > a {
	height: 55px;
	padding: 0 16px;
	line-height: 55px;
	font-size: 14px;
	display: block;
/*	border-bottom: 1px solid #D9D9D9;*/
	position: relative;
	color: inherit;
	text-decoration: none;
}


/* menu_nav_level04
--------------------------------------------------------------------*/
.menu_nav_level04 {
/*	display: block;
	position: fixed;*/
	width: 100%;
/*	left: -100%;*/
	transition: 0.3s all ease;
/*	padding-top: 50px !important;*/
}
.menu_nav_level04 > li > a {
	padding: 0 20px;
/*	line-height: 50px;*/
	font-size: 14px;
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
/* menu_nav_level00
--------------------------------------------------------------------*/
.menu_nav_level00 > li {
	border-bottom: 1px solid #D9D9D9;
}
.menu_nav_level00 li:first-child{
	min-height: 55px;
}
.menu_nav_level00 > li > a {
	height: 55px;
	padding: 0 18px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	transition: 0.3s all ease;
}
.menu_nav_level00 > li a span {
	font-size: 12px;
	display: inline-block;
	padding-left: 20px;
}
.menu_nav_level00 > li > a:after, .menu_nav_level02 > li > a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
/* menu_sub_nav
--------------------------------------------------------------------*/
.menu_sub_nav ul {}
.menu_sub_nav ul li {
	width: 50%;
	float: left;
}
.menu_sub_nav li a {
	height: 46px;
	padding: 0 0 0 18px;
	line-height: 46px;
	font-size: 10px;
	display: block;
	background: #e9e8e8;
	border-bottom: 1px solid #9ea4a4;
	border-right: 1px solid #9ea4a4;
	position: relative;
}
.menu_sub_nav li:nth-child(2n) a {
	border-right: none;
}
.menu_sub_nav li a:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #2c2b2b;
	border-right: 1px solid #2c2b2b;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
/* slinky_menu
--------------------------------------------------------------------*/
.slinky-menu {
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	transition: all .3s ease;
	height: 100% !important;
	top: 0;
	position: relative;
}
.slinky-menu.selected {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100% !important;
	background: #fff;
}
.slinky-menu .header {
	height: 50px;
	z-index: 10;
	position: fixed;
	width: 100%;
}
.slinky-menu .header + li {
	padding-top: 50px;
}
.slinky-menu h2 {
	font-size: 14px;
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #4D4D4D;
	text-align: center;
	z-index: 0;
}
.slinky-menu a.back {
	color: #fff;
	background: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.slinky-menu > ul {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all .3s ease;
}
.slinky-menu li, .slinky-menu ul {
	list-style: none
}
.slinky-menu ul {
	width: 100%;
	/* height: 100%; */
	top: 50px;
}
.slinky-menu a {
	display: block
}
.slinky-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: -50px;
	z-index: 0;
	z-index: 5;
}
.slinky-menu .menu_nav_level02 {
	height: calc(100% - 50px);
	overflow-x: visible;
	/* overflow-y: scroll; */
	position: fixed;
	top: 50px;
}
.slinky-menu .menu_nav_level02.active {
	left: 0 !important;
	overflow-y: scroll;
}
.slinky-menu .menu_nav_level03 {
	/* position: fixed; */
	top: -50px;
	overflow: scroll;
	height: calc(100% + 50px);
}

.nav_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	transition: all .3s ease;
	overflow: visible;
	max-width: 100% !important;
	min-width: 275px;
}
.selected + .nav_wrapper {
	display: block;
	z-index: 10011;
	padding-top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	background: #fff;
}
.drilldown_menu .nav_wrapper_inner {
	height: 100%;
	z-index: 10011;
}
.nav_wrapper_inner .menu_nav_level02 {
	height: 100%;
	overflow: scroll;
	background: #fff;
	z-index: 10012;
	position: fixed;
	padding-top: 55px;
}
.slinky-menu .nav_back {
	color: #fff;
}
.nav_back {
	position: absolute;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #4D4D4D;
	text-align: center;
	z-index: 0;
	top: 0;
	text-decoration: none;
}
.nav_wrapper .header a.back {
	color: #fff;
	background: none;
	border: none;
	width: 100%;
	height: 50px;
	z-index: 2;
	position: absolute;
	top: 0;
}
.nav_wrapper .nav_back:after, .nav_wrapper .header a.back:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 15px;
}
/*brand*/
.menu_brand_logo {
	height: 130px;
	border-bottom: 1px solid #D9D9D9;
	padding: 15px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.menu_brand_logo span {
	display: block;
	width: 100%;
	height: 100px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.menu_brand_logo img {
	display: block;
	width: auto;
	max-width: 50%;
	height: auto;
	max-height: 100px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.menu_nav_brand li a {
	vertical-align: middle;
	height: 90px;
	width: 100%;
	padding: 0 16px;
}
.menu_nav_brand li a {
	display: table;
	width: 100%;
	vertical-align: middle;
}
.menu_nav_brand li span {
	display: table-cell !important;
	vertical-align: middle;
	line-height: 20px;
	font-size: 16px !important;
	height: 82px;
	padding: 0 !important;
}
.menu_nav_brand li span:first-child {
	width: 84px;
}
.menu_nav_brand li img {
	display: inline-block;
	width: 84px;
	height: auto;
	max-height: 62px;
	overflow: hidden;
	font-size: 1%;
	white-space: normal;
	margin: 15px 20px 15px -1px;
	vertical-align: middle;
}
/*checkitem*/
.menu_checkitem {
	margin: 15px 0 0;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 11px;
}
.menu_checkitem dt {
	font-size: 16px;
	padding: 0 15px;
	line-height: 1;
}
.menu_checkitem dd {
	padding: 10px 15px 0;
	box-sizing: border-box;
	margin: 0;
}
.menu_recently_list {
	display: block;
	width: 100%;
	padding-bottom: 10px !important;
	position: relative;
	white-space: nowrap;
	overflow-y: hidden;
	letter-spacing: -.75em;
}
.menu_recently_item {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin-right: 5px;
	position: relative;
	letter-spacing: normal;
}
.menu_recently_item:last-child {
	margin-right: 0;
}
.menu_recently_link {
	display: block;
	position: relative;
}
.menu_recently_photo {
	position: relative;
}
.menu_recently_photo:before {
	content: "";
	display: block;
	padding-top: 100%;
	background: #f5f5f5;
}
.menu_recently_image {
	width: auto;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.menu_nav{
	/* z-index:10001; */
	position: relative;
}
.menu_nav ul {
	width: 100%;
/*	height: 100%;*/
	background: #fff;
	max-width: 100% !important;
	min-width: 275px;
}
.menu_nav > ul {
}
.menu_nav li {
	width: 100%;
	background: #fff;
	max-width: 100% !important;
	min-width: 275px;
	min-height: 55px;
}
/*.menu_nav:not(.drilldown_menu2) .nav_wrapper li:last-of-type {
	padding-bottom:116px;
}*/
.menu_nav li.selected {
	position: fixed;
	top: 0;
	border: none;
	z-index: 1;
	height: 100%;
}
.menu_nav_level00{
	/* position:fixed; */
	padding: 0 !important;
}
.menu_nav li a.selected .selected {

}
.selected + .menu_nav_level02 {
	left: 0;
	top:0;
	overflow: scroll;
	z-index: 10012;
}
.selected + .menu_nav_level03 {
	left: 0;
	top: 0;
	height: 100%;
	overflow: scroll;
	z-index: 10013;
}
.selected + .menu_nav_level04 {
	left: 0;
	top:0;
	overflow: scroll;
	z-index: 10014;
}
.menu_nav li > a{
	font-weight:bold;
	text-decoration: none;
}
.menu_nav li > a.selected {
	font-size: 18px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border: none;
	padding: 0;
	color: #fff;
	background: #999;
	text-align: center;
	top: 0;
	left: 0;
	text-decoration: none;
	position: fixed;
	max-width: 100% !important;
	min-width: 275px;
	font-weight: bold;
}
.menu_nav li > a.selected > span {
	display: none;
}

.menu_nav li > a.selected:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 15px;
}
.menu_nav_level00 > li > a.selected {
    z-index: 10012;
}
.menu_nav_level02 > li > a.selected {
	z-index: 10016;
	top: 0;
	left: 0;
}
.menu_nav_level03 > li > a.selected {
	z-index: 10017 !important;
}
.menu_nav_level04 > li > a.selected {
	z-index: 10018 !important;
}
.menu_nav li .menu_nav_level04{
	padding: 0px 30px 15px 30px;
}

.menu_nav li .menu_nav_level04 li{
	border-bottom:1px dotted #eee;
	min-height: 24px;
}
.menu_nav li .menu_nav_level04 li:last-child {
	border-bottom:none;
}