/*
z-index: 910;
z-index: 911;
z-index: 900;
#6FB0D0
*/
/* header */
#top-head {
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1;
	z-index: 910;
	background: rgba(255, 255, 255, .8);
}
#top-head a, #top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head h1 {
	float: left;
}
#top-head h1 {
	display:inline-block;
	background: url(../img/yourness_logo03.png) no-repeat 0 center;
	background-size:100% auto;
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	image-rendering: -webkit-optimize-contrast;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 30px;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.4rem;
	color: #000;
	text-align: right
}
#global-nav ul li {
	float: left;
	position: relative;
	margin:0 1rem;
 letter-spacing: .1rem;
	text-align: center;

}
#global-nav ul li a {
	padding:  0;
}
ul li.twitter a, ul li.facebook a, ul li.instagram a,ul li.tiktok a, ul li.line a{
	height: 16px;
	width: 16px;
	display:inline-block;	
	cursor: pointer;
}
ul li.twitter a{
	background: url(../img/i_twitter.svg) no-repeat center center;
	background-size: auto 16px;
}
ul li.facebook a{
	background: url(../img/i_facebook.svg) no-repeat center center;
	background-size: auto 16px;
}
ul li.instagram a{
	background: url(../img/i_instagram.svg) no-repeat center center;
	background-size: auto 16px;
}
ul li.tiktok a{
	background: url(../img/i_tiktok.svg) no-repeat center center;
	background-size: auto 16px;
}
ul li.line a{
	background: url(../img/i_line.svg) no-repeat center center;
	background-size:auto 16px;
}
/* Btn Hover */
#global-nav ul li a:hover {
	color: #6FB0D0;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding: 0;
	height: 80px;
	background: rgba(255, 255, 255, .8);
}
#top-head.fixed h1 {
}
#top-head.fixed #global-nav ul {
}
#top-head.fixed #global-nav ul li a {
	color: #000;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li a:hover {
}
#top-head.fixed #global-nav ul li:after {
	bottom: -3px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #6FB0D0;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 911;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 66px;
	cursor: pointer;
	z-index: 911;
	padding: 16px;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
 top: 0;
}
#nav-toggle span:nth-child(2) {
 top: 11px;
}
#nav-toggle span:nth-child(3) {
 top: 22px;
}
 @media screen and (max-width:1200px) {
#top-head h1 {
	background: url(../img/yourness_logo03.png) no-repeat 0 center;
	background-size:100% auto;
	width: 150px;
	height: 30px;
	margin-left: 1.5vw;
}
}
 @media screen and (max-width: 980px) {
	#global-nav ul li{
		margin: 0 1vw;	
		    font-size:1.2vw;
	}
}
 @media screen and (max-width: 768px) {
	 #top-head,  .inner {
	 width: 100%;
	 padding: 0;
	}
	 #top-head {
	 top: 0;
	 position: fixed;
	 margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
	 padding-top: 0;
	 background: rgba(255, 255, 255, .8);
	}
	 #mobile-head {
	 width: 100%;
	 height: 50px;
	 z-index: 910;
	 position: relative;
	}
	 #top-head.fixed h1,  #top-head h1 {
	 margin: 0;
	 padding: 0;
	 position: absolute;
	 top: 0;
	 right: 0;
	 left: 0;
	 background: url(../img/yourness_logo03.png) no-repeat center 14px;
	 -moz-background-size: auto 50%;
	 background-size: auto 50%;
	 width:100%;
	 height: 60px;
	 text-indent: 100%;
	 white-space: nowrap;
	 overflow: hidden;
	}
	 #global-nav {
	text-align: center;
	 -webkit-transition: .5s ease-in-out;
	 -moz-transition: .5s ease-in-out;
	 transition: .5s ease-in-out;
	 top: -1200px;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 overflow: auto;
	 position: fixed;
	 z-index: 900;
	}
	 #global-nav ul {
	 list-style: none;
	 position: static;
	 right: 0;
	 bottom: 0;
	 font-size: 100%;
	 margin: 0;
	}
	 #global-nav ul li {
	 margin: 0;
	 float: none;
	 position: static;
	 font-size: 1.2rem;
	 line-height: 	1.2rem
	 
	}
	 #global-nav ul li:after {
	 display: none;
	}
	 #global-nav ul li a:hover {
	 color: #000;
	 background: #6FB0D0;
	}
	 #top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	 width: 100%;
	 display: block;
	 color: #fff;
	 padding: 16px 0;
	 font-size: 1.2rem;
	 line-height: 	1.2rem;
	 border-bottom: 1px solid #6FB0D0;
	}
	 #nav-toggle {
	 display: block;
	}
	.open #nav-toggle span:nth-child(1) {
	 top: 11px;
	 -webkit-transform: rotate(315deg);
	 -moz-transform: rotate(315deg);
	 transform: rotate(315deg);
	}
	 .open #nav-toggle span:nth-child(2) {
	 width: 0;
	 left: 50%;
	}
	 .open #nav-toggle span:nth-child(3) {
	 top: 11px;
	 -webkit-transform: rotate(-315deg);
	 -moz-transform: rotate(-315deg);
	 transform: rotate(-315deg);
	}
	.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(1256px);
	 -webkit-transform: translateY(1256px);
	 transform: translateY(1256px);
	/*  paddingTop = #mobile-head height */
	padding: 0 0 56px;
	}
	 ul li.twitter, ul li.facebook, ul li.instagram, ul li.tiktok, ul li.line {
	 
	}
	 ul li.twitter a, ul li.facebook a, ul li.instagram a, ul li.tiktok a, ul li.line a {
	 background-size: auto 20px;
	 height: 45px;	
	}
	 ul li.twitter a:hover {
	 background:#000 url(../img/i_twitter.svg) no-repeat center center!important;
	}
	 ul li.facebook a:hover {
	 background:#6FB0D0 url(../img/i_facebook.svg) no-repeat center center!important;
	}
	ul li.instagram a:hover {
	 background:#6FB0D0 url(../img/i_instagram.svg) no-repeat center center!important;
	}
	 ul li.instagram a:hover {
	 background:#6FB0D0 url(../img/i_tiktok.svg) no-repeat center center!important;
	}
	ul li.line a:hover {
	 background:#6FB0D0 url(../img/i_line.svg) no-repeat center center!important;
	}
}
