@charset "utf-8";

/* drawer menu */
.drawer-menu{display:block;}

.sp_logo1{width:180px;
	background: rgba(0,0,0,1.00);
	margin:0 auto 10px;}

.sp_menu_logo1{height: 59px;
	background: rgba(0,0,0,1.00);}

.sp_menu_archive{background: rgba(98,98,98,1.00);}

.logo1 img{width:100%;}

.sp_menu_img{text-align: center;
	border-bottom:rgba(207,207,207,0.70)solid 1px;}

.sp_menu_img img{width: 90%;
	padding: 10px 0;}

.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    padding: 0;
    background:rgba(0,0,0,0.80);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    /*-webkit-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);*/
	overflow-y:scroll;
    opacity: 1;
}

.drawer-menu ul{border-bottom:rgba(255,255,255,0.30) solid 1px;}

.drawer-menu li {
    text-align:center;
	overflow:hidden;
	border-bottom:rgba(207,207,207,0.70)solid 1px;
}

.menu_head{font-size:28px;
	padding-bottom:10px;
	color:rgba(255,255,255,0.50);
	border-bottom:rgba(255,255,255,0.50) solid 1px;}

.drawer-menu li img{height:40px;}

.drawer-menu li a {
    display: block;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color:rgba(255,255,255,1.00);
    -webkit-transition: all .8s;
    transition: all .8s;
}

.sp_menu_spacer{height:10px;}

.sp_menu_snslinks{padding-right:10px;}

.sp_menu_snslinks a{float:right;}

.sp_menu_snslinks img{margin-right:10px;}

/*.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}*/

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    display: block;
    width: 60px;
    height: 60px;
	padding:0;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
	background:url(../img/sp_menu_btn.png);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat; 
    z-index: 99;
}

.bar {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 24px;
    opacity: 1;
}

.bar.bottom {
    top: 38px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn_text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background:rgba(255,255,255,1.00);
}

.menu-btn:hover .menu-btn__text {
    color:rgba(255,255,255,1.00);
}

.close-menu {
     position: fixed;
    top: 0;
    left: 250px;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;*/
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
	opacity: 1;
    z-index: 99;
}

.check:checked ~ #snowdrop {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.check:checked ~ .menu-btn{background:url(../img/sp_menu_btn2.png);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 44px;
	top:10px;
	left:15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 44px;
    top: 41px;
	left:15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(0,0,0,0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
