html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.618em;
}
a img{
  transition: 0.9s;
}
a img:hover {
  opacity: 0.3;
  transition: 0.9s;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.3s ease-out;
}

a:visited {
	outline: none;
}

a:hover {
	color:  #CCC;
	outline: none;
}

a:focus,
a:active {
	color:  #000;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================  =*/


#onlineshop{
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 80px;
	width: 300px;
	text-align: center;
	font-family: 'Playfair Display', serif;
}


#onlineshop a{
	border: 1px solid #000;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#onlineshop a:hover{
	border: 1px solid #000;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #FFF;
	background-color: #000;
}


@media screen and (min-width: 641px){ 


#instafeed{
	text-align:center;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	max-width: 940px;
}
#instafeed li {
	width : 23%;
	float: left;
	overflow: hidden;
	padding: 1%;
	color: #FFF;
	background-color: #000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	line-height: 20px;
	margin: 1%;
	height: 260px;
}
#instafeed li img {
	width: 100%;
	border: 1px solid #666;
	background-color: #000;
}

#loader {
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px; /* heightの半分のマイナス値 */
    margin-left: -32px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}
#wrapper{
	display:none;
}

.DSmenu{
	display:none;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
}
img {
    border-style:none;
}
a img {
    border-style:none;
}

body {
	margin:0;
	padding:0;
  -webkit-font-smoothing: antialiased;
}
#logosmall{
    position: fixed;
	margin:20px 0 0 20px;
	top: 0;
    left: 0;  
	display: none;
}
#logosmall img{

}
#logo{
	display: none;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	width:auto;
	height:auto;
	margin: auto;
	position: absolute;
}
#logo img{
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	width:328px;
	height:210px;
	margin-top: -105px;
	margin-left: -164px;
}
#header{
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 70px;
	background-color:#ffffff;
	z-index:9900;
}
#globalNavi{
	top: 0;
	left: 0;
	margin:0;
	padding-top:20px;
	width:270px;
	font-family: 'Playfair Display', serif;
	font-size:12px;
	float: right;
	font-weight: 900;
}  
#globalNavi a {
  color:#000000;
  position: relative;
  display: inline-block;
  padding: .1em;
  text-decoration: none;
}
#globalNavi a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 0.5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color:#4C4C4C;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#globalNavi a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
  
#globalNavi ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	zoom: 1;
}
  
#globalNavi li{
	float: left;
	margin-left:7px;
	margin-right:7px;
	display: inline;
}



.box{
	 width: 33%;
	 float: left;
	 font-size: 13px;
	 color:#4C4C4C;
	 font-style: normal;
	 text-align:center;
	 line-height: 1.4em;
	 margin-bottom:0px;
	 position:relative;
	 top:47px;
}

.projectTitle{
	height:40px;
}

.title{
	font-size: 26px;
	text-align:center;
	padding-bottom:70px;
	line-height: 1.5em;
	font-family: 'Playfair Display', serif;
	font-weight: 900;	/*background-image:url(../img/line.png);
	background-size:150px 2px;
	background-repeat:no-repeat;
	background-position:center 38px;*/
}
.cell{
	 line-height:0px;
	 overflow: hidden;
	 margin-bottom:20px;
}
.cell img {
  transition: 0.5s;
}
.cell a {
	font-size: 21px;
	font-style: normal;
	color:#000000;
	transition:all 0.5s ease;
}
.cell img:hover {
    opacity: 0.65;
    filter: alpha(opacity=70);
 -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
#intro{
	margin-top:1000px;
}
#introImage{
	text-align:center;
	width:100%;
}
#introImage img{
	width:100%;
	max-width:940px;
	height:auto;
	margin-bottom:30px;
}
#introTxt{
	width: 700px;
	font-family: YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W6','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝','Times New Roman';
	font-size: 14px;
	font-weight: 300;
	text-align:center;
	line-height:224%;
	letter-spacing:1px;
	color:#000;
	margin:0 auto;
}

#worksArea{
	text-align:center;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	max-width: 940px;
}

#worksArea img{ width: 100%; height:auto;}
#works{	margin-top:270px;}

#flyer_box img{width: 500px;}

#company{}
#companyArea{
	max-width: 940px;
	font-weight: 100;
	text-align:center;
	line-height:200%;
	margin-top: 270px;
	margin-right: auto;
	margin-left: auto;
}

#access{}
#accessArea{
	max-width: 940px;
	font-size: 20px;
	font-weight: 100;
	text-align:center;
	line-height:200%;
	color:#000;
	margin-top: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 400px;
}

}

/* --- リストエリア --- */
ul.flyer {
	width: auto; /* リストエリアの幅 */
	margin: 0px;
	padding: 0;
	list-style-type: none;
}


ul.flyer li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

ul.flyer dl {margin: 0px;}


/* --- タイトルエリア --- */
ul.flyer dt {
	margin-bottom: 10px;
	color: #FFF;
	background-color: #000;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 0px;
}

/* --- コメントエリア --- */
ul.flyer dd {
	font-size: 16px;
	margin: 0px;
	line-height: 200%;
}


#dummy{clear: both;}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
