@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
table {
	width:100%;
	margin:2% 0 0 0;
}
table td {
	width:33%;
	padding:0 .4%;
}
html, body {
	letter-spacing:.06em;
	width: 100%;
	height:100%;
	background:#fff;
	font-size:9px;
}
html {
}
body {
	font-family:"リュウミン L-KL JIS2004", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
h1, h2, h3 {
	font-size:10px;
	font-weight:100;
	text-align:center;
}
a:link {
	color:#000;
	font-weight:100;
}
a:visited {
	color:#000;
}
a:hover {
	color:#0053ff;
}
.aLeft {
	text-align: left;
}
header {
	position:fixed;
	top:0;
	height:24px;
	z-index:999;
	width:100%;
	padding:0 1.6%;
	color:#000;
	background:#fff;
}
header h1 {
	float:left;
	letter-spacing:.08em;
	margin:0;
}
header h1 a {
	text-decoration:none;
}
header h1 a:hover {
	color:#000;
}
section {
	display:block;
	color:#000;
	padding:40px 0 10px;
	margin: 0 auto;
}
#works {
	padding:0;
	margin:10px 0;
}
#profile article, #recruit article, #contact article, #photodiary article {
	padding:0 2%;
	margin:18px 0;
}
/*profile*/
dfn {
	font-style: normal;
}
dl {
	margin:0 auto;
}
dt {
	margin: 16px 0 0 0;
}
dd {
	line-height:1.4em;
	margin:0.4em 0 2em 0;
}
dl.nest dt {
	float:left;
	margin: 0;
}
dl.nest dd {
	margin-left: 8em;
}
/*recruit*/
#recruit {
}
/*contact*/
#contact {
}
#contact h2 {
	margin-top:1em;
}
form {
	text-align:center;
}
dl.formTable {
	margin:auto;
}
dl.formTable dt {
	text-align:left;
}
input, textarea {
	width:90%;
	padding:2px;
	color:#000;
	text-align:center;
}
body.active nav {
	background: rgba(255, 255, 255, 0.9);
	height: 400%;
}
body.active nav .menu-list-container {
	opacity: 1;
}
nav {
	position:fixed;
	width: 100%;
	height: 46px;
	right: 0;
	z-index: 1000;
	overflow: hidden;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
nav .menu-icon-container {
	position: absolute;
	right: 2%;
	top:2%;
	z-index: 9999;
}
nav .menu-list-container {
	position: absolute;
	top:12%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
nav .menu-list-container ul {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}
nav .menu-list-container ul li {
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
	font-size: 2em;
}
nav .menu-list-container ul li a {
	color:#000;
	text-decoration:none;
}
/*--------------------------------.menu-icon--------------------------------*/
.menu-icon {
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-icon span {
	display: block;
	width: 22px;
	height: 4px;
	background: #000;
	margin-bottom: 2px;
	border-radius: 1px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.menu-icon span.bar1 {
	margin-top: 2px;
}
.menu-icon:hover span {
	margin-bottom: 4px;
}
.menu-icon:hover span.bar1 {
	margin-top: 0px;
}
/*-----------------------------.menu-icon.active-----------------------------*/
.menu-icon.active {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.active span {
	background:#000;
}
.menu-icon.active:hover span {
	margin-top: 2px;
	margin-bottom: 2px;
}
.menu-icon.active .bar1 {
	-webkit-transform: rotate(0deg) translateY(6.2px);
	-moz-transform: rotate(0deg) translateY(6.2px);
	-ms-transform: rotate(0deg) translateY(6.2px);
	-o-transform: rotate(0deg) translateY(6.2px);
	transform: rotate(0deg) translateY(6.2px);
}
.menu-icon.active .bar2 {
	opacity: 0;
}
.menu-icon.active .bar3 {
	-webkit-transform: rotate(-90deg) translateX(5px);
	-moz-transform: rotate(-90deg) translateX(5px);
	-ms-transform: rotate(-90deg) translateX(5px);
	-o-transform: rotate(-90deg) translateX(5px);
	transform: rotate(-90deg) translateX(5px);
}
.slide-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.slideImg {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
}
.slide-wrapper img {
	max-width:100%;
	height:auto;
}
.scontainer {
	width:30%;
	float:left;
	margin:1.5%;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scontainer h1 {
	z-index:3;
	position:absolute;
	left: 0;
}
.scontainer a h1.titleH1 {
	width: 100%;
	height: 55%;
	padding-top: 45%;
	font-size: 8px;
	letter-spacing: -.4px;
	background: rgba(255, 255, 255, 0.5);
}
.scontainer a h1.titleComing {
	width: 100%;
	height: 60%;
	padding-top: 40%;
	font-size: 8px;
	letter-spacing: -.4px;
	background: rgba(255, 255, 255, 0.5);
}
.scontainer a h1.furniture {
	width: 100%;
	height: 75%;
	padding-top: 25%;
	font-size: 8px;
	letter-spacing: -.4px;
	background: rgba(255, 255, 255, 0.5);
}
.scontainer a:hover h1 {
	color: #000;
	background: rgba(255, 255, 255, 0);
}
.scontainer a.linkSoon h1 {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
.scontainer a.linkSoon:hover h1 {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
/*footer*/
footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
footer.bottom0 {
	position: absolute;
	bottom: 0;
}
