@charset "UTF-8";

/*----------------------
 mainVisual
----------------------*/
#mainVisual .content {
	background-color: transparent;
	padding: 0;
}
#mainVisual .bg {
	height: 0;
	background-image: url(/whisky/makersmark/img/ad/bg_main.jpg);
	padding: calc(253 / 750 * 100%) 0 0 0;
}
@media screen and (min-width:769px) {
	#mainVisual .content {
	}
	#mainVisual .bg {
		background-image: url(/whisky/makersmark/img/ad/bg_main.jpg);
		padding: calc(532 / 1600 * 100%) 0 0 0;
	}
}

/*----------------------
 blackboard
----------------------*/
#blackboard {
	color: #ffffff;
	background-color: #0f0f0f;
	background-image: url(/whisky/makersmark/img/howto/bg_blackboard@2x.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size: 100vw auto;
	padding: 26px 0 0 0;
}

/*----------------------
 graphic
----------------------*/
#graphic .content {
	margin: 0 0 100px 0;
}
@media screen and (min-width:769px) {
	#graphic .content {
		margin: 0 0 130px 0;
	}
}

/*----------------------
 bottomNav
----------------------*/
#bottomNav {
}
#bottomNav .content {
	position: relative;
}
#bottomNav .navItem .bg {
	background-image: url(/whisky/makersmark/img/ad/bg_bottomNav_01@2x.jpg);
}
