@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	overflow-x: visible;
	height: 100%;
	background: #fff;
}
	
body {
		margin: 0;
		padding: 0;
		width: 100%;
	height: 100%;
		overflow-x: visible;
		font-size: 14px;
		font-family: "YakuHanMP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
		text-align: center;
		line-height: 2;
		background: #fff;
		letter-spacing: 0.1em;
		color: #272727;
}

body#home {
	background: #b1ada8;
}


:before,
:after {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	ul,
	ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	p {
		padding: 0;
		margin: 0;
	}
	
	img {
		-webkit-touch-callout: none;
		-ms-interpolation-mode: bicubic;
		vertical-align: bottom;
	}
	
	a {
		text-decoration: underline;
		color: #272727;
		outline: none;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	
	a:active,
	a:hover,
	a:focus {
		outline: none;
	}
	
	a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: .6;
		opacity: .6;
	}
	
	table {
		border-collapse: collapse;
	}
	
	#fancybox-content,
	#fancybox-wrap *,
	#fancybox-wrap {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	#fancybox-wrap {
		z-index: 3200;
	}
	
	#fancybox-overlay {
		min-width: 1024px;
		z-index: 3200;
	}
	
	#fancybox-close {
		padding: 78px 0 0 0;
		overflow: hidden;
		position: fixed;
		top: 3px;
		right: 0px;
		width: 78px;
		height: 0;
		background: url(../images/common/nav/menu_close.png) no-repeat;
	}
	
	#fancybox-right {
		right: -50px;
		width: 50px;
		background: url(../images/common/fancybox/custom/arrow_r.png) no-repeat right center;
	}
	
	#fancybox-left {
		left: -50px;
		width: 50px;
		background: url(../images/common/fancybox/custom/arrow_l.png) no-repeat left center;
	}
	
	#fancybox-left-ico,
	#fancybox-right-ico {
		background: none;
	}
	
	#fancybox-outer {
		background: none;
	}
	
	.fancybox-bg {
		display: none;
	}



/*============================
GDNリマーケティングタグ
============================*/

iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

	/*--------------------------------------
loading
--------------------------------------*/
	/* loading */
	
	.loading {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #b1ada8;
		z-index: 5000;
	}
	
	.loader {
		margin: -20px 0 0 -20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 40px;
		border: 4px solid #fff;
		border-radius: 50%;
		border-top-color: transparent;
		animation: spin 0.75s infinite linear;
	}
	
	@keyframes spin {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
	/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
.wrapper {
	text-align: left;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.container {
	padding-bottom: 369px;
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}
	/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/
	
	#top {
	padding: 16px 0 32px;
}

.siteTitle {
	margin: 0 auto;
	width: 244px;
}

#home .siteTitle {
	width: 520px;
}

.siteTitle a {
	padding-top: 50%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}

#home .siteTitle a {
	background: url(../images/home/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}


	/*nav*/
/* #top nav */

#top nav {
	text-align: center;
}

#menuBtn {
	display: none;
}

.slide {
	display: none;
	height: 0;
}

.tablet .slide,
.pc .slide {
	height: 0;
}

.tablet .slide .globalNav,
.pc .slide .globalNav {
	display: none;
}

.fix {
	position: fixed;
	top: -88px;
	width: 100%;
	height: 80px;
	text-align: center;
	background: #ff88a8;
	z-index: 300;
}

.fix .globalNav {
		position: absolute;
		top: 50%;
		left: 50%;
	width: 40%;
	min-width: 600px;
	max-width: 944px;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
}
	
#top .globalNav {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.globalNav li {
	position: relative;
	float: left;
}
	

.globalNav a {
	padding: 0 24px;
	text-decoration: none;
	font-size: 20px;
	line-height: 3;
	color: #a4a09a;
	letter-spacing: 0.15em;
	font-family: 'EB Garamond', "YakuHanMP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
}

#home .globalNav a {
	color: #fff;
}

/*SNS*/
.snsLink {
	padding: 2px 0 0 12px;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

.snsLink .twitter {
	padding-right: 12px;
	float: left;
	width: 50%;
}

.snsLink .facebook {
	padding-left: 12px;
	float: left;
	width: 50%;
}

.snsLink a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.snsLink .twitter a {
	background: url(../images/common/nav/twitter.svg) no-repeat;
}

.snsLink .facebook a {
	background: url(../images/common/nav/facebook.svg) no-repeat;
}

#home .snsLink .twitter a {
	background: url(../images/home/nav/twitter.svg) no-repeat;
}
	
#home .snsLink .facebook a {
	background: url(../images/home/nav/facebook.svg) no-repeat;
}



/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
	max-width: 1024px;
}


.contentsTemp h1 {
	padding-top: 48px;
	text-align: center;
	color: #a4a09a;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	font-family: 'EB Garamond', "YakuHanMP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
}

.entryList {
	padding-top: 56px;
	overflow: hidden;
}

.entry {
	padding: 0 0 64px;
	position: relative;
	overflow: hidden;
	clear: both;
}




	/*--------------------------------------
上部へボタン
---------------------------------------*/
	
	ul.toTop {
		overflow: hidden;
		position: fixed;
		bottom: 48px;
		right: 0;
		height: 48px;
		z-index: 3000;
	}
	
	ul.toTop li {
		float: right;
		width: 48px;
		height: 48px;
	}
	
	ul.toTop a {
		padding-top: 48px;
		position: relative;
		display: block;
		overflow: hidden;
		width: 48px;
		height: 0;
		background: #a4a09a;
	}

#home ul.toTop a {
	background: #fff;
}

ul.toTop a:before {
	content: "";
	margin-left: -8px;
	position: absolute;
	top: 18px;
	left: 50%;
	border-bottom: 12px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

#home ul.toTop a:before {
	border-bottom: 12px solid #a4a09a;
}

ul.toTop a:hover {
}

	/*--------------------------------------
フッター
---------------------------------------*/
	footer {
	padding: 0 0 64px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
	}

/*-- バナー --*/
.banner {
	padding: 80px 24px 64px 0; 
	display: inline-block;
	overflow: hidden;
}

.banner li {
	margin: 0 8px;
	padding: 32px 0;
	float: left;
	width: 216px;
}

.banner a {
	padding-top: 60px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.banner .shop a {
	background: url(../images/common/banner/shop.svg) no-repeat center center;
	background-size: 100% auto;
}

.banner .composition-a a {
	background: url(../images/common/banner/composition-a.svg) no-repeat center center;
	background-size: 100% auto;
}

#home .banner .shop a {
	background: url(../images/home/banner/shop.svg) no-repeat center center;
	background-size: 100% auto;
}

#home .banner .composition-a a {
	background: url(../images/home/banner/composition-a.svg) no-repeat center center;
	background-size: 100% auto;
}

.copyright {
	padding: 0 40px 0 30px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-family: 'EB Garamond', "YakuHanMP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-weight: 500;
	color: #a4a09a;
	line-height: 30px;
}

#home .copyright {
	color: #fff;
}

.copyright:before {
	content: "";
	padding-top: 26px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 26px;
	height: 0;
	background: url(../images/common/footer/logo.svg) no-repeat center center;
	background-size: auto 100%;
}

#home .copyright:before {
	background: url(../images/home/footer/logo.svg) no-repeat center center;
	background-size: auto 100%;
}

.copyright:after {
	content: "";
	padding-top: 30px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 0;
	background: url(../images/common/footer/elephant.svg) no-repeat center center;
	background-size: auto 100%;
}

#home .copyright:after {
	background: url(../images/home/footer/elephant.svg) no-repeat center center;
	background-size: auto 100%;
}
	.copyright br {
		display: none;
	}
	
	.copyright a {
		color: #fff;
		text-decoration: underline;
	}
	
	.copyright a:hover {}

	/*--------------------------------------------------------------------------------------------------*/

	@media only screen and (max-width: 828px) {
		body {
			min-width: 0;
			background: #fff;
		}
		a {
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			transition: none;
		}
		a:hover {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
		}
		/*--------------------------------------
	loading
	--------------------------------------*/
	.loading {
	}

	.loading div {
	}
	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/
		.wrapper {
		}

	.container {
		padding-bottom: 0;
	}
	/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/
	
	#top {
		padding: 4% 0 0;
	}

	#home #top {
		padding: 0 0;
	}

.siteTitle {
	margin: 0 auto;
	width: 44%;
}

	#home .siteTitle {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

.siteTitle a {
	padding-top: 50%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}

#home .siteTitle a {
	background: url(../images/home/header/title_sp.svg) no-repeat center center;
	background-size: 100% auto;
}


	/*nav*/
	#top nav {
		display: none;
	}

	#home #top nav {
	}

	.fix {
		display: none;
	}
	.globalNav {
		margin: 0;
		position: static;
		width: 100%;
		height: auto;
	}

	.globalNav li {
	}

	#menuBtn {
		padding-top: 48px;
		overflow: hidden;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 48px;
		height: 0;
		cursor: pointer;
		background: url(../images/common/nav/menu_default.svg) no-repeat;
		background-color: transparent;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 310;
	}

	#menuBtn.open {
		background: url(../images/common/nav/menu_close.svg) no-repeat;
		background-color: transparent;
	}

	#home #menuBtn {
		background: url(../images/home/nav/menu_default.svg) no-repeat;
		background-color: transparent;
	}

	#home #menuBtn.open {
		background: url(../images/home/nav/menu_close.svg) no-repeat;
		background-color: transparent;
	}

	.slide {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		background: rgba(164, 160, 154, .94);
		z-index: 301;
	}

	.pc .slide {
		height: 100vh;
	}

	.slide button {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		background: none;
		border: none;
		z-index: 302;
	}

	.slide div {
		position: relative;
	}

	.pc .slide div {
		width: 100%;
		height: 100vh;
	}

	.slide .globalNav {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: 303;
	}

	.pc .slide .globalNav {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		z-index: 303;
	}

	.globalNav li {
		overflow: hidden;
		position: relative;
		float: none;
		height: auto;
	}

	.globalNav a {
		padding: 0;
		text-decoration: none;
		font-size: 26px;
		line-height: 2.4;
		color: #fff
	}

	#home .globalNav a {
	}

	/*SNS*/
	.globalNav .twitter {
		padding: 24px 6px 0 0;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
	}

	.globalNav .facebook {
		padding: 24px 0 0 6px;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
	}

	.globalNav .twitter a,
	#home .snsLink .twitter a {
		padding-top: 100%;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(../images/home/nav/twitter.svg) no-repeat;
	}

	.globalNav .facebook a,
	#home .snsLink .facebook a {
		padding-top: 100%;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(../images/home/nav/facebook.svg) no-repeat;
	}



	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/

	.primary {
		padding: 0 16px;
	}

	.contentsTemp h1 {
		padding-top: 8%;
		font-size: 28px;
	}

	.entryList {
		padding-top: 8%;
	}

	.entry {
		padding: 0 0 4%;
	}



		/*--------------------------------------
	上部へボタン
	---------------------------------------*/
		ul.toTop {
			width: 40px;
			height: 40px;
		}

		ul.toTop li {
			width: 40px;
			height: 40px;
		}

		ul.toTop a {
			padding-top: 40px;
			width: 40px;
		}

		ul.toTop a:before {
			margin-left: -7px;
			top: 14px;
			border-bottom: 10px solid #fff;
			border-right: 7px solid transparent;
			border-left: 7px solid transparent;
		}

		ul.toTop a:hover {}
		ul.fixed-bottom {}
		/*--------------------------------------
	フッター
	---------------------------------------*/
		.contentsTemp footer {
			padding: 4% 0 6%;
		position: static;
		}

		footer {
			padding: 4% 0 6%;
		}

	/*-- バナー --*/
	.banner {
		padding: 0 0 2%; 
		width: 100%;
		text-align: center;
	}

	.banner li {
		margin: 0 auto;
		padding: 0;
		float: none;
		width: 54%;
	}

	.banner a {
		padding-top: 32%;
	}

	.banner .shop a {
	}

	.banner .composition-a a {
	}

	#home .banner .shop a {
	}

	#home .banner .composition-a a {
	}

	.copyright {
	font-size: 11px;
	}

@media only screen and (orientation:landscape){


}
