@charset "utf-8";

/*------------------------------------------------------------
kinmugi TOP
------------------------------------------------------------ */
#suntory_contents .kinmugi_contents#top .category_list .box {
	display: none;
}

#suntory_contents .kinmugi_contents#top .category_list .box:first-of-type,
#suntory_contents .kinmugi_contents#top .category_list .box:nth-of-type(2) {
	display: block;
}

@media screen and (min-width:768px) {

	/* for PC */
	/*------------------------------------------------------------
top_mainvisual【PC】
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .contents_top_head .inner {
		width: 100%;
		padding: 0;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual {
		display: block;
		max-width: 1160px;
		width: 100%;
		margin: 0 auto;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .graphic {
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .graphic a img {
		transition: 0.3s;
		border-bottom: 1px solid #062c65
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .graphic a:hover img {
		opacity: 0.9;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .btn_area {
		width: 100%;
		height: 40px;
		position: relative;
		background: #062c65;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .mv_btn_product a {
		display: inline-block;
		position: relative;
		height: 40px;
		margin: 0;
		padding: 0 20px 0 15px;
		font-size: 14px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: 0.03em;
		color: #fff;
		text-align: left;
		background: #002b64;
		border-radius: 2px;
		transition: 0.3s;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .mv_btn_product a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 14px;
		right: 0;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .mv_btn_product a:hover {
		opacity: 0.8;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign {
		position: absolute;
		right: 15px;
		bottom: 6px;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign a {
		display: block;
		width: 260px;
		height: 28px;
		padding: 0 15px 0 0;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		color: #002b64;
		text-align: center;
		background: #fff;
		border-radius: 1px;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #002b64 transparent transparent transparent;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign a:hover {
		opacity: 0.8;
	}

	/*------------------------------------------------------------
top_feature【PC】TOP２段目
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .contents_top_head .top_feature {
		max-width: 1160px;
		height: auto;
		margin: 15px auto 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	/*左側--------------------------------------------------------------*/
	#suntory_contents .kinmugi_contents .top_feature .feature_left {
		max-width: 580px;
		width: 50%;
		max-height: 410px;
		overflow: hidden;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .feature_left a {
		display: block;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_left a p.btn_feature_left {
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 20px;
		min-width: 150px;
		height: 36px;
		margin: 0;
		padding: 0 30px 0 15px;
		font-size: 14px;
		line-height: 36px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		letter-spacing: 0.03em;
		background: #002b64;
		border-radius: 1px;
		transition: 0.3s;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_left a .btn_feature_left:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 11px;
		right: 10px;
	}

	#suntory_contents .kinmugi_contents .feature_left a:hover {
		opacity: 0.85;
	}

	/*	右側--------------------------------------------------------------*/
	#suntory_contents .kinmugi_contents .top_feature .feature_right {
		max-width: 580px;
		width: 50%;
		max-height: 410px;
		overflow: hidden;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .feature_right a {
		display: block;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_right a p.btn_feature_right {
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 20px;
		min-width: 150px;
		height: 36px;
		margin: 0;
		padding: 0 30px 0 15px;
		font-size: 14px;
		line-height: 36px;
		font-weight: bold;
		color: #002b64;
		text-align: center;
		letter-spacing: 0.03em;
		background: #fff;
		border-radius: 1px;
		transition: 0.3s;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_right a .btn_feature_right:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #002b64;
		position: absolute;
		top: 11px;
		right: 10px;
	}

	#suntory_contents .kinmugi_contents .feature_right a:hover {
		opacity: 0.85;
	}




	/*slider-pickup------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_feature .slider-pickup {
		max-width: 580px;
		width: 50%;
	}

	#suntory_contents .kinmugi_contents .top_feature .slider-pickup .slider2>div {
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .slick-dots {
		width: 120px;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a {
		display: block;
		position: relative;
		color: #002b64;
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a .photo {
		position: relative;
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a .photo:before {
		content: "";
		display: block;
		padding-top: 70.689655172413793%;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a picture {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		overflow: hidden;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a picture.sp_item {
		display: none;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a img {
		width: auto;
		height: 100%;
		display: block;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide .data {
		width: 240px;
		height: 260px;
		padding: 50px 20px 20px;
		position: absolute;
		right: 0;
		top: 50%;
		background: rgba(255, 255, 255, 0.9);
		transform: translateY(-45%);
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide .data::before {
		content: "";
		display: block;
		position: absolute;
		width: 65px;
		height: 70px;
		top: -40px;
		right: 10px;
		z-index: 10;
		background: url(/beer/kinmugi/common2020/img/img_house.png) no-repeat right bottom / 65px;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .data .contents_title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .data .person {
		margin: 15px 0 0;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a .contents_tag {
		display: block;
		width: 200px;
		height: 36px;
		padding: 0 15px 0 0;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
		font-weight: bold;
		text-align: center;
		background: #002b64;
		border-radius: 2px;
		position: absolute;
		bottom: 20px;
		right: 20px;
		transition: 0.3s;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a .contents_tag:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 11px;
		right: 10px;
	}

	#suntory_contents .kinmugi_contents .slider-pickup .each_slide a:hover {
		opacity: 0.85;
	}


	/*------------------------------------------------------------
category_list 【PC】
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents#top .category_list .block {
		width: 31.896551724137931%;
		padding: 0 5px 130px;
		position: relative;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.brandstory {
		background: #002b64;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.recipe {
		background: #CC3D32;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.lifestyle {
		background: #00852E;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 a {
		display: block;
		padding: 30px 0 30px 5px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		text-align: center;
		letter-spacing: 0.15em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 .sm_txt {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		margin-top: 15px;
		letter-spacing: 0.1em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 a:hover {
		text-decoration: none;
		opacity: .8;
	}

	#suntory_contents .kinmugi_contents#top .category_list .box {
		width: 100%;
		min-height: 330px;
		margin-top: 40px;
		background: #FFF;
		border: none;
		position: relative;
	}

	#suntory_contents .kinmugi_contents#top .category_list .box:first-of-type {
		margin: 0;
	}

	#suntory_contents .kinmugi_contents#top .category_list .box a h3 {
		height: 80px;
	}

	/*ハッシュタグ#*/
	#suntory_contents .kinmugi_contents .category_list .box .keyword {
		margin-top: 0;
		height: 58px;
		overflow: hidden;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist {
		width: calc(100% - 10px);
		position: absolute;
		bottom: 35px;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a {
		display: flex;
		justify-content: center;
		align-items: center;
		width:95%;
		max-width: 306px;
		min-height: 36px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		color: #002b64;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		line-height: 1.2;
		background: #FFF;
		position: relative;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #002b64;
		position: absolute;
		top: 11px;
		right: 9px;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	/*------------------------------------------------------------
top_banner_area
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area {
		margin: 30px 0 60px;
		padding: 30px 0 0;
		text-align: center;
	}

	#suntory_contents .kinmugi_contents .top_banner_area h2 {
		display: inline;
		margin: 0 auto;
		font-size: 24px;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .top_banner_area h2::before,
	#suntory_contents .kinmugi_contents .top_banner_area h2::after {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: 1px;
		background: #002b64;
		bottom: 12px;
	}

	#suntory_contents .kinmugi_contents .top_banner_area h2::before {
		left: -110px;
	}

	#suntory_contents .kinmugi_contents .top_banner_area h2::after {
		right: -110px;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev a p {
		color: #002b64;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev a:hover p {
		text-decoration: underline;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev a img {
		width: 100%;
		height: 100%;
		transform: scale(1);
		transition: 0.3s;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev a:hover img {
		transform: scale(1.1);
	}

	#suntory_contents .kinmugi_contents .top_banner_area .inner {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
	}

	/*------------------------------------------------------------
PC top_banner_area campaign
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area .campaign {
		max-width: 1020px;
		margin: 0 auto;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .box_ev {
		width: 30.392156862745098%;
		margin: 30px 15px 0;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .box_ev p {
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 1.5;
		font-weight: bold;
		text-align: left;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .box_ev a picture {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	/*------------------------------------------------------------
PC top_banner_area topics
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area .topics {
		max-width: 1184px;
		margin: 10px auto 0;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev {
		width: 31.25%;
		margin: 50px 12px 0;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev a picture {
		display: block;
		width: 37.837837837837838%;
		height: auto;
		overflow: hidden;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .caption {
		width: calc(100% - 37.837837837837838%);
		height: 110px;
		padding: 0 0 0 15px;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		align-items: flex-start;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .tag {
		width: 100px;
		height: 30px;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 30px;
		background: #002b64;
		position: absolute;
		top: 0;
		left: 15px;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev a:hover .tag {
		text-decoration: none;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .main_txt {
		margin: auto 0 0;
		font-size: 15px;
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
	}

}

@media screen and (min-width:768px) and (max-width:1070px) {
	#suntory_contents .kinmugi_contents#top .category_list .block h2 a {
		letter-spacing: 0.08em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 .sm_txt {
		letter-spacing: 0.08em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a {
		min-height: 45px;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a:after {
		top: 15px;
		right: 8px;
	}

}

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

	/*------------------------------------------------------------
top_mainvisual（SP）
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .contents_top_head .inner {
		width: 100%;
		overflow: hidden;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual {
		width: 100%;
		padding: 0;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .graphic {
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .btn_area {
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .mv_btn_product a {
		display: block;
		position: relative;
		height: 10.666666666667vw;
		margin: 0;
		padding: 0 8vw;
		font-size: 3.733333333vw;
		line-height: 10.666666666667vw;
		font-weight: bold;
		letter-spacing: 0.08em;
		color: #fff;
		text-align: center;
		background: #002b64;
	}

	#suntory_contents .kinmugi_contents .contents_top_head .top_mainvisual .mv_btn_product a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.866666667vw 0 1.866666667vw 2.666666667vw;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 3.466666667vw;
		right: 4vw;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign {
		margin: 8vw auto 0;
		width: 73.6vw;
		height: 11.2vw;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 4vw 0 0;
		font-size: 3.733333333vw;
		line-height: 11.2vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #002b64;
		border-radius: 0.533333333vw;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .mv_btn_campaign a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.4vw 1.6vw 0 1.6vw;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 4.533333333vw;
		right: 4vw;
	}

	/*------------------------------------------------------------
top_feature【SP】TOP２段目
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .contents_top_head .top_feature {
		width: 100%;
	}

	/*上--------------------------------------------------------------*/
	#suntory_contents .kinmugi_contents .top_feature .feature_left {
		margin: 8vw 0 0;
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .feature_left a {
		display: block;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_left a p.btn_feature_left {
		display: block;
		width: 54.4vw;
		height: 11.2vw;
		padding: 0 2.4vw 0 0;
		font-size: 3.733333333vw;
		line-height: 11.2vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #002b64;
		border-radius: 0.533333333vw;
		position: absolute;
		right: 22.8vw;
		bottom: 4vw;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_left a .btn_feature_left:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 3.733333333vw;
		right: 4vw;
	}


	/*下--------------------------------------------------------------*/
	#suntory_contents .kinmugi_contents .top_feature .feature_right {
		margin: 8vw 0 0;
		width: 100%;
	}

	#suntory_contents .kinmugi_contents .feature_right a {
		display: block;
		position: relative;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_right a p.btn_feature_right {
		display: block;
		width: 54.4vw;
		height: 10.666666666667vw;
		padding: 0 2.4vw 0 0;
		font-size: 3.733333333vw;
		line-height: 10.666666666667vw;
		font-weight: bold;
		color: #002b64;
		text-align: center;
		background: #fff;
		border-radius: 0.533333333vw;
		position: absolute;
		right: 22.8vw;
		bottom: 4vw;
	}

	#suntory_contents .kinmugi_contents .top_feature .feature_right a .btn_feature_right:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #002b64;
		position: absolute;
		top: 3.733333333vw;
		right: 4vw;
	}

	/*------------------------------------------------------------
category_list【SP】
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents#top .contents_body {
		padding-top: 4vw
	}

	#suntory_contents .kinmugi_contents#top .category_list .block {
		padding: 0 4vw 8vw;
		margin: 6.4vw 0 0;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner {
		width: 100%;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.brandstory {
		background: #002b64;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.recipe {
		background: #CC3D32;
	}

	#suntory_contents .kinmugi_contents#top .category_list .inner .block.lifestyle {
		background: #00852E;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 a {
		display: block;
		padding: 8vw 0 0 4vw;
		font-size: 5.866666667vw;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		letter-spacing: 0.15em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .block h2 .sm_txt {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		margin-top: 4.8vw;
		letter-spacing: 0.1em;
	}

	#suntory_contents .kinmugi_contents#top .category_list .box {
		width: 100%;
		background: #FFF;
		border: none;
		position: relative;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist {
		margin: 8vw auto 0;
		width: 84vw;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a {
		display: block;
		width: 100%;
		height: 10.666666666667vw;
		padding-right: 4vw;
		color: #002b64;
		font-size: 3.73333333vw;
		font-weight: bold;
		text-align: center;
		line-height: 10.666666666667vw;
		background: #FFF;
		border-radius: 0.8vw;
		position: relative;
	}

	#suntory_contents .kinmugi_contents#top .category_list .btn_golist a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #002b64;
		position: absolute;
		top: 3.733333333vw;
		right: 4vw;
	}

	/*------------------------------------------------------------
top_banner_area
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area {
		margin: 8vw 0;
		padding: 4vw;
	}

	#suntory_contents .kinmugi_contents .top_banner_area h2 {
		display: inline;
		font-size: 5.866666667vw;
		font-weight: normal;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev a p {
		color: #002b64;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev {
		width: 72vw;
		margin: 0;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .box_ev+.box_ev {
		margin-left: 4vw;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .inner {
		margin: 0 auto;
		padding: 0 0 4vw;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: flex-start;
	}

	/*------------------------------------------------------------
SP top_banner_area campaign
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area .campaign {
		margin: 5.6vw 0 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .box_ev p {
		margin: 2.4vw 0 0;
		font-size: 3.733333333vw;
		line-height: 1.5;
		font-weight: bold;
		text-align: left;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .campaign .box_ev a picture {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	/*------------------------------------------------------------
SP top_banner_area topics
------------------------------------------------------------ */
	#suntory_contents .kinmugi_contents .top_banner_area .topics {
		margin: 6.4vw 0 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev a picture {
		display: block;
		width: 32vw;
		height: 32vw;
		overflow: hidden;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .caption {
		width: calc(100% - 32vw);
		padding: 0 0 0 2.4vw;
		height: 32vw;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		align-items: flex-start;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .tag {
		width: 20vw;
		height: 8vw;
		font-size: 4vw;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 8vw;
		background: #002b64;
		position: absolute;
		top: 0;
		left: 2.4vw;
	}

	#suntory_contents .kinmugi_contents .top_banner_area .topics .box_ev .main_txt {
		margin: auto 0 0;
		font-size: 3.466666667vw;
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
	}





}