@charset "UTF-8";
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese');

@font-face {
	font-family: ThomasPaine;
	src: url(../font/thomas_paine-webfont.90519b223a02765a17f46a0094b1759f.woff2) format("woff2"), url(../font/thomas_paine-webfont.787fbda716c6753aa683c68a343b2278.woff) format("woff")
}

@font-face {
	font-family: Neue Helvetica W01;
	src: url(../font/244ff804-5735-41ed-92a1-ce5438185e9c.ad1ceb36d2a63e29cec683c30f6a4d69.woff2) format("woff2"), url(../font/9cd26200-0d62-40ef-94b8-46fd1d8b255f.19077d28866fbdafdb55fddb22bd7450.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Neue Helvetica W01;
	src: url(../font/c6c74d5e-aa58-4006-85a0-27096c6827b8.8c68779b2603bd63ea408aebfe02f981.woff2) format("woff2"), url(../font/5fccf761-c079-464e-8a75-d60112d84d26.b4b6fc7832a7be531ef4f474bb57f415.woff) format("woff");
	font-weight: 300;
	font-style: oblique
}

@font-face {
	font-family: Neue Helvetica W01;
	src: url(../font/946b2f3f-a9d7-47e4-9738-ee963004d697.c78b522a399a713e48fa6260b3b93dd8.woff2) format("woff2"), url(../font/ce90a9c3-4580-4fa7-b453-9a4e86d0c271.b9941070576484218390383cef6dc07d.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Neue Helvetica W01;
	src: url(../font/c105a2ab-affc-4d8b-af03-a091adb0ce8d.426a504edda034fd6e5408b489c207e9.woff2) format("woff2"), url(../font/4fe57c2d-a37a-4c08-8264-0dcda238b39e.5dbb22b9c9dee74a2063d25ce17eb2cf.woff) format("woff");
	font-weight: 400;
	font-style: oblique
}

@font-face {
	font-family: icomoon;
	src: url(../font/icomoon.f9d006b1a0410dfe145620607c4601ff.woff2) format("woff2"), url(../font/icomoon.9b8f3a8884193f5a48060644efdce3ca.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Makers Serif;
	src: url(../font/MakersSerif_W_Rg.woff2) format("woff2"), url(../font/MakersSerif_W_Rg.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

/*----------------------
 common
----------------------*/
html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #0f0f0f;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
}
body.loading {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#wrapper {
	overflow: hidden;
	color: #0f0f0f;
	background-color: #fff7ec;
	transition: all 0.6s;
}
.loading #wrapper {
	opacity: 0;
	height: calc(100vh - 70px);
}
.load_complete #wrapper {
	opacity: 1;
	height: auto;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
.mode_pc {
	display: none;
}
.mode_pc_ib {
	display: none;
}
.mode_sp {
	display: block;
}
.ib {
	display: inline-block;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
	-webkit-tap-highlight-color: transparent;
}
.accordionContent {
	display: none;
}

/* comingsoon */
.comingsoon a {
	cursor: default;
	opacity: 0.6 !important;
}

/* lazyload */
.lazyload {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 2s;
}
.lazyloaded.animOff {
	transition: none;
}
@media screen and (min-width:769px) {
	body {
		min-width: 960px;
	}
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_sp {
		display: none;
	}
	.mOver {
		transition: opacity 0.2s ease-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mOver:hover {
		opacity: 0.7;
	}
}

/*----------------------
 animation
----------------------*/
@keyframes circle1 {
	0%   {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.animate.animeType01 {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s linear;
}
.animated.animeType01 {
	opacity: 1;
	transform: translateY(0);
}

/*----------------------
 loader
----------------------*/
#loader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 99px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background-color: #fff7ec;
}
#loader .image {
	position: relative;
	max-width: 100px;
}
#loader .image:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 90%;
	height: 30px;
	background: radial-gradient(ellipse farthest-side, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
	margin: auto;
}
#loader .image img {
	animation: spin 1.5s linear infinite;
}/*
.load_complete #loader {
	display: none;
}*/
@keyframes spin {
	0% { transform: rotate(0deg);}
	100%{ transform: rotate(360deg);}
}
@media screen and (min-width:769px) {
	#loader {
		/* top: 174px; */
		top: 144px;
	}
	.tracking #loader {
		top: 70px;
	}
	#loader .image {
		width: 150px;
	}
}

/*----------------------
 content
----------------------*/
.contentWrap {
	margin-top: -50px;
	padding-top: 50px;
}
.top .contentWrap {
	margin-top: 0;
	padding-top: 0;
}
.content {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contentInner {
	width: calc(690 / 750 * 100%);
	margin: 0 auto;
}
.titleType01 {
	display: inline-block;
	font-family: Makers Serif;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 28px 0;
}
.titleType02 {
	font-size: 24px;
	line-height: 34px;
}
.titleType03 {
	font-family: ThomasPaine,Georgia,Times,Times New Roman,'Noto Sans JP',serif;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -1.4px;
}
.titleType04 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.titleType01 .small {
	font-size: 20px;
}
.titleType01 .unit {
	font-size: 20px;
}
.titleType01 .sub {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 15px 0 0 0;
}
.titleType03 .sub {
	display: block;
	color: rgba(15, 15, 15, 0.5);
	font-family: Neue Helvetica W01,HelveticaNeueW01-47LtCn_692686,HelveticaNeueLightCondensed,HelveticaNeue-Light-Condensed,Helvetica Neue Light Condensed,HelveticaNeueLight,HelveticaNeue-Light,Helvetica Neue Light,HelveticaNeue,Helvetica Neue,Helvetica,Arial Narrow,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol, serif;
	font-size: 0.4em;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}
.contentInner .textWrap .text {
/*	font-family: Neue Helvetica W01,HelveticaNeueW01-47LtCn_692686,HelveticaNeueLightCondensed,HelveticaNeue-Light-Condensed,Helvetica Neue Light Condensed,HelveticaNeueLight,HelveticaNeue-Light,Helvetica Neue Light,HelveticaNeue,Helvetica Neue,Helvetica,Arial Narrow,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; */
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 26px 0;
}
.contentInner .textWrap .buttonArea {
}
.contentInner .buttonArea a {
	display: inline-block;
	width: 172px;
	color: inherit;
	text-align: center;
	margin: auto;
	padding: 16px 0;
	border: 1px solid #ffffff;
	border-radius: 2px;
}

.contentInner .buttonArea a.about {
	width: 202px;
}

.contentInner .buttonArea a.howto {
	width: 172px;
	padding: 14px 0;
	font-size: 90%;
	margin-top: 20px;
}


@media screen and (min-width:769px) {
	.contentWrap {
		margin-top: -70px;
		padding-top: 70px;
	}
	.top .contentWrap {
		margin-top: 0;
		padding-top: 0;
	}
	.content {
	}
	.contentInner {
		max-width: 1344px;
	}
	.titleType01 {
		font-size: 43px;
		line-height: 60px;
		margin: 0 0 28px 0;
	}
	.titleType02 {
		font-size: 28px;
		line-height: 34px;
	}
	.titleType03 {
		font-size: 39px;
		line-height: 46px;
	}
	.titleType04 {
		font-size: 26x;
		line-height: 32px;
		margin: 0 0 20px 0;
	}
	.titleType01 .small {
		font-size: 30px;
	}
	.titleType01 .unit {
		font-size: 34px;
	}
	.titleType01 .sub {
		font-size: 26px;
		margin: 15px 0 0 0;
	}
	.titleType03 .sub {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.contentInner .textWrap .text {
	}
}

/*----------------------
 bgParts
----------------------*/
.bgParts .topLine {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.bgParts .bottomLine {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.bgParts .bgPartsItem {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}

/*----------------------
 header
----------------------*/
#header {
	position: relative;
	height: 50px;
	background-color: #0f0f0f;
}
#header #globalNav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 50px;
	background-color: #0f0f0f;
	margin: auto;
}
.tracking #header #globalNav {
	position: fixed;
}
#header #globalNav .parentnav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#header #globalNav .parentnav .item.logo {
	max-width: 199px;
}
#header #globalNav .parentnav .item .parentLink {
	display: block;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	margin: auto;
	padding: 10px;
}
#header #spNav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 110;
}
.tracking #header #spNav {
	position: fixed;
}
#header #spNav .buttonArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2%;
	z-index: 110;
	width: 50px;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}
#header #spNav .buttonArea .wrap {
	position: relative;
	width: 32px;
	margin: 0 0 5px 0;
	padding: 18px 0 0 0;
}
#header #spNav .buttonArea .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	transition: all 0.2s;
}
#header #spNav .buttonArea .wrap span:nth-of-type(1) {
	top: 0;
}
#header #spNav .buttonArea .wrap span:nth-of-type(2) {
	top: calc(50% - 1px);
}
#header #spNav .buttonArea .wrap span:nth-of-type(3) {
	bottom: 0;
}
#header #spNav.open .buttonArea .wrap span:nth-of-type(1) {
	bottom: 0;
	transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
#header #spNav.open .buttonArea .wrap span:nth-of-type(2) {
	opacity: 0;
}
#header #spNav.open .buttonArea .wrap span:nth-of-type(3) {
	top: 0;
	transform: translateY(-50%) translateY(1px) rotate(45deg);
}
#header #spNav .buttonArea .text {
	color: #ffffff;
	font-size: 12px;
	text-align:center;
}
#header #spNav .buttonArea .txtClose {
	display: none;
}
#header #spNav.open .buttonArea .txtMenu {
	display: none;
}
#header #spNav.open .buttonArea .txtClose {
	display: block;
}
#header #spNav .spMenu {
	display: none;
	overflow: auto;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	height: 100vh;
}
.tracking #header #spNav .spMenu {
	top: 50px;
	height: calc(100vh - 50px);
}
#header #spNav.open .spMenu {
	display: block;
}
#header #spNav .menu01 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
#header #spNav .menu01 .item {
	display: flex;
	align-items: center;
	height: calc(100vh / 8);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tracking #header #spNav .menu01 .item {
	height: calc((100vh - 50px) / 8);
}
#header #spNav .menu01 .item.open {
	flex-shrink: 1;
}
#header #spNav .menu01 .item.production {
	background-image: url(/whisky/makersmark/img/common/spnav/production.jpg);
}
#header #spNav .menu01 .item.history {
	background-image: url(/whisky/makersmark/img/common/spnav/history.jpg);
}
#header #spNav .menu01 .item.distillery {
	background-image: url(/whisky/makersmark/img/common/spnav/distillery.jpg);
}
#header #spNav .menu01 .item.howto {
	background-image: url(/whisky/makersmark/img/common/spnav/howto.jpg);
}
#header #spNav .menu01 .item.cocktails {
	background-image: url(/whisky/makersmark/img/common/spnav/cocktails.jpg);
}
#header #spNav .menu01 .item.drink {
	background-image: url(/whisky/makersmark/img/common/spnav/drink.jpg);
}
#header #spNav .menu01 .item.lineup {
	background-image: url(/whisky/makersmark/img/common/spnav/lineup.jpg);
}
#header #spNav .menu01 .item.ad {
	background-image: url(/whisky/makersmark/img/common/spnav/ad.jpg);
}
#header #spNav .menu01 .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#header #spNav .menu01 .parent {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: rgba(15, 15, 15, 0.6);
	padding: 0 24px;
	box-sizing: border-box;
}/*
#header #spNav .menu01 .parent .btn {
	display: flex;
	align-items: center;
	transition: height 0.3s;
}
#header #spNav .menu01 .open .parent .btn {
	height: calc((100vh - 50px) / 5);
}
#header #spNav .menu01 .child {
	width: 100%;
	background-color: #fff7ec;
}
#header #spNav .menu01 .child a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}*/
@media screen and (min-width:769px) {
	#header {
		height: 70px;
	}
	#header #globalNav {
		height: 70px;
	}
	#header #globalNav .parentnav .item.logo img {
		width: 199px;
	}
	#header #globalNav .parentnav .item .parentLink {
		display: flex;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 70px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header #globalNav .parentnav .item .mOverLine:before {
		content: "";
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transition: opacity 0.3s;
	}
	#header #globalNav .parentnav .item .mOverLine:hover:before {
		opacity: 1;
/*		border-top: 4px solid #8a8d8e;*/
		border-top: 4px solid #b2292e;
	}
	#header #globalNav .parentnav .item.open .mOverLine:before,
	#header #globalNav .parentnav .item.accordion:hover .mOverLine:before {
		opacity: 1;
/*		border-top: 4px solid #8a8d8e;*/
		border-top: 4px solid #b2292e;
	}
	#header #globalNav .parentnav .item.current .mOverLine:before {
		opacity: 1;
		border-top: 4px solid #b2292e;
	}
	#header #globalNav .childnav {
		display: block !important;
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
/*		height: 0; */
		transition: height 0.1s ease;
	}
	#header #globalNav.closeMegamenu .childnav {
/*		height: 0; */
		transition: height 0.1s ease;
	}
	#header #globalNav .open .childnav,
	#header #globalNav .openMegamenu .childnav,
	#header #globalNav .parentnav .item:hover .mOverLine+.childnav {
		height: auto;
		transition: height 0.1s ease;
	}/*
	#header #globalNav .childnav .bg {*/
	#header #globalNav .accordionBg,
	#header #globalNav .childnav:before {
		content: "";
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		background-color: rgba(15, 15, 15, 0.7);
		transition: opacity 0.6s ease;
	}
	#header #globalNav .open .childnav .bg,
	#header #globalNav .open .childnav:before,
	#header #globalNav .parentnav .item:hover .mOverLine+.childnav .bg {
		opacity: 1;
		transition: opacity 0.6s ease;
	}
	#header #globalNav.closeMegamenu .accordionBg {
		opacity: 0;
		transition: opacity 0.6s ease;
	}
	#header #globalNav.openMegamenu .accordionBg {
		opacity: 1;
		height: 100vh;
		transition: opacity 0.6s ease;
	}
	#header #globalNav.closeMegamenu .childnav .navArea {
		opacity: 0;
		margin: -261px 0 0 0;
		transition: all 0.6s ease;
	}/*
	#header #globalNav.openMegamenu .childnav .navArea,*/
	#header #globalNav .parentnav .item:hover .mOverLine+.childnav .navArea {
		opacity: 1;
		margin: 0;
		transition: all 0.6s ease 0.2s;
	}
	#header #globalNav .childnav .navArea .list {
		display: flex;
		justify-content: center;
		height: 261px;
		background-color: #fff7ec;
		padding: 20px 0;
		box-sizing: border-box;
	}
	#header #globalNav .open .childnav .navArea .list,
	#header #globalNav .parentnav .item:hover .mOverLine+.childnav .navArea .list {
	}
	#header #globalNav.closeMegamenu .childnav .navArea .list {/*
		transform: translateY(-100%);*/
		transition: all 0.6s ease;
	}
	#header #globalNav .childnav .navArea .list .childLink {
		display: block;
		color: #0f0f0f;
		text-align: center;
		margin: 0 16px;
		padding: 10px 0;
	}
	#header #globalNav .childnav .navArea .image {
		max-width: 320px;
		margin: 0 0 12px 0;
	}
}
@media screen and (min-width:960px) {
	#header #globalNav .parentnav .item a {
		font-size: 15px;
		padding: 0 17px;
	}
}

/*----------------------
 layout
----------------------*/
/* layoutType01 */
.layoutType01 .contentInner {
	width: 100%;
}
.layoutType01 .bg {
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(747 / 1344 * 100%) 0 0 0;
}
.layoutType01 .bg video {
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}
.layoutType01 .textWrap {
	width: 92%;
	margin: 0 auto;
	padding: 48px 0;
}
.layoutType01 .textWrap>.item:first-child {
	padding: 0 0 22px 0;
}
.layoutType01 .textWrap .title {
	margin: 0 0 20px 0;
}
@media screen and (min-width:769px) {
	.layoutType01 .content {
		padding: 0 0 72px 0;
	}
	.layoutType01 .textWrap {
		display: flex;
		justify-content: center;
		width: auto;
		padding: 0;
	}
	.layoutType01 .textWrap>*,
	.layoutType01 .textWrap>.item:first-child {
		flex-basis: 50%;
		padding: 75px 48px 48px 48px;
	}
	.layoutType01 .textWrap .title {
		margin: 0 0 30px 0;
	}
}

/* layoutType02 */
.layoutType02 .content {
	position: relative;
	background-color: #fff7ec;
	padding: 0 0 30px 0;
}
.layoutType02 .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80vh 0 0 0;
}
.layoutType02 .textWrap {
	position: relative;
	max-width: 920px;
	min-height: 40vh;
	background-color: #fff7ec;
	margin: -40vh auto 0 auto;
	padding: 24px 24px 0 24px;
	box-sizing: border-box;
}
.layoutType02 .textWrap .title {
	margin: 0 0 20px 0;
}
@media screen and (min-width:769px) {
	.layoutType02 .content {
		padding: 0 0 86px 0;
	}
	.layoutType02 .bg {/*
		background-size: contain;
		padding: calc(890 / 1600 * 100%) 0 0 0;*/
		padding: 75vh 0 0 0;
	}
	.layoutType02 .textWrap {
		min-height: 215px;
		margin: -215px auto 0 auto;
		padding: 63px 88px 63px 108px;
	}
	.layoutType02 .textWrap .title {
		margin: 0 0 30px 0;
	}
}

/* layoutType03 */
.layoutType03 .mode_pc {
	display: none;
}
.layoutType03 .mode_sp {
	display: block;
}
.layoutType03 .contentInner {
	width: 100%;
}
.layoutType03 .textWrap {
	flex-basis: calc(653 / 1344 * 100%);
	position: relative;
	padding: 48px 24px;
	box-sizing: border-box;
}
.layoutType03 .textWrap .titleType01 {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 28px 0;
}
.layoutType03 .textWrap .titleType02 {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 28px 0;
}
.layoutType03 .textWrap .text {
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}
.layoutType03 .slideArea .desc dt {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.065em;
	margin: 0 0 20px 0;
}
.layoutType03 .slideArea .desc dd {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.065em;
}
@media (min-width: 769px) {
	.layoutType03 .contentInner {
		max-width: 80%;
	}
	.layoutType03 .textWrap .titleType01 {
		font-size: 44px;
		line-height: 48px;
	}
	.layoutType03 .textWrap .titleType01 .sub {
		font-size: 24px;
		line-height: 28px;
	}
	.layoutType03 .textWrap .titleType02 {
		font-size: 28px;
		line-height: 34px;
	}
}
@media screen and (min-width:1008px) {
	.layoutType03 .mode_pc {
		display: block;
	}
	.layoutType03 .mode_sp {
		display: none;
	}
	.layoutType03 .content {
		padding: 0 0 52px 0;
	}
	.layoutType03 .contentInner {
		display: flex;
		align-items: center;
		max-width: 1344px;
	}
	.layoutType03 .textWrap {
		order: 1;
		flex-basis: calc(653 / 1344 * 100%);
		min-height: 68px;
		margin: -68px 0 0 0;
		padding: 0 100px 100px 48px;
	}
	.layoutType03 .slideArea {
		flex-basis: calc(620 / 1344 * 100%);
		max-width: 620px;
		margin: 0 71px 0 auto;
	}
	.layoutType03.posReverse .slideArea {
		order: 2;
		margin: 0 auto 0 71px;
	}
	.layoutType03 .slideArea .desc dt {
		margin: 0 0 33px 0;
	}
}

/* layoutType04 */
.layoutType04 .content {
}

/* layoutType05 */
.layoutType05 .content {
}
.layoutType05 .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(890 / 1600 * 100%) 0 0 0;
}

/* layoutType06 */
.layoutType06 .content {
	position: relative;
	padding: 0 0 100px 0;
}
.layoutType06 .bg {
	overflow: hidden;
	position: relative;
	height: 65vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.layoutType06 .bg video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}
.layoutType06 .textWrap {
	position: relative;
	z-index: 2;
	width: 92%;
	max-width: 920px;
	min-height: 22vh;
	background-color: #fff7ec;
	margin: -22vh auto 0 auto;
	padding: 24px 24px 0 24px;
	box-sizing: border-box;
	transition: background 0.6s;
}
.layoutType06 .textWrap .title {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 29px 0;
}
.layoutType06 .textWrap .titleType01 {
	font-size: 40px;
	line-height: 48px;
}
.layoutType06 .textWrap .text {
	font-size: 15px;
	line-height: 26px;
}
@media screen and (min-width:641px) {
	.layoutType06 .content {
		padding: 0 0 156px 0;
	}
	.layoutType06 .textWrap {
		min-height: 25vh;
		margin-top: -25vh;
	}
}
@media screen and (min-width:769px) {
	.layoutType06 .textWrap {
		padding: 70px 95px 0 110px;
	}
	.layoutType06 .textWrap .title {
		font-size: 28px;
		line-height: 34px;
	}
	.layoutType06 .textWrap .titleType01 {
		font-size: 50px;
		line-height: 50px;
	}
}

/* layoutType07 */
.layoutType07 .content {
	position: relative;
	margin: 0 0 95px 0;
	padding: 48px 0 0 0;
}
.layoutType07.layoutCustom .content {
	padding : 15.5vw 0 0 0;
}
.layoutType07 .curtain {
	position: absolute;
	top: 15.5vw;
	bottom: 0;
	left: 0;
	right: 100%;
	background-color: #0f0f0f;
	transition: right 1s linear;
}
.layoutType07.posReverse .curtain {
	left: 100%;
	right: 0;
	transition: left 1s linear;
}
.layoutType07 .loaded .curtain {
	right: 0;
}
.layoutType07.posReverse .loaded .curtain {
	left: 0;
	right: 0;
}
.layoutType07 .contentInner {
	position: relative;
	width: 100%;
}
.layoutType07 .loaded .contentInner {
	transition: all 1s linear 0.8s;
}
.layoutType07 .bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80% 0 0 0;
}
.layoutType07.layoutCustom .bg {
	position: relative;
}
.layoutType07 .content .textWrap {
	position: relative;
	padding: 48px 24px;
	box-sizing: border-box;
}
.layoutType07.layoutCustom .loaded .contentInner .textWrap {
	color: #ffffff;
	transition: color 1s linear;
}/*
.layoutType07 .content .textWrap .title {
	background-color: rgba(255,247,236,0.5);
	padding: 5px 5px 5px 0;
}
.layoutType07 .content .textWrap .text {
	background-color: rgba(255,247,236,0.5);
	padding: 5px 5px 5px 0;
}*/
.layoutType07.layoutCustom .content .title {
	margin: 0 0 20px 0;
}
.layoutType07 .content .buttonArea a {/*
	background-color: rgba(255,247,236,0.5);*/
	margin: 0;
	border-color: #0f0f0f;
}
@media screen and (min-width:789px) {
	.layoutType07 .content {
		padding: 48px 0 48px 0;
	}
	.layoutType07.layoutCustom .content {
		padding : 15.5vw 0 0 0;
	}
	.layoutType07 .contentInner {
		display: flex;
		align-items: center;
		min-width: 960px;
		max-width: 1344px;
		width: auto;
	}
	.layoutType07 .bg {
		flex-basis: calc(619 / 1344 * 100%);
		background-position: left center;
		background-size: contain;
		margin: 0 calc(42 / 1344 * 100%) 0 0;
		padding: calc(619 / 1344 * 100%) 0 0 0;
		box-sizing: border-box;
	}
	.layoutType07.layoutCustom .bg {
		top: -10.5vw;
	}
	.layoutType07.posReverse .bg {
		order: 1;
	}
	.layoutType07 .content .textWrap {
		flex-basis: 50%;
		margin: 0 0 0 auto;
		padding: 0 10px 0 32px;
		box-sizing: border-box;
	}
	.layoutType07.layoutCustom .content .textWrap {
		padding: 0 110px 0 62px;
	}
	.layoutType07 .content .textWrap .text {
		background-color: transparent;
		padding: 0;
	}
	.layoutType07 .content .buttonArea a {
		background-color: transparent;
	}
}
@media screen and (min-width:1364px) {
	.layoutType07 .loaded .curtain {
		right: calc((100vw - 1364px) / 2);
	}
	.layoutType07.posReverse .loaded .curtain {
		left: calc((100vw - 1364px) / 2);
		right: 0;
	}
}

/* layoutType08 */
.layoutType08 .content {
	text-align: center;
	padding: 50px 0 0 0;
}
.layoutType08 .item {
	margin: 0 0 50px 0;
}
.layoutType08 .movie {
	position: relative;
	text-align: center;
	padding: calc(393 / 700 * 100%) 0 0 0;
	border: solid 2px #b60107;
}
.layoutType08 .movie iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.layoutType08 .movieWrap .phrase {
	font-size: 18px;
	line-height: 24px;
	padding: 22px 0 0 0;
}
@media screen and (min-width:769px) {
	.layoutType08 .content {
		padding: 80px 0 0 0;
	}
	.layoutType08 .contentInner {
		max-width: 780px;
	}
	.layoutType08 .titleType01 {
		margin: 0 0 44px 0;
	}
	.layoutType08 .item {
		margin: 0 0 60px 0;
	}
}

/*----------------------
 slideArea
----------------------*/
.slideArea .list {
	transition: transform 1s ease;
}

/* slideType02 */
.slideType02 {
	position: relative;
	z-index: 1;
}
.slideType02 .viewArea {
	overflow: hidden;
	padding: 0 0 10px 0;
}
.slideType02 .list {
	display: flex;
	width: 300%;
	transition: none;
}
.slideType02 .item {
	overflow: hidden;
	flex-basis: calc(100% / 3);
	position: relative;
	padding: 0 0 10px 0;
	box-sizing: border-box;
}
.slideType02 .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff7ec;
	padding: calc(388 / 700 * 100%) 0 0 0;
}
.dark .slideType02 .item:before {
	background-color: #0f0f0f;
}
.slideType02 .item .image,
.slideType02 .item .movie {
	opacity: 0;
	overflow: hidden;
	position: relative;
	padding: calc(388 / 700 * 100%) 0 0 0;
	transition: opacity 1s ease;
}
.slideType02 .item .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.slideType02 .item .image.wide img,
.slideType02 .item .movie video {
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	min-width: 100%;
	max-width: auto;
	max-width: initial;
	min-height: 100%;
	margin: auto;
}
.slideType02 .item .desc dl {
	position: relative;
	background-color: #fbe1ad;
	padding: 36px 36px 43px 36px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(15, 15, 15, 0.2);
}
.slideType02 .item.current .image,
.slideType02 .item.current .movie,
.slideType02 .item.current .desc dt,
.slideType02 .item.current .desc dd {
	opacity: 1;
}
.slideType02 .item.current .desc dl: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;
}
.slideType02 .item .desc dt,
.slideType02 .item .desc dd {
	opacity: 0;
	transition: opacity 1s ease 0.3s;
}
.slideType02 .controller {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: calc(388 / 700 * 100%) 0 0 0;
}
.slideType02 .controller .prev,
.slideType02 .controller .next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.slideType02 .controller .prev button,
.slideType02 .controller .next button {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	bottom: -15px;
	right: 50px;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background-color: #0f0f0f;
}
.slideType02 .controller .next button {
	right: 0;
}
.slideType02 .controller .prev button:before,
.slideType02 .controller .next button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	right: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-45deg);
}
.slideType02 .controller .next button:before {
	left: 0;
	right: 5px;
	transform: rotate(135deg);
}
.slideType02 .controller .prev button[disabled="disabled"]:before,
.slideType02 .controller .next button[disabled="disabled"]:before {
	opacity: 0.5;
}
@media screen and (min-width:1008px) {
	.slideType02 .viewArea {
		width: 80%;
		margin: 0 0 0 auto;
	}
	.posReverse .slideType02 .viewArea {
		margin: 0 auto 0 0;
	}
	.slideType02 .item {
		padding: 0 6px 6px 0;
	}
	.posReverse .slideType02 .item {
		padding: 0 6px 6px 6px;
	}
	.slideType02 .item:before {
		right: 6px;
		padding: calc(827 / 619 * (100% - 6px)) 0 0 0;
	}
	.posReverse .slideType02 .item:before{
		left: 6px;
		padding: calc(827 / 619 * (100% - 12px)) 0 0 0;
	}
	.slideType02 .item .image,
	.slideType02 .item .movie {
		padding: calc(827 / 619 * 100%) 0 0 0;
	}
	.slideType02 .item .desc dl {
		position: relative;
		left: 0;
		width: calc(558 / 619 * 100%);
		min-height: 72px;
		margin: -72px 0 0 auto;
	}
	.posReverse .slideType02 .item .desc dl {
		margin: -72px auto 0 0;
	}
	.slideType02 .controller {
		padding: calc(827 / 619 * 80%) 0 0 0;
	}
	.slideType02 .controller .prev,
	.slideType02 .controller .next {
		top: auto;
	}
	.posReverse .slideType02 .controller .prev,
	.posReverse .slideType02 .controller .next {
		left: 6px;
		right: auto;
	}
	.slideType02 .controller .prev button,
	.slideType02 .controller .next button {
		bottom: 63px;
		right: 6px;
		width: 71px;
		height: 71px;
	}
	.slideType02 .controller .next button {
		right: -65px;
	}
	.posReverse .slideType02 .controller .prev button {
		left: -71px;
		right: auto;
	}
	.posReverse .slideType02 .controller .next button {
		left: 0;
		right: auto;
	}
}

/* slideType03 */
.slideType03 {
	position: relative;
}
.slideType03 .viewArea {
	overflow: hidden;
}
.slideType03 .list {
	display: flex;
	width: 400%;
	margin: 0 0 26px 0
}
.slideType03 .contList {
	transition: none;
}
.slideType03 .item {
	flex-basis: calc(100% / 4);
	position: relative;
	box-sizing: border-box;
}
.slideType03 .titleList .item {
	text-align: center;
}
.slideType03 .contList .item {
	opacity: 0;
	transition: opacity 0.8s linear;
}
.slideType03 .contList .item.current {
	opacity: 1;
}
.slideType03 .timeline {
	overflow: hidden;
	position: relative;
	height: 20px;
	margin: 0 70px 30px 70px;
	padding: 15px 0;
}
.slideType03 .timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #0f0f0f;
	margin: auto;
}
.slideType03 .timeline .timeList {
	display: flex;
	width: 500%;
	margin: 0;
	transition: all 0.8s linear;
}
.slideType03[data-no="0"] .timeline .timeList {
	transform: translateX(calc(10% - 10px));
	transform: translateX(10%);
	margin-left: -10px;
}
.slideType03[data-no="1"] .timeline .timeList {
	transform: translateX(calc(10% - 21px - 2% - 10px));
	transform: translateX(8%);
	margin-left: -31px;
}
.slideType03[data-no="2"] .timeline .timeList {
	transform: translateX(calc(10% - 21px - 1% - 21px - 2% - 10px));
	transform: translateX(7%);
	margin-left: -52px;
}
.slideType03[data-no="3"] .timeline .timeList {
	transform: translateX(calc(10% - 21px - 4% - 21px - 1% - 21px - 2% - 10px));
	transform: translateX(3%);
	margin-left: -73px;
}
.slideType03 .timeline .item {
	flex-basis: auto;
	position: relative;
	width: 21px;
	height: 21px;
	margin: 0 1% 0 0;
}
.slideType03 .timeline .item:nth-child(1) {
	margin-right: 2%;
}
.slideType03 .timeline .item:nth-child(3) {
	margin-right: 4%;
}
.slideType03 .timeline .item:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: opacity 0.8s linear;
}
.slideType03[data-no="0"] .timeline .item:nth-child(1),
.slideType03[data-no="1"] .timeline .item:nth-child(2),
.slideType03[data-no="2"] .timeline .item:nth-child(3),
.slideType03[data-no="3"] .timeline .item:nth-child(4) {
	transform: scale(1);
}
.slideType03[data-no="0"] .timeline .item:nth-child(1):before,
.slideType03[data-no="1"] .timeline .item:nth-child(2):before,
.slideType03[data-no="2"] .timeline .item:nth-child(3):before,
.slideType03[data-no="3"] .timeline .item:nth-child(4):before {
	opacity: 1;
}
.slideType03 .timeline .item button {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	background-color: #0f0f0f;
	border-radius: 50%;
	transform: scale(0.5);
	transition: transform 0.8s linear;
}
.slideType03[data-no="0"] .timeline .item:nth-child(1) button,
.slideType03[data-no="1"] .timeline .item:nth-child(2) button,
.slideType03[data-no="2"] .timeline .item:nth-child(3) button,
.slideType03[data-no="3"] .timeline .item:nth-child(4) button {
	transform: scale(1);
}
.slideType03 .controller {
	position: relative;
}
.slideType03 .controller .prev,
.slideType03 .controller .next {
	position: absolute;
	top: 0;
	left: 0;
}
.slideType03 .controller .next {
	left: auto;
	right: 0;
}
.slideType03 .controller .prev button,
.slideType03 .controller .next button {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999em;
	background-color: #ffffff;
}
.slideType03 .controller .next button {
	left: auto;
	right: 0;
}
.slideType03 .controller .prev button:before,
.slideType03 .controller .next button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	right: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #0f0f0f;
	border-left: 2px solid #0f0f0f;
	transform: rotate(-45deg);
}
.slideType03 .controller .next button:before {
	left: 0;
	right: 5px;
	transform: rotate(135deg);
}
.slideType03 .controller .prev button[disabled="disabled"]:before,
.slideType03 .controller .next button[disabled="disabled"]:before {
	opacity: 0.5;
}
@media screen and (min-width:769px) {
	.slideType03 .controller .prev button,
	.slideType03 .controller .next button {
		width: 71px;
		height: 71px;
	}
	.slideType03 .timeline {
		width: calc(100% - 80px * 2);
		max-width: 970px;
		height: 30px;
		margin: 0 auto 49px auto;
		padding: 20px 0;
	}
	.slideType03[data-no="0"] .timeline .timeList {
		margin-left: -10px;
	}
	.slideType03[data-no="1"] .timeline .timeList {
		margin-left: -41px;
	}
	.slideType03[data-no="2"] .timeline .timeList {
		margin-left: -72px;
	}
	.slideType03[data-no="3"] .timeline .timeList {
		margin-left: -103px;
	}
	.slideType03 .timeline .item {
		width: 31px;
		height: 31px;
	}
	.slideType03 .timeline .item:before {
		top: -10px;
		bottom: -10px;
		left: -10px;
		right: -10px;
		width: 50px;
		height: 50px;
	}
}

/*----------------------
 bottomNav
----------------------*/
#bottomNav .content {
	color: #ffffff;
	background-color: #0f0f0f;
}
#bottomNav .contentInner {
	width: 100%;
}
#bottomNav .navItem .bgWrap {
	overflow: hidden;
}
#bottomNav .navItem .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: calc(522 / 800 * 100%) 0 0 0;
	transform: scale(1.2, 1.2);
	transition: transform 1.5s ease 0.5s;
}
#bottomNav.bottomNavType02 .navItem .bg {
	padding: calc(682 / 907 * 100%) 0 0 0;
}
#bottomNav .loaded .navItem .bg {
	transform: scale(1, 1);
}
#bottomNav .navItem .text {
	padding: 24px 24px 48px 24px;
}
#bottomNav .navItem .titleType02 {
	font-family: ThomasPaine,Georgia,Times,Times New Roman,serif;
	font-size: 28px;
	margin: 0 0 20px 0;
}
#bottomNav .navItem .titleType02 .sub {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 0 15px;
}
#bottomNav .navItem .desc {
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
@media screen and (min-width:769px) {
	#bottomNav .contentInner {
		max-width: 100%;
	}
	#bottomNav.bottomNavType01 .contentInner {
		display: flex;
	}
	#bottomNav.bottomNavType01 .navItem {
		flex-basis: 50%;
	}
	#bottomNav.bottomNavType02 .navItem {
		display: flex;
		align-items: center;
	}
	#bottomNav.bottomNavType02 .navItem .bgWrap {
		flex-basis: calc(907 / 1600 * 100%);
		order: 1;
		box-sizing: border-box;
	}
	#bottomNav .navItem .text {
		position: relative;
		padding: 70px calc(130 / 800 * 100%) 60px calc(130 / 800 * 100%);
	}
	#bottomNav.bottomNavType02 .navItem .text {
		flex-basis: calc(693 / 1600 * 100%);
		box-sizing: border-box;
		padding: 70px calc(100 / 1600 * 100%) 60px calc(130 / 1600 * 100%);
	}
	#bottomNav.bottomNavType01 .navItem:nth-child(2) .text:before {
		content: "";
		position: absolute;
		top: 60px;
		bottom: 60px;
		left: 0;
		border-left: 1px solid #2f2f2f;
	}
	#bottomNav .navItem .titleType02 {
		font-size: 44px;
		line-height: 50px;
		margin: 0 0 24px 0;
	}
	#bottomNav .navItem .titleType02 .sub {
		font-size: 26px;
		line-height: 34px;
		margin: 0 0 0 20px;
	}
	#bottomNav.bottomNavType02 .navItem .titleType02 .sub {
		display: block;
		margin: 20px 0 0 0;
	}
	#bottomNav .navItem .desc {
		min-height: calc(26px * 3);
		margin: 0 0 20px 0;
	}
	#bottomNav .buttonArea a {
		margin: 0 auto 0 0;
	}
}

/*----------------------
 contentFooter
----------------------*/
#contentFooter {
	position: relative;
	text-align: center;
	background-color: #fbe1ad;
	padding: 29px 0;
}
#contentFooter: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;
}
#contentFooter p {
	max-width: 199px;
	margin: auto;
}

/*----------------------
 modal
----------------------*/
#modalArea .modalContentWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: scale(0);
}
#modalArea .modalContentWrap.open {
	display: block;
	transform: scale(1);
}
#modalArea .modalContentWrap.close {
	transform: scale(0);
	transition: transform 0.4s linear 0.4s;
}
#modalArea .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
#modalArea .modalContentWrap.close .bg {
	display: none;
}
#modalArea .modalContentWrap .modalContent {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(0.9);
	transition: all 0.4s;
}
#modalArea .modalContentWrap.open .modalContent {
	opacity: 1;
	transform: scale(1);
}
#modalArea .modalContentWrap.close .modalContent {
	opacity: 0;
	transform: scale(0.9);
}
#modalArea .closeBtn {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background-color: #fbe1ad;
	border-radius: 2px;
	box-shadow: 0.2rem 0.2rem 0.4rem rgba(15,15,15,.3);
	transition: background 0.4s;
}
#modalArea .closeBtn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 18px;
	height: 0;
	margin: auto;
	border-top: 2px solid #333333;
	transform: rotate(45deg);
}
#modalArea .closeBtn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 18px;
	height: 0;
	margin: auto;
	border-top: 2px solid #333333;
	transform: rotate(135deg);
}
#modalArea .closeBtn:hover {
	background-color: #f9cf7c;
}
@media screen and (min-width:769px) {
	#modalArea .closeBtn {
		top: -20px;
		right: 20px;
		width: 50px;
		height: 50px;
	}
}


#pageTop .modal-video-close-btn {
	top: -55px;
    right: -50px;
	width: 50px;
	height: 50px;
	background-color: #fbe1ad;
	border-radius: 2px;
	box-shadow: 0.2rem 0.2rem 0.4rem rgba(15,15,15,.3);
	transition: background 0.4s;
}
@media screen and (max-width:768px) {
	#pageTop .modal-video-close-btn {
		top: -60px;
		right: 0;
		width: 50px;
		height: 50px;
	}
}

#pageTop .modal-video-close-btn:hover {
	background-color: #f9cf7c;
}

#pageTop .modal-video-close-btn:before,
#pageTop .modal-video-close-btn:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 18px;
	height: 0;
	margin: auto;
	border-top: 2px solid #333333;
}
