@charset "utf-8";


/* reset
==================================== */
html,
body{
	margin:0;
	padding:0;
	border:0;
}
body.modal_on {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px; /* 幅のリフローを避ける */
}

#suntoryCommonWrapper {
	overflow: clip;
}

#suntoryCommonHeader,
#suntoryCommonFooter{
	margin:0;
	padding:0;
	border:0;
	line-height:1;
	background:transparent;
	-webkit-text-size-adjust:none;
	background-color:#fff;
	text-align:left;
}


/* 旧CSS suntory_gn_utf8.css suntory_gn.css 対応
------------------------------*/
#suntoryCommonHeader,
#suntoryCommonFooter{
	width:100% !important;
	height:auto;
	position:static;
}



#suntoryCommonHeader h1,#suntoryCommonHeader h2,#suntoryCommonHeader h3,#suntoryCommonHeader h4,#suntoryCommonHeader h5,#suntoryCommonHeader h6,#suntoryCommonHeader p,#suntoryCommonHeader ol,#suntoryCommonHeader ul,#suntoryCommonHeader li,#suntoryCommonHeader dl,#suntoryCommonHeader dt,#suntoryCommonHeader dd,#suntoryCommonHeader table,#suntoryCommonHeader th,#suntoryCommonHeader td,#suntoryCommonHeader form,#suntoryCommonHeader br,#suntoryCommonHeader address,#suntoryCommonHeader button,#suntoryCommonHeader span,#suntoryCommonHeader em,#suntoryCommonHeader i,#suntoryCommonHeader a,#suntoryCommonHeader input,#suntoryCommonHeader button,
#suntoryCommonFooter h1,#suntoryCommonFooter h2,#suntoryCommonFooter h3,#suntoryCommonFooter h4,#suntoryCommonFooter h5,#suntoryCommonFooter h6,#suntoryCommonFooter p,#suntoryCommonFooter ol,#suntoryCommonFooter ul,#suntoryCommonFooter li,#suntoryCommonFooter dl,#suntoryCommonFooter dt,#suntoryCommonFooter dd,#suntoryCommonFooter table,#suntoryCommonFooter th,#suntoryCommonFooter td,#suntoryCommonFooter form,#suntoryCommonFooter br,#suntoryCommonFooter address,#suntoryCommonFooter button,#suntoryCommonFooter span,#suntoryCommonFooter em,#suntoryCommonFooter i,#suntoryCommonFooter a,#suntoryCommonFooter input,#suntoryCommonFooter button{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	font-style:normal;
	font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
	color: #000;
	line-height:1;
	vertical-align:baseline;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#suntoryCommonHeader table,
#suntoryCommonFooter table{
	border-collapse:collapse;
	text-align:left;
}

#suntoryCommonHeader input,
#suntoryCommonFooter input{
	vertical-align:middle;
}

#suntoryCommonHeader ol,#suntoryCommonHeader ul,#suntoryCommonHeader li,
#suntoryCommonFooter ol,#suntoryCommonFooter ul,#suntoryCommonFooter li{
	list-style:none;
}

#suntoryCommonHeader a,
#suntoryCommonFooter a,
#suntoryCommonHeader input,
#suntoryCommonFooter input,
#suntoryCommonHeader button,
#suntoryCommonFooter button{
	cursor:pointer;
	text-decoration:none;
}

#suntoryCommonHeader img,
#suntoryCommonFooter img{
	-ms-interpolation-mode:bicubic;
	border:0;
}

/* Accessibilityhidden
==================================== */
#suntoryCommonHeader:not(.suntoryCommonHd_to_contents_focus) #suntoryCommonHd #gn_block_top.suntoryCommonHd_to_contents a#to_contents,
#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_submit .suntoryCommonHd_submenu_search_submit_text,
#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_open .suntoryCommonHd_submenu_search_open_text,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a[target="_blank"]::after,
#suntoryCommonHeader .accessibilityHidden,
#suntoryCommonFooter .accessibilityHidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus #gn_block_top {
	animation-name: suntoryCommonHdToContentsFocus;
	animation-duration: .5s;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0066aa;
	overflow: hidden;
	transition: .5s;
}
@keyframes suntoryCommonHdToContentsFocus {
  0%{
    height: 0;
  }
  100%{
    height: 50px;
  }
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus.suntoryCommonHd_to_contents_blur #gn_block_top {
	height: 0;
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus #gn_block_top #to_contents {
	height: 25px;
	padding: 0 26px 0 20px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #0066aa;
	position: relative;
	font-size: 16px;
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus #gn_block_top #to_contents::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0066aa;
	border-right: 1px solid #0066aa;
	transform: translate(0, -50%) rotate(135deg);
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus {
	height: auto;
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus::after {
	top: 148px;
	transition: .5s;
}

#suntoryCommonHeader.suntoryCommonHd_to_contents_focus.suntoryCommonHd_to_contents_blur::after {
	top: 98px;
	transition: .5s;
}

/* PC_NONE
==================================== */
#suntoryCommonHd br.br_sp,
#suntoryCommonFt br.br_sp {
	display:none;
}


/* rwd
======================================================================== */
#suntoryCommonHeader,
#suntoryCommonFooter{
	margin:0 auto;
	text-align:center;
}
#suntoryCommonHd,
#suntoryCommonHd_in,
#suntoryCommonHd_01,
#suntoryCommonHd_02,
#suntoryCommonFt,
#suntoryCommonFt_in{
	margin:0 auto;
	text-align:left;
}

#suntoryCommonHd_in,
#suntoryCommonHd_01,
#suntoryCommonHd_02,
#suntoryCommonFt_menu,
#suntoryCommonFt_end1,
#suntoryCommonFt_end2,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	width:1164px;
}

@media screen and (min-width:961px) and ( max-width:1164px) {
#suntoryCommonHd_in,
#suntoryCommonHd_01,
#suntoryCommonHd_02,
#suntoryCommonFt_menu,
#suntoryCommonFt_end1,
#suntoryCommonFt_end2,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	width:100%;
}
#suntoryCommonHd #suntoryCommonHd_01,
#suntoryCommonHd #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
}

@media screen and (max-width:960px) { 
#suntoryCommonHd_in,
#suntoryCommonHd_01,
#suntoryCommonHd_02,
#suntoryCommonFt_menu,
#suntoryCommonFt_end1,
#suntoryCommonFt_end2,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	width:960px;
}
#suntoryCommonHd #suntoryCommonHd_01,
#suntoryCommonHd #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#suntoryCommonWrapper {
	overflow: initial;
}
}


/* head
======================== */

#suntoryCommonHeader {
	box-sizing: border-box;
	height: 100px;
	position: relative;
}

#suntoryCommonHeader::after {
	position: absolute;
	content: '';
	top: 98px;
	display: block;
	width: 100%;
	z-index: 1;
	height: 2px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.16);
	pointer-events: none;
}

#suntoryCommonHeader.menu_02_modal_on::after {
	z-index: 2147483647;
}

/* #suntoryCommonFt_main_menu
======================================================================== */

/* #suntoryCommonHeader.suntory_cmn_hd_01 .suntoryCommonHd_menu_02_list_01 .suntoryCommonHd_menu_02_list_item,
#suntoryCommonHeader.suntory_cmn_hd_02 .suntoryCommonHd_menu_02_list_02 .suntoryCommonHd_menu_02_list_item,
#suntoryCommonHeader.suntory_cmn_hd_03 .suntoryCommonHd_menu_02_list_03 .suntoryCommonHd_menu_02_list_item,
#suntoryCommonHeader.suntory_cmn_hd_04 .suntoryCommonHd_menu_02_list_04 .suntoryCommonHd_menu_02_list_item,
#suntoryCommonHeader.suntory_cmn_hd_05 .suntoryCommonHd_menu_02_list_05 .suntoryCommonHd_menu_02_list_item {
	border-bottom: 2px solid #000;
} */


#suntoryCommonFt_menu ul li a:hover {
	text-decoration: underline;
}


/* id="suntoryCommonHeader" */

#suntoryCommonHd_01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

#suntoryCommonHd_01 #suntoryCommonHd_01_top h1 a {
	width: 288px;
	height: 25px;
	display: inline-block;
}

#suntoryCommonHd_01 #suntoryCommonHd_01_top h1 a img {
	width: auto;
	height: 25px;
}

#suntoryCommonHd_sp_menu_btn {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_menu_search_sp, #suntoryCommonHd_01 .suntoryCommonHd_sp_menu_foot_wrap, #suntoryCommonHd_01 #suntoryCommonHd_sp_menu_close {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 50px;

}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 {
	display: flex;
	font-size: 12px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 li a {
	font-weight: bold;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 li.btn_01 a {
	padding: 0 0 0 23px;
	background: url(/sun_common/sun_navi/responsive/img/global.svg) left center no-repeat;
	background-size: 12px 12px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner {
	display: block;
	position: relative;
	width: 40px;
	transition: all 0.3s ease-out;
	overflow: hidden;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner.suntoryCommonHd_submenu_search_active {
	width: 280px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_open, #suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_submit {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 22px;
	justify-content: center;
	align-items: center;
	display: flex;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_open:hover, #suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_submit:hover {
	opacity: .5;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner.suntoryCommonHd_submenu_search_active #suntoryCommonHd_submenu_search_open {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_submit {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner.suntoryCommonHd_submenu_search_active #suntoryCommonHd_submenu_search_submit {
	display: flex;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner .suntoryCommonHd_submenu_search_glass {
	position: absolute;
	content: "";
	display: block;
	top: 5px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 2px solid #000;
	z-index: 15;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner .suntoryCommonHd_submenu_search_glass::after {
	position: absolute;
	display: block;
	content: "";
	top: 40%;
	left: 60%;
	width: 6px;
	height: 2px;
	border-radius: 20px;
	background: #000;
	margin: 7px 0 0 3px;
	transform: rotate(45deg);
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_input {
	width: 100%;
	border: solid 1px transparent;
	border-radius: 20px;
	padding: 7px 50px 6px 10px;
	height: 28px;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner #suntoryCommonHd_submenu_search_input::placeholder {
	color: #333;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_submenu_search #suntoryCommonHd_submenu_search_inner.suntoryCommonHd_submenu_search_active #suntoryCommonHd_submenu_search_input {
	border-color: #8D8D8D;
	opacity: 1;
	visibility: visible;
	cursor: text;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 li {
	margin-right: 45px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 li:last-child {
	margin-right: 30px;
}

#suntoryCommonHd_01 #suntoryCommonHd_upper #suntoryCommonHd_menu_01 li a:hover {
	text-decoration: underline;
}

#suntoryCommonHd_01 #suntoryCommonHd_below {
	display: flex;
	justify-content: flex-end;
  align-items: center;
	height: 50px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 {
	display: flex;
	justify-content: flex-end;
  align-items: center;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list {
	margin-right: 50px;
}

/* #suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list:hover .suntoryCommonHd_menu_02_dropdown {
	display: block;
} */

/* #suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list:hover .suntoryCommonHd_menu_02_list_item {
	border-bottom: 2px solid #000;
} */

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list:last-child {
	margin-right: 0;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list .suntoryCommonHd_menu_02_list_item {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	height: 50px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}


#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list:hover .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list.menu_02_active .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHeader.suntory_cmn_hd_01 .suntoryCommonHd_menu_02_list_01 .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHeader.suntory_cmn_hd_02 .suntoryCommonHd_menu_02_list_02 .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHeader.suntory_cmn_hd_06 .suntoryCommonHd_menu_02_list_03 .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHeader.suntory_cmn_hd_05 .suntoryCommonHd_menu_02_list_04 .suntoryCommonHd_menu_02_list_item::before,
#suntoryCommonHeader.suntory_cmn_hd_08 .suntoryCommonHd_menu_02_list_05 .suntoryCommonHd_menu_02_list_item::before {
	content: '';
	position: absolute;
	bottom: 2px;
  width: 100%;
  height: 3px;
	background: #000;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list .suntoryCommonHd_menu_02_list_item.suntoryCommonHd_menu_02_dropdown_list_item_arrow::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 50%;
	display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(135deg);
	transition: .2s;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown {
	display: none;
	position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
	animation : menu_02_dropdown_fadeOut .3s;
	animation-fill-mode: both;
	z-index: 2147483647;
	padding-bottom: 50px;
	box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14)
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list.menu_02_active .suntoryCommonHd_menu_02_dropdown {
	animation : menu_02_dropdown_fadeIn .8s;
	animation-fill-mode: both;
}

@keyframes menu_02_dropdown_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu_02_dropdown_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* #suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list.menu_02_active .suntoryCommonHd_menu_02_list_item {
	border-bottom: 2px solid #000;
} */

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_list.menu_02_active .suntoryCommonHd_menu_02_list_item::after {
	top: 38px;
	transform: translate(-50%, -50%) rotate(135deg) scale(-1);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_inner {
	margin: 0 auto;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 125px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_ttl_back,
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item_back {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_ttl a {
	font-size: 28px;
	padding-right: 43px;
	position: relative;
	font-weight: bold;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_ttl a:hover {
	text-decoration: underline;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_ttl a::after {
	content: '';
	margin: auto;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(0, -50%) rotate(45deg);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close {
	text-align: center;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
}
#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_btn:hover .suntoryCommonHd_menu_02_dropdown_head_close_text {
	text-decoration: underline;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_line {
	display: block;
  position: relative;
  width: 15px;
  height: 15px;
	cursor: pointer;
	margin-right: 6px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_line::before, #suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_line::after {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #000;
	border-radius: 1px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_line::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_line::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_head_close_text {
	font-size: 16px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list {
	display: flex;
	justify-content: space-between;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_wrap {
	width: 48.11%;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl {
	border-bottom: 1px solid #000;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl .suntoryCommonHd_menu_02_dropdown_list_sp {
	display: none;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl span,#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl a {
	display: block;
  padding-bottom: 30px;
  position: relative;
  font-size: 18px;
	padding-right: 20px;
	font-weight: bold;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl a:hover {
	text-decoration: underline;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_ttl a::after {
	content: '';
	margin: auto;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translate(-50%,-50%);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item {
	border-bottom: 1px solid #ddd;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a {
	display: flex;
	align-items: center;
	height: 75px;
	padding-top: 2px;
	position: relative;
	padding-right: 26px;
	font-size: 15px;
	line-height: 1.333;
	font-weight: normal;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a:hover {
	text-decoration: underline;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a::before {
	content: '';
	margin: auto;
	position: absolute;
	top: calc(50% + 2px);
	right: 6px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translate(-50%,-50%);
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a span {
	font-size: 15px;
	line-height: 1.333;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_item a[target="_blank"] span::after {
	display: inline-block;
	content: url(/sun_common/sun_navi/responsive/img/icon_blank.svg);
	width: 12px;
	height: 12px;
	margin-left: 10px;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_links.suntoryCommonHd_menu_02_dropdown_list_links_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_links.menu_02_dropdown_list_item_column {
	flex-direction: column;
	max-height: 228px;
	align-content: space-between;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list_links.suntoryCommonHd_menu_02_dropdown_list_links_2col .suntoryCommonHd_menu_02_dropdown_list_item {
	width: 46.444%;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list.suntoryCommonHd_menu_02_dropdown_list_4col .suntoryCommonHd_menu_02_dropdown_list_wrap:first-child{
	margin: 0;
}

#suntoryCommonHd_01 #suntoryCommonHd_below #suntoryCommonHd_menu_02 .suntoryCommonHd_menu_02_dropdown_list.suntoryCommonHd_menu_02_dropdown_list_4col .suntoryCommonHd_menu_02_dropdown_list_wrap {
	width: 22.424%;
}


/* id="suntoryCommonFooter" */

#suntoryCommonFooter #suntoryCommonFt_main {
	width: 100%;
	background: #EDF4F7;
}

#suntoryCommonFooter #suntoryCommonFt_menu {
	padding: 77px 0 50px;
	margin: 0 auto;
}

#suntoryCommonFooter #suntoryCommonFt_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links {
	width: 22.43%;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links_sp {
	display: none;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links:nth-child(-n+4) {
	margin-bottom: 45px;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links.suntoryCommonFt_links {
	width: 100%;
	margin-top: 48px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_term {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_term span.suntoryCommonFt_links_term_item {
	color: #5D5D5D;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_term a:hover {
	text-decoration: underline;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_mypage .suntoryCommonFt_links_term,
#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_sns .suntoryCommonFt_links_term {
	font-weight: normal;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_wrap {
	margin-top: 14px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_sns .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 14%;
	margin-top: 6px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_sns .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list li a {
	display: inline-block;
	width: 29px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_sns .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list li#suntoryCommonFt_info_official-account_x a {
	width: 26px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links.suntoryCommonFt_links_sns .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list li a img {
	width: 100%;
	height: auto;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list_item {
	font-weight: normal;
	font-size: 14px;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list_item.suntoryCommonFt_links_list_item_top {
	display: none;
}

#suntoryCommonFooter #suntoryCommonFt_01 .suntoryCommonFt_links .suntoryCommonFt_links_wrap .suntoryCommonFt_links_list_item + .suntoryCommonFt_links_list_item {
	margin-top: 16px;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap.suntoryCommonFt_banner_box_1::after,
#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap.suntoryCommonFt_banner_box_2::after {
	content: "";
	display: block;
	width: 22.43%;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap.suntoryCommonFt_banner_box_2::before {
	content: "";
	display: block;
	width: 22.43%;
	order: 1;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap .suntoryCommonFt_banner {
	width: 22.43%;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap .suntoryCommonFt_banner:nth-child(n + 5) {
	margin-top: 20px;
}

#suntoryCommonFooter #suntoryCommonFt_01 #suntoryCommonFt_banner_links .suntoryCommonFt_banner_wrap .suntoryCommonFt_banner .suntoryCommonFt_banner_item .suntoryCommonFt_banner_item_img {
	width: 100%;
	height: auto;
}

/* #suntoryCommonFt_end1
======================================================================== */
#suntoryCommonFt_end1 {
	border-bottom: 1px solid #d1dee1;
	font-size: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap #suntoryCommonFt_notice1 {
	height: 55px;
  background: url(/sun_common/sun_navi/responsive/img/recycle.svg) right 0 center no-repeat,url(/sun_common/sun_navi/responsive/img/stop20.svg) right 64px center no-repeat;
  background-size: auto 54px,37px 54px;
	text-align: right;
	padding-right: 118px;
	display: flex;
	align-items: center;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap #suntoryCommonFt_notice2 {
	padding-top: 1em;
	text-align: right;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap.softdrink #suntoryCommonFt_notice1 {
	padding-right: 65px;
	background: url(/sun_common/sun_navi/responsive/img/recycle.svg) right 0 center no-repeat;
	background-size: auto 55px;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap.softdrink #suntoryCommonFt_notice2 {
	display: none;
}
#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap #suntoryCommonFt_notice1 span,#suntoryCommonFt_end1 #suntoryCommonFt_notice_wrap #suntoryCommonFt_notice2 {
	line-height: 1.333;
	font-size: 12px;
}

#suntoryCommonFt_end1 #suntoryCommonFt_logo a {
	display: block;
	width: 288px;
	height: 25px;
}
#suntoryCommonFt_end1 #suntoryCommonFt_logo img {
	width: auto;
	height: 25px;
}


/* #suntoryCommonFt_end2
======================================================================== */
#suntoryCommonFt_end2 {
  height: 58px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right {
	display: flex;
	font-size: 13px;
}

#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link {
	display: flex;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li {
	border-right: 1px solid #000;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li:last-child {
	border-right: 0;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li a {
	line-height: 20px;
	margin: 0 10px;
	font-size: 12px;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li a:hover {
	text-decoration: underline;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li:first-child  a{
	margin-left: 0;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li:last-child a {
	margin-right: 0;
}


#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_global {
	margin-left: 20px;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_global a {
	line-height: 20px;
	font-size: 16px;
	padding: 0 6px 0 22px;
	background: url(/sun_common/sun_navi/responsive/img/global.svg) left center no-repeat;
	background-size: 16px 16px;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_global a span {
	line-height: 20px;
	font-weight: bold;
}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_global a:hover span {
	text-decoration: underline; 
}


#suntoryCommonFt_end2 #suntoryCommonFt_copy {
	font-size: 12px;
	line-height: 1.333;
}

@media screen and (max-width:1000px) { 
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_txt_link li a {margin: 0 5px;font-size: 13px;}
#suntoryCommonFt_end2 #suntoryCommonFt_end2_right #suntoryCommonFt_global {margin-left: 20px;}
}


/* #suntoryCommonFt_main responsive
======================================================================== */
@media screen and (min-width:961px) and ( max-width:1164px) {
	#suntoryCommonFt_main { width: 100%; }
	#suntoryCommonFt_information { width: 313px; }
	#suntoryCommonFt_information #suntoryCommonFt_info_suntory-id-mypage,
	#suntoryCommonFt_information #suntoryCommonFt_info_suntory-id-signin {
		margin-left: 0;
	}
	#suntoryCommonFooter #suntoryCommonFt_menu,
	#suntoryCommonFooter #suntoryCommonFt_end1,
	#suntoryCommonFooter #suntoryCommonFt_end2 {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	}
	
	@media screen and (max-width:960px) {
	#suntoryCommonFt_wrap { width: 960px; }
	#suntoryCommonFt_main { width: 960px; }
	#suntoryCommonFt_information { width: 310px; }
	#suntoryCommonFt_information #suntoryCommonFt_info_suntory-id-mypage,
	#suntoryCommonFt_information #suntoryCommonFt_info_suntory-id-signin {
		margin-left: 0;
	}
	#suntoryCommonFooter #suntoryCommonFt_menu,
	#suntoryCommonFooter #suntoryCommonFt_end1,
	#suntoryCommonFooter #suntoryCommonFt_end2 {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	}