@charset "UTF-8";

body {
	font-family: 'Open Sans',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode",verdana,Sans-Serif;

	font-size: 12px;

	font-weight: 400;	/* Normal */
	font-weight: 200;	/* Extra-Light */
	font-weight: 300;	/* Light */

	line-height: 2;
	background: #fff;
	letter-spacing: 0.15em;

	color: #4b4b4b;
}
a, i {
/*
	text-decoration: underline;
*/
	text-decoration: none;
	transition: all 0.2s ease-in 0s;
}
a:hover, a:hover i {
/*
	text-decoration: none;
	text-decoration: underline;
*/
	transition: all 0.1s ease-in 0s;
}
a img {
	transition: all 0.2s ease-out 0s;
	opacity: 1;
}
a:hover img {
	transition: all 0.4s ease-out 0s;
}
a:active {
	opacity: 0.5;
	transition: all 0.1s ease-out 0s;
}
input, textarea, button, select {
	-webkit-appearance: none;
	-moz-appearance: none;	/* FF */
	appearance: none;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"],
input[type="submit"],
button,
select {
	cursor: pointer;
}
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
/*	overflow-x: hidden;
	overflow-y: hidden;	*/
}
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1024px;
	min-width: 960px;
	height: 100%;
/*	max-width: 1200px;	*/
}



.inner {
	margin: 0 auto;
/*
	width: 960px;
	min-width: 960px;
*/
}



/* common
--------------------------------------------- */
/* font-style ------ */
h1 {
	font-weight: 200;	/* Extra-Light */
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
}
h1 span {
	display: block;
	font-size: 16px;
	line-height: 1.3;
/*
	border-top: 1px solid #fff;
	padding-top: 5px;
*/
}
h1 span em {
	display: block;
	font-size: 28px;
}
h2 {
	font-size: 18px;
	font-size: 24px;
	line-height: 2.5;
}

/* header ------ */
header {
	padding: 15px 50px;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header ul.gnavi {
	float: left;
}
header ul.social {
	float: right;
}
header ul.social li a {
	font-size: 18px;
}
header ul.social li a:hover {
	box-shadow: none;
}
.common header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.common header.fixed {
	position: fixed;
	background: rgba(75,75,75,0.95);
}



/* footer ------ */
footer {
	background: #4b4b4b;
	margin: 70px auto 0;
	margin: 10px auto 0;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer p {
	font-size: 12px;
}

/* contents ------ */
section {
	margin: 0 auto;
	overflow: hidden;
}
.common section:last-of-type {
	margin: 70px auto 0;
	width: 720px;
}


a.anchor {
	display: block;
	margin: 20px auto 0;
	padding: 10px 0;
	text-align: center;
	color :#4b4b4b;
}
a.anchor i {
	margin: 0 0 0 0.5em;
	font-size: 1em;
}
a.anchor:hover {
	background: rgba(0,0,0,0.2);
}



/* list-menu ------ */
ul.menu {
	font-size: 0;
}
ul.menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
}
ul.menu li + li {
	margin: 0 0 0 10px;
}
ul.menu li a {
/*	display: block;	*/
	font-size: 1em;
	color: #fff;
	box-shadow: none;
}
ul.menu li a:hover {
	box-shadow: 0 1px 0 #fff;
}
ul.menu li.current a {
	background: rgba(255,255,255,0.5);
	border-radius: 2px;
	padding: 0 4px;
	color: #4b4b4b;
}
.sub ul.menu li.current a {
	background: rgba(0,0,0,0.2);
	padding: 0 4px;
}
.sub ul.menu li,
.sub ul.menu li a {
	color: #4b4b4b;
}
.sub ul.menu li a {
	line-height: 1.5;
}
.sub ul.menu li a:hover {
	box-shadow: 0 1px 0 #4b4b4b;
}

ul.gnavi li + li:before {
	content: "|";
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 1em;
}
.title ul.gnavi {
	display: none;
}



.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}





/* list-tab ------ */
ul.tab {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-align: left;
	font-size: 0;
	border-bottom: 1px solid #4b4b4b;

	padding: 0 50px;
	max-width: 960px;
	padding: 0 0 0 30px;
	padding: 0;
	max-width: 720px;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.tab li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
ul.tab li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height :100%;
	background: green;
}
ul.tab li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #4b4b4b;
}
ul.tab li.on:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
ul.tab li a:hover,
ul.tab li a.active,
ul.tab li.on a {
	background: #4b4b4b;
	text-decoration: none;
	color: #fff;
}

/* archive ------ */
.toArchive {
	margin: 40px auto 0;
	width: 720px;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toArchive a {
	font-size: 12px;
	color: inherit;
	box-shadow: 0 1px 0 #4b4b4b;
}

/* mainVisual ------ */
.mainVisual {
	position: relative;
	padding: 0 50px;
	width: 100%;
	height: 480px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainVisual:before,
.mainVisual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainVisual:after {
	background: rgba(0,0,0,0.4);
}
.mainVisual .title {
	position: relative;
	z-index: 1;
	margin: 320px auto 0;
}



/* pageTop
--------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#pageTop a {
	background: #999;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	padding: 1em 0 0;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#pageTop a:hover {
	background: #4b4b4b;
}



/* top
--------------------------------------------- */
.top header .gnavi,
.top .sub,
.top .anchor {
	display: none;
}
.top .title .gnavi {
	display: block;
	margin: 10px auto 0;
}

.top {
	background: url(../img/bg_top.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}
.top #container {
	background: rgba(0,0,0,0.4);
}
/*
.top h2, .top ul li, .top dl dt, .top dl dd, .top p, .top a {
	color: #fff;
}
*/
#wrap.top section {
	margin: 180px auto 0;
	padding: 0 50px;
}
#wrap.top a {
	float: none;
	color: #fff;
}
#wrap.top .title {
	text-align: right;
}
#wrap.top .title ul li,
#wrap.top .title ul li a {
	color: #fff;
	line-height: 2;
}
#wrap.top .title ul li a:hover {
	box-shadow: 0 1px 0 #fff;
}
.top div + div {
	width: 640px;
	width: 720px;
}
.top .introduction {
	margin: 120px auto 0;
}
.top .introduction p {
	font-size: 14px;
}
.top .introduction a {
	box-shadow: 0 1px 0 #fff;
}
.top .introduction a:hover {
	box-shadow: 0 2px 0 #fff;
}

.top .news {
	margin: 70px auto 0;
	margin: 120px auto 70px;
	margin: 60px auto 120px;
}
.top .news a,
.top .news span {
	display: block;
	padding: 5px 5px 5px 15px;
	padding: 5px;
}
.top .news a:before {
	content: ">";
	margin: 0 5px 0 0;
}
.top .news a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}

.top section div h2 {
	border-bottom: 1px solid #fff;
}
.top dl {
	display: table;
	margin: 10px auto 0;
	width: 100%;
	font-size: 0;
}
.top dl dt {
	padding: 5px 0;
}
.top dl dt,
.top dl dd {
	display: table-cell;
	vertical-align: top;
	font-size :12px;
}
.top dl dt + dd {
	padding: 0 0 0 20px;
}

.top footer {
	background: transparent;
}



/* biography
--------------------------------------------- */
.biography .mainVisual:before {
	background: url(../img/bg_biography.jpg) no-repeat center center;
	background-size: 100%;
}
.biography section + section {
	margin: 50px auto 0;
	text-align: center;
}
.biography h3 {
	padding: 0 0 0.5em;
	font-size: 12px;
	line-height: 1.5;
	border-bottom: 1px solid #4b4b4b;
}
.biography h3 span {
	font-size: 10px;
}
.biography h3 em {
	display: block;
	font-size: 16px;
}
.biography a {
	color: #4b4b4b;
}
.biography p,
.biography ul li {
	font-size: 12px;
}
.biography article {
	margin: 50px auto 0;
	margin: 0 auto;
	margin: -14px auto 0;
	padding: 50px 0 0;
	padding: 64px 0 0;
	width: 720px;
	text-align: left;
	font-size: 0;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.biography #profile div {
	display: inline-block;
	vertical-align: top;
}
.biography #profile div + div {
	margin: 0 0 0 40px;
	width: 420px;
}
.biography .photo {
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.biography .photo img {
	position: relative;
	width: 100%;
	height: auto;
}
.biography #profile p {
	margin: 10px auto 0;
}
.biography #profile h4 {
	margin: 25px auto 0;
	font-size: 12px;
}
.biography #profile ul {
	overflow: hidden;
}
.biography #profile ul li {
	float: left;
	margin: 0 4px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
.biography #history p + p {
	margin: 20px auto 0;
}
.biography #history p span {
	font-weight: bold;
}
.biography #pickup {
	text-align: right;
}
.biography #pickup h2,
.biography #pickup p,
.biography #pickup ul {
	text-align: left;
}
.biography #pickup ul li {
	line-height: 2.5;
}
.biography #pickup a {
/*	float: right;	*/
	display: inline-block;
	font-size: 12px;
	box-shadow: inset 0 -1px 0 #4b4b4b;
}
.biography #pickup a:hover {
	box-shadow: inset 0 -2px 0 #4b4b4b;
}



/* works
--------------------------------------------- */
.works .mainVisual:before {
	background: url(../img/bg_works.jpg) no-repeat center center;
	background-size: 100%;
}
.works.archive .mainVisual:before {
	background: url(../img/bg_archive.jpg) no-repeat center center;
	background-size: 100%;
}
.works section + section {
	margin: 50px auto 0;
	text-align: center;
}
.works section > small {
	display: block;
	margin: 70px auto 0;
	margin: 20px auto 0;
}
.works .byYear {
	display: none;

	margin: 50px auto 0;
	width: 720px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.works .byYear.on {}
.works article {
/*
	display: inline-block;
	vertical-align: top;
	width: 340px;
*/
	position: relative;
	background: #fff;
	font-size: 0;
}
.works article + article {
	margin: 40px auto 0;
}
/*
.works article:nth-of-type(2n) {
	margin: 0 0 0 20px;
}
*/
.works article > a {
	display: block;
	color: #333;
/*
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.works article > a:hover {
/*
	background: rgba(100,100,100,0.1);
	box-shadow: 0 0 3px 1px #d9d9d9;
	transform: scale(1.02);
*/
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
.works article > a:after {
	content: "\f08e";
	position: absolute;
	display: block;
	top: 0;
	left: 0;

	background: rgba(255,255,255,0.9);
	padding: 0px 8px;

	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	color: rgba(0,0,0,0.4);
}
.works article > a.boxer:hover {
	box-shadow: none;
}
/*
.works article > a:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
*/
.works article div {
	display: inline-block;
	vertical-align: top;
}
.works article div + div {
	margin: 0 0 0 10px;
	margin: 0 0 0 25px;
}
.works .description {
	width: 150px;
	width: 545px;
	width: 538px;
}
.works .description p + p {
	margin: 5px auto 0;
}
.works .description p.award:before {
	content: "受賞作品";
	background: goldenrod;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 10px;
	padding: 2px 5px;
	color: #fff;
}
.works .photo {
	width: 160px;
	height: 160px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.works .photo.noImage {
	background: url(../img/works/ph_noImage.png) no-repeat;
	background-size: 100%;
}
.works .photo img {
	position: relative;
	width: 100%;
	height: auto;
}
.works article h3 {
	margin: 0 auto 5px;
	padding: 0 0 10px;
	font-size: 16px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #4b4b4b;

	font-weight: normal;
}
.works article h3 span {
	display: block;
	font-size: 12px;
}
.works article p {
/*	margin: 1em auto 0;	*/
	font-size: 12px;
	line-height: 1.5;
}



/* boxer設定リセット・上書き ------ */
#boxer {
	background: transparent;
	box-shadow: none;
}
#boxer .boxer-close {
/*	display: none;	*/
	background: transparent;
	z-index: 200;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
}
#boxer .boxer-close:before {
	background :url(../img/close.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	font-size: 0;
	color: #fff;
}
#boxer .boxer-meta {
	padding: 0;
}
.works .boxer {
	position: absolute;
/*	top: 0;	*/
	bottom: 0;
	left: auto;
	right: 0;
	padding: 5px;
	text-align: center;
	line-height: 1;
}
.works .boxer a {
	display: inline-block;
	vertical-align: middle;
/*
	width: 32px;
	height: 32px;
*/
	font-size: 32px;
	font-size: 1.5rem;
	font-size: 1.15rem;
	color: #999;
}
.works .boxer a + a {
	margin: 0 0 0 10px;
}
.works .boxer a:hover i.fa-youtube-play {
	color: #cd201f;
}
.works .boxer a:hover i.fa-facebook {
	color: #3b5998;
}





