@media screen and (min-width: 641px) {
#build-menu,
#mobile-bar,
#main-nav {
	display: none !important;
}

.build-menu-animating.build-menu-open #build-menu-page {
   transform: none !important;
   	display: none !important;

}

#build-menu-overlay {
	display: none !important;
}

.build-menu-animating #build-menu-page {
	position: relative !important;
		display: none !important;

}
}


#build-menu-page {
	left: 0;
	position: relative;
	background-color: #fff;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	/*width: 255px;*/
	width: 285px;
	padding: 0;
	position: static;
	z-index: 2;
	top: 0;
	height: 100%;
	overflow-y: auto;
	left: 0;
	/*padding: 15px;*/
	background: #fff;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
	position: relative;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
	border-right: 3px solid #df418c;
}

 /* !drawer
---------------------------------------------------------- */
#main-nav {
	width: 255px;
}
#drawerContents {
	width: 100%;
	text-align: left;
	position:relative;
}

#drawerContents h2 {
	text-align: center;
}

#drawerContents #btn-close {
    border: 1px solid #666;
    cursor: pointer;
    font-size: 70%;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 11px;
}
#drawerList01 h3,
#drawerList02 h3 {
	background-color: #333;
	padding: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

/* drawerList01 */
#drawerList01 {
	margin-top: 10px;
}
	#drawerList01 ul li {
		border: 1px solid #575757;
		border-top: none;
		font-weight: bold;
		line-height: 1.2;
	}
		#drawerList01 ul li a {
			display: block;
			padding: 11px 15px 11px 6px;
			text-decoration: none;
			cursor: pointer;
			background: #fff url(/excludes/common/img/drawer/ico_drawer_arrow01.gif) no-repeat right center;
			background-size: 12px 12px;
			-webkit-background-size: 12px 12px;
			-moz-background-size: 12px 12px;
		}
			#drawerList01 ul li#bg01 a span {
				background: url(/excludes/common/img/drawer/icon_drawer01.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg02 a span {
				background: url(/excludes/common/img/drawer/icon_drawer02.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 5px 0 3px 25px;
			}
			#drawerList01 ul li#bg03 a span {
				background: url(/excludes/common/img/drawer/icon_drawer03.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 3px 0 3px 25px;
			}
			#drawerList01 ul li#bg04 a span {
				background: url(/excludes/common/img/drawer/icon_drawer04.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding:2px 0 2px 25px;
			}
			#drawerList01 ul li#bg05 a span {
				background: url(/excludes/common/img/drawer/icon_drawer05.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg06 a span {
				background: url(/excludes/common/img/drawer/icon_drawer06.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
				background: url(/excludes/common/img/drawer/icon_drawer07.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg08 a span {
				background: url(/excludes/common/img/drawer/icon_drawer08.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
            #drawerList01 ul li#bg09 a span {
				background: url(/excludes/common/img/drawer/icon_drawer09.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg10 a span {
				background: url(/excludes/common/img/drawer/icon_drawer10.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 5px 0 3px 25px;
			}
			#drawerList01 ul li#bg11 a span {
				background: url(/excludes/common/img/drawer/icon_drawer11.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 3px 0 3px 25px;
			}
			#drawerList01 ul li#bg12 a span {
				background: url(/excludes/common/img/drawer/icon_drawer12.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg13 a span {
				background: url(/excludes/common/img/drawer/icon_drawer13.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg14 a span {
				background: url(/excludes/common/img/drawer/icon_drawer14.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg15 a span {
				background: url(/excludes/common/img/drawer/icon_drawer15.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg16 a span {
				background: url(/excludes/common/img/drawer/icon_drawer16.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg17 a span {
				background: url(/excludes/common/img/drawer/icon_drawer17.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
#drawerList01 ul .innerNavi li{
    border-color: #575757 -moz-use-text-color -moz-use-text-color;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    padding-left: 22px;
	}
/* drawerList02 */
#drawerList02 {
	border: 1px solid #d5d5d5;
	padding: 10px 10px 23px;
	margin-top: 15px;

}
	#drawerList02 ul {
		margin: 24px 2px 0;
	}
		#drawerList02 ul li {
			margin-bottom: 20px;
			line-height: 1.2;
			background: url(/excludes/common/img/drawer/ico_drawer_arrow02.gif) left 0.1em no-repeat;
			background-size: 9px 13px;
			-webkit-background-size: 9px 13px;
			-moz-background-size: 9px 13px;
			padding-left: 17px;
		}
		#drawerList02 ul li:last-child {
			margin-bottom: 0;
		}
			#drawerList02 ul li a {
				display: block;
			}


#drawerMain {
}
.drawerHead {
	padding: 15px;
}
.drawerBox {
	position: relative;
	display: table;
	width: 100%;
	border-bottom: 1px solid #686868;
	color: #fff;
	/*background-color: #ececec;*/
}
.drawerBox:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;

    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.drawerParent {
	background-color: #000;
}
.drawerParent:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerHaschild:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.drawerTriggerOn:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerBtn {
	background-color: #b1915d;
}
.drawerBtn:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerParent a,
.drawerBtn a {
	color: #fff;
}
.drawerCildTtl {
	background-color: #df418c;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
}
.drawerImg {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	text-align: center;
	padding: 7px 0 7px 10px;
}
.fitImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
}
.drawerTxt {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	padding: 17px 35px 17px 10px;
}
.drawerBtn .drawerTxt {
	padding: 7px 35px 7px 10px;
}
.drawerTxt a {
	text-decoration: none;
}
.drawerTxt span {
	display: block;
	color: #df418c;
	font-size: 80%;
}
.drawerChild {
	display: none;
}
.drawerClose {
	max-width: 40%;
	margin: 30px auto;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
.drawerCloseIn {
	padding: 10px 0 10px 10px;
	background-image: url(/excludes/common/img/drawer/drawer_icon_close.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px 20px;
	color: #fff;
}








.drawerHead {
	padding: 15px 2%;
}
.drawerHead #headerSpList_inner {
		overflow: hidden;
	}
		.drawerHead #headerSpList_inner li {
			display: block;
			float: left;
			width: 48%;
			border: 1px solid #414141;
			font-size: 12px;
			text-align: center;
			line-height: 1.2;			
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}
		.drawerHead #headerSpList_inner li+li  {
			float: right;
		}
		.drawerHead #headerSpList_inner li#loginSp span {
			background: url(/excludes/common/img/header/ico_Newheader_type01.png) no-repeat;
		}
		.drawerHead #headerSpList_inner li#memberSp span {
			background: url(/excludes/common/img/header/ico_Newheader_type02.png) no-repeat;
		}
		.drawerHead #headerSpList_inner li#loginSp span,
		.drawerHead #headerSpList_inner li#memberSp span {
			background-size: contain;
			-webkit-background-size: contain;
			-moz-background-size: contain;
			padding-left: 16px;
			letter-spacing: -0.05em;
		}
		.drawerHead #headerSpList_inner li a {
				display: block;
				padding: 5px 0;
				text-decoration: none;
			}








		#headerInner_Fortune {
		    margin-top: 8px;
		    display: block;
		    min-height: 1%;
		    overflow: hidden;
		}
		#headerInner_Fortune #guest01 {
		    text-align: left;
		    font-weight: bold;
		    font-size: 12px;
		    line-height: 1.4em;
		    margin: 10px 20px 15px 0;
		    letter-spacing: 0.1em;
		}
			#headerInner_Fortune #guest01 span {
		    display: block;
		}
		#headerInner_Fortune #headerFortuneListBox {
		    display: block;
		    min-height: 1%;
		}
		#headerInner_Fortune #headerFortuneListBox #animal {
		    float: left;
		}
		#headerInner_Fortune #headerFortuneListBoxIn {
		    float: left;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #headerFortuneStar #today {
		    float: left;
		    display: inline;
		    color: #333;
		    margin-right: 3px;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #headerFortuneStar {
		    display: block;
		    min-height: 1%;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #headerFortuneStar #headerFortuneList{
			float: left;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #headerFortuneStar #headerFortuneList li {
		    display: inline-block;
		    vertical-align: middle;
		    line-height: 1;
		    font-size: 0;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #btnMore {
		    font-size: 10px;
		    text-align: right;
		}
		#headerInner_Fortune #headerFortuneListBoxIn #btnMore a {
		    background: url(/excludes/common/img/header/ico_header_arrow02.gif) left center no-repeat;
		    padding-left: 20px;
		    color: #ee3586;
		    border-bottom: 1px solid #ee3586;
		    text-decoration: none;
		}

#headerInner_CartBox {
    width: 100%;
    border: 3px solid #ee3586;
    padding: 9px 10px 9px 60px;
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
}
	#headerInner_CartBox #number {
	    position: absolute;
	    left: 27px;
	    top: 11px;
	    width: 22px;
	    height: 22px;
	    -moz-border-radius: 11px;
	    -webkit-border-radius: 11px;
	    border-radius: 11px;
	    background-color: #ee3586;
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1.8;
	}
	#headerInner_CartBox #cart {
	    position: absolute;
	    left: 9px;
	    top: 29px;
	}
	#headerInner_CartBox .txt {
	    font-size: 10px;
	    color: #414141;
	    text-align: right;
	}
	#headerInner_CartBox table {
	    width: 100%;
	    margin-top: 7px;
	    border-bottom: 1px solid ;
	}
	#headerInner_CartBox table th {
	    text-align: left;
	}
	#headerInner_CartBox table td {
	    text-align: right;
	}
	#headerInner_CartBox table td span {
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 1.2;
	}
