/*=============================================================
  header
============================================================ */
#suntory_header_pc {
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #fff;
}

#suntory_header_pc input[type="text"]:focus {
	outline: 0;
}

#suntory_header_pc .inner {
	width: 100%;
	margin: 0 auto;
}
#suntory_header_pc .header_top {
	height: 73px;
	position: relative;
}

#suntory_header_pc a {
	text-decoration: none;
}
#suntory_header_pc a:focus {
	outline: none;
}
#suntory_header_pc a.external {
	position: relative;
	padding-right: 25px;
}
#suntory_header_pc a.external:before {
	content: '';
	width:10px;
	height:6px;
	display: inline-block;
	border:1px solid #333;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
#suntory_header_pc a.external:after {
	content: '';
	width:10px;
	height:6px;
	display: inline-block;
	border:1px solid #333;
	position: absolute;
	bottom: 7px;
	right: 0px;
}
#suntory_header_pc p {
	margin: 0;
}
#suntory_header_pc ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#suntory_header_pc a.logo {
	display: block;
	width: 140px;
	height: 33px;
	background: url(../svg/logo.svg) no-repeat 0 0;
	background-size: auto 100%;
	text-indent:-9999px;
	position: absolute;
	top: 20px;
	left:calc(50% - 70px);
}
#suntory_header_pc a.logo img {
	display: block;
	width: 100%;
	border:none;
}

#suntory_header_pc .function {
	margin: 20px 20px 0 0;
	float:right;
	position: relative;
	display: flex;
}
#suntory_header_pc .function:after { content :''; display :block; clear :both; }

/*
#suntory_header_pc .edition {
	margin: 0 0 0;
	color: #bbbbbb;
	line-height: 30px;
	float: right;
	display: flex;
}
#suntory_header_pc .edition a {
	color: #333;
}
#suntory_header_pc .edition li {
	border-right: 1px #d5d5d5 solid;
	padding-right:15px;
}
#suntory_header_pc .edition li:last-child {
	border: none;
	padding-right: 0;
	margin-left: 15px;
}
*/
/*
#suntory_header_pc #global {
	padding: 0 25px 0 35px;
	line-height: 30px;
	color: #333;
	display: block;
	height: 30px;
	border-right: 1px #d5d5d5 solid;
	background: url(../img/icon_global.png) left 4px no-repeat;
	margin-left: 100px;
}
*/
#suntory_header_pc #global_wrap {
	position: absolute;
	top: 0;
	right: 170px;		
	z-index:30;	
}

#suntory_header_pc #global {
	height: 20px;
	padding-right: 25px;
	margin-top: 5px;
	display: block;
	border-right: 1px #d5d5d5 solid;
	background: url(../png/global.png) left top no-repeat;
	background-size: 20px;
	margin-left: 60px;
	padding-left: 30px;
    line-height: 20px;
	color: #333;
}


#suntory_header_pc #global:hover {
	cursor: pointer;
}

#suntory_header_pc #global_list_wrap {
	display: none;
    box-shadow: 0 0 13px #ccc;
	margin-top: 15px;
}

#suntory_header_pc #global_list {	
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:2px;
	position:relative;
}
 
#suntory_header_pc #global_list:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	right: 10px;
	position:absolute;
	width:0;
	z-index:1;
}
 
#suntory_header_pc #global_list:after {
	border:10px solid transparent;
	border-bottom-color:#ccc;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right: 10px;
	position:absolute;
	width:0;
	
}

#suntory_header_pc #global_list #global_list_title {
	margin: 20px;
	color: #c7c7c7;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px #e4e4e4 solid;
}

#suntory_header_pc #global_list ul {
	margin: 20px;
}

#suntory_header_pc #global_list ul li {
	margin-bottom: 20px;
}

#suntory_header_pc #global_list ul li a {
	padding-left: 36px;
	height: 20px;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	display: block;
}

#suntory_header_pc #global_list ul li a:hover {
	opacity: 0.7;
}

#suntory_header_pc #global_list ul li:last-child {
	margin-bottom: 0;
}

#suntory_header_pc #global_list ul li#japan a {
	background: url(../png/flag_japan.png) left top no-repeat;
	background-size: 20px 20px;
}

#suntory_header_pc #global_list ul li#us a {
	background: url(../png/flag_us.png) left top no-repeat;
	background-size: 20px 20px;
}

#suntory_header_pc #global_list ul li#vietnam a {
	background: url(../png/flag_vietnam.png) left top no-repeat;
	background-size: 20px 20px;
}










#suntory_header_pc .function p {
	/*float: left;*/
}
#suntory_header_pc .contact a {
	margin: 0 45px 0 25px;
	padding-right: 25px;
	line-height: 30px;
	color: #333;
	display: block;
	height: 30px;
	border-right: 1px #d5d5d5 solid;
}

#suntory_header_pc .trigger {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0, 0, 0, 0);
}
#suntory_header_pc input#btn_search + label {
	width: 30px;
	height: 30px;
	background: url(../svg/icon_magnifier.svg) no-repeat center center;
	background-size: 25px 25px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
#suntory_header_pc .header_search.open input#btn_search + label {
	display: none;
}

#suntory_header_pc .header_search .header_search_box {
	display: none;
	width: 250px;
	overflow: hidden;
}


#suntory_header_pc .header_search.open .header_search_box {
	margin-left: -30px;
	display: none;
	z-index: 1000;
	animation-duration: .5s;
	animation-name: slide-in;
	-moz-animation-duration: .5s;
	-moz-animation-name: slide-in;
	-webkit-animation-duration: .5s;
	-webkit-animation-name: slide-in;
	position: absolute;
	top: 0;
	right: 0;
}

	@-moz-keyframes slide-in {
		0% {
			display: none;
			opacity: 0;
			width: 0;
		}
		100% {
			display: block;
			opacity: 1;
			width: 180px;
		}
	}

	@-webkit-keyframes slide-in {
		0% {
			display: none;
			opacity: 0;
			width: 0;
		}
		100% {
			display: block;
			opacity: 1;
			width: 180px;
		}
	}

	@keyframes slide-in {
		0% {
			display: none;
			opacity: 0;
			width: 0;
		}
		100% {
			display: block;
			opacity: 1;
			width: 180px;
		}
	}


#suntory_header_pc #search_icon {
	width: 30px;
	height: 30px;
	background: url(../svg/icon_magnifier.svg) no-repeat center center;
	background-size: 25px 25px;
	display: block;
	text-indent: -9999px;
	border:none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#suntory_header_pc #search_icon:hover {
	cursor: pointer;
}

#suntory_header_pc .header_search {
	/*float: right;*/
	position: absolute !important;
    top: 35px;
    right: -6px;
	display: none;
	
	background-color:#fff;
	/*border:1px solid #ddd;*/
	border-radius:2px;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}


#suntory_header_pc .header_search:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	right: 11px;
	position:absolute;
	width:0;
	z-index:1;
}
 
#suntory_header_pc .header_search:after {
	border:10px solid transparent;
	border-bottom-color:#ccc;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right: 11px;
	position:absolute;
	width:0;
	
}



#suntory_header_pc .header_search form input.text_box {
	width: 250px;
	height: 30px;
	padding: 5px;
	/*border: 1px #e1e1e1 solid;*/
	border: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#suntory_header_pc .header_search form input.btn_submit {
	width: 30px;
	height: 30px;
	background: url(../svg/icon_magnifier.svg) no-repeat center center;
	background-size: 25px 25px;
	display: block;
	text-indent: -9999px;
	border:none;
	position: absolute;
	top: 0px;
	right: 0px;
}
#suntory_header_pc form input.btn_submit:hover {
	opacity: .7;
}

#suntory_header_pc .gnavi {
	position: relative;
	margin: 20px auto 0;
	height: auto;
	display: flex;
	-webkit-justify-content:center; 
	justify-content:center; 
	width: 100%;
}
#suntory_header_pc .gnavi > li {
	width: auto;
}
#suntory_header_pc .gnavi > li > a {
	display: block;
	margin: 0 50px;
	padding-bottom: 15px;
	line-height: auto;
	text-align: center;
	color: #808080;
	border-bottom:5px #fff solid;
	transition: all .2s ease-in-out;
}
#suntory_header_pc .gnavi > li a:hover {
	border-bottom:5px #5bc2dc solid;
}

#suntory_header_pc .gnavi > li:hover > a {
	z-index: 999!important;
}
#suntory_header_pc .gnavi .sub {
	display: none;
	position: absolute;
	width: 100%;
	padding: 20px 0;
	top: 100%;
	left: 0;
	background: #5bc2dc;
	border-bottom: solid 1px #fff;
	line-height: 40px;
	z-index: 998;
}
#suntory_header_pc .gnavi > li:hover > .sub {
	display: block;
	z-index: 100;
	animation: show .2s linear 0s;
}

	@keyframes show{
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}

#suntory_header_pc .gnavi .sub ul {
	padding: 0 40px 0 0;
	display: flex;
	-webkit-justify-content:center; 
	justify-content:center;
	flex-wrap: wrap;
}
#suntory_header_pc .gnavi .sub li {
	padding: 0 0 0 40px;
	white-space: nowrap;
}
#suntory_header_pc .gnavi .sub a {
	color: #fff;
}
#suntory_header_pc .gnavi .sub a:hover {
	text-decoration: underline;
}



/*=============================================================
  footer
============================================================ */
#suntory_footer_pc {
	border-top: 1px solid #e6e6e6;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#suntory_footer_pc input[type="text"]:focus {
	outline: 0;
}
#suntory_footer_pc .inner {
	margin: 0 auto;
	padding: 0 15px;
	width: auto;
	max-width: 1164px;
	min-width: 960px;
	box-sizing: border-box;
}
#suntory_footer_pc a {
	text-decoration: none;
}
#suntory_footer_pc a:focus {
	outline: none;
}
#suntory_footer_pc a.external {
	position: relative;
	padding-right: 25px;
}
#suntory_footer_pc a.external:before {
	content: '';
	width:10px;
	height:6px;
	display: inline-block;
	border:1px solid #333;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
#suntory_footer_pc a.external:after {
	content: '';
	width:10px;
	height:6px;
	display: inline-block;
	border:1px solid #333;
	position: absolute;
	bottom: 7px;
	right: 0px;
}
#suntory_footer_pc p {
	margin: 0;
}
#suntory_footer_pc ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#suntory_footer_pc .footer_pagetop {
	text-align: right;
}
#suntory_footer_pc .footer_pagetop #footer_pagetop_pc {
	margin: 20px 0;
	display: inline-block;
	height: 18px;
	width: 100px;
	background: url(../png/header_footer-2.png) no-repeat 0 -87px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
#suntory_footer_pc .footer_pagetop #footer_pagetop_pc:hover {
	background-position: 0 -61px;
}

#suntory_footer_pc .footer_search_wrap {
	width: 100%;
}

#suntory_footer_pc .footer_search {
	width: auto;
	min-width: 960px;
	max-width: 1164px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}
#suntory_footer_pc .footer_search .inner {
	vertical-align: middle;
	display: table;
	width: 100%;
	min-width: 960px;
	max-width: 1164px;
	box-sizing: border-box;
}
#suntory_footer_pc .footer_search .inner:after { content :''; display :block; clear :both; }

#suntory_footer_pc .footer_search a.logo {
	display: block;
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 33px;
	background: url(../svg/logo.svg) no-repeat 0 0;
	background-size: 140px 33px;
	text-indent:-9999px;
}
#suntory_footer_pc .footer_search a.logo img {
	width: 100%;
	vertical-align: middle;
	border:none;
}
#suntory_footer_pc .footer_search form {
	display:table-cell;
	border: 1px #ccc solid;
	border-radius: 25px;
	padding: 5px 10px 5px 15px;
	text-align: right;
	float: right;
}

#suntory_footer_pc .footer_search form input.text_box {
	padding: 5px;
	border: none;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#suntory_footer_pc .footer_search form input.btn_submit {
	width: 30px;
	height: 30px;
	background: url(../svg/icon_magnifier.svg) no-repeat center center;
	background-size:16px 16px;
	display: block;
	text-indent: -9999px;
	border:none;
	float: right;
}
#suntory_footer_pc .footer_search form input.btn_submit:hover {
	opacity: .7;
}


#suntory_footer_pc .footer_search #footer_global_btn {
	background: url(../png/global.png) left top no-repeat;
	background-size: 26px;
    float: right;
	margin: 8px 35px 30px 0;  
    padding-left: 40px;
    font-weight: bold;
    color: #333;
    font-size: 17px;
    height: 26px;
    line-height: 26px;
}

#suntory_footer_pc .footer_search #footer_global_btn:hover {
	cursor: pointer;
}

#suntory_footer_pc #footer_global_box_wrapper {
	display: none;
	width: 100%;
	border-top:1px solid #e6e6e6;
}

#suntory_footer_pc #footer_global_box {
	width:auto;
	max-width:1164px;
	min-width:960px;
	/*border-top:1px solid #e6e6e6;*/
	position:relative;
	background-color: #FFF;
	margin: 0 auto;
	font-size: 17px;
}

 
#suntory_footer_pc #footer_global_box:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	right: 304px;
	position:absolute;
	width:0;
	z-index:1;
}
 
#suntory_footer_pc #footer_global_box:after {
	border:10px solid transparent;
	border-bottom-color:#ccc;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right: 304px;
	position:absolute;
	width:0;
	
}


#suntory_footer_pc #footer_global_box ul#footer_global_list {
	padding: 25px 0 0 120px;
	text-align: center;
}

#suntory_footer_pc #footer_global_box ul#footer_global_list li {
	margin: 0 120px 25px 0;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

#suntory_footer_pc #footer_global_box ul#footer_global_list li a {
	color: #333;
	display: block;
	padding-left: 40px;	
}

#suntory_footer_pc #footer_global_box ul#footer_global_list li a:hover {
	opacity: 0.7;
}

#suntory_footer_pc #footer_global_box ul#footer_global_list li#footer_japan a {
	background: url(../png/flag_japan.png) left top no-repeat;
	background-size: 25px;
}


#suntory_footer_pc #footer_global_box ul#footer_global_list li#footer_us a {
	background: url(../png/flag_us.png) left top no-repeat;
	background-size: 25px;
}


#suntory_footer_pc #footer_global_box ul#footer_global_list li#footer_vietnam a {
	background: url(../png/flag_vietnam.png) left top no-repeat;
	background-size: 25px;
}







#suntory_footer_pc .footer_navi {
	background: #c6dbe1;
	width: auto;
	padding: 0;
}
#suntory_footer_pc .footer_navi .inner {
	width:auto;
	max-width:1164px;
	min-width:960px;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
#suntory_footer_pc .footer_navi dl {
	margin: 30px 0 0;
	padding: 0 25px 0 0;
}
#suntory_footer_pc .footer_navi dt {
	margin: 0;
	padding: 0 0 10px;
	width: auto;
}
#suntory_footer_pc .footer_navi dt.space {
	margin: 30px 0 0;
}
#suntory_footer_pc .footer_navi dd {
	margin: 0;
	padding: 0 0 10px;
}
#suntory_footer_pc .footer_navi dl a {
	color: #333;
/*	display: block;*/
	width: auto;
}
#suntory_footer_pc .footer_navi dt {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
#suntory_footer_pc .footer_navi dt a {
	font-size: 18px;
	font-weight: 700;
}
#suntory_footer_pc .footer_navi dt.gray,
#suntory_footer_pc .footer_navi dt.gray a {
	color: #999;
}
#suntory_footer_pc .footer_navi dt a:hover {
	opacity: .7;
}
#suntory_footer_pc .footer_navi dd a {
	font-size: 14px;
	line-height: 20px;
}
#suntory_footer_pc .footer_navi dd a:hover {
	text-decoration: underline;
}

#suntory_footer_pc .footer_navi .col2 dt {
	margin: 0 0 10px;
}
#suntory_footer_pc .footer_navi .col3 dt {
	margin: 0 0 10px;
}
#suntory_footer_pc .footer_navi .col4 dt {
	margin: 30px 0 10px;
}
#suntory_footer_pc .footer_navi .col4 dt:first-child {
	margin: 0 0 10px;
}

#suntory_footer_pc .sns_btn {
	clear: both;
	display: table;
	margin: 0 auto;
	padding: 50px 0;
	position: static;
}
#suntory_footer_pc .sns_btn li {
	display: table-cell;
	padding: 0 10px 0 15px;
	vertical-align: bottom;
}
#suntory_footer_pc .sns_btn li p {
	height: 70ppx;
}
#suntory_footer_pc .sns_btn li a {
	height: 70px;
	display: block;
	opacity: 1;
}
#suntory_footer_pc .sns_btn li a:hover {
	opacity: .7;
}
#suntory_footer_pc .sns_btn li.facebook p,
#suntory_footer_pc .sns_btn li.twitter p,
#suntory_footer_pc .sns_btn li.instagram p,
#suntory_footer_pc .sns_btn li.linkedin p,
#suntory_footer_pc .sns_btn li.youtube p,
#suntory_footer_pc .sns_btn li.share p{
	width: 70px;
	height: 70px;
}
#suntory_footer_pc .sns_btn li.share svg,
#suntory_footer_pc .sns_btn li.share span {
	display: none;
}

#suntory_footer_pc .sns_btn li.facebook a {
	background: url(../png/icon_fb-2.png) no-repeat 0 0;
	background-size: 70px 70px;
}
#suntory_footer_pc .sns_btn li.twitter a {
	background: url(../png/icon_tw-2.png) no-repeat 0 0;
	background-size: 70px 70px;
}
#suntory_footer_pc .sns_btn li.instagram a {
	background: url(../png/icon_ig-2.png) no-repeat 0 0;
	background-size: 70px 70px;
}
#suntory_footer_pc .sns_btn li.linkedin a {
	background: url(../png/icon_li-2.png) no-repeat 0 0;
	background-size: 70px 70px;
}
#suntory_footer_pc .sns_btn li.youtube a {
	background: url(../png/icon_yt-2.png) no-repeat 0 0;
	background-size: 70px 70px;
}
#suntory_footer_pc .sns_btn li.share a {
	background: url(../png/icon_share.png) no-repeat 0 0;
	background-size: 70px 70px;
}

#suntory_footer_pc .footer_boilerplate {
	background: #c6dbe1;
	padding: 1.5em 0 3.5em;
	font-size:1.5em;
}
#suntory_footer_pc .footer_boilerplate h5 {
	margin: 0 0 .8em;
/*	padding: 0 0 .5em;
	border-bottom: solid 1px #999;*/
	color: #333;
}
#suntory_footer_pc .footer_boilerplate p {
	height:inherit;
	margin: 0 0 1em;
	font-size: 14px;
	line-height:1.5;
}
#suntory_footer_pc .footer_boilerplate a {
	color: #333;
	text-decoration:underline;
}

#suntory_footer_pc .footer_copyright {
	clear: both;
	background: #b8b8b8;
	padding: 0 15px;
	box-sizing: border-box;
}
#suntory_footer_pc .footer_copyright .inner {
	padding: 0;
}
#suntory_footer_pc .footer_copyright p {
	position: relative;
	font-size: 12px;
	color: #333;
	height: 40px;
	line-height: 40px;
}
#suntory_footer_pc .footer_copyright .link {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	text-align: right;
}
#suntory_footer_pc .footer_copyright .link a {
	color: #333;
	white-space: nowrap;
}
#suntory_footer_pc .footer_copyright .link a:hover {
	text-decoration: underline;
}

#suntory_footer_pc .btn_page_top a {
	width: 62px;
	height: 62px;
	background: url(../png/btn_page_top.png) no-repeat 0 0;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 100;
}
#suntory_footer_pc .btn_page_top a:hover {
	opacity: .7;
}

@media screen and (min-width:1164px){
/*=============================================================
  [PC] width 1164px - 
============================================================ */
	#suntory_footer_pc .inner {
		padding: 0;
	}
	#suntory_footer_pc .footer_copyright {
		padding: 0;
	}

}

@media print {
	#suntory_header_pc,
	#suntory_footer_pc {
		display: none;
	}
}