@charset "UTF-8";

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

/*----------------------
 mainVisual
----------------------*/
#mainVisual .content {
	padding: 0 0 40px 0;
}
#mainVisual .bg {
		background-image: url(/whisky/makersmark/img/howto/cocktails/bg_main@2x.jpg);
}
@media screen and (min-width:769px) {
	#mainVisual .content {
		padding: 0 0 100px 0;
	}
	#mainVisual .bg {
		background-image: url(/whisky/makersmark/img/howto/cocktails/bg_main@2x.jpg);
	}
}

/*----------------------
 recipe
----------------------*/
#recipe .content {
}
#recipe .contentInner {
}
#recipe .list {
}
#recipe .item {
	margin: 0 0 50px 0;
}
#recipe .item .image {
	margin: 0 0 20px 0;
}
#recipe .item .title {
	width: 92%;
	margin: 0 auto 28px auto;
}
#recipe .item .title .sub {
	color: inherit;
	margin: 18px 0 10px 0;
}
#recipe .item .text {
	width: 92%;
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
}
@media screen and (min-width:769px) {
	#recipe .contentInner {
		width: 92%;
	}
	#recipe .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#recipe .item {
		flex-basis: calc(416 / 1340 * 100%);
		margin: 0 0 60px 0;
	}
	#recipe .item:nth-child(3n+1) {
		margin-left: 0;
	}
	#recipe .item .image {
		margin: 0 0 54px 0;
	}
	#recipe .item .title {
		width: 100%;
		line-height: 39px;
	}
	#recipe .item .text {
		width: 100%;
	}
}

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

/*----------------------
 modal
----------------------*/
#modalArea .modalContentWrap .modalContent {
	display: flex;
	align-items: center;
}
#modalArea .bg {
	background-color: rgba(255, 247, 236, 0.95);
}
#modalArea .wrap {
	position: relative;
	width: 90%;
	background-color: #fbe1ad;
	margin: auto;
	padding: 50px 20px;
	box-sizing: border-box;
}
#modalArea .wrap: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;
}
#modalArea .wrap: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;
}
#modalArea .scrollArea {
	overflow: auto;
	width: 100%;
	max-height: 80vh;
}
#modalArea .textWrap {
}
#modalArea .title {
	margin: 0 0 30px 0;
}
#modalArea .title .sub {
	color: inherit;
	margin: 18px 0 10px 0;
}
#modalArea .text {
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 40px 0;
}
#modalArea .material {
	margin: 0 0 30px 0;
}
#modalArea .material dt,
#modalArea .howto dt {
	overflow: hidden;
	font-size: 18px;
	line-height: 26px;
}
#modalArea .material dt .line,
#modalArea .howto dt .line {
	position: relative;
}
#modalArea .material dt .line:before,
#modalArea .howto dt .line:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vh;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto auto auto 15px;
}
#modalArea .material dd,
#modalArea .howto dd {
	font-size: 15px;
	line-height: 26px;
}
#modalArea .howto dd {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
#modalArea .image {
	position: relative;
	text-align: center;
	padding: 50px 0 0 0;
}
#modalArea .printBtn {
	text-align: right;
	margin: 20px 0 0 0;
}
#modalArea .printBtn button {
	display: inline-block;
	cursor: pointer;
	color: #0f0f0f;
	padding: 5px 45px;
	border: 1px solid #0f0f0f;
	border-radius: 3px;
}
#modalArea .closeBtn {
	top: 24px;
	right: 24px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	box-shadow: none;
}
#modalArea .closeBtn:before,
#modalArea .closeBtn:after {
	width: 30px;
	border-top: 1px solid #333333;
}
#modalArea .closeBtn:hover {
	background-color: transparent;
}
@media screen and (min-width:789px) {
	#modalArea .wrap {
		width: calc(1345 / 1600 * 100%);
		max-width: 1345px;
		padding: 80px calc(190 / 1600 * 100%) 50px calc(190 / 1600 * 100%);
	}
	#modalArea .scrollArea {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#modalArea .textWrap {
		flex-basis: calc(465 / 960 * 100%);
	}
	#modalArea .image {
		flex-basis: calc(425 / 960 * 100%);
		text-align: right;
		padding: 0;
	}
}

/* print */
@media print{
	#suntoryCommonWrapper {
		display: none;
	}
	#modalArea .bg {
		background-color: transparent;
	}
	#modalArea .modalContentWrap .modalContent {
		display: block;
		padding: 50px 0 0 0;
	}
	#modalArea .wrap {
		width: 100%;
		background-color: transparent;
		padding: 0;
	}
	#modalArea .scrollArea {
		display: block;
		overflow: visible;
		max-height: auto;
		max-height: initial;
	}
	#modalArea .wrap:before,
	#modalArea .wrap:after {
		content: none;
	}
	#modalArea .textWrap {
		float: left;
		width: calc(465 / 960 * 100%);
	}
	#modalArea .image {
		float: right;
		width: calc(425 / 960 * 100%);
		padding: 0;
	}
	#modalArea .printBtn {
		display: none;
	}
	#modalArea .closeBtn {
		display: none;
	}
}
