@charset "utf-8";

/*==================================================
reset
================================================== */
#suntory_contents #hall_contents a { box-sizing: border-box; }
#suntory_contents #hall_contents ul { list-style: none; }
#suntory_contents #hall_contents img { vertical-align: bottom; }

/*==================================================
pc sp common
================================================== */
#suntory_contents .pc_item { display: block; }
#suntory_contents .sp_item { display: none; }
#suntory_contents #contents a:hover { opacity: 0.75; }
#suntory_contents #contents a {
	color: #881133;
	text-decoration: underline;
}

#suntory_contents #contents a.external::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 10px;
	margin-right: .5em;
	background: url('/suntoryhall/common2019/img/icon_external.png') no-repeat right center / 9px;
}


#suntory_contents .lead p:first-child { font-weight: bold; }
#suntory_contents #news {
	border: 2px solid #e5d4b2;
	margin: 0;
	padding: 0;
}
#suntory_contents #news h3 {
	display: inline-block;
	background-color: #f7f2e8;
}
#suntory_contents #news dl { overflow: scroll; }
#suntory_contents #onlineshop { background-color: #f7f2e8; }
#suntory_contents #onlineshop h3::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('../img/shop/arrow_right.png') no-repeat;
	background-size: contain;
}
#suntory_contents #onlineshop h3::after {
	content: '';
	display: inline-block;
	vertical-align: super;
	background: url('/suntoryhall/common2019/img/icon_external.png') no-repeat right center / 2.4vw;
}
#suntory_contents #onlineshop a img { box-shadow: 0 0 10px rgba(153, 102, 0, .4); }
#suntory_contents #shop {
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 10px #dfdfdf;
}
#suntory_contents #onlineshop h3 a { text-decoration: none; color: #222; }
#suntory_contents #onlineshop h3 a:hover { color: #881133; }
#suntory_contents #onlineshop h3 {
	display: inline;
	position: relative;
	color: #222;
	text-decoration: none;
	background: url('/suntoryhall/common2019/img/icon_external.png') no-repeat right top;
}
#suntory_contents #onlineshop h3::before {
	content: "";
	position: absolute;
	left: 0;
	background: #881133;
}
#suntory_contents #onlineshop h3::after {
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#suntory_contents #shop h3 span { font-weight: normal; }


@media screen and (max-width:767px){
	/*sp================================================== */
	#suntory_contents #contents a.external::after {
		width: 3.8vw;
		height: 2.4vw;
		background: url('/suntoryhall/common2019/img/icon_external.png') no-repeat right center / 2.4vw;
	}
	#suntory_contents #contents h2 {
		font-size: 4.75vw;
		font-weight: bold;
		border-bottom: 1px solid #000;
		padding: 6vw 0;
		margin: 0 0 6vw;
	}
	#suntory_contents #contents h3 {
		font-size: 4vw;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	#suntory_contents #contents section ul li { margin: 2.5vw 0; }
	#suntory_contents #contents section ul li:last-child { margin-bottom: 0; }
	#suntory_contents #contents section ul li img {
		width: 100%;
		height: auto;
	}

	/*==================================================
	container [sp] layout
	================================================== */
	#suntory_contents .pc_item { display: none; }
	#suntory_contents .sp_item{ display: block; }
	#suntory_contents .sp_item img { width:100%; height: auto; }
	#suntory_contents #contents {
		width: 100%;
		margin: 0;
		padding: 0 4vw 12vw;
	}
	#suntory_contents #contents section { margin-top: 8vw; }
	#suntory_contents #contents section .inner { padding: 4vw; }

	/*------------------------------------------------------------
	[SP] hall header setting
	------------------------------------------------------------ */
	#suntory_contents #hall_contents #contents_header.shop_head { background-image: url('../img/shop/bg_contents_header_sp.jpg'); }

	/*------------------------------------------------------------
	[SP] lead
	------------------------------------------------------------ */
	#suntory_contents .lead p,
	#suntory_contents .lead .lead_list {
		font-size: 4vw;
		margin-top: 4vw;
	}

	#suntory_contents #hall_contents .lead .lead_list {
		list-style: disc;
		padding-left: 5.333vw;
	}

	#suntory_contents .lead .lead_list li + li {
		margin-top: 2.667vw;
	}

	/*------------------------------------------------------------
	[SP] news
	------------------------------------------------------------ */
	#suntory_contents #news { padding: 0 0.5vw 0 0; }
	#suntory_contents #news h3 { padding: 1.25vw 4vw; }
	#suntory_contents #news dl { font-size: 3.5vw; }
	#suntory_contents #news dl dt { padding: 4vw 1vw 1vw 4vw; }
	#suntory_contents #news dl dd { padding: 0 1vw 1vw 4vw; }
	#suntory_contents #news dl { height: 10em; }
	#suntory_contents #news dl::-webkit-scrollbar {
		width: 3vw;
		height: 3vw;
	}
	#suntory_contents #news dl::-webkit-scrollbar-thumb {
		background: #f0e5d1;
		border-radius: 2vw;
	}

	/*------------------------------------------------------------
	[SP] onlineshop
	------------------------------------------------------------ */
	#suntory_contents #onlineshop { padding: 1vw 5vw 5vw; }
	#suntory_contents #onlineshop h3 {
		height: 20vw;
		margin: 0 0 6vw -5vw;
		padding: 0 6vw 0 10.66666667vw;
		font-size: 5.06666667vw;
		line-height: 20vw;
		background-size: 2.4vw;
	}
	#suntory_contents #onlineshop h3::before {
		width: 6.66666667vw;
		height: 9.33333333vw;
		top: calc(50% - 4.66666667vw);
	}
	#suntory_contents #onlineshop h3::after {
		top: calc(50% - 1vw);
		left: 1.8vw;
		width: 2.4vw;
		height: 2.4vw;
	}

	/*------------------------------------------------------------
	[SP] shop
	------------------------------------------------------------ */
	#suntory_contents #shop { padding: calc( 5vw - 1px ); }
	#suntory_contents #shop h3 span { font-size: 3vw; }
	#suntory_contents #contents #shop ul li { margin: 4vw 0; }
	#suntory_contents #contents #shop ul li:last-child { margin-bottom: 0; }

}

@media print, screen and (min-width:768px){
	/*pc================================================== */
	#suntory_contents #contents h2 {
		font-size: 24px;
		font-weight: bold;
		border-bottom: 1px solid #000;
		padding: 5px 0 45px;
		margin: 0 0 30px;
	}
	#suntory_contents #contents h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	#suntory_contents #contents section ul li { margin: 20px 0; }
	#suntory_contents #contents section ul li:last-child { margin-bottom: 0; }

	/*==================================================
	container [pc] layout
	================================================== */
	#suntory_contents #contents {
		width: 100%;
		max-width: 1160px;
		margin: 50px auto 110px;
		padding: 0 40px;
	}
	#suntory_contents #contents section {
		margin-top: 40px;
	}

	/*------------------------------------------------------------
	[PC] hall header setting
	------------------------------------------------------------ */
	#suntory_contents #hall_contents #contents_header.shop_head { background-image: url(../img/shop/bg_contents_header.jpg); }

	/*------------------------------------------------------------
	[PC] lead
	------------------------------------------------------------ */
	#suntory_contents .lead p {
		font-size: 16px;
		margin-top: 1.5em;
	}
	#suntory_contents .lead p:first-child { font-size: 19px; }

	#suntory_contents #hall_contents .lead .lead_list {
		list-style: disc;
		padding-left: 20px;
		margin-top: 1.5em;
		font-size: 16px;
	}

	#suntory_contents #hall_contents .lead .lead_list li + li {
		margin-top: 10px;
	}

	/*------------------------------------------------------------
	[PC] news
	------------------------------------------------------------ */
	#suntory_contents #news {
		padding: 0 2px 0 0;
	}
	#suntory_contents #news h3 {
		float: left;
		padding: 42px 30px;
	}
	#suntory_contents #news dl { font-size: 16px; }
	#suntory_contents #news dl dt {
		padding: 30px 0 0 30px;
		width: 180px;
		float: left;
	}
	#suntory_contents #news dl dd {
		padding: 30px 10px 0 0;
		width: 730px;
		float: left;
	}
	#suntory_contents #news dl { height: 120px; }
	#suntory_contents #news dl::-webkit-scrollbar {
		width: 20px;
		height: 20px;
	}
	#suntory_contents #news dl::-webkit-scrollbar-thumb {
		background: #f0e5d1;
		border-radius: 10px;
	}

	/*------------------------------------------------------------
	[PC] onlineshop
	------------------------------------------------------------ */
	#suntory_contents #onlineshop { padding: 30px 30px 40px; }
	#suntory_contents #onlineshop h3 {
		height: 40px;
		padding: 0 25px 0 40px;
		font-size: 20px;
		line-height: 40px;
		background-size: 11px;
	}
	#suntory_contents #onlineshop h3::before {
		width: 25px;
		height: 40px;
		top: calc(50% - 20px);
	}
	#suntory_contents #onlineshop h3::after {
		top: calc(50% - 4px);
		left: 6px;
		width: 8px;
		height: 8px;
	}
	#suntory_contents #onlineshop a { text-align: center; }

	/*------------------------------------------------------------
	[PC] shop
	------------------------------------------------------------ */
	#suntory_contents #shop { padding: 30px 40px; }
	#suntory_contents #shop h3 span { font-size: 14px; }
	#suntory_contents #contents #shop ul {
		display: flex;
		justify-content: space-between;
	}

}

@media print, screen and (min-width:768px) and (max-width:1080px){
	#suntory_contents #contents {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}
