@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.lang_en {
	display: none;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
.alpha:hover{
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

body {
	font-family: DIN,Helvetica,sans-serif,Arial;
	line-height: 2em;
	letter-spacing:0.1em;
}

#audio {
	display: none;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#option {
	margin: 10px 0 0;
}
#option p {
	float: right;
	margin-right: 15px;
}
#option p img {
	height: 14px;
}
#header {
	clear: both;
	padding: 5px 0;
	width: 100%;
	display: block;
	text-align: center;
}
#navi li {
	list-style:none;
	float: left;
	text-align: center;
	width: 33.3333%;
}
#navi li a {
	display: block;
	height: 72px;
}
#navi #navi1 a {
	background: url(../img/work.png) center center no-repeat;
}
#navi #navi2 a {
	background: url(../img/bio.png) center center no-repeat;
}
#navi #navi3 a {
	background: url(../img/jounal.png) center center no-repeat;
}
#navi #navi1 a:hover {
	background: url(../img/work_hover.png) center center no-repeat;
}
#navi #navi2 a:hover {
	background: url(../img/bio_hover.png) center center no-repeat;
}
#navi #navi3 a:hover {
	background: url(../img/jounal_hover.png) center center no-repeat;
}
#navi li img {
	vertical-align: middle;
}
#mainv {
	position: relative;
	width: 100%;
	text-align: center;
}
#mainv .logo {
	width: 100%;
	z-index: 10;
	position: relative;
}
#mainv .logo p {
	position: absolute;
	top: 35%;
	left: 10%;
	width: 80%;
	text-align: center;
}
#mainv .logo p img {
	width: 40%;
	max-width: 200px;
	vertical-align: bottom;
}
#mainv .bg {
	position: absolute;
	width: 100%;
	vertical-align: bottom;
	top:0;
	left:0;
}

#work_selection {
	background:#F2F2F2;
	padding: 60px 0 30px;
}
#work_selection h2,
#work_selection h1 {
	text-align: center;
	margin-bottom: 30px;
}
#work_selection h1 {
	width: 50px;
	margin: 0 auto 25px;
	padding: 5px 0;
	border-bottom: 2px solid #000;
}
#work_selection h2 img {width: 100px;}
#work_selection .works_list {
	width: 90%;
	margin: 0 auto;
}
#work_selection .works_list li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#work_selection .works_list li a {
	text-decoration: none;
}
#work_selection .works_list li a .overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	color: #000;
	font-family: DIN,Helvetica,sans-serif;
}
#work_selection .works_list a .overlay p {
	position: absolute;
	top: 35%;
	margin-top: -0.5em;
	width: 100%;
	text-align: center;
	font-size: 13.5pt;
	font-weight: bold;
}
#work_selection .works_list a .overlay span {font-size: 10pt;}
#work_selection .works_list a .overlay .catename {font-size: 10pt;}
#work_selection .all {
	width: 206px;
	height: 66px;
	margin: 10px auto 25px;
}
#work_selection .all a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/view.png) center center no-repeat;
}
#work_selection .all a:hover {
	background: url(../img/view_hover.png) center center no-repeat;
}

#work_selection #category_navi  {
	width: 90%;
	margin: 0 auto 25px;
	text-align: center;
}
#work_selection #category_navi li {
	float: none;
	display: inline-block;
	width: auto;
	padding: 5px 0;
	margin: 5px 15px;
	border-bottom: 2px solid #f9f5ea;
	cursor: pointer;
}
#work_selection #category_navi li:hover,
#work_selection #category_navi .active {
	border-bottom: 2px solid #000;
}
#work_selection .works_list {
	display: none;
}
#work_selection #works_list1 {
	display: block;
}

#getintouch {
	padding-top: 60px;
}
#getintouch h2 {
	text-align: center;
	margin-bottom: 30px;
}
#getintouch h2 img { width: 90px;}
#getintouch ul {
	text-align: center;
	margin-bottom: 30px;
}
#getintouch ul li {
	display: inline-block;
	margin: 0 20px;
	list-style-type: none;
}
#getintouch ul li img { width: 22px;}
#getintouch p {
	width: 70%;
	margin: 0 auto 15px;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#getintouch .gmap img {
	width: 60px;
	vertical-align: middle;
}
#getintouch .copy {
	text-align: center;
	margin: 30px auto 5px;
}

#works_detail {
	background:#F2F2F2;
	padding: 60px 0;
	position: relative;
}
#works_detail h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#works_detail h1 span {
	font-size: 16px;
}
#works_detail h2 {
	width: 130px;
	font-size: 10px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 10px 0;
	border-top: 2px solid #000;
}
#works_detail .detail {
}
#works_detail .detail p {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 15px;
	font-size: 12px;
}
#works_detail .detail p img {
	width: 100%;
	margin: 0 auto 5%;
}

#page_navi {
	position: absolute;
	left: 25px;
	top: 100px;
	text-align: center;
	display: none;
}
#page_navi .next,
#page_navi .prev,
#page_navi .list {
	margin-bottom: 15px;
}
#page_navi .works_id,
#page_navi .works_total {
	font-size: 12px;
	padding: 10px 0;
	width: 25px;
	margin: 0 auto;
}
#page_navi .works_id {
	border-bottom: 1px solid #000;
}

#biography {
	background:#EDF7FC;
	padding: 60px 0 30px;
}
#biography h2,
#biography h1 {
	text-align: center;
	margin-bottom: 30px;
}
#biography h1 {
	margin: 0 auto 25px;
	padding: 5px 0;
	border-bottom: 2px solid #000;
}
#biography .nicetomeetyou {width: 140px;}
#biography .video {width: 55px;}
#biography .image {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 20px;
}
#biography .text {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 60px;
	font-size: 12px;
}
#biography #vimeo {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
#biography #vimeo iframe {
	width: 100%;
}


#journal {
	background:#EDF9F4;
	padding: 100px 0 60px;
}
#journal .contents {
	max-width: 600px;
	margin: 0 auto;
	font-size: 12px;
}
#journal .contents p {
	margin-bottom: 15px;
}
#journal h3,
#journal h2,
#journal h1 {
	text-align: center;
	line-height: 1.2;
}
#journal h1 {
	margin: 0 auto 120px;
	padding: 5px 0;
	border-bottom: 2px solid #000;
}
#journal h2 { margin-bottom: 5px; font-size: 26px;}
#journal h3 { margin-bottom: 40px; font-size: 12px;}
#journal .journal {width: 80px;}
#journal .page {
	margin-top: 45px;
	text-align: center;
	line-height: 16px;
}
#journal .page span {
	padding: 0 15px;
}

/* 650 px ～ 899 px時のレイアウト　モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 650px) {
.gridContainer {
	width: 100%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#navi li {
	width: 25%;
}
#navi li img {
}
#mainv .logo p {
	top: 32%;
}
#work_selection .works_list {
	width: 92%;
	max-width: 1360px;
	text-align: center;
}
#work_selection .works_list li {
	display: inline-block;
	width: 48%;
	max-width: 656px;
	margin: 4px;
}
#works_detail {
	padding-left: 40px;
}
#page_navi {
	display: block;
}
}

/* 650 px〜時のレイアウト　モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 650px) {
#work_selection .works_list a:hover .overlay {
	display: block;
}
#mainv .logo p {
	top: 40%;
}
}

/* 900 px〜時のレイアウト　モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 900px) {
#getintouch p {
	float: left;
	width: 28.3333%;
	margin-left: 5%;
}
#getintouch .copy {
	width: 100%;
	clear: both;
}
}


