/* グローバルナビ */
#wrapper nav {
	position: fixed;
	top: 0px;
	right: -300px;
	width: 280px;
	height: 100%;
	padding-top: 13px;
	font-size: 13px;
	box-sizing: border-box;
	z-index: 2;
	color: #fff;
	background-color: #343535;
	background-position: 33;
	line-height: 22px;
}

    #wrapper nav ul li {
	padding-top: 7px;
	padding-right: 28px;
	padding-left: 28px;
	list-style-type: none;
    }

    #wrapper nav ul li a {
	text-decoration: none;
	color: #fff;
    }

    #wrapper .btn-gnavi {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms
    }

    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #8C5E93;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }

    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }

    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }
