@charset "utf-8";
/* CSS Document */

.nav--opened {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop {
	z-index: -1;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}

body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
header .menu_toggle {
opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%!important;
	top: 0px;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	color: #999;
	z-index: 99;
	padding-top: 74px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu_toggle ul {
	
	padding: 0;
	list-style-type: none;
	list-style-position: outside;

}
header .menu_toggle li {
	position: relative;
	padding: 3px 5px;
	clear: both;
}
header .menu_toggle li.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #fff;
	height: 1px;
}
header .menu_toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 4.6vw;
	line-height: 2em;
	letter-spacing: 0.2em;
}
header .menu_toggle ul li a {
	display: block;
	padding: 15px 0 15px;
	
}
header .menu_toggle {
	padding: 74px 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
#menu_toggle li {
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
	text-align: center;
}

.nav--opened #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.nav--opened #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.hamburger {
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 100;
	right: 0;
}

.hamburger:after {
	font-size: 11px;
	content: 'MENU';
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1em;
}
.nav--opened .hamburger:after {
	content: '';
}

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	visibility:visible;
    display: flex;
}

@media only screen and (min-width: 768px) {
#ft_fixed {
	opacity: 0;
	visibility:visible;
    display: flex;
}
}

.nav--opened #ft_fixed {
	z-index: 0;
}


.ft_fixed_shared {
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
	background: url(../img/shared/fixed_bg.jpg);
}

.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
}

.ft_fixed_shared li a {
	display: block;
}
@media only screen and (max-width: 1080px) {
	.has_nav #ft_fixed {
		opacity: 1;
		visibility: visible;
		display: flex;
	}
}
@media only screen and (max-width: 480px) {
	.hamburger{
		padding: 11px 11px 7px 11px;
	}
	.hamburger-box{
		width: 35px;
		height: 27px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		width: 35px;
		height: 2px;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	.hamburger:after{
		position: relative;
		top: -5px;
		font-size: 10px;
	}
}