@charset "UTF-8";

.nav_stop #header_common_nav {
	display: none !important;
}
/* --------------------------------------------------------------
 nav_switch
--------------------------------------------------------------*/
#nav_switch {
	cursor: pointer;
	width: 114px;
	height: 128px;
	position: absolute;
	top: 80px;
	right: -114px;
	z-index: 3;
	background-image: url(../img/menu.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	transition: right 0.4s ease 0s;
	-webkit-transition: right 0.4s ease 0s;
	-moz-transition: right 0.4s ease 0s;
	-o-transition: right 0.4s ease 0s;
	-ms-transition: right 0.4s ease 0s;
}
#nav_switch .bar {
	width: 50px;
	height: 6px;
	left: 40px;
	position: absolute;
	transition: all 0.5s ease 0s;
	background: #ff1ab3 none repeat scroll 0 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#nav_switch .bar.bar01 {
	top: 28px;
	transform-origin: 2px 50% 0;
}
#nav_switch .bar.bar02 {
	top: 44px;
}
#nav_switch .bar.bar03 {
	top: 60px;
	transform-origin: 2px 50% 0;
}

.nav_active #nav_switch .bar {
	left: 45px;
}
.nav_active #nav_switch .bar.bar01 {
	transform: rotate(45deg);
}
.nav_active #nav_switch .bar.bar02 {
	display: none;
}
.nav_active #nav_switch .bar.bar03 {
	transform: rotate(-45deg);
}




.scroll_active #nav_switch {
	right: -10px;
}
.nav_active #nav_switch {
	right: -10px !important;
	background-image: url(../img/menu_close.png);
}
#header_common_nav {
	position: fixed;
	z-index: 20000;
	top: 0;
	right: 0;
	height: 50px;
	padding: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.nav_active #header_common_nav {
	right: 500px;
}
#nav_switch {
	display: block;
}
#common_nav_zone {
	position: absolute;
	height: 100vh;
	width: 500px;
	top: 0;
	right: -500px;
	background: url(../img/menu_bg.png) no-repeat;
	z-index: 2;
}
#common_nav_area {
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: auto;
	top: 90px;
	left: 40px;
	position: absolute;
}
#common_nav .common_nav_list {
	display: block;
	margin: 0 0 20px;
}
#common_nav .common_nav_list_title a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 15px 10px 40px;
	text-align: left;
	background: url(../img/menu_icon.png) no-repeat top left;
}
#common_nav .common_nav_list_title a:hover {
	text-decoration: none;
}
#common_nav_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}




@media all and (max-width:800px) {
#nav_switch {
	top: 40px;
	width: 57px;
	height: 64px;
	right: -57px;
}
.scroll_active #nav_switch {
	right: -5px;
}
.nav_active #header_common_nav {
	right: 230px;
}
#common_nav_zone {
	position: absolute;
	height: 100vh;
	width: 230px;
	top: 0;
	right: -230px;
	background: url(../img/menu_bg.png) no-repeat;
	z-index: 2;
}
#common_nav_area {
	top: 2px;
	left: 10px;
}
#common_nav .common_nav_list {
	margin: 0 0 10px;
}
#common_nav .common_nav_list_title a {
	padding: 0 15px 10px 30px;
	background-size:25px;
}

#common_nav .common_nav_list_title a {
	font-size: 15px;
}
#nav_switch .bar {
	width: 26px;
	height: 4px;
	left: 20px;
}
#nav_switch .bar.bar01 {
	top: 14px;
	transform-origin: 2px 50% 0;
}
#nav_switch .bar.bar02 {
	top: 22px;
}
#nav_switch .bar.bar03 {
	top: 30px;
	transform-origin: 2px 50% 0;
}

.nav_active #nav_switch .bar {
	left: 24px;
}
}
