@charset "UTF-8";

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#menu {
	/*top: -100px;*/
	position: relative;
	width: 100%;
	margin: 0px auto 0;
	/*line-height: 1;*/
	z-index: 999;
	/* height: 80px; */
	text-decoration: none;
	position: sticky;
	top: 0;
}

#menu a {
	text-decoration: none;
}

#menu .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#menu .inner:after {
	content: "";
	clear: both;
	display: block;
}

#menu .pcmenu {
	width: 1000px;
	margin: auto;
}
ßs
#global-nav {
	background-size: auto 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

#global-nav ul {
	display: flex;
	justify-content: center;
	background: url(../images/bg_nav.png) left center repeat-x;
}

@media (max-width: 768px) {
	#global-nav ul {
		display: block;
		margin-right: 0px;
	}
}

#global-nav ul li {
	/*padding: 20px 10px;*/
}

/* #global-nav ul li:last-child {
	border-right: none;
	background: #b02214;
} */

@media (max-width: 768px) {
	#global-nav ul li {
		border-right: none;
	}
}

/* Fixed */
#menu.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 100px;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	z-index: 9999;
	/*    .logo {
          font-size: 36px;
          color: #333;
      }*/
}

#menu.fixed #global-nav ul li a {
	/*    color: #333;
        padding: 0 20px;*/
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 1010;
}

#nav-toggle div {
	position: relative;
}

