@charset "UTF-8";

/* [ Base ]
===================================================================== */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color:#000;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-autospace: ideograph-parenthesis;
	-moz-text-autospace: ideograph-parenthesis;
	-ms-text-autospace: ideograph-parenthesis;
	-o-text-autospace: ideograph-parenthesis;
	text-autospace: ideograph-parenthesis;
	word-wrap: break-word;
	word-break: normal;
}
body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
    font-family: 'EB Garamond', serif; 
	font-size:1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.09rem;
	color: #111;
	background: #fff;
	min-height:960px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,header,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
section, nav, article, aside, header, footer, main, figure, figcaption, details, menu {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
	font-size: inherit;
	font-weight: normal;
}
p, div, ul, li, figure {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

h2{
	font-size:16px;
	margin-bottom:25px;
}

header {
	overflow: hidden;
}

.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
a{
	color: #333;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	}
::-moz-selection{
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;
}
::selection {
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;
}
	
h4 {overflow: hidden;
     text-align: left;
	 font-size:13px;
	 margin-top:14px;}

h4 span {
    display: inline-block;
    position: relative;
}

h4 span:before,
h4 span:after {
    border-top: 1px solid;
	border-color:#888;
    content: "";
    position: absolute;
    top: 20%;
    width:4em;
	filter:alpha(opacity=80);
    opacity:0.5;}

h4 span:before {
    right:100%;
}

h4 span:after {
    left: 0%;
}


h5 {overflow: hidden;
     text-align: left;
	 font-size:13px;
	 margin-top:-11px;}

h5 span {
    display: inline-block;
    position: relative;
}

h5 span:before,
h5 span:after {
    border-top: 1px solid;
	border-color:#888;
    content: "";
    position: absolute;
    top: 20%;
    width:4em;
	filter:alpha(opacity=80);
    opacity:0.5;}

h5 span:before {
    right:100%;
}

h5 span:after {
    left: 0%;
}

/* [ body ]
===================================================================== */
body#wrap{
	margin:0 auto;
	width:960px;
	position:relative;
}
#container{
	margin:0 auto;
	width:980px;
}
header {
	font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	text-align:left;
	letter-spacing: 0.2rem;
	line-height:1.8em;
	margin: 0em 0 0 5.9rem;
	border-left:solid 1px #888;
	padding:4rem 0 3rem 3.3rem;
}

.caption{
	margin-top:10px;
	font-size:11px;
}

/* ---------------- main----------------- */
nav{
	padding-top:4.5rem;
	padding-left:0.6rem;
}
nav li{
	font-size:1.5rem;
	letter-spacing:0.1rem;
	line-height:2.8rem;
}

.works_index_article{
	margin-top:8rem;
	overflow: hidden;
	background:url(../image/dot.png);
	background-size:0.2rem 0.2rem;
	background-repeat:no-repeat;
	background-position:0rem 8.3rem; 
}

/* ---------------- about ----------------- */

#about_nav{
	width:960px;
	float:right;
	margin-top:-18rem;
}
#about_nav2{
	width:960px;
	float:right;
	margin-top:12rem;
}
#about_nav3{
	width:960px;
	float:right;
	margin-top:1rem;
}
.about_nav_inner{
	width:635px;
	float:right;
}
.inner_list{
	margin-bottom:4.2rem;
}
.inner_list_left{
	float:left;
	width:6.7rem;
	font-size:1.6rem;
	padding-top:0.2rem;
}
/* about */
.about_nav_divide1{
	float:left;
	width:5.6rem;
	height:1px;
	border-top:1px solid #c8c8c8;
	margin-top:10px;
	margin-left:0.5rem;
}
.about_nav_divide1 span{
	visibility:hidden;
}
/* content */
.about_nav_divide2{
	float:left;
	width:5.8rem;
	height:1px;
	border-top:1px solid #c8c8c8;
	margin-top:10px;
	margin-left:0.6rem;
}
.about_nav_divide2 span{
	visibility:hidden;
}
/* works */
.about_nav_divide3{
	float:left;
	width:7.2rem;
	height:1px;
	border-top:1px solid #c8c8c8;
	margin-top:10px;
	margin-left:-1.3rem;
}
.about_nav_divide3 span{
	visibility:hidden;
}
#about_nav3 .about_nav_divide{
	float:left;
	width:6.2rem;
	height:1px;
	border-top:1px solid #c8c8c8;
	margin-top:10px;
	margin-left:-0.6rem;
}
.inner_list_right{
	font-family: "游明朝体", "Yu Mincho" , "HG明朝E", serif;
	float:right;
	width:49.8rem;;
	font-size:1.4rem;
	padding-top:0.3rem;
}
.inner_list_right2{
	font-family:'EB Garamond', serif;
	float:right;
	width:49.8rem;;
	font-size:1.4rem;
	padding-top:0.3rem;
}
.inner_list_right ul{
	margin:2.5rem 0 6rem;
}
.inner_list_right li{
	font-size:1.3rem;
	margin-top:3rem;
	letter-spacing:0.1rem;
	line-height:2.2rem;
}
.inner_list_right2 li{
	font-size:1.3rem;
	margin-top:2.5rem;
	letter-spacing:0.1rem;
}

#about_nav3 .inner_list_right li{
	font-size:1.4rem;
	margin-top:3rem;
	letter-spacing:0.12rem;
	line-height:1.9rem;
}
#about_nav .inner_list_right2 span{
		letter-spacing:0.18rem;
}
#about_nav3  .inner_list_right2 span{
	font-size:1.7rem;
	letter-spacing:0.12rem;
}
#about_nav3  .inner_list_right2 ol{
	margin-top:3rem;
}


#about_nav li.children{
	width:465px;
	font-size:1.3rem;
	margin-top:3rem;
	margin-bottom:0.5rem;
	text-align:justify;
}
#about_nav #addr1{
	font-family: 'EB Garamond', serif;
	font-size:1.5rem;
	letter-spacing: 0.12em;
	padding-bottom:1.2rem;
	line-height:2.1rem;
}
#addr2{
	font-family: "游明朝体", "Yu Mincho" , "HG明朝E", serif;
	font-size:1.3rem;
	letter-spacing: 0.12rem;
	margin-left:7rem;
	margin-top:-2.7rem;
	margin-bottom:0.5rem;
	line-height:1.6rem;
}
#addr3{
	font-family: 'EB Garamond', serif;
	font-size:1.5rem;
	letter-spacing: 0.12em;
	line-height:1.9rem;
	margin-left:21.5rem;
	margin-top:-2.7rem;
	margin-bottom:0.4rem;
}
#url{
	font-family: 'EB Garamond', serif;
	font-size:1.5rem;
	letter-spacing: 0.12rem;
	line-height:2.2rem;
}

.works_index_right{
	width:960px;
	text-align:right;
}
.works_index_right img{
	width:50%;
	height:auto;
}

 
/* ----------------footer----------------- */	
.footer_left{
	float:left;
	width:960px;
	padding-bottom:2rem;
}
footer .top{
	float:right;
	margin-top:1rem;
	margin-right:0;
	width:0;
}
.footer li.top{
	display:inline;
}

h3 {overflow: hidden;
     text-align: left;
	 font-size:1.3rem;
	 padding-bottom:0.5rem;}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-bottom:5px;
}

h3 span:before,
h3 span:after {
    border-top: 1px solid;
	border-color:#888;
    content: "";
    position: absolute;
    top: 50%;
    width:8em;}

h3 span:before {
    right:100%;
}

h3 span:after {
    left: 0%;
}
/* ----------------hover----------------- */	
.index:hover {filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
.philosophia:hover { filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */}
.viam_opus:hover {filter:alpha(opacity=100);opacity:1; }
.opus_description:hover { filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
.rogatu_opus:hover { filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
