/* header */
#header {
	position: relative;
	z-index: 200;
	background-color: #ffffff;
}
#header .contentInner {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
#header .logo a {
	display: flex;
	align-items: center;
	width: calc(415 / 1242 * 100%);
	max-width: 121px;
	height: 60px;
	margin: 0 0 0 10px;
}
#header .logo .ampimgWrap {
	width: 100%;
}
#header .logo picture,
#header .banner picture {
	width: 100%;
}
#header .logo picture img,
#header .banner picture img {
	max-width: 100%;
	max-height: 100%;
}
#header .banner a,
#header .banner button {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	width: calc(520 / 1242 * 100%);
	max-width: 165px;
	height: 60px;
}
#header.open .banner {
	display: none;
}
#header .banner .ampimgWrap {
	width: 100%;
}

/* pcNav */
@media screen and (min-width: 769px) {
	#header {
		min-width: 960px;
		margin: 0 auto;
		border-top: 1px solid #4cb952;
	}
	#header .contentInner {
		position: relative;
		width: 100%;
		min-width: 960px;
		max-width: 1204px;
		height: 60px;
		box-sizing: border-box;
	}
	#pcNav .list {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
	}
	#pcNav .list .item {
		position: relative;
		width: 148px;
	}
	#pcNav .list .item:first-child {
		width: 145px;
	}
	#pcNav .list .item:last-child {
		width: 172px;
	}
	#pcNav .list .item:after {
		content: "";
		display: block;
		position: absolute;
		top: 14px;
		bottom: 14px;
		right: 0;
		width: 1px;
		background-color: #b5d676;
	}
	#pcNav .list .item a,
	#pcNav .list .item button {
		display: block;
		position: relative;
		width: 100%;
	}
	#pcNav .list .item .ampimgWrap {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	#pcNav .list .item .ampimgWrap.on {
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#pcNav .list .item a:hover .ampimgWrap.off,
	#pcNav .list .item button:hover .ampimgWrap.off {
		opacity: 0;
	}
	#pcNav .list .item a:hover .ampimgWrap.on,
	#pcNav .list .item button:hover .ampimgWrap.on {
		opacity: 1;
	}
}

/* globalNav */
#globalNav .buttonWrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#globalNav .buttonWrap .buttonArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 50%;
	box-sizing: border-box;
}
#globalNav .buttonWrap .buttonArea .wrap {
	position: relative;
	width: 20.7547169811px;
	margin: auto;
	padding: 15.0943396226px 0 0 0;
}
#globalNav .buttonWrap .buttonArea .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #2f7824;
	margin: auto;
	transition: all 0.2s;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	top: 0;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	top: calc(50% - 1px);
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	bottom: 0;
}
#globalNav .menu {
	display: none;
	overflow: auto;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 999;
	height: 100vh;
	background-color: #ffffff;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#globalNav .item {
	margin: 0 0 40px 0;
}
#globalNav .item a,
#globalNav .item button {
	display: block;
	width: 100%;
}
#globalNav .item a .ampimgWrap,
#globalNav .item button .ampimgWrap {
	padding: calc(75 / 1242 * 100%) 0 0 0;
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	bottom: 0;
	left: 0;
	transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	opacity: 0;
	left: 0;
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	top: 0;
	left: 0;
	transform: translateY(-50%) translateY(1px) rotate(45deg);
}
.open #globalNav .menu {
	display: block;
}
