@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
.suntory_contents_container {
	display: flex;
	flex-direction: column;
}
.suntory_contents_breadcrumb {
	order: 2;
	margin: 8vw auto 5.333333333333333vw;
	padding: 0;
	width: 89.333333333333333vw;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 2.933333333333333vw;
	line-height: 3.733333333333333vw;
	word-break: break-all;
	font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", メイリオ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.suntory_contents_breadcrumb li {
	margin: 0 2.133333333333333vw 2.666666666666667vw 0;
}
.suntory_contents_breadcrumb li.nolink {
	background: url(../img/arrow.svg) no-repeat right center;
	background-size: 1.6vw auto;
	padding-right: 4.266666666666667vw;
	display: inline-block;
	line-height: 3.733333333333333vw;
}
.suntory_contents_breadcrumb li a {
	color: #000;
	text-decoration: none;
	background: url(../img/arrow.svg) no-repeat right center;
	background-size: 1.6vw auto;
	padding-right: 4.266666666666667vw;
	display: inline-block;
	line-height: 3.733333333333333vw;
}
.suntory_contents_breadcrumb li.home a {
	background: url(../img/arrow.svg) no-repeat right center, url(../img/icon_home.svg) no-repeat 0 center;
	background-size: 1.6vw auto, 3.733333333333333vw 3.733333333333333vw;
	padding: 0 4.266666666666667vw 0 6.4vw;
}
#suntory_contents {
	order: 1;
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
.suntory_contents_breadcrumb {
	order: 1;
	margin: 20px auto 15px;
	padding: 0 0 0 3px;
	width: 1164px;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
.suntory_contents_breadcrumb li {
	margin:0 10px 5px 0;
	line-height: 14px;
}
.suntory_contents_breadcrumb li.nolink {
	text-decoration: none;
	background: url(../img/arrow.svg) no-repeat right 0;
	background-size: 7px 12px;
	padding-right: 18px;
	line-height: 14px;
}
.suntory_contents_breadcrumb li a {
	color: #000;
	text-decoration: none;
	background: url(../img/arrow.svg) no-repeat right 0;
	background-size: 7px 12px;
	padding-right: 18px;
	line-height: 14px;
}
.suntory_contents_breadcrumb li a:hover {
	text-decoration: underline;
}
.suntory_contents_breadcrumb li.home a {
	background: url(../img/arrow.svg) no-repeat right 0, url(../img/icon_home.svg) no-repeat 0 center;
	background-size: 7px 12px, 14px 14px;
	padding: 0 18px 0 24px;
}
#suntory_contents {
	order: 2;
}

}
