@charset "utf-8";

/* -----------------------------------
	layout
----------------------------------- */
body {
	background: #e6e6e6;
	font-family: 'Pavanam', 'Noto Sans JP', sans-serif;
	font-weight: 300;
}



/* -----------------------------------
	parts
----------------------------------- */
#contents a .csp {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#contents a .csp:hover {
	opacity: 0.6;
}



/* -----------------------------------
	header
----------------------------------- */

#header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #fff;
}
#header h1 {
	padding-top: 29px;
	margin-bottom: 7px;
}
#header h1 a {
	margin: 0 auto;
}
#header ul.globalNav {
	clear: both;
	width: 310px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#header ul.globalNav li {
	float: left;
	padding-right: 11px;
}
#header ul.globalNav li a {
	padding: 10px 0;
	display: block;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#header ul.globalNav li a:hover {
	opacity: 0.6;
}
#header ul.globalNav li.future {
	padding-right: 0;
}
#header .current {
	position: absolute;
	left: 40%;
	bottom: -10px;
	width: 310px;
}
#header .current p {
	height: 10px;
	background: #e6e6e6;
}



/* -----------------------------------
	contents
----------------------------------- */
#contents {
	padding-top: 120px;
	text-align: left;
}



/* -----------------------------------
	top
----------------------------------- */
#top #header {
	height: 50%;
	min-height: 120px;
}
#top #contents {
	padding-top: 0;
	height: 100%;
}



/* -----------------------------------
	past（インデックス）
----------------------------------- */
#past div.pastArea { padding: 10px; }
.grid-gutter { width: 1.1%; }
.grid-sizer { width: 32.6%; }
.grid-item { width: 32.6%; margin-bottom: 10px; line-height: 0; background-color: white; }
.grid-item-width2 { width: 66.2%; }
.grid-item-width3 { width: 100%; }
.grid-item a img { width: 100%; height: auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.grid-item a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -ms-filter: "alpha(opacity=70)"; }



@media only screen and ( min-width: 1200px ) {
	.grid-gutter { width: 1%; }
	.grid-sizer { width: 24.25%; }
	.grid-item { width: 24.25%; margin-bottom: 10px; }
	.grid-item-width2 { width: 49.5%; }
	.grid-item-width3 { width: 74.75%; }
}

/* -----------------------------------
	past（個別）
----------------------------------- */
#past div.worksArea { padding: 10px; }
#past div.worksArea div.work { margin-bottom: 10px; line-height: 1; }
#past div.worksArea div.work img { width: 100%; height: auto; }
#past div.worksArea div.workVideo { position: relative; width: 100%; padding-top: 56.25%; }
#past div.worksArea div.workVideo iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
#past div.worksArea div.workCredit { line-height: 1.8; text-align: center; padding: 60px; font-family: 'Pavanam', sans-serif; font-size: 120%; letter-spacing: 0.1em; }

#past p.pastLink { text-align: center; padding-bottom: 30px; }
#past p.pastLink a { font-family: 'Pavanam', sans-serif; color: #ccc; font-size: 132%; letter-spacing: 0.1em; transition:ease .5s; -webkit-transition:ease .5s; }
#past p.pastLink a:hover { text-decoration: none; color: #aaa; }



/* -----------------------------------
	present
----------------------------------- */
#present div.instaArea {
	padding: 10px;
}
#present ul#instafeed { overflow:hidden; }
#present ul#instafeed li { float: left; width: 32%; margin: 0.65%; }
#present ul#instafeed li a img { width: 100%; height: auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#present ul#instafeed li a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -ms-filter: "alpha(opacity=70)"; }
#present ul#instafeed li span { display: block; margin: 8px 0; overflow:hidden; color: #777; height: 3em; font-size: 85%; line-height: 1.35; }


/* -----------------------------------
	future
----------------------------------- */
#future #header {

}
#future #contents {
	width: 430px;
	margin: 0 auto;
	text-align: left;
}
/*
#future #contents .nav {
	margin-bottom: 17px;
}
#future #contents .nav li {
	float: left;
	margin-right: 20px;
}
#future #contents .nav li.access {
	margin-right: 0;
}
#future #contents .nav li a {
	display: block;
	padding: 18px 0;
}
*/
#future #contents section {
	margin-bottom: 45px;
	line-height: 1.4em;
}
#future #contents section h3 {
	margin: 0 0 22px 0;
}
#future #contents section p { color: #4d4d4d; font-size: 93%; line-height: 1.8em; }
#future #contents section img { -ms-interpolation-mode: bicubic; }



#future #contents #contact { margin-top: 45px; font-family: 'Pavanam', sans-serif; font-size: 180%; letter-spacing: 0.1em; }
#future #contents #contact a { color: #4d4d4d; transition:ease .5s; -webkit-transition:ease .5s; }
#future #contents #contact a:hover { color: #999; text-decoration: none; }
#future #contents #contact p.tel { margin: 0; line-height: 1.4em; }
#future #contents #contact p.em { margin: 0; line-height: 1.4em; }



#future #contents #about .dltable dt,
#future #contents #about .dltable dd {
	font-size: 93%;
	line-height: 1.8em;
	/*display: inline-block;*/
}

#future #contents #about .dltable dt {
    clear: both;
    float: left;
}
#future #contents #about .dltable dd br {
	display: none;
}
#future #contents #access p.download {
	margin: 0;
}
#future #contents #access p.download a {
	color: #000;
}
#future #contents #access .map {
	background: #fff;
}
#future #contents #access .map a {
	display: block;
}





/* ==============================
レスポンシブ
============================== */
@media only screen and (max-width: 767px) {
	/* ---------- header ---------- */
	#header {
		position: relative;
		height: 95px;
	}
	#header h1 {
		padding-top: 26px;
		margin-bottom: 3px;
	}
	#header ul.globalNav {
		width: 233px;
	}
	#header ul.globalNav li {
		padding-right: 8px;
	}
	#header ul.globalNav li.future {
		padding-right: 0;
	}
	#header .current p {
		height: 7px;
	}
	/* ---------- contents ---------- */
	#contents {
		padding-top: 0;
	}
	/* ---------- top ---------- */
	#top #header {
		position: fixed;
	}

	/* ---------- past（インデックス） ---------- */
	.grid-gutter { width: 0%; }
	.grid-sizer { width: 100%; }
	.grid-item { width: 100%; }
	.grid-item-width2 { width: 100%; }
	.grid-item-width3 { width: 100%; }
	/* ---------- past（個別） ---------- */
#past div.worksArea div.workCredit { padding: 30px 10px; font-size: 90%; letter-spacing: 0.1em; }

	/* ---------- present ---------- */
	#present { min-width: 480px; }
	
	
	#present ul#instafeed li { float: none; width: 100%; margin: 0 0 10px; }
	#present ul#instafeed li span { margin: 5px 0; }









	/* ---------- future ---------- */
	#future #contents {
		width: 233px;
	}
	#future #contents .nav {
		margin-bottom: 10px;
	}
	#future #contents .nav li {
		margin-right: 16px;
	}
	#future #contents section {
		margin-bottom: 30px;
	}
	#future #contents section h3 {
		margin-bottom: 10px;
	}
	#future #contents section p {
		margin: 0;
		font-size: 100%;
	}



	#future #contents #contact { margin-top: 30px; font-size: 138%; }



	#future #contents #about .dltable dt,
    #future #contents #about .dltable dd {
	    font-size: 100%;
	    line-height: 1.4em;
    }
    #future #contents #about .dltable dt {
	    width: 5em;
    }
    #future #contents #about .dltable dd {
	    margin-left: 5em;
	    margin-bottom: 0.3em;
    }
    #future #contents #about .dltable dd br {
		display: block;
	}
    #future #contents #access .map a img {
		width: 100%;
	    height: auto;
	}
}
