@charset "UTF-8";

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

/*----------------------
 mainVisual
----------------------*/
#mainVisual .bg {
}
@media screen and (min-width:641px) {
	#mainVisual .content {
		padding: 0 0 221px 0;
	}
	#mainVisual .textWrap {
		min-height: 153px;
		margin-top: -153px;
	}
}

/*----------------------
 pure
----------------------*/
#pure .bg {
	background-image: url(/whisky/makersmark/img/production/distillery/bg_pure@2x.jpg);
}
@media screen and (min-width:769px) {
	#pure .content {
		margin: -73px 0 0 0;
		padding: 0 0 136px 0;
	}
	#pure .textWrap .title {
		flex-basis: 35%;
	}
	#pure .textWrap .text {
		flex-basis: 65%;
	}
}

/*----------------------
 grounds
----------------------*/
#grounds .content {
	position: relative;
	z-index: 1;
}
#grounds .bgParts {
	display: none;
}
#grounds .slideType02 .list {
	width: 400%;
}
#grounds .slideType02 .item {
	flex-basis: calc(100% / 4);
}
@media screen and (min-width:769px) {
	#grounds .content {
		margin: -73px 0 0 0;
		padding: 0;
	}
	#grounds .bgParts {
		display: block;
	}
	#grounds .bgParts .item01 {
		top: -137px;
		right: -80px;
		width: 33%;
		max-width: 461px;
		background-image: url(/whisky/makersmark/img/production/distillery/parts_01@2x.png);
		background-position: left bottom;
		padding: calc(406 / 461 * 33%) 0 0 0;
	}
	#grounds .textWrap {
		order: 2;
	}
}
@media screen and (min-width:1008px) {
	#grounds .bgParts .item01 {
		top: -90px;
	}
}

/*----------------------
 environment
----------------------*/
#environment .bg {
	background-image: url(/whisky/makersmark/img/production/distillery/bg_environment@2x.jpg);
}
#environment .content .textWrap .title {
	margin: 0 0 20px 0;
}
@media screen and (min-width:769px) {
	#environment .content {
		padding: 0;
	}
	#environment .bg {
		order: 1;
		margin: 0;
	}
	#environment .content .textWrap {
		margin: 0 auto 0 0;
		padding: 0 70px 0 70px;
	}
}
/*----------------------
 bcorp
----------------------*/
#bcorp .content{
	background: #fbe1ad;
	position: relative;
	padding: 80px 0 80px;
}
@media screen and (min-width: 789px){
	#bcorp .content{
		padding: 80px 0 100px;
	}
}
#bcorp .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;
}
@media screen and (min-width: 789px){
	#bcorp .contentInner{
		min-width: 960px;
		max-width: 1344px;
		width: auto;
	}
}

#bcorp .title{
	text-align: center;
}
#bcorp .subtitle{
	text-align: center;
	color: #b2292e;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.bcorp-main{
	display: flex;
	padding: 40px 0 60px;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
@media screen and (min-width:769px) {
	.bcorp-main{
		display: flex;
		align-items: center;
		padding: 60px 0 100px;
		flex-wrap: nowrap;
		flex-direction: row;
	}
}

.bcorp-main-text-wrap{
	flex-basis: 100%;
}
@media screen and (min-width:769px) {
	.bcorp-main-text-wrap{
		margin: 0 auto 0 0;
		padding: 0 70px 0 70px;
		box-sizing: border-box;
		flex-basis: 50%;
	}
}

.bcorp-main-text{
	font-size: 15px;
    line-height: 26px;
}

.bcorp-video{
	flex-basis: 100%;
	margin-bottom: 20px;
}
@media screen and (min-width:769px) {
	.bcorp-video{
		flex-basis: calc(619 / 1344 * 100%);
		margin-bottom: 0;
	}
}

.bcorp-video video{
	width: 100%;
}

.bcorp-list{
	padding: 0 2vw;
}
@media screen and (min-width:769px) {
	.bcorp-list{
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width:1398px) {
	.bcorp-list{
		padding: 0;
	}
}
.bcorp-list-item{
	margin-bottom: 60px;
	position: relative;
}
.bcorp-list-item::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #0f0f0f;
	display: block;
	position: absolute;
	bottom:-20px;
}
.bcorp-list-item:last-child::after{
	content: none;
}
@media screen and (min-width:769px) {
	.bcorp-list-item{
		width:calc(421 / 1344 * 100%) ;
		margin-bottom: 0;
	}
	.bcorp-list-item::after{
		content: '';
		width: 1px;
		height: 100%;
		background: #0f0f0f;
		display: block;
		position: absolute;
		bottom:auto;
		top:0;
		right: calc(60 / 1344 * -100%);
	}
	.bcorp-list-item:last-child::after{
		content: none;
	}
}

.bcorp-list-img{
	margin-bottom: 20px;
}
.bcorp-list-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

@media screen and (min-width:769px) {
	.bcorp-list-title{
		font-size: 26px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
}



.bcorp-list-text{
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 26px 0;
}
/*----------------------
 bottomNav
----------------------*/
#bottomNav {
}
#bottomNav .navItem .bg {
	background-image: url(/whisky/makersmark/img/production/distillery/bg_bottomNav_01@2x.jpg);
}
