@charset "UTF-8";

/*----------------------
 common
----------------------*/
#wrapper.dark {
	color: #ffffff;
	background-color: #0f0f0f;
}
.dark .layoutType06 .textWrap {
	background-color: #0f0f0f;
}

/*----------------------
 mainVisual
----------------------*/
#mainVisual .bg {
}
#mainVisual .textWrap {
}
@media screen and (min-width:641px) {
}

/*----------------------
 pursuit
----------------------*/
#pursuit {
}
#pursuit .content {
	position: relative;
}
#pursuit .bgParts {
	display: none;
}
#pursuit .bgParts .item01 {
	bottom: 0;
	left: 0;
	width: 20%;
	background-image: url(/whisky/makersmark/img/production/parts_01@2x.png);
	background-position: left bottom;
	padding: calc(389 / 303 * 20%) 0 0 0;
}
#pursuit .bgParts .item02 {
	bottom: -5px;
	left: -6.5%;
	right: 0;
	width: 21.9%;
	background-image: url(/whisky/makersmark/img/production/parts_02@2x.png);
	background-position: center bottom;
	padding: calc(421 / 349 * 21.9%) 0 0 0;
}
#pursuit .bgParts .item03 {
	bottom: -44px;
	right: 0;
	width: 33%;
	background-image: url(/whisky/makersmark/img/production/parts_03@2x.png);
	background-position: right bottom;
	padding: calc(478 / 379 * 33%) 0 0 0;
}
#pursuit .slideType02 .list {
	width: 400%;
}
#pursuit .slideType02 .item {
	flex-basis: calc(100% / 4);
	color: #0f0f0f;
}
@media screen and (min-width:1008px) {
	#pursuit .content {
		margin: -73px 0 0 0;
	}
	#pursuit .bgParts {
		display: block;
	}
	#pursuit .bgParts .item01 {
		max-width: 303px;
	}
	#pursuit .bgParts .item02 {
		bottom: -20px;
		max-width: 349px;
	}
	#pursuit .bgParts .item03 {
		max-width: 379px;
	}
}

/*----------------------
 water
----------------------*/
#water .bg {
	background-image: url(/whisky/makersmark/img/production/bg_water@2x.jpg);
}
@media screen and (min-width:641px) {
	#water .textWrap .title {
		flex-basis: 35%;
	}
	#water .textWrap .text {
		flex-basis: 65%;
	}
}

/*----------------------
 yeast
----------------------*/
#yeast .bg {
	background-image: url(/whisky/makersmark/img/production/bg_yeast@2x.jpg);
}
@media screen and (min-width:641px) {
}

/*----------------------
 distillation
----------------------*/
#distillation .bg {
	background-image: url(/whisky/makersmark/img/production/bg_distillation@2x.jpg);
}
@media screen and (min-width:641px) {
}

/*----------------------
 rotation
----------------------*/
#rotation .bg {
	background-image: url(/whisky/makersmark/img/production/bg_rotation@2x.jpg);
}
@media screen and (min-width:641px) {
}

/*----------------------
 agedToTaste
----------------------*/
#agedToTaste .content {
	position: relative;
	background-color: #fbe1ad;
	padding: 48px 0;
}
#agedToTaste .contentInner {
	width: auto;
	padding: 0 12px;
}
#agedToTaste .content:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-image: url(/whisky/makersmark/img/common/bg_wave_01.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 5px;
}
#agedToTaste .content:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-image: url(/whisky/makersmark/img/common/bg_wave_02.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 5px;
}
#agedToTaste .title {
	text-align: center;
	margin: 0 0 40px 0;
}
#agedToTaste .slideArea .titleList p {
	font-family: ThomasPaine,Georgia,Times,Times New Roman,'Noto Sans JP',serif;
	font-size: 24px;
}
#agedToTaste .contList .item {
}
#agedToTaste .contList .item .desc {
	margin: 0 0 40px 0;
	padding: 13px 0 0 0;
}
#agedToTaste .contList .item .desc p {
	font-size: 15px;
	line-height: 26px;
	padding: 0 0 0 0;
}
#agedToTaste .contList .item .desc .subtitle {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
#agedToTaste .contList .item .image {
	width: 70%;
	margin: auto;
	text-align: center;
	padding: 6px 0 0 0;
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
}
@media screen and (min-width:769px) {
	#agedToTaste .content {
		padding: 97px 0 72px 0;
	}
	#agedToTaste .title {
		margin: 0 0 50px 0;
	}
	#agedToTaste .slideArea .titleList p {
		font-size: 28px;
	}
	#agedToTaste .contList .item {
		display: flex;
	}
	#agedToTaste .contList .item .desc {
		flex-basis: 50%;
		margin: 0;
		padding: 13px 0 0 40px;
		box-sizing: border-box;
	}
	#agedToTaste .contList .item .desc p {
		padding: 0 90px 0 0;
	}
	#agedToTaste .contList .item .desc .subtitle {
		font-size: 26px;
		line-height: 26px;
		margin: 0 0 28px 0;
	}
	#agedToTaste .contList .item .image {
		flex-basis: 50%;
		width: auto;
		max-height: 350px;
		text-align: center;
		padding: 6px 0 120px 90px;
		border-left: 1px solid #0f0f0f;
		box-sizing: border-box;
	}
	#agedToTaste .contList .item .image img {
		max-height: 100%;
	}
}

/*----------------------
 cutter
----------------------*/
#cutter .content {
	position: relative;
	padding: 93px 0 2px 0;
}
#cutter .bgParts .item01 {
	top: -25px;
	left: 0;
	z-index: 1;
	width: 20%;
	background-image: url(/whisky/makersmark/img/production/parts_05@2x.png);
	background-position: left bottom;
	padding: calc(252 / 289 * 20%) 0 0 0;
}
@media screen and (min-width:641px) {
	#cutter .bgParts .item01 {
		max-width: 289px;
	}
}

/*----------------------
 bottomNav
----------------------*/
#bottomNav {
}
#bottomNav .navItem .bg {
	background-image: url(/whisky/makersmark/img/production/bg_bottomNav_01@2x.jpg);
}
#bottomNav .navItem:nth-child(2) .bg {
	background-image: url(/whisky/makersmark/img/production/bg_bottomNav_02@2x.jpg);
}
