@charset "UTF-8";

body{
  -webkit-text-size-adjust: 100%;
  margin-left:0px;
}


/*nav*/
nav{
    position:fixed;
    top:10px;
    z-index:2;
}
nav svg{
    width: 120px;
    cursor: pointer;
    margin-bottom: 10px;
}
nav svg #color circle,
nav svg #color path{
	fill: rgba(255,255,255,0.0);
    -webkit-transition: fill 3s;
    -moz-transition: fill 3s;
    -ms-transition: fill 3s;
    -o-transition:  fill 3s;
    transition:  fill 3s;
}
nav svg #line path{
    fill: rgba(255, 255, 255, 0.8);
    -webkit-transition: fill 3s;
    -moz-transition: fill 3s;
    -ms-transition: fill 3s;
    -o-transition:  fill 3s;
    transition:  fill 3s;
}
nav.opened svg #color circle{
    fill: white;
}
nav.opened svg #color path.beige{
    fill: #EDECE6;
}
nav.opened svg #color path.white{
    fill: white;
}
nav.opened svg #line path{
    fill:black;
}
#mainarea .top{
    background-image:url("../images/10685000446.jpg");
}
#mainarea .top h3,
#mainarea .top p{
    color: rgba(255, 255, 255, 0.8);
}
#mainarea .top h3{
    font-size: 32px;
    border-bottom:1px dotted rgba(255,255,255,0.80);
}

nav ul{
    margin-left: 8px;
}
nav ul li{
    cursor:pointer;
    font-size:14px;
    color:rgba(255,255,255,0.80);
    margin-left: 8px;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition:  color 1s;
    transition:  color 1s;
}
nav.opened ul li{
	color:#999;
}
nav.opened ul li.open{
	color:#333;
}
nav.opened ul li.hover{
	color:#333;
}

nav ul li span{
    font-size:0px;
    vertical-align:middle;
    position: relative;
    top: -1px;
	-webkit-transition: font-size .3s;
	-moz-transition: font-size .3s;
	-ms-transition: font-size .3s;
	-o-transition: font-size .3s;
	transition: font-size .3s;
}
nav ul li.open span{
	font-size: 10px;
}
nav ul li.hover span{
	font-size: 10px;
}
nav ul li~li{
    margin-top:20px;
}

/*footer*/
footer{
    position:fixed;
    left:10px;
    bottom:10px;
    font-size:10px;
    z-index:2;
}
footer p{
    font-size:10px;
    color:rgba(255,255,255,0.8);
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition:  color 1s;
    transition:  color 1s;
}
footer.opened p{
	color:#333;
}
/*mainarea*/
#mainarea{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    background-size:cover;
}
#mainarea .content{
    display: none;
    width: 100%;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
}
#mainarea .top,
#mainarea .about,
#mainarea .profile,
#mainarea .contact{
	height: 100%;
}
#mainarea .content div{
    width: 530px;
    margin: 50px auto;
}

#mainarea div h3{
    margin-bottom:1em;
    font-family:'A1 Mincho';
}
#mainarea div p{
    text-align:justify;
}
#mainarea img{
    width:100%;
}
#design-works-list{
    display:block;
}
#design-works-list li{
    cursor:pointer;
    margin:0px 0px 30px;
    background-size: 100%;
    background-repeat:no-repeat;
    width: 100%;
    height: 200px;
    background-position: center center;
    position: relative;
}
#mainarea #design-works-list div{
    height: 200px;
    margin: 0px;
    background-color:#0E5056;
    opacity:0;
    padding: 0;
}
#design-works-list h4{
    position: relative;
    text-align: center;
    top: 80px;
    font-size: 24px;
    opacity:0;
    color:#eee;
    z-index:3;
	letter-spacing:0.1em;
	font-weight: normal;
}
#design-works-list h5{
    position: relative;
    text-align: center;
    top:60px;
    font-size: 20px;
    opacity:0;
    color:#eee;
    z-index:3;
	letter-spacing:0.1em;
	font-weight: normal;
}
#mainarea .about h3 ~ h3{
    margin-top:100px;
}
#mainarea .member li{
    position: relative;
}
#mainarea .member li~li{
    margin-top:30px;
}
#mainarea .member li div{
    width: 300px;
    position: absolute;
    top: 10px;
    margin: 0;
}
#mainarea .member li.text-left div{
    left: 10px;
}
#mainarea .member li.text-right div{
    right: 10px;
}
#mainarea .member h4{
    float:left;
    margin-right:10px;
    letter-spacing:0.2em;
}
#mainarea .member h5{
    display:inline;
}
#mainarea .member p{
    margin-top:5px;
    line-height:1.65em;
    letter-spacing:-.5px;
}
#mainarea .profile dl{
    width:530px;
    border-top:1px solid #999;
}
#mainarea .profile dt{
    width:140px;
    float:left;
    padding: 10px 0px 15px 0px;
    font-family:'Futo Go B101';
	clear: both;
}
#mainarea .profile dd ~ dd,
#mainarea .profile dt ~ dt{
    border-top: 1px dotted #bbb;
}
#mainarea .profile dd{
    padding: 15px 0px;
	width: 390px;
	float: right;
}
#mainarea .member img{
    margin-bottom:10px;
}
#mainarea .works img{
    width:100%;
    height:200px;
}
#mainarea .works div{
    width:100%;
    position: absolute;
    padding:0px 300px 0 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
#mainarea .works .design-works img{
    width:100%;
    height:auto;
}
#mainarea .works .design-works dl{
    width: 250px;
    position: fixed;
    right: -250px;
    top: 100px;
}
#mainarea .works .design-works dt{
    float: left;
    width: 62px;
    text-align: left;
    font-size: 12px;
    border-top: dotted 1px #ddd;
	clear: both;
}
#mainarea .works .design-works dd{
    width: 188px;
    margin-bottom:10px;
    line-height: 1.3em;
    border-top: dotted 1px #ddd;
	font-size: 14px;
    float: right;
    text-align: right;
}
#mainarea .works .design-works p{
    width:530px;
    margin:50px auto;
}
#mainarea #back-to-list{
    display: none;
    position: fixed;
    top: 300px;
    right: 10px;
    text-align: right;
    width: 100px;
    z-index: 10;
    padding: 0;
	cursor: pointer;
}

form{
    margin-top:20px;
}
#mainarea .contact div{
	height: 45%;
}
.contact dt{
    width:130px;
    float:left;
    font-size:14px;
    color:#333;
	clear: both;
}
.contact dd{
    width:400px;
	margin-bottom: 20px;
    font-size:14px;
    color:#333;
	float: right;
}
.contact dd input{
    width: 398px;
    border: solid 1px #DDD;
    height:24px;
}
.contact dd textarea{
    width: 398px;
    border: solid 1px #DDD;
    height:100px;
}
.contact #submitbtn{
    width:50px;
    height:30px;
    background-color: white;
    box-shadow: none;
    border: 1px solid #999;
    cursor:pointer;
    float:right;
	clear: both;
}


/*toTop*/
#toTop{
    padding:20px;
    position:fixed;
    bottom:10px;
    right:10px;
    font-size:16px;
    cursor:pointer;
    z-index:10;
    display:none;
    color:#333;
    border:2px solid #333;
    background-color:white;
}

@media screen and (max-width: 768px){
nav svg{
    width: 60px;
    cursor: default;
}
nav ul{
    margin-left: 0px;
}
nav ul li{
	font-size: 60%;
    cursor:default;
}
footer{
    left:8px;
    bottom:5px;
    z-index:2;
}
footer p{
    font-size:45%;
    color:rgba(255,255,255,0.8);
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition:  color 1s;
    transition:  color 1s;
}
#mainarea .content div{
    width: 65%;
    margin: 10% 5% 10% 30%;
}
#mainarea .top h3{
    font-size: 100%;
    border-bottom:1px dotted rgba(255,255,255,0.80);
}
.not-pc #mainarea .about div,
.not-pc #mainarea .contact div{
	margin-top: 10% !important;
	margin-bottom: 10% !important;
}
#mainarea .about h3 ~ h3 {
    margin-top: 20px;
}
.not-pc #mainarea .top{
	height: 100%;
}
#mainarea .member img {
    margin-bottom: 3px;
}
#mainarea .member li div{
	line-height:0.75em;
    width: 100%;
    position: relative;
	top: 0;
}
#mainarea .member li.text-left div{
    left: 0px;
}
#mainarea .member li.text-right div{
    right: 0px;
}
#mainarea .member h4 {
	font-size: 75%;
    float:none;
    margin-right: 0px;
    letter-spacing: 0.2em;
}
#mainarea .member h5 {
	font-size: 50%;
    float:none;
    margin-right: 0px;
    letter-spacing: 0.2em;
}
#toTop {
    padding: 5px 0px;
    position: fixed;
    bottom: 50px;
	right:auto;
    left: 3px;
    font-size: 50%;
    cursor: default;
    z-index: 10;
    display: none;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
	width: 50px;
	text-align: center;
}
#mainarea .member p {
    margin-top: 0px;
    line-height: 1.65em;
    letter-spacing: -0.5px;
}
#mainarea .profile dl{
	font-size: 60%;
	width: 100%;
}
#mainarea .profile dt{
	padding: 5px 0px 10px;
    width: 35%;
}
#mainarea .profile dd{
	padding: 5px 0px 10px;
    width: 65%;
    float: right;
}
#mainarea .profile li {
    margin-left: 0;
}
form{
    margin-top:10px;
}
.contact dt{
    width:100%;
    float:none;
    font-size:60%;
}
.contact dd{
    width:100%;
	margin-bottom: 10px;
    font-size:60%;
	float: none;
}
.contact dd input{
    width:100%;
	-webkit-appearance: none;
	border-radius:0;
}
.contact dd textarea{
    width:100%;
	-webkit-appearance: none;
	border-radius:0;
}
.contact #submitbtn{
    width:50px;
    height:30px;
    background-color: white;
    cursor:default;
    float:none;
	border-radius:0;
	-webkit-appearance: none;
}
#mainarea .works div {
    width: 65%;
    padding: 0px;
}
#design-works-list li {
    cursor: default;
	margin: 0px 0px 20px;
    height: 100px;
}
#mainarea #design-works-list div{
	visibility:hidden;
}
#mainarea #design-works-list h4{
	visibility:hidden;
}
#mainarea .works .design-works p {
    width: 100%;
    margin: 10px auto;
}
#mainarea #back-to-list{
	text-align:center;
	margin:0;
	left: 3px;
	font-size: 50%;
    padding: 5px;
    cursor: default;
    z-index: 10;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
	width: 50px;
}
#mainarea .works .design-works dl {
    width: 100%;
    position: static;
	margin-top: 20px;
	display: none;
	right: auto;
}
#mainarea .works .design-works dt {
    width: 35%;
	font-size: 60%;
    border-top: 1px dotted #DDD;
	padding:2px 0px 3px 0px;
}
#mainarea .works .design-works dd {
	width: 65%;
    margin-bottom: 5px;
    line-height: 1.3em;
    border-top: 1px dotted #DDD;
	font-size: 60%;
	padding:2px 0px 3px 0px;
	text-align:left;
}
}
