@charset "UTF-8"; 

/*reset*/
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, font, 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{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body{ line-height: 1; }
ol, ul, li{ list-style: none; margin: 0; padding: 0; }
blockquote, q{ quotes: none; }
: focus{ outline: 0; }
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
table{ border-collapse: collapse; border-spacing: 0; }
caption{ width: 100%; }
a{ outline: none; }
@font-face {
    font-family: 'garto16.ttf';
    src: url('../fonts/garto16.ttf') format('truetype');
}

/*clearfix*/
/*.cf: before,.cf: after { content: ""; display: block; overflow: hidden; }
.cf: after { clear: both; }
.cf { zoom: 1; }
*/
.cf:after { content: ""; display: block; clear: both; }

/*style*/
body{ margin: 0px; padding: 0; -webkit-text-size-adjust:  none; font: 12px/24px 'Roboto', sans-serif; color: #333;}
/*h1,h2,h3,h4,h5,h6,p{ margin: 0 0 20px; }*/
/*ul,ol{ padding: 0; margin: 0 0 20px 20px;}*/
p { font-size: 1.3em; line-height: 1.6em;}
h1{ font-size: 2.0em; line-height: 2.2em; font-weight: normal;}
h2{ font-size: 1.8em; line-height: 2.0em; font-weight: normal; letter-spacing: 0.1em;}
h3{ font-size: 1.6em; line-height: 1.8em; font-weight: normal;}
h4{ font-size: 1.4em; line-height: 1.6em; font-weight: normal;}
h5{ font-size: 1.2em; line-height: 1.4em; font-weight: normal;}
h6{ font-size: 1.1em; line-height: 1.3em; font-weight: normal;}
img{ border: none; height: auto; vertical-align: top;}
a{ text-decoration: none; color: #333; }
a:hover { opacity: 0.7;}
a img{ vertical-align: bottom; }
/*wrap*/
#container { text-align: center;}
#main { position: absolute; top: 50%; left: 50%; width: 1200px; height: 202px; margin: -101px 0 0 -600px ; /*outline: 1px solid red;*/}
#main img { width: 768px; height: auto; margin-bottom:20px;}

@media screen and (max-width: 1200px){
#main { position: absolute; top: 50%; left: 50%; width: 768px; height: 202px; margin: -101px 0 0 -384px ;}
#main img { width: 100%; height: auto;}
}
@media screen and (max-width: 480px){
#main { position: absolute; top: 50%; left: 50%; width: 400px; height: 162px; margin: -81px 0 0 -200px ;}
#main img { width: 100%; height: auto;}
}


h1.top{
	position:fixed;
	font-family: 'PoiretOne';
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
	color:#FFF;
	opacity:0;
	text-align:center;
	animation: anime_name 2.7s ease 0.3s 1 forwards;
	line-height:120%;
	z-index:9999;
    font-family: 'garto16.ttf';
}
@keyframes anime_name {
    0%   {
    opacity:0; 
    }
    
    50% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
}
h1.top img{
	max-width:1024px;
	width:100%;
}
.black{
	position:fixed;
	width:100%;
	height:100%;
    background:rgba(0,0,0,1);
	animation: anime_black 1.5s ease 1.8s 1 forwards;
	z-index:11;
	opacity:1;
}
@keyframes anime_black {
    0%   {
	opacity:1;
	z-index:11;
    }
    
    100% {
    background:none;
	opacity:0;
	z-index:5;
    }
}

.content{
	margin-left:300px;
}
.sp_none{
}
.pc_none{
	display:none !important;
}
@media screen and (max-width: 800px){
.content{
	border-top:none;
	margin-left:0;
}
.sp_none{
	display:none !important;
}
.pc_none{
	display:inherit !important;
}
}
.logo{
	width:80%;
	max-width:768px;
	margin:50px 0 30px;
}
nav{
	margin:0 0 30px 0;
	border-bottom:1px solid #CCC;
	position:fixed;
	left:0;
	top:0;
	width:300px;
	height:100%;
	background:#000;
	z-index:999;
}
nav:before{
	content:" ";
	position:fixed;
	left:5px;
	top:0;
	width:1px;
	height:100%;
	background : -webkit-linear-gradient(top, #aaa, #000) ;
    background : linear-gradient(to bottom, #aaa, #000) ;

}
nav:after{
	content:" ";
	position:fixed;
	left:295px;
	top:0;
	width:1px;
	height:100%;
	background : -webkit-linear-gradient(top, #aaa, #000) ;
    background : linear-gradient(to bottom, #aaa, #000) ;

}
nav ul {
	margin:0 auto 0;
}
nav ul li{
	text-align:center;
	padding:20px 0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
nav ul li a{
	color:#FFF;
	letter-spacing: 4px;
}
nav ul li a:hover{
	text-decoration:none;
	color:#AAAAAA;
}
nav p.copyright {
	position:fixed;
	font-size:12px;
	left:115px;
	bottom:20px;
	text-align:right;
}
	
@media screen and (max-width: 800px){
nav{
	margin:0 0 0 0;
	border-bottom:1px solid #CCC;
	position:inherit;
	width:auto;
}
nav:after, nav:before{
	display:none;
}
nav ul {
	margin:0 auto 0;
}
nav ul li{
	float:left;
	text-align:center;
	width:33%;
	padding:20px 0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

nav ul {
	width:100%;
	margin:0 auto 0;
}
}

.top{
	text-align:center;
	padding-top:30px;
}
.topNav {
	max-width:960px;
	margin:50px auto 0;
}
.topNav li{
	display:inline-block;
	width:45%;
	margin:2%;
	background:url(../img/logo.png);
	max-width:350px;
	opacity: 0;
}
.topNav li a{
	display:block;
	width:100%;
	height:20px;
	padding:80px 0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.topNav li a:hover{
	text-decoration:none;
}

.topNav li a {
}
.topNav li a::before,
.topNav li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.topNav li a,
.topNav li a::before,
.topNav li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.topNav li a {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.topNav li a:hover {
	color: #fff;
}
.topNav li a::after {
	top:0;
	left: -100%;
	width: 100%;
	height: 100%;
}
.topNav li a:hover::after {
	left: 0;
	background-color:rgba(0,0,0,0.2);
}


.topNav li:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}
.topNav li:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}
.topNav li:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}
.topNav li:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
	   transform: translateX(0%);
  }
}
@keyframes example {
  100% {
    opacity: 1;
	   transform: translateX(0%);
  }
}

.profile{
	text-align:center;
	padding:30px 5% 0;
}
.profile h2{
    font-family: 'garto16.ttf';
	font-size:6em;
	line-height:120%;
}
@media screen and (max-width: 500px){
.profile h2{
	font-size:3em;
}
}
.profile p{
	margin-bottom:20px;
	line-height: 180%;
	font-size:14px;
}
.profile h3{
	border-bottom:1px solid #CCC;
	line-height:20px;
	height:10px;
	margin:50px auto 30px;
	width:70%;
}
.profile h3 span{
	background:#FFF;
	display:inline-block;
	padding:0 15px;
}
.profile h3 span:before,.profile h3 span:after{
	/*content:"◆";*/
	margin:0 5px;
	color:#CCC;
}
.contact{
	text-align:center;
	padding:50px 5% 0;
}
.contact h3{
	border-bottom:1px solid #CCC;
	line-height:20px;
	height:10px;
	margin:50px auto 30px;
	width:70%;
}
.contact h3 span{
	background:#FFF;
	display:inline-block;
	padding:0 15px;
}
.contact h3 span:before,.contact h3 span:after{
	/*content:"◆";*/
	margin:0 5px;
	color:#CCC;
}
.contact table{
	width:500px;
	margin:0 auto 30px;
	font-size:15px;
}
.contact table tr th{
	text-align:left;
	padding:10px 0;
	vertical-align:top;
}
.contact table tr td{
	text-align:left;
	padding:10px 0;
}
.contact input{
	padding:5px 0 !important;
}
.contact table input,.contact table textarea{
	width:100% !important;
}
.contact table textarea{
	height:200px !important;
}
.contact input[type=submit]{
	background:#000;
	color:#FFF;
	padding:10px 20px !important;
	border:none !important;
	cursor:pointer;
}
.contact input[type=submit]:hover{
	opacity:0.7;
}

.works {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.works li{
	display:inline-block;
	width:25%;
	margin:0;
	text-align:center;
}
.works li a{
	display:block;
	width:100%;
	height:100%;
	padding:170px 0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity:0;
}
@media screen and (max-width: 1024px){
	.works li{
		width:33.33%;
	}
	.works li a{
		padding:80px 0;
	}
	.contact table{
		width:90%;
		margin:0 auto 30px;
	}
}
@media screen and (max-width: 500px){
	.works li{
		width:50%;
	}
	.works li a{
		padding:60px 0;
	}
	.contact table tr th{
		display:block;
		padding:10px 0 3px;
	}
	.contact table tr td{
		display:block;
		padding:0 0 10px 0;
	}
	.contact table input,.contact table textarea{
		width:100%;
	}
}
.works li a:hover{
	text-decoration:none;
	opacity:1;
}

.works li a::before,
.works li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.works li a,
.works li a::before,
.works li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.works li a {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.works li a:hover {
	color: #fff;
}
.works li a::after {
	top:0;
	left: -100%;
	width: 100%;
	height: 100%;
}
.works li a:hover::after {
	left: 0;
	background-color:rgba(0,0,0,0.4);
}
.featherlight {
	width:100%;
}
.featherlight .featherlight-content {
    text-align: center !important;
	max-width:80%;
}
.featherlight .featherlight-content h2{
	line-height:120%;
	margin-bottom:10px;
	font-size:1.2em;
	text-align:left;
}
.featherlight .featherlight-content p{
	text-align:left;
	font-size:0.8em;
}
.featherlight .featherlight-content img{
	margin-bottom:10px;
	max-width:100%;
}

.works li.works01{	background:url(../img/works01.jpg) center no-repeat; background-size:cover;}
.works li.works02{	background:url(../img/works02.jpg) center no-repeat; background-size:cover;}
.works li.works03{	background:url(../img/works03.jpg) top no-repeat; background-size:cover;}
.works li.works04{	background:url(../img/works04.jpg) top no-repeat; background-size:cover;}
.works li.works05{	background:url(../img/works05.jpg) center no-repeat; background-size:cover;}
.works li.works06{	background:url(../img/works06.jpg) center no-repeat; background-size:cover;}
.works li.works07{	background:url(../img/works07.jpg) center no-repeat; background-size:cover;}
.works li.works08{	background:url(../img/works08.jpg) center no-repeat; background-size:cover;}
.works li.works09{	background:url(../img/works09.jpg) center no-repeat; background-size:cover;}


.sp_head{
	height:80px;
	background:#000;
	z-index:10;
	position:relative;
}
.sp_head .drawer-nav{
	background:#000000;
	text-align:left;
	padding-top:50px;
	z-index:5;
}
.sp_head .drawer-nav li{
}
.sp_head .drawer-nav a{
	color:#FFF;	
}
.sp_head .drawer-nav a:hover{
	text-decoration:none;
	opacity:0.7;
}
.sp_head .drawer-nav a.orange{
	color:#FF9326;	
}
.sp_head .drawer-nav .drawer-menu-item{
	padding:1.5rem;
	text-align:center;
	letter-spacing:10px;
}
.menuBtn{
	color:#FFF;
	background:#000;
	border:none;
	padding:10px;
	cursor:pointer;
	float:right;
	width:20%;
	margin:5px 5% 0 0;
	text-align:right;
}
.menuBtn:hover{
	opacity:0.7;
}
.menuBtn i{
	font-size:40px;
}
.sp_logo{
	float:left;
	width:70%;
	height:auto;
}
.sp_logo img{
	max-width:100%;
	max-height:40px;
	height:auto;
	margin:20px 0 0 5%;
}

