@charset "utf-8";

/*------------------------------------------------------------
★inner幅について
76vw✕バナー数−4vw=innerの幅　
5つ
width: 376vw;
4つ
width: 300vw;
3つ
width: 224vw;
2つ
width: 148vw;
1つ
設定無し
------------------------------------------------------------ */

@media screen and (max-width:767px){

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .inner {
width: 300vw;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .inner {
width: 224vw;
	}

------------------------------------------------------------ */

}