html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body { display: block; -webkit-text-size-adjust: 100%;}
html { overflow-y: scroll;}
::-moz-selection{ background: #edede4; color: #12131d; text-shadow: none; }
::selection { background: #edede4; color: #12131d; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #12131d; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Primary Styles */

body {
	padding: 0px;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #12131d;
	background-color: #edede4;
}

#loader {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 100;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f7f3eb;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.top {
	position: relative;
	float: left;
	width: 100%;
	height: 0%;
	padding-bottom: 66.66%;
	height: auto;
}

#logo {
	width: 334px;
	height: 240px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-120px 0 0 -167px;
}

#viewer {
	z-index: -1;
	width: 100%;
	height: 0%;
	padding-bottom: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
}

#viewer img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.fullimg {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
}

.title {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100px;
	margin: 0;
	text-align: center;
}
.title img{
	padding-top: 34px;
	vertical-align: bottom;
}
.abouttitle {
	background-color: #12131d;
}
.menutitle {
	background-color: #edede4;
}
.instatitle {
	background-color: #ffffff;
}

#snsset {
	width: 100px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.snsshapes{
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}
.snsshapes:hover{
    opacity: 0.8;
	filter: alpha(opacity=80);
}

#menu {
	position: fixed;
	top:0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #111111;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 9999;
}

.mask, .mask2 {
	width: 100%;
	height: auto;
	float: left;
	text-decoration: none;
	background-color: #12131d;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
}

/*.worksLinkbtn {
	width: 98%;
	width: -webkit-calc(100% - 44px);
	width: calc(100% - 44px);
	height: 56px;
	border: 2px solid #313131;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}*/

.cont{
	width:60%;
	position:relative;
	margin: 0 auto;
}

.aboutCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #12131d;
}

#aboutJp {
	width: 80%;
	font-size: 0.7em;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0em;
	margin: 0 auto 30px;
	color:#edede4;
}

#conceptEn {
	width: 100%;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em;
	margin: 0 auto 0;
	color:#edede4;
}
#conceptJp {
	width: 100%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 0.6;
	letter-spacing: 0em;
	margin: 0 auto 0;
	color:#edede4;
}

.menuCont {
	float: left;
	width: 100%;
	height: auto;
	margin: -20px 0 40px 0;
	text-align: center;
	background-color: #edede4;
}
.menuBtn {
	position: relative;
	width: 80%;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	background-color: #12131d;
}
.menuBtn img{
	padding-top: 34px;
	vertical-align: bottom;
	height: 33.3%;
	width: auto;
}

.galleryCont {
	float: left;
	width: 75%;
	height: auto;
	margin-left: 12.5%;
}
.infoCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#map_canvas {
	position: relative;
	float: left;
	width: 75%;
	height: 450px;
	margin-left: 12.5%;
	border: 2px solid #12131d;
}
.infoTxt {
	position: relative;
	float: left;
	width: 75%;
	height: auto;
	margin: 20px 0 40px 12.5%;
	text-align: left;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.infoTxt p {
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: 700;
	width:80px;
}
.infoTxt small {
	font-size: 0.6em;
}
.infoTxt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.infoTxt li {
	margin: 10px 0 0 0;
	padding: 0;
}

.instagram img {
	max-width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.instagram {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.footerCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #12131d;
}

.footerCont ul{
	list-style: none;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	width: 80%;
	text-align: center;
}
.footerCont li{
	margin: 10px;
	padding: 0;
	display: inline;
}

.copyright {
	position: relative;
	top: 0;
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding-bottom: 100px;
	text-align: center;
}
.copyrighttxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 38px auto;
	color: #36353d;
	font-size: 0.6em;
	line-height: 2;
	letter-spacing: 0.2em;
}

/* EFFECTS */

.footerCont li a img{
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
.footerCont li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a .mask {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
a:hover .mask {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a .mask2 {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
a:hover .mask2 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}


/* Media Queries */



/* One Column */

@media screen and (min-width:100px) {
	body {
		max-width: 2400px;
		margin: 0 auto;
		padding: 0px;
		overflow: hidden;
	}
	.top {
		width: 100%;
		height: 0;
		margin-top: 0;
		padding-bottom: 66.66%;
		/*overflow: hidden;*/
	}
	#logo {
		width: 250px;
		height: 180px;
		margin:-90px 0 0 -125px;
	}
	.closebtn {
		width: 50px;
		height: 50px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.mask, .mask2 {
		position: absolute;
		width: 100%;
		margin: 0 0 0 0;
		padding-bottom: 80px;
	}
	#aboutJp {
		width: 100%;
		font-size: 0.6em;
		line-height: 1.4;
	}
	.cont{
		width: 90%;
	}
	.galleryCont {
		width: 90%;
		margin-left: 5%;
	}
	#map_canvas, .infoTxt {
		width: 90%;
		margin-left: 5%;
	}
	#map_canvas {
		pointer-events : none;
	}
	.copyrighttxt {
		left: 20px;
		font-size: 0.5em;
		letter-spacing: 0;
	}
	.instagram img {
		width: 50%;
	}
	.footerCont ul{
		width: 96%;
	}
	.footerCont li{
		margin: 20px;
	}
	.menuBtn img{
		padding-top: 40px;
		height: 20%;
		width: auto;
	}
	#snsset {
		right: 10px;
		top: 10px;
	}
}

/* Two Column */

@media screen and (min-width:700px) {
	.top {
		width: 100%;
		height: 0;
		padding-bottom: 66.66%;
	}
	#logo {
		width: 334px;
		height: 240px;
		margin:-120px 0 0 -167px;
	}
	.mask, .mask2 {
		position: absolute;
		width: 100%;
		margin: 0 0 0 0;
		padding-bottom: 80px;
	}
	#aboutJp {
		width: 80%;
		font-size: 0.8em;
		line-height: 1.6;
	}
	.cont{
		width: 75%;
	}
	.galleryCont {
		width: 75%;
		margin-left: 12.5%;
	}
	#map_canvas, .infoTxt {
		width: 75%;
		margin-left: 12.5%;
	}
	#map_canvas {
		pointer-events : auto;
	}
	.copyrighttxt {
		left: 0;
		font-size: 0.6em;
		letter-spacing: 0.2em;
	}
	.instagram img {
		width: 25%;
	}
	.footerCont ul{
		width: 80%;
	}
	.footerCont li{
		margin: 10px;
	}
	.menuBtn img{
		padding-top: 34px;
		height: 33.3%;
		width: auto;
	}
	#snsset {
		right: 20px;
		top: 20px;
	}
}

/* Three Column */

@media screen and (min-width:900px) {
	.cont{
		width: 60%;
	}
}
