#suntory_contents .contents {
	padding-bottom: 200px;
}
#suntory_contents .partner_list {
	padding: 60px 40px 0 40px;
	margin-bottom: 20px;
}
#suntory_contents .partner_list #catch {
	margin-bottom: 40px;
}
#suntory_contents .partner_list .partner_list_title {
}
#suntory_contents .partner_list .partner_list_title h2 {
	font-size: 28px;
    font-weight: bold;
    border-left: 10px #bb0022 solid;
    padding: 20px 0 20px 40px;
    margin-bottom: 20px;
}
#suntory_contents .partner_list ul {
	width: 100%;
	overflow: hidden;
}
#suntory_contents .partner_list ul li {
	width: calc(( 100% - 160px ) / 4 );
	height: 160px;
	margin: 0 20px 20px 20px;
	float: left;
	list-style-type: none;
	position: relative;
}
#suntory_contents .partner_list.top ul li {
	width: calc((100% - 80px) / 2);
	height: 250px;
}
#suntory_contents .partner_list.platinum ul li {
	width: calc(( 100% - 80px ) / 2 );
	height: 250px;
}
#suntory_contents .partner_list.gold ul li {
	width: calc(( 100% - 120px ) / 3 );
	height: 180px;
}
#suntory_contents .partner_list ul.sub li {
	width: calc(( 100% - 120px ) / 4 );
	height: 120px;
	margin: 0 15px 40px 15px;
}
#suntory_contents .partner_list ul.sub li:nth-child(n+20) {
	margin-bottom: 0;
}
#suntory_contents .partner_list ul li img {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	max-width: 95%;
	transition: all .5s ease;
	height: auto;
	/*width: 100%;*/
}
#suntory_contents .partner_list ul li a:hover img {
	transform: translate(-50%,-50%) scale(1.05);
	opacity: .75;
}


@media screen and (max-width: 767px) {
#suntory_contents .contents {
	padding-bottom: 50px;
}
#suntory_contents .partner_list {
	padding: 40px 10px 0 10px;
}
#suntory_contents .partner_list #catch {
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 3.7333333333333vw;
}
#suntory_contents .partner_list .partner_list_title {

}
#suntory_contents .partner_list .partner_list_title h2 {
    font-size: 5.3333333333333vw;
    font-weight: bold;
    line-height: 1.375;
    border-left: 2.6666666666667vw #bb0022 solid;
    padding: 4vw 0 4vw 5.3333333333333vw;
    margin-bottom: 5.3333333333333vw;
}
#suntory_contents .partner_list ul li {
	width: calc(( 100% - 48px ) / 3 );
	padding-bottom: 31%;
	height: auto;
	margin: 0 8px 20px 8px;
}
#suntory_contents .partner_list.top ul li {
	width: calc(( 100% - 16px ) / 1 );
	height: 70px;
}
#suntory_contents .partner_list.platinum ul li {
	width: calc(( 100% - 16px ) / 1 );
	height: 70px;
}
#suntory_contents .partner_list.gold ul li {
	width: calc(( 100% - 32px ) / 2 );
	height: auto;
}
#suntory_contents .partner_list ul.sub li {
	width: calc(( 100% - 48px ) / 3 );
	padding-bottom: 20%;
	height: auto; 
	margin: 0 8px 15px 8px;
}
#suntory_contents .partner_list ul.sub li:nth-child(n+5) {
	margin-bottom: 15px;
}
#suntory_contents .partner_list ul.sub li:nth-child(n+7) {
	margin-bottom: 0;
}

#suntory_contents .partner_list ul li img {
	/*max-height: 70%;*/
}

}
