@charset "utf-8";

/*===================================
COMMON
====================================*/
#suntory_contents .saji_top #menu_div * {
	box-sizing: border-box;
}

#suntory_contents .saji_top #menu_div a img {
	width: 100%;
	height: auto;
}


/*===================================
SP
====================================*/
#suntory_contents .saji_top #menu_div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 3.2vw 0;
}

#suntory_contents .saji_top #menu_div .link_prize {
	display: block;
	width: 100%;
}

#suntory_contents .saji_top #menu_div .link_archive {
	width: 45.6vw;
	height: 16vw;
}

#suntory_contents .saji_top #menu_div .link_archive a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 0 0 2.133333333vw 2.4vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

#suntory_contents .saji_top #menu_div .link_archive a {
	font-size: 4vw;
	color: #fff;
	line-height: 1.2;
}

#suntory_contents .saji_top #menu_div .link_archive a .txt_exlg {
	font-size: 6.4vw;
}

#suntory_contents .saji_top #menu_div .link_archive a .txt_lg {
	font-size: 5.6vw;
}

#suntory_contents .saji_top #menu_div .link_archive.winner a {
	background-image: url(../img/bg_winner_sp.png);
}

#suntory_contents .saji_top #menu_div .link_archive.entry a {
	background-image: url(../img/bg_entry_sp.png);
}

#suntory_contents .saji_top #desc .inner {
	border: 1px solid #6b4216;
	padding: 1.2em 5%;
}

#suntory_contents .saji_top #desc .inner p {
	border: none;
	padding: 0;
	font-size: 3.466666667vw;
}

#suntory_contents .saji_top #desc .inner p+p {
	margin-top: 4vw;
}


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

	/*===================================
PC
====================================*/
	#suntory_contents .saji_top #menu_div {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 1.72%;
		width: 100%;
		min-width: 960px;
		max-width: 1164px;
		aspect-ratio: 1164 / 350;
		height: auto;
	}

	#suntory_contents .saji_top #menu_div .link_prize {
		width: 77.32%;
	}

	#suntory_contents .saji_top #menu_div .link_archive {
		width: 20.96%;
		height: 47.14%;
	}

	#suntory_contents .saji_top #menu_div .link_archive a {
		width: 100%;
		height: 100%;
		padding: 0 0 8.2% 8.2%;
	}

	#suntory_contents .saji_top #menu_div .link_archive a:hover {
		opacity: 0.6;
		text-decoration: none;
	}

	#suntory_contents .saji_top #menu_div .link_archive a {
		font-size: 22px;
	}

	#suntory_contents .saji_top #menu_div .link_archive a .txt_lg {
		font-size: 28px;
	}

	#suntory_contents .saji_top #menu_div .link_archive a .txt_exlg {
		font-size: 32px;
	}

	#suntory_contents .saji_top #menu_div .link_archive.winner a {
		background-image: url(../img/bg_winner_pc.png);
	}

	#suntory_contents .saji_top #menu_div .link_archive.entry a {
		background-image: url(../img/bg_entry_pc.png);
	}

	#suntory_contents .saji_top #desc .inner {
		padding: 1.6em 5%;
	}

	#suntory_contents .saji_top #desc .inner p {
		font-size: 16px;
	}

	#suntory_contents .saji_top #desc .inner p+p {
		margin-top: 1.6em;
	}

}