#suntory_contents #container {
	max-width: 1164px;
	width: 100%;
}
#container section .hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#container section .hide {
	height: 0;
	margin: 0;
}
#container section .group_text {
	font-size: 18px;
	line-height: 1.444;
	text-align: center;
	font-weight: bold;
	margin: 46px 0 0;
	color: #000;
}
#container section ul {
	background: url(https://www.suntory.com/group/img/area-bg-GroupInformation.png) no-repeat;
	width: 960px;
	height: 530px;
	position: relative;
}
#container section li {
	position: absolute;
}
#container section li a {
	display: block;
	background-repeat: no-repeat;
}
#container section .Japan {
	left: 46.048%;
	top: 32.884%;
}
#container section .TheAmericas {
	left: 68.9%;
	top: 29%;
}
#container section .Europe {
	left: 3%;
	top: 20.5%;
}
#container section .SoutheastAsiaOceania {
	left: 26.03%;
	top: 59.491%;
}

#container section ul.world_map {
	background: url(https://www.suntory.com/group/img/area-bg-world-map.png) no-repeat;
	background-size: cover;
	max-width: 1164px;
	min-width: 960px;
	width: 100%;
	height: auto;
	aspect-ratio: 63.502 / 36.498;
}

#container section ul.world_map {
	background: url(https://www.suntory.com/group/img/area-bg-world-map.png) no-repeat;
	background-size: cover;
	max-width: 1164px;
	min-width: 960px;
	width: 100%;
	aspect-ratio: 63.502 / 36.498;
}

#container section ul.world_map li {
	width: 18.9%;
}

#container section ul.world_map li a {
	position: relative;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 9999px;
	transition: all .2s ease-in-out;
}

#container section ul.world_map li a:hover {
	background: #9DDAEA;
	border: 1px solid #5BC2DC;
	text-decoration: none;
}

#container section ul.world_map li a::after {
	content: '';
	margin: auto;
	position: absolute;
	top: calc(50% + 2px);
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 1px;
	transform: rotate(45deg) translate(-50%,-50%);
}

@media only screen and (max-width: 767px) {
	#container section .group_text {
		margin: 50px 0 0;
	}
	#container section ul.world_map {
		background: url(https://www.suntory.com/group/img/area-bg-world-map-sp.png) no-repeat;
		background-size: 100% auto;
		background-position: center 10.667vw;
		min-width: auto;
		width: calc(100% - 28px);
		aspect-ratio: initial;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 8vw auto 76px;
		box-sizing: border-box;
		height: 64.533vw;
	}
	#container section ul.world_map li {
		width: 47.256%;
		position: absolute;
		height: 50px;
	}
	#container section ul.world_map li:nth-child(n + 3) {
		margin-top: 24px;
	}
	#container section .Japan {
		top: 0;
		left: initial;
		right: 0;
	}
	#container section .TheAmericas {
		top: initial;
		left: initial;
		right: 0;
		bottom: 0;
	}
	#container section .Europe {
		top: 0;
		left: 0;
	}
	#container section .SoutheastAsiaOceania {
		top: initial;
		left: 0;
		bottom: 0;
	}
	#container section ul.world_map li a::after {
		right: 15px;
	}
}

@media only screen and (max-width:320px) {
	#container section ul.world_map li a {
		font-size: 12px;
	}
	#container section ul.world_map li a::after {
		right: 11px;
	}
}
