.drawer_inner {
	-ms-overflow-style: none; /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	scrollbar-width: none; /*Firefoxへの対応*/		
}
.drawer_inner::-webkit-scrollbar{
	display: none; /*Google Chrome、Safariへの対応*/
}

.open .drawer_inner {
    border-top: 1px solid #ccc;
    margin-top: -14px;
}
ul#menu-drawer {
    margin: 30px auto 0;
}
ul#menu-drawer li {
    font-size: 14px;
}
ul#menu-drawer li:nth-child(5) {
    margin-bottom: 30px;
}
ul#menu-drawer li:nth-child(6) {
    margin-bottom: 0;
}
ul.menu_second {
    margin: 0 0 0 3vw;
    padding: 0;
}
#menu-drawer .menu_second li a {
	font-size: 12px;
}
ul#menu-drawer li.sub {
	line-height: 1.8;
}

/**/
li.cate_menu span {
    position: relative;
}
li.cate_menu span:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 1px;
    bottom: 0;
    right: -20px;
    border-top: 1px solid #000;
    width: 11px;
    height: 1px;
    opacity: 1;
}
li.cate_menu.active span:before {
    transition: all .5s;
    opacity: 0;
}
li.cate_menu span:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    right: -16px;
    border-left: 1px solid #000;
    width: 1px;
    height: 11px;
    transform: rotate(0deg);
    transition: .5s;
}
li.cate_menu.active span:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    right: -16px;
    border-left: 1px solid #000;
    width: 2px;
    height: 11px;
    transform: rotate(90deg);
    transition: .5s;
}

/* PC用 **************/
@media screen and (min-width: 813px) {
	
	
}