*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header{
	background: #000;
}

.st-container,
.st-pusher,
.st-content {
	height: 100vh;
}

.st-content {
	background:#000;
	padding-top:35px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.home .st-content {
	/*background: url(../images/hex.jpg) #000;*/
	padding-top:0;
	/*padding-bottom:300px;*/
	position: relative;
	transform: perspective(600px) rotateX(-90deg);
    transform-style: preserve-3d;
	transform-origin:center top;
	transition-delay:0.5s;
	transition-timing-function:cubic-bezier(0.77,0,0.175,1);
	transition-duration:0.7s;
	opacity: 0;
}

.st-content,
.st-content-inner {
	position: relative;	
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
    height: 100%;
    left: 0;
    position: relative;

    transition: transform 0.2s ease 0s;
    z-index: 99;
    background: #000;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.7);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 200%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	right:0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background-color:rgba(26,26,26,1.00);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding-bottom: 150px;
	overflow: scroll;
}

.sp .st-menu{
	width: 200px;
}

.st-menu::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu h2 {
    color: #fff;
    font-size: 16px;
	margin-top:145px;
	margin-left:90px;

}



/* Individual effects */



/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0px, 0, -400px) rotateY(20deg);
	transform: translate3d(0px, 0, -400px) rotateY(20deg);
}

/*.st-menu-open .work-list.clfix.delay-show > li {
    perspective-origin: 10% 10%;
	-webkit-transform: perspective(800px) rotateY(10deg) !important;
    transform: perspective(800px) rotateY(30deg);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}*/

li {
    /*-webkit-transition-duration:0.3s;*/
	/*transition-duration:0.3s;*/
}

/*.st-menu-open header {
	perspective-origin: 10% 10%;
    transform: perspective(1000000px) rotateY(10deg);
    transition-delay: 0.3s;
    transition-duration: 0.3s;
}

header {
	transition-duration:0.3s;
}*/


.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}



/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}



@media screen and (max-width:768px) { 
.st-menu h2 {
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 145px;
}

.st-content{
	padding-top:0px;
}


#menu-11 {
	overflow:auto;
}


.home .st-content {
	padding-top: 0px;
}

.st-menu-open li {
	display: block !important;
}

.st-menu-open ul.nav-sns li{
	display: inline-block !important;
}


}
