#PcHeader{
	/* position: fixed; */
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 99999;
  border-bottom: 1px solid #ccc;
	/* box-shadow: 0 0px 8px rgba(0,0,0,0.2); */
}

.PcHeaderContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
}

.TopLogo{
	width: 240px;
}

.TopLogo a{
	display: flex;
	align-items: center;
}

.PcHeader__Nav{
	height: 100%;
}
.PcHeader__Ul{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.PcHeader__NavItem{
	position: relative;
	display: inline-block;
	margin-left: 24px;
	height: 100%;
	cursor: pointer;
	letter-spacing: 0.1em;
	font-family: sans-serif;
	font-size: 1.8rem;
}
.PcHeader__NavItem:hover{
	transition: .4s;
}

.PcHeader__NavLink{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.PcHeader__NavLink img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.NavItem-sub-Ul{
	position: absolute;
	top: 60px;
	right: -40px;
	display: none;
	padding-left: 16px;
	padding-right: 16px;
	width: 160px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0 0 20px 20px;
}
.NavItem-sub-Item{
	padding: 16px 0;
}
.NavItem-sub-Item:not(:last-child){
	border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {

	#SpHeader{
	  /* position: fixed; */
	  top: 0;
		display: flex!important;
		align-items: center;
	  width: 100%;
		height: 50px;
		background: #fff;
	  z-index: 100;
    border-bottom: 1px solid #ccc;
		/* box-shadow: 0 0px 8px rgba(0,0,0,0.2); */
	}
	.PageGroupDetail #SpHeader{
		position: relative;
	}

	.PcHeaderContent{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.TopLogo{
		width: 140px;
	}

	.TopLogo a{
		display: flex;
		align-items: center;
	}

	.SpHeader__Ul{
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.SpHeader__NavItem{
		position: relative;
		display: inline-block;
		margin-left: 8px;
		height: 100%;
		letter-spacing: 0.05em;
		font-family: sans-serif;
		font-size: 14px;
	}

	.SpHeader__NavItem.login{
		margin-left: auto;
		margin-right: 16px;
	}

	.SpHeader__NavLink{
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* ---------------------------- */
	/* --- ハンバーガーメニュー --- */
	/* ---------------------------- */

	.MenuTrigger {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}

	.MenuTrigger {
	  position: relative;
	}

	.MenuTrigger img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

}

/* ---------------------------- */
/* --- SpMenu --- */
/* ---------------------------- */

#SpMenu{
	display: none;
}
@media screen and (max-width: 768px){
	#SpMenu{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	.SpNav{
		height: 100vh;
		background: #333;
		color: #fff;
	}

	.SpMenuBox{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.SpNav li{
		margin-bottom: 24px;
		letter-spacing: 0.1em;
		line-height: 1.3;
		font-family: sans-serif;
		font-size: 1.8rem;
	}

	.SpNav li a{
		display: block;
	}
}
