@charset: 'utf-8';

/* ------clearfix------ */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* --------------------- */
 

body{
	 font-size: 62.5%;
	 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

header{
	position: relative;
	width: 90%;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 5;
	font-size: 16px;
}

header a{
	text-decoration: none;
}

.header-fixed{
	position: fixed;
	top: 0;
	width: 90%;
	min-width: 960px;
	max-width: 1200px;
	padding: 30px 0 30px 0;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.9);
}

/* logo */
.logo{
	float: left;
	width: auto;
	margin: 0 auto;
	text-align: center;
	transition-duration: 3s;
	transition-delay: 0.5s;
    transition-property: opacity;
}

.logo h1 img{
	display: inline-block;
	width: 17px;
	margin: 0 auto;
	padding: 6px 10px 0 0;
}

.logo h1 span{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
}

.logo h1 span:nth-child(2){
	display: inline-block;
	margin: 3px 0 0 0;
	color: #555;
	font-size: 19px;
	letter-spacing: 0.3em;
}

.logo h1 span:nth-child(3){
	display: inline-block;
	margin: 0 0 10px 8px;
	color: #bbb;
	font-size: 10px;
	letter-spacing: 0.3em;
}

.mobile-logo{
	display: none;
}
/* /logo */

.toggle-menu{
	display: none;
}

/* menu */
.menu{
	float: right;
	width: auto;
	height: 30px;
	background-color: transparent;
	transition-duration: 1s;
	transition-delay: 1.5s;
    transition-property: opacity;
}

.menu li{
	float: left;
	width: auto;
	margin: 0 60px 0 0;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.3em;
	line-height: 30px;
}

.menu li:nth-child(4){
	margin: 0;
}

.menu a{
	padding: 0 0 2px 0;
	color: #555;
	text-decoration: none;
	transition-duration:0.5s;
}

.menu a:hover{
	color: #ccc;
}
/* /menu */

/* main */
.main-visual{
	position: relative;
	width: 90%;
	height: 500px;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 13%;
	margin-bottom: 300px;
	background-color: #fff;
}

.background-img img{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	padding: 0;
	z-index: 1;
	transition-duration: 2s;
	transition-delay: 2.7s;
    transition-property: opacity;
}

.background-fadein{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	padding: 0;
	z-index: 1;
	transition-duration: 2s;
	transition-delay: 2.7s;
    transition-property: opacity;
}

.main-inside{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 800px;
	height: 280px;
	z-index: 2;
	transition-duration: 1.5s;
	transition-delay: 2.3s;
    transition-property: opacity;
}

.main-inside h1 span{
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 18px;
}

.main-inside h1 span:nth-child(2){
	margin: 25px 0 0 0;
	color: #ccc;
	font-size: 20px;
}

.main-inside h1 span:nth-child(3){
	margin: 20px 0 0 0;
	color: #ccc;
	font-size: 18px;
}
/* /main */

/* decoration */
.decoration img{
	clear: both;
	display: block;
	width: 60px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}

/* works */
.works{
	position: relative;
	width: 90%;
	min-width: 960px;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 150px 0 300px 0;
	background-color: #fff;
	font-size: 16px;
}

.works h2{
	margin: 20px 0 50px 0;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #777;
	text-align: left;
	letter-spacing: 0.3em;
}

.newold{
	position: absolute;
	top: 175px;
	right: 0;
	color: #bbb;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
}

.newold img{
	display: inline-block;
	width: 10px;
}

.new{
	margin: 2px 8px 0 0;
}

.old{
	margin: 3px 8px 0 20px;
}

.newold p{
	display: inline-block;
}

.image{
	margin-right: -5%;
}

.image li{
	display: block;
	float: left;
	overflow: hidden;
	width: 20%;
	height: auto;
	margin: 0 5% 5% 0;
}

.img-box{
	width: 100%;
	height: auto;
	background-color: #fff;
}

.image img{
	width: 100%;
	opacity: 1;
	transition-duration: 0.4s;
}

.works img:hover{
	opacity: 0.7;
}
/* /works */

/* about */
.about{
	width: 90%;
	min-width: 960px;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 150px 0 10% 0;
	background-color: transparent;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.1em;
}

.about img{
	clear: both;
	display: block;
	width: 50px;
	margin: 0 auto;
	padding: 80px 0 150px 0;
}

.about h2{
	margin: 20px 0 60px 0;
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #777;
	text-align: left;
	letter-spacing: 0.3em;
}

.left-side{
	float: left;
	width: 35%;
	text-align: left;
}

.left-side h3{
	margin: 0 0 30px 0;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em;
}

.left-side h3 span{
	display: block;
	color: #bbb;
	font-size: 12px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em;
}


.left-side dl {
    margin: 0 0 40px 0;
    font-size: 12px;
}

.left-side dt{
	float:left;
	width: 40px;
}

.left-side dd{
	width: auto;
	margin: 0 0 5px 50px;
	margin-left: 50px;
}

.left-side dd:after{
	clear: both;
}

.left-side p{
	line-height: 22px;
}

.right-side{
	float: right;
	width: 55%;
	text-align: left;
}

.right-side h3{
	display: table-cell;
	width: 170px;
	margin: 0 0 20px 0;
	color: #777;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em;
}

.right-side h3 span{
	display: block;
	margin: 0;
	color: #bbb;
	font-size: 11px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em;
	text-align: left;
}

.right-side dl {
    font-size: 12px;
}

.right-side dt{
	float:left;
	width: 40px;
}

.right-side dd{
	margin: 0 0 5px 50px;
	width: auto;
	margin-left: 50px;
}

.right-side dd:after{
	clear:both;
}

.right-side ul{
	margin: 2em 0 0 0;
	width: auto;
    font-size: 12px;
}



.right-side p{
	margin: 0 0 50px 0;
}

.exhibition{
	display: table;
}

.award{
	display: table;
}

/* /about */

.img-back img{
	clear: both;
	display: block;
	width: 60px;
	margin: 0 auto;
	padding: 0 0 150px 0;
	opacity: 0.8;
}

.img-back:hover{
	opacity: 0.5;
}

/* contact */
.mobile-contact{
	display: none;
	text-decoration: none;
}

.modal-content{
	display: none;
	position:fixed;
	width: 500px;
	height: 550px;
	padding: 20px;
	background-color:rgba(255,255,255,1.0);
	border: 0px solid #eee;
	z-index: 7;
}

#modal-overlay{
	z-index: 6;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(200,200,200,0.5);
    }

	/* modal-window:style */
	.modal-content a{
		text-decoration: none;
	}

	.modal-content h2{
		display: block;
		clear: both;
		margin: 10px 0 30px 0;
		color: #000;
		font-size: 20px;
		font-weight: normal;
		font-family: 'Dosis', sans-serif;
		text-align: center;
		letter-spacing: 0.2em;
	}

	.modal-content p{
		margin: 0 0 40px 0;
		color: #aaa;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.2em;
	}

	.button-link{
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		margin: 20px 20px 0 0;
		padding: 5px;
		background-color: #000;
		color: #fff;
		font-size: 17px;
		text-align: center;
		line-height: 15px;
	}

	.button-link:hover{
		background-color: #333;
		cursor: pointer;
	}

	form ul{
		width: 350px;
		margin: 0 auto;
		text-align: center;
	}

	label{
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}
	
	input, textarea, select{
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}	

	input::-webkit-input-placeholder{
		color: #777;
	}

	input:-ms-input-placeholder{
		color: #777;
	}

	input::-moz-placeholder{
		color: #777;
	}

	input[type=text]{
		width: 340px;
		padding: 8px;
		margin: 5px;
		background-color: #eee;
		border: 2px solid #fff;
		color: #555;
		font-size: 13px;
		text-align: center;
		letter-spacing: 0.2em;
	}

	input[type=text]:focus {
	   border: solid 2px #aaa;
	}

	input[type=text], select { 
	   outline: none;
	}

	input[type=email]{
		width: 340px;
		padding: 8px;
		margin: 5px;
		background-color: #eee;
		border: 2px solid #fff;
		color: #555;
		font-size: 13px;
		text-align: center;
		letter-spacing: 0.2em;
	}

	input[type=email]:focus {
	   border: solid 2px #aaa;
	}

	input[type=email], select { 
	   outline: none;
	}

	textarea{
		width: 340px;
		margin: 5px 0 10px 0;
		padding: 8px;
		background-color: #eee;
		border: 2px solid #eee;
		color: #555;
		font-size: 13px;
		text-align: left;
		letter-spacing: 0.2em;
		resize: none;
	}

	textarea:focus {
	   border: solid 2px #aaa;
	}

	textarea, select { 
	   outline: none;
	}

	input[type=submit]{
		width: 150px;
		padding: 8px;
		margin-top: 8px;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.2em;
	}

	input[type=submit]:hover{
		background-color: #333;
	}

	input[type=submit]:focus {
	   border: none;
	}

	input[type=submit], select { 
	   outline: none;
	}

	/* /modal-window:style */
/* /modal-window */


.form-text{
	margin: 0 0 40px 0;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.2em;
}


/* footer */
footer{
	position: fixed;
	bottom: 0;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background-color: transparent;
	opacity: 0.8;
}

small {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 4px;
	color: #777;
	text-align: center;
}
/* /footer */







/*==================================================*/
/*					Media Queries					*/
/*==================================================*/

@media (max-width: 750px) {

body{
	 font-size: 62.5%;
	 background-color: #fff;
}

header{
	width: 100%;
	min-width: 100%;
	max-width: 120%;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.header-fixed{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 2em;
	padding: 0;
	margin: 0.4em 0 0 0;
	background-color: rgba(255, 255, 255, 0.0);
}

/* logo */
.logo{
	display: none;
}

.mobile-logo{
	display: block;
	float: left;
	width: auto;
	margin: 0 auto;
	padding: 0 0 0 1em;
	text-align: left;
	z-index: 8
}

.mobile-logo h1 img{
	display: block;
	float: left;
	width: 1.5em;
	margin: 0 auto;
	padding: 0.5em 0.8em 0 0;
}

.mobile-logo h1 span{
	margin: 0 0 0 1em;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
}

.mobile-logo h1 span:nth-child(2){
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 0.8em;
	letter-spacing: 0.3em;
}

.mobile-logo h1 span:nth-child(3){
	display: block;
	color: #bbb;
	font-size: 0.5em;
	letter-spacing: 0.3em;
	text-align: left;
}
/* /logo */

/* menu */
.toggle-menu{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 7;
}

.toggle-menu img{
	display: block;
	width: 2em;
}

.toggle-menu a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	line-height: 0.3em;
	cursor: pointer;
}

.mobile-menu{
	position: absolute;
	top: 2em;
	right: 0;
	width: 11.5em;
	height: 16em;
	background-color: rgba(0,0,0,0.8);
	z-index: 6;
}

.mobile-menu ul{
	margin-top: 2%;
	overflow: hidden;
}

.mobile-menu li{
	width: 90%;
	padding: 8.5%;
	background-color: transparent;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 90%;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.4em;
}

.mobile-menu li:last-child{
	border-bottom: 0px solid #fff;
}

.mobile-menu a{
	color: #fff;
	text-decoration: none;
}

.menu{
	display: none;
}
/* /menu */

/* main-visual */
.main-visual{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0 0 20em 0;
	padding: 0;
	font-size: 62.5%;
}

.background-img{
	display: block;
	width: 100%;
	height: 175%;
	background-color: #fff;
	background: url(../images/works_star_800px.jpg) no-repeat;
	background-position: center;
	background-size: 130% auto;
	transition-duration: 2s;
	transition-delay: 0.5s;
    transition-property: opacity;
}

.background-fadein{
	display: none;
}

.background-img img{
	display: none;
}

.main-inside{
	width: 100%;
	text-align: center;
}

.main-inside h1 span{
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 3.6em;
	font-weight: 300;
	letter-spacing: 0.3em;
}

.main-inside h1 span:nth-child(2){
	margin: 0.6em 0 0 0;
	color: #888;
	font-size: 2.5em;
}

.main-inside h1 span:nth-child(3){
	margin: 1.2em 0 0 0;
	color: #aaa;
	font-size: 2em;
}
/* /main-visual */

.decoration{
	display: none;
}

/* works */
.works{
	position: relative;
	float: none;
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 32% 0 30% 0;
	overflow: hidden;
	background-color: transparent;
	font-size: 62.5%;
}

.newold{
	position: absolute;
	right: 0;
}

.image{
	width: 105%;
	margin: 0;
}

.image li{
	float: left;
	width: 45%;
	margin: 0 5% 5% 0;
}

.img-box{
	width: 100%;
}
/* /works */

/* about */
.about{
	clear: both;
	width: 85%;
	min-width: 85%;
	max-width: 85%;
	font-size: 100%;
	margin: 0 auto;
	margin-top: 0;
	padding: 25% 0 20% 0;
}

.about p{
	font-size: 1.2em;
}

.about h2{
	padding: 1em 0 0 0;
}

.left-side{
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 7em 0;
	text-align: left;
}

.right-side{
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.right-side dl{
	margin: 2em 0;
}

.exhibition{
	display: block;
	margin: 0 0 2em 0;
}

.award{
	display: block;
}

/* /about */

/* contact */
.modal-content{
	width: 90%;
	height: 100%;
	overflow: scroll;
}

.mobile-contact{
	display: block;
	width: 85%;
	padding: 10em 0 7em 0;
	margin: 0 auto;
	text-align: left;
}

.form-text{
	text-align: left;
	color: #333;
}

.mobile-contact h2{
	margin: 20px 0 50px 0;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #777;
	text-align: left;
	line-height: 2em;
	letter-spacing: 0.3em;
}

form ul{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

input, textarea, select{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}	

input[type=text]{
	width: 90%;
	margin: 0.4em;
	background-color: #eee;
	border: 2px solid #fff;
	color: #555;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
}

input[type=text]:focus {
   border: solid 2px #aaa;
}

input[type=text], select { 
   outline: none;
}

input[type=email]{
	width: 90%;
	margin: 0.4em;
	background-color: #eee;
	border: 2px solid #fff;
	color: #555;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
}

input[type=email]:focus {
   border: solid 2px #aaa;
}

input[type=email], select { 
   outline: none;
}

textarea{
	width: 95%;
	margin: 0.4em;
	background-color: #eee;
	border: 2px solid #eee;
	color: #555;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.2em;
	resize: none;
}

textarea:focus {
   border: solid 2px #aaa;
}

textarea, select { 
   outline: none;
}

input[type=submit]{
	width: 11em;
	margin: 0.4em;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
}

input[type=submit]:hover{
	background-color: #333;
}

input[type=submit]:focus {
   border: none;
}

input[type=submit], select { 
   outline: none;
}
/* /contact */


.img-back{
	margin: 0 auto;
	padding: 5em 0 0 0;
}

/* footer */
footer{
	position: static;
	clear: both;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

small {
	width: 85%;
	margin: 0 auto;
	font-size: 0.7em;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.3em;
	color: #777;
	text-align: center;
}
/* /footer */

}