
nav {
	width: inherit;
	position: relative;
	top: 0;
	z-index: 999 !important;
	display: block;
}


nav>a {
	display: block;
	background: #fff;
	opacity: 1 !important;
	padding: 15px 0;
	z-index: 15;
}

nav>a img {
	max-width: 200px;
	padding: 10px;
	box-sizing: border-box;
}

.navBtn nav p {
	display: none;
}

#nav ul li {
	padding: 0;
}

nav {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

nav a:hover {
	text-decoration: none !important;
}

/* .overlay {
	position: fixed !important;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.0;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	z-index: 5;
	} */

header .inner {
	position: relative;
	padding: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header nav {
	overflow: scroll;
	position: fixed !important;
	left: -100%;
width:100%;
/* 	width: 50% !important; */
	height: 100%;
	background: #BC859B;
	z-index: 100 !important;
	font-weight: bold;
	padding: 0;
	padding-top: 100px;
	box-sizing: border-box;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

header nav::-webkit-scrollbar{
  display:none;
}


@media screen and (max-width: 1024px) {
header nav {
	overflow: scroll;
	position: fixed !important;
	left: -100%;
	width: 100% !important;
	height: 100%;
	background: #BC859B;
	z-index: 10279 !important;
	font-weight: bold;
	padding: 0;
	padding-top: 100px;
	box-sizing: border-box;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
}




header.navOpen nav {
	top: 0;
	opacity: 1;
	left: 0;
	z-index: 11 !important;
	padding-top: 120px;
	border-radius: 0;
	overflow: scroll;
}

nav>img:nth-of-type(1) {
	width: 80px;
	margin: 3% auto 0%;
	display: block;
}

nav>img:nth-of-type(2) {
	width: 300px;
	margin: 3% auto 5%;
}

header nav ul {
	width: 28vw;
	margin: 40px auto 5%;
	padding-bottom: 0.5%;
	text-align: left;
	position:relative;
}

@media screen and (max-width:767px) {
header nav ul {
	width: 42vw;
}
}

header nav ul::before {
	content:'';
	width:60%;
	height:150px;
	display: block;
	pointer-events: none;
	background:url(../img/foot_logo.png) no-repeat top left;
	background-size:100% auto;
	position:absolute;
	top:-130px;
	left:0;
	right:0;
	margin:0 auto;
}



@media screen and (max-width:767px) {
header nav ul::before {
	content:'';
	width:90%;
	height:140px;
	display: block;
	pointer-events: none;
	background:url(../img/foot_logo.png) no-repeat top left;
	background-size:100% auto;
	position:absolute;
	top:-130px;
	left:0;
	right:0;
	margin:0 auto;
}
}


header nav ul li a {
	color: #fff !important;
	font-size: 3vw;
	max-width:28vw;
	padding: 5% 4% 5% 40px;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em
}


@media screen and (max-width:767px) {
header nav ul li a {
	color: #fff !important;
	max-width:42vw;
	font-size: 5vw;
	padding: 5% 4% 5% 40px;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em
}
}




header nav ul li a span{
	font-size:180%;
	display: block;
	line-height:1.2;
}



header nav ul li a:hover {
	color: #fff6e4 !important;
}

header nav ul li a::before {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
}

header nav ul li a:hover::before {
	background: #fff6e4 !important;
}

header nav ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 120px;
	background: #000;
	transition: all 0.3s;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: -1;
}

@media screen and (max-width: 1200px) {
	header nav ul li a::after {
		display: block;
	}
	}

/* @media screen and (max-width: 580px) {
	header.navOpen nav{
		padding-top:100px;
	}
	header nav ul::before{
		top:-50px;
	}
	header nav ul{
		max-width:380px;
	}
	header nav ul li a {
		font-size: 60%;
		padding-bottom:20px;
	}
	
	header nav ul li a span{
		font-size:180%;
	}
	header nav ul li a::before {
		display: none;
	}
}
@media screen and (max-width: 480px) {

	header nav {
		padding-top: 80px;
	}
	header.navOpen nav{
		padding-top:80px;
	}
	
	header nav ul::before{
		top:-50px;
	}
}
@media screen and (max-width: 420px) {
	header nav ul li a {
		font-size: 85%;
		padding-left:15px;
	}
	header nav ul li a span{
		font-size:135%;
		line-height:1.8;
	}
}
@media screen and (max-width: 340px) {
	header nav ul li a span{
		font-size:125%;
	}
}
 */

header nav ul li a:hover::after {
	width: 100%;
}


header .navBtn {
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 17px 13px 0;
	z-index: 999 !important;
	box-sizing: border-box;
	transition: all 0.5s;
	background:#fff;
	position: fixed;
	top: 0;
	right:calc(50% - 254px);
}

@media screen and (max-width: 1024px) {
	header .navBtn {
		display: block;
	right: 0;
	}
}


header .navBtn_on {
	background: #065aab80;
}

header.navOpen .navBtn {
	pointer-events: all;
	padding: 11px 11px 0;
}

/*
header .navBtn:after {
	width: 53px;
	position: absolute;
	top: 7px;
	left: -60px;
	right: 0;
	text-align: center;
	content: 'MENU';
	letter-spacing: 0.1rem;
	font-size: 110%;
	color: #fff;
}
*/



header.navOpen .navBtn:after {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 7px;
	right: 0;
	text-align: center;
	content: '';
	font-size: 10px;
	color: #fff;
}

header .navBtn span {
	display: block;
	height: 2px;
	width: 33px;
	background: #000;
	border-radius: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-aout;
	transition: all .5s ease-in-out;
	z-index: 99999 !important;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
	margin-top: 8px;
}


header.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(17px) translateX(2px) rotate(45deg);
	-ms-transform: translateY(17px) translateX(2px) rotate(45deg);
	transform: translateY(17px) translateX(2px) rotate(45deg);
	background: #000;
}

header.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 0px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	background: #000;
}

header.navOpen .navBtn span:nth-of-type(3) {
	width: 33px;
	margin-top: 13px;
	-webkit-transform: translateY(0) translateX(2px) rotate(-45deg);
	-ms-transform: translateY(0) translateX(2px) rotate(-45deg);
	transform: translateY(0) translateX(2px) rotate(-45deg);
	background: #000;
}



.line01,
.line02 {
	display: none;
}

footer nav {
	display: none;
}

.nav_pc {
	display: block;
}

.nav_sp {
	display: none;
}

@media screen and (max-width: 360px) {
	header .navBtn {
		top: 5px;
		right: 5px;
	}
}