
@media only screen and (min-width: 0px)and (max-width: 600px)  {	


/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
	overflow-y: scroll; 
    top: 0;
    right: 0;
    width: 225px;
    height: 100vh;
    padding: 120px 20px;
    background: #f2f2f2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:  translateX(100%);
    transform: translateX(100%);
    opacity: 0;
	z-index: 3; 
}

.CC {
    position: fixed;
	z-index: 1;  
    width: 100vw;
    height: 100vh;
    left: 0px;
}

.CCC {
    position: absolute;
	z-index:  4; 
    bottom:15vh;
    left: 5px;
    width: 20vh;
    height: 30vh;
    padding: ;
    fill: #333;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:  ;
    transform: ;
    opacity: 1;
}

.drawer-menu li {
    text-align: left;
	height：100%;
}

.drawer-menu li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #808080;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {
    color: #333333;
    background: ;
}

/* checkbox */
.check {
    display: none;

}





/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 54px;
    right: 4vw;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 8px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #595959;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 8px;
    opacity: 1;
}

.bar.bottom {
    top: 16px;
    -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: #595959;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 200px;
    width: 100vw;
      height: 100vh;
    background: rgba(0,0,0,0);
    cursor: ;
    -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: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 3;
}

.check:checked ~ .CC {
	
    position: fixed;
	z-index: 10; 
    top:100px;
    left: 50px;
    width: 200px;
    height: 200px;
	
	fill：#333;
	-webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 3;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 30px;
    -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: 30px;
    top: 21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(251,251,251,1.0);
    visibility: visible;
    opacity: 1;
    z-index: 3;
	height:100vh;
}
}


@media only screen and (min-width: 601px)  {	


/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
	overflow-y: scroll; 
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    padding: 95px 20px;
    background: #f2f2f2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:  translateX(100%);
    transform: translateX(100%);
    opacity: 0;
	z-index: 3; 
}

.CC {
    position: fixed;
	z-index: 1; 
    width: 100vw;
    height: 100vh;
    left: 0px;
}

.CCC {
    position: absolute;
	z-index:  4; 
    bottom:50px;
    left: 50px;
    width: 40vh;
    height: 40vh;
    padding: ;
    fill: #333;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:  ;
    transform: ;
    opacity: 1;
}


.drawer-menu li {
    text-align: left;
	height：100%;
}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    color: #808080;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {
    color: #333333;
    background: ;
}

/* checkbox */
.check {
    display: none;

}




/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 24px; /* MMM */
    right: 27px;  /* MMM */
    display: block;
    width: 30px;
    height: 30px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #595959;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 9px; /* MMM */
    opacity: 1;
}

.bar.bottom {
    top: 18px; /* MMM */
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -9px; /* MMM */
    left: 0;
    right: 0;
    margin: auto;
    color: #595959;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 200px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: ;
    -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: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 3;
}


.check:checked ~ .CC {
	
    position: fixed;
	z-index: 10; 
    top:100px;
    left: 50px;
    width: 100vw;
      height: 100vh;
	fill：#333;
	-webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 3;
}





.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 30px;
    -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: 30px;
    top: 21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(251,251,251,1.0);
    visibility: visible;
    opacity: 1;
    z-index: 3;
	height:100vh;
}

}