/*------------------------------------------------------------
  [PC] geo location banner
------------------------------------------------------------ */

#GeoLocBnr {
	display: none;
	opacity: 0;
	position: absolute;
	top: 18px;
	right: -100px;
	z-index: 999;
}

#GeoLocBnr a {
	display: block;
	width: 310px;
	background: #5bc2dc;
	padding: .5em 1em;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	font-family: "suntory syntax", Arial, Helvetica, sans-serif;
	color: #fff;
}

#GeoLocBnr a:hover {
	background: #6dd0e5;
}

#GeoLocBnr a:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(https://www.suntory.com/parts_2017/img/icon_glb_globe.png);
	position: absolute;
	top: .5em;
	left: 10px;
}

#GeoLocBnr .closeBnr {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(https://www.suntory.com/parts_2017/img/icon_glb_close.png);
	position: absolute;
	top: .5em;
	right: 10px;
	text-indent: -9999px;
}

#GeoLocBnr .closeBnr:hover {
	opacity: .8;
}

/* ==========================================================================
= COMMON Parts
========================================================================== */

.wrapper-inner {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.wide-inner {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
}

.wrap {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Contents header */

#suntory_contents .contents-header {
	border-top: 2px solid #808080;
}

#suntory_contents .contents-header.under {
	background: #eff4f7;
}

#suntory_contents .category-nav .item-btn {
	color: #000;
	font-size: .87em;
	font-weight: bold;
	line-height: 1.4;
}

#suntory_contents .page-title {
	float: left;
	padding: 18px 0;
	margin: 0;
	border: none;
	color: #000;
	font-size: 1.5em;
}

#suntory_contents .page-title.link {
	padding: 0;
}

#suntory_contents .page-title.link a {
	display: block;
	padding: 18px 0;
	color: #000;
}

#suntory_contents .page-title.link a:hover {
	text-decoration: none;
}

#suntory_contents .entry-login a.btn-inner {
	display: block;
	padding: 15px 45px 15px 15px;
	background: url(https://www.suntory.com/recruit/fresh/common/img/entry_arr.png) no-repeat 90% center #fff300;
	color: #000;
	font-weight: bold;
}

.header-main {
	position: relative;
	max-width: 1160px;
	padding: 15px 0;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.category-nav {
	float: right;
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-list .item-btn {
	display: block;
	padding: 10px 20px;
	color: #000;
	text-align: center;
}

.nav-list .btn-inner {
	font-size: .87em;
}

.entry-login.narr {
	display: none;
}

.sp_nav-trig {
	display: none;
	border: none;
	padding: 0;
	outline: none;
}

@media screen and (max-width: 1119px) {

#suntory_contents .page-title {
	float: left;
}

.header-main {
	max-width: 960px;
	padding: 15px 10px;
}

.category-nav {
	clear: both;
	float: none;
}

.nav-list {
	width: 70%;
}

.entry-login.wide {
	display: none;
}

.entry-login.narr {
	float: right;
	display: block;
}

}

@media screen and (max-width: 767px) {

.wrap {
	width: 95%;
}

.wrapper-inner {
	width: 95%;
}

.wide-inner {
	width: 100%;
}

/* Contents header */

#suntory_contents .category-nav .item-btn {
	color: #fff;
	font-size: .87em;
	font-weight: bold;
	line-height: 1.4;
}

#suntory_contents .page-title {
	float: left;
	padding: 18px 0 18px 8px;
	margin: 0;
	font-size: 1em;
}

#suntory_contents .page-title.link a {
	padding: 10px 0 10px 8px;
}

#suntory_contents .entry-login {
	height: 100%;
	margin: 0;
}

#suntory_contents .entry-login a.btn-inner {
	padding: 10px;
	background: #fff300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-main {
	position: relative;
	width: 100%;
	padding: 0;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-nav {
	position: absolute;
	top: 52px;
	left: 0;
	float: none;
	display: block;
	width: 100%;
	z-index: 5;
}

/* Header Navi */

.nav-list {
	display: none;
	width: 100%;
}

.nav-list .nav-item {
	border-bottom: 1px solid #fff;
}

.nav-list .item-btn {
	display: block;
	padding: 5% 15px;
	background: #808080;
	color: #fff;
	text-align: left;
}

.nav-list .btn-inner {
	font-size: .87em;
}

.entry-login.narr .btn-inner {
	height: 100%;
}

/* SP Menu Trigger Btn */

.sp_nav-trig {
	position: relative;
	display: block;
	float: right;
	padding-top: 52px;
	width: 52px;
	background: #808080;
}

.sp_nav-trig::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 7px;
	margin-top: -4px;
	margin-left: -6px;
	background: url(https://www.suntory.com/recruit/fresh/common/img/sp/sp_menu-arr.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.sp_nav-trig.is-active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

}

