@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:middle;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}
sup{height: 0;line-height: 1;vertical-align: baseline;_vertical-align: bottom;position: relative;bottom: 1ex;font-size: 72%;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
	height: 100%;
	margin: 0;
	overflow-y: scroll;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	html{
		height: auto;
	}
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
	min-width: 1000px;
	height: 100%;
	margin: 0;
	background: #fff;
	color: #3c1f19;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	font-size: 75%\9;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
  body{font-size: 75%;}
}

::-moz-selection{
	color:#111427;
	background:#b2b2b2;
}
::selection{
	color:#111427;
	background:#b2b2b2;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	body{
		max-width: 100%;
		min-width: 320px;
		width: auto;
		height: auto;
		font-size: 12px;
		line-height: 1.5;
	}
}

/* ----- Google Fonts ----- */
/*@font-face { /* IE用 */
    font-family: 'Cormorant Garamond', serif;
    src: url(../../fonts/CormorantGaramond-Medium.woff);
}
@font-face { /* その他ブラウザ用 */
    url('../../fonts/CormorantGaramond-Medium.woff') format('woff'),
    url('../../fonts/CormorantGaramond-Medium.ttf') format('truetype'),
}*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
	outline: none;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:link,
a:visited{
	color: #3c1f19;
	text-decoration: none;
}
a:hover{
	color: #3c1f19;
	text-decoration: none;
	outline: none;
}
a:active{
	outline: none;
}


/*--------------------------------------------------------------------------
   Wrapper
---------------------------------------------------------------------------*/
#Wrapper{
	position: relative;
	min-height: 100%;
	min-width: 1000px;
	overflow: hidden;
}
#Wrapper .wrap-inside{
	padding-bottom: 260px;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#Wrapper{
		min-width: 320px;
		min-height: auto;
	}
	#Wrapper .wrap-inside{
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
	position: absolute;
	width: 100%;
	min-width: 1000px;
	z-index: 999;
}
#Header .header-inner{
	position: relative;
	width: 1000px;
	height: 114px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 999;
}
#Header.fixed{
	position: fixed;
	height: 70px;
	background-color: #fff;
	z-index: 999;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
#Header.fixed .header-inner{
	height: 70px;
	background-color: transparent;
}

#Header .bnr-shop-pc{
	position: relative;
	top: -10px;
}
#Header .bnr-shop-pc a{
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: 1;
}
#Header .bnr-shop-pc a:hover{
	opacity: .6;
}

#Header .bnr-shop-sp{
	display: none;
}

/* media query -> sp
=================================================================*/
@media screen and (max-width: 767px){
	#Header{
		position: absolute;
		width: auto;
		min-width: 100%;
		height: auto;
	}
	#Header .header-inner{
		position: relative;
		width: auto;
		height: 0;
 		background-color: transparent;
	}
	#Header.fixed{
		height: 50px;
		z-index: 99;
	}
	#Header.open,
	#Header.fixed.open{
		height: 100%;
		z-index: 999;
		background-color: rgba(251,251,251,0.85);
	}
	#Header.fixed .header-inner{
		height: auto;
	}
	#Header .bnr-shop-pc{
		display: none !important;
	}
	#Header .bnr-shop-sp {
		display: block !important;
	}
	#Header .bnr-shop-sp a{
		display: block;
		width: 100%;
		padding: 15px 0;
		background-color: #3c1f19;
		text-align: center;
		color: #fff;
	}
}

/* ロゴ
-----------------------------------------------------------------*/
#Header .logo{
	padding: 31px 0 47px 0;
}
#Header.fixed .logo{
	padding: 16px 0 0 0;
}
#Header .logo img{
	width: 176px;
	height: auto;
}
/* media query -> sp
=================================================================*/
@media screen and (max-width: 767px){
	#Header .logo{
		padding: 11px 0 15px 20px;
		line-height: 1;
	}
	#Header.fixed .logo{
		padding: 11px 0 18px 20px;
		background-color: #fff;
	}
	#Header .logo img{
		width: 133px;
		height: auto;
	}
	#Header .gnav-logo{
		display: none;
	}
}

/* グローバルナビ
-----------------------------------------------------------------*/
/* SPハンバーガ */
#nav-toggle{
	display: none;
}
/* Gnav */
#Header .gnav-area{
	position: absolute;
	top: 38px;
	right: 0;
}
#Header.fixed .gnav-area{
	position: absolute;
	top: 18px;
	right: 0;
}
#Gnav .menu{
	float: left;
}
#Gnav .menu li{
  display: inline-block;
	margin-left: 38px;
	font-size: 17px;
	text-align: center;
	line-height: 1.3;
}
#Gnav .menu li span{
	display: block;
	font-size: 10px;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	letter-spacing: .1em;
}
#Gnav .menu li a {
	display: block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
}
/* current */
.works #Gnav .menu li:nth-child(2) a,
.flow #Gnav .menu li:nth-child(3) a,
.about #Gnav .menu li:nth-child(4) a,
.blog #Gnav .menu li:nth-child(5) a,
.contact #Gnav .menu li:nth-child(6) a{
	color: rgba(60,31,25,0.5);
}
/* hover */
.mode-pc #Gnav .menu li a:hover{
	opacity: .5;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#mobile-head{
		position: relative;
		width: 100%;
	}
	/* ハンバーガ */
	#nav-toggle{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		height: 23px;
		padding: 15px;
		cursor: pointer;
		z-index: 999;
	}
	.open #nav-toggle{
		background: none;
	}
	#nav-toggle div{
		position: relative;
	}
	#nav-toggle span{
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #3c1f19;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1){
		top: 0;
	}
	#nav-toggle span:nth-child(2){
		top: 9px;
	}
	#nav-toggle span:nth-child(3){
		top: 18px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1){
		top: 10px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2){
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3){
		top: 10px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #Gnav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}

	#Header .gnav-area{
		position: relative;
		top: inherit;
		right: inherit;
	}
	#Header.fixed .gnav-area{
		position: relative;
		top: inherit;
		right: inherit;
	}
	#Gnav{
		position: absolute;
		top: -1000px;/* 開いてないときは画面外に配置 */
		right: 0;
		width: 100%;
		padding: 0 0 50px 0;
		z-index: 800;
	}
	#Gnav .gnav-logo{
		padding: 11px 0 15px 20px;
		background-color: #fff;
		line-height: 1;
	}
	#Gnav .gnav-logo img{
		width: 133px;
		height: auto;
	}
	#Gnav.act{
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#Gnav .menu{
		float: none;
		margin: 15px 0 20px 0;
		font-size: 20px;
	}
	#Gnav .menu li{
		display: block;
		margin-left: 0;
		text-align: center;
	}
	#Gnav .menu li span{
		display: inline-block;
		padding-left: 10px;
		letter-spacing: .1em;
	}
	#Gnav .menu li a{
		display: block;
		padding: 10px 0;
		color: #3c1f19;
	}

	#Header .gnav-overlay{
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		min-height: 100%;
		z-index: 60;
	}
	#Header.open .gnav-overlay{
		display: block !important;
	}
	#Header.fixed .gnav-overlay{
		background-color: transparent;
	}

	#Header #Gnav .menu li{
		-webkit-transform: translate(0,-100px);
		-moz-transform: translate(0,-100px);
		transform: translate(0,-100px);
		opacity: 0;
	}
	#Header.open #Gnav .menu li:nth-child(1){
		transition-delay: .3s;
	}
	#Header.open #Gnav .menu li:nth-child(2){
		transition-delay: .38s;
	}
	#Header.open #Gnav .menu li:nth-child(3){
		transition-delay: .46s;
	}
	#Header.open #Gnav .menu li:nth-child(4){
		transition-delay: .54s;
	}
	#Header.open #Gnav .menu li:nth-child(5){
		transition-delay: .62s;
	}
	#Header.open #Gnav .menu li:nth-child(6){
		transition-delay: .7s;
	}
	#Header.open #Gnav .menu li{
		-webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		transition: all 0.5s ease-out;
	}

}


/*--------------------------------------------------------------------------
   Pagetop
---------------------------------------------------------------------------*/
#Pagetop{
	position: absolute;
	bottom: -1px;
	right: -90px;
}
#Pagetop img{
	width: 40px;
	height: auto;
}
@media screen and (max-width: 1180px){
	#Pagetop{
		right: 0px;
	}
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#Pagetop{
		position: inherit;
		bottom: inherit;
		right: inherit;
		margin: 0 -20px 20px -20px;
		border-bottom: 1px solid #3c1f19;
		text-align: right;
	}
	#Pagetop p img{
		width: 41px;
		height: auto;
	}
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
	margin-top: -259px;
	padding-top: 70px;
}
#Footer .fnav{
	margin-bottom: 28px;
	text-align: center;
}
#Footer .fnav ul li{
	position: relative;
	display: inline-block;
	line-height: 1;
	letter-spacing: .1em;
}
#Footer nav ul li:after{
	content: '│';
}
#Footer nav ul li:first-child:before{
	content: '│';
}
#Footer .fnav ul li a{
	padding: 0 1px;
}
#Footer .info{
	margin-bottom: 85px;
	text-align: center;
}
#Footer .info dt{
	display: inline-block;
}
#Footer .info dt:after{
	content: '/';
	margin-left: 15px;
}
#Footer .info dd{
	display: inline-block;
	padding-left: 10px;
}
#Footer .footer-btm{
	height: 30px;
	background-color: #3c1f19;
	color: #fff;
}
#Footer .footer-btm .aside{
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 11px;
}
#Footer .footer-btm .aside ul li{
	display: inline-block;
	margin: 0;
	line-height: 1;
}
#Footer .footer-btm .aside ul li:after{
	content: '│';
}
#Footer .footer-btm .aside ul li:first-child:before{
	content: '│';
}
#Footer .footer-btm .aside ul li a{
	color: #fff;
}
/*hover*/
#Footer nav ul li a:hover{
	text-decoration: underline;
}
/* copyright
-----------------------------------------------------------------*/
.copyright{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#Footer{
		margin-top: 0;
		padding-top: 60px;
	}
	#Footer .fnav{
		margin-bottom: 20px;
	}
	#Footer .fnav ul li{
		display: block;
		float: left;
		width: 30%;
		margin-bottom: 16px;
		font-size: 20px;
		box-sizing: border-box;
	}
	#Footer .fnav ul li:nth-child(odd){
		clear: both;
		width: 32%;
		margin-left: 18%;
	}
	#Footer .fnav ul li:nth-child(even){
		margin-right: 20%;
	}
	#Footer .fnav ul li:nth-child(7){
		width: 100%;
		margin: 0;
		clear: both;
	}
	#Footer nav ul li:after{
		content: none;
	}
	#Footer nav ul li:first-child:before{
		content: none;
	}
	#Footer .fnav ul li a{
		padding: 0;
	}
	#Footer .info{
		margin: 0 -20px;
		padding: 15px 20px 20px 20px;
		background-color: #3c1f19;
		color: #fff;
		text-align: left;
	}
	#Footer .info dt{
		display: block;
	}
	#Footer .info dt:after{
		content: none;
		margin-left: 0;
	}
	#Footer .info dd{
		display: block;
		padding-left: 0;
	}
	#Footer .footer-btm{
		height: auto;
		padding-bottom: 10px;
	}
	#Footer .footer-btm .aside{
		position: relative;
		top: inherit;
		left: inherit;
		margin-bottom: 8px;
		font-size: 11px;
		text-align: center;
	}
	/* copyright
	-----------------------------------------------------------------*/
	.copyright{
		position: relative;
		top: inherit;
		right: inherit;
		font-size: 9px;
		text-align: center;
	}
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content{
	padding-top: 114px;
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#Content{
		padding-top: 53px;
	}
}

/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/
#Main{
}
/* sp
=================================================================*/
@media screen and (max-width: 767px){
	#Main{
	}
}


/*--------------------------------------------------------------------------
   STYLE
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}
