@charset "shift_jis";

/********************************************************** wb_[[ */
div.contents_{
	margin-top:5vw;
}
.flavor_header *{
	box-sizing: border-box;
}
.flavor_header{
	position: relative;
	height: 12.13vw;
	background: #111111;
	color: #ffffff;
}
.flavor_header nav{
	position: relative;
}
.flavor_header .header_logo{
	width: 34.53%;
	margin-left: 4%;
	height: auto;
	line-height :1;
	padding: 3.8% 0;
}
.flavor_header .header_logo a{
	display: block;
}
.flavor_header .hn-list{
	font-size: 0.56em;
	font-weight: bold;
	display: flex;
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	width: 27.06%;
	line-height: 1;
	box-sizing: border-box;
	justify-content: space-between;
	min-width: 110px;
	align-items: center;
}
.flavor_header .hn-list__item span {
	display: block;
	text-align: center;
	font-size: .78em;
	font-weight: 400;
	margin-bottom: 1.6vw;
}
