@charset "utf-8";
/* CSS Document */

#suntory_contents > .wrapper {
	background: url("../img/bg.png");
	font-family:"Arvo","Noto Sans JP Subsets",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Roboto,Arial,“ヒラギノ角ゴシック”,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

#suntory_contents ul,
#suntory_contents ul li {
	list-style:  none;
	margin: 0;
	padding: 0 15px;
}

#suntory_contents div a,
#suntory_contents div a:hover,
#suntory_contents div a:active,
#suntory_contents div a:visited { text-decoration: none; }

#suntory_contents div a:hover { opacity: .7; }

.container { position: relative; }

.to_shop div {
	margin: 50px auto;
	width: fit-content;
}

.lineup {
	margin: 30px auto 82px;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.lineup > img {
	display: block;
	margin: 45px auto 0;
}

.lineup h1 {
	line-height: 2em;
	text-align: center;
}

.lineup ul {
	display: table;
	margin: 30px auto !important;
}

.lineup ul li {
	display: table-cell;
	height: 282px;
	width: 97px;
	text-align: center;
	vertical-align: bottom;
}

.lineup .to_lineup {
	text-align: center;
}

.list {
	width: 1164px;
	margin: 0 auto;
}

.list .product {
	clear: both;
}

.list .product .info {
	background: #fff;
	border: 8px solid #c9a063;
	padding: 10px;
	margin-bottom: 120px;
	width: 688px;
}

.list .product .info .info_wrap {
	border: 1px solid #c9a063;
	padding: 40px;
}

.list .product .info .category {
	color: #fff;
	font-size: 15px;
	margin: 0 0 26px !important;
}

.list .product .info .category li {
	display: inline-block;
	background: #000;
	padding: 10px !important;
	margin: 0 10px 0 0 !important;
	line-height: 1.0;
}

.list .product .info .tagline {
	color: #c9a063;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.list .product .info .name {
	color: #222;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 28px;
}

.list .product .info .description {
	color: #222;
	font-size: 18px;
	line-height: 1.8;
}

.list .product .info .description:after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	margin: 28px auto 0;
	background: #c9a063;
}

.list .product .info .data {
	color: #222;
	font-size: 16px;
	margin: 32px 20px 30px !important;
}

.list .product .info .data li {
	text-indent: -1em;
	margin-left: 1em;
	padding-bottom: .5em !important;
}

.list .product .info .data li:before {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	margin-right: .5em;
	background: #222;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.list .product .info .store {
	background: #f3f3f3;
	padding: 20px;
	color: #222;
	font-size: 16px;
	margin: -18px 0 40px;
}

.list .product .info .notice {
	color: #777;
	font-size: 14px;
}

.list .product .info .to_shop {
	text-align: center
}

.list .product .info .to_shop + .notice {
	margin-top: 32px;
}

.list .product .info .comingsoon {
	width: 283px;
	margin: 276px auto;
}

.list .product .info .comingsoon img {
	width: 100%;
}

.list strong { font-weight: bold; }


.container2 ul.foot {
	display: table;
	margin: 0 auto 30px !important;
}
.container2 ul.foot li {
	display: table-cell;
}

.container2 ul.foot li a {
	padding: 27px;
}
.container2 ul.foot li img {
	width: 450px;
}

@media screen and (max-width: 767px) {
.container {
	width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.onlySp {
		display: none !important;
	}

	.list .product:nth-child(2n+1) .info,
	.list .product:nth-child(2n) .bottle { float: right; }
	.list .product:nth-child(2n) .info,
	.list .product:nth-child(2n+1) .bottle { float: left; }

	.list #item01 .bottle { padding-top: 75px; }
	.list #item02 .bottle { padding-top: 95px; }
	.list #item03 .bottle { padding-top: 25px; }
	.list #item04 .bottle { padding-top: 60px; }
	.list #item05 .bottle { padding-top: 70px; }
	.list #item06 .bottle { padding-top: 115px; }
	.list #item07 .bottle { padding-top: 80px; }
	.list #item08 .bottle { padding-top: 75px; }
	.list #item09 .bottle { padding-top: 40px; }
	.list #item10 .bottle { padding-top: 60px; }
	.list #item11 .bottle { padding-top: 180px; }
	.list #item12 .bottle { padding-top: 160px; }

	.list .back2top {
		clear: both;
		text-align: center;
		margin-top: -40px;
		margin-bottom: 120px;
	}

	.globalnav_bottom {
		width: 100%;
		height: 74px;
		margin: 0 0 80px 0;
		overflow: hidden;
		background: #222;
		text-align: center;
	}

	.globalnav_bottom .globalnav_bottom_wrapper div {
		display: inline-block;
	}

	.container2 {
		width: 1164px;
		margin: 0 auto;
		position: relative;
	}

	#suntory_contents .container2 ul.foot li {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.onlyPc {
		display: none !important;
	}

	.lineup h1 {
		line-height: 1.0;
		font-size: 3.2vw;
		margin: 2.5vw 0 6vw;
	}

	.list .product .info {
		padding: 5px;
		margin: 0 4vw 8vw;
		width: 92vw;
		box-sizing: border-box;
	}

	.list .product .info .info_wrap {
		padding: 15px 20px;
	}

	.list .product .bottle { text-align: center; }
	.list .product .bottle img {
		width: 54vw;
		margin-bottom: 4.8vw;
	}

	.list .product .info .category {
		margin: 0 0 3.7vw !important;
	}

	.list .product .info .category li {
		font-size: 3.2vw;
		padding: 1.4vw !important;
		margin: 0 1.86vw 0 0 !important;
	}

	.list .product .info .tagline {
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}

	.list .product .info .name {
		font-size: 5.8vw;
		margin-bottom: 4vw;
	}

	.list .product .info .description {
		font-size: 3.8vw;
		line-height: 1.8;
	}

	.list .product .info .description:after { margin-top: 5vw; }

	.list .product .info .data {
		font-size: 3.5vw;
		margin: 5vw 3vw !important;
	}

	.list .product .info .data li {
		text-indent: -1em;
		margin-left: 1em;
	}

	.list .product .info .store {
		padding: 3.6vw;
		font-size: 3.5vw;
		margin: 3vw 0 5vw;
	}

	.list .product .info .notice {
		font-size: 3.5vw;
	}

	.list .product .info .to_shop img { width: 73vw; }

	.list .product .info .to_shop + .notice {
		margin-top: 5vw;
	}

	.list .product .info .comingsoon {
		width: 60vw;
		margin: 5vw auto;
	}

	.list .product .info .comingsoon img {
		width: 100%;
	}

	.list .back2top { display: block; }
	.list .back2top a { margin: 8vw 4vw; }
	.list .back2top a img { width: 92vw; }


	.globalnav_bottom {
		margin-top: 5vw;
		margin-bottom: 8vw;
	}

	.globalnav_bottom .globalnav_bottom_wrapper div {
		display: block;
		line-height: 0.5;
	}

	.globalnav_bottom .globalnav_bottom_wrapper div img {
		width: 100%;
	}

	.container2 ul.foot li {
		padding: 0 15px 10px;
	}
	.container2 ul.foot li img {
		width: 100%;
	}

	.lineup {
		margin: 6vw 4vw 0;
	}
	.lineup > img.hl_deco {
		width: 92vw;
		margin-top: 0;
	}
	.lineup img.hl_deco:last-child {
		margin-bottom: 6vw;
	}
	.lineup > img.hl_text {
		width: 31.5vw;
		margin-top: 5vw;
	}
	#suntory_contents .lineup ul {
		display: block;
		padding: 0 !important;
		margin: 6vw 0 0 !important;
	}
	#suntory_contents .lineup ul li {
		display: inline-block;
		width: auto;
		height: auto;
		vertical-align: baseline;
		padding: 0 0 6vw !important;
	}
	.lineup ul li a { padding: 0 0.75vw; }
	.lineup ul li a img { width: 20vw; }
	.lineup .to_lineup a img { width: 92vw; }
	.container2 ul.foot li a img { width: 92vw; }
	.container2 ul.foot,
	.container2 ul.foot li {
		display: block;
		padding: 0 2vw !important;
	}
	.container2 ul.foot { margin-bottom: 3vw !important; }
	.container2 ul.foot li a {
		display: block;
		padding: 2vw 0;
	}
}

html { -webkit-text-size-adjust: 100%; }

/*img??webp??*/
@media print, screen and (min-width: 768px) {
	.lineup picture .hl_deco {
		width: 1164px;
		display: block;
		margin: 45px auto 0;
	}
	.lineup .hl_text {
		width: 181px;
		display: block;
		margin: 45px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.lineup picture,
	.lineup picture img {
		width: 100%;
	}
	.lineup h2 picture,
	.lineup h2 picture img {
		width: auto;
	}
	.lineup .hl_text {
		width: 33vw;
		display: block;
		margin: 0 auto;
	}
}