@charset "UTF-8";
/* Reset Style */
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	color: #000;
}
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
	font: 16px/1.231 arial, helvetica, clean, sans-serif;
 *font-size: small;
 *font: x-small;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size: 108%;
	line-height: 100%;
}
/* clearfix */
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	background: #000;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", sans-serif;
	/*font-weight: 400;*/
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.5;
}
main{
	min-height: 1024px;
	position: relative;
	padding-bottom: 200px;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	color: #fff;
}
.spOnly {
	display: none;
}
.pcOnly {
	display: block;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
header {
	display: block;
	background-color: #000;
}
header #headerInner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px;
}
header #headerInner h1 {
	float: left;
}
header #headerInner #headerMenu {
	float: right;
}
header #headerInner #headerMenu li {
	float: left;
	margin-right: 30px;
}
header #headerInner #headerMenu li.icTwitter,
header #headerInner #headerMenu li.icFacebook {
	margin-top: 3px;
}
header #headerInner #headerMenu li.btnEnglish {
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px #fff solid;
}
header #headerInner #headerMenu li.btnEnglish a {
	display: block;
	padding: 6px 15px 5px;
}
@media all and (-ms-high-contrast:none){
    *::-ms-header #headerInner #headerMenu li.btnEnglish a {padding: 7px 15px 3px;}
    header #headerInner #headerMenu li.btnEnglish a {padding: 7px 15px 3px;}
}
header #headerInner #headerMenu li:last-child {
	margin-right: 0;
}
#worksArea header #headerInner .icTwitter,
#worksArea header #headerInner .icFacebook,
#activitiesArea header #headerInner .icTwitter,
#activitiesArea header #headerInner .icFacebook,
#overviewArea header #headerInner .icTwitter,
#overviewArea header #headerInner .icFacebook,
#processArea header #headerInner .icTwitter,
#processArea header #headerInner .icFacebook,
#exhibitArea header #headerInner .icTwitter,
#exhibitArea header #headerInner .icFacebook,
#movieArea header #headerInner .icTwitter,
#movieArea header #headerInner .icFacebook{
	display: none;
}
header #headerInner img {
	vertical-align: middle;
}
header .gNav {
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding-bottom: 10px;
}
header .gNav .gnavInner {
	width: 1000px;
	margin: 0 auto 20px;
	padding: 10px;
}
header .gNav h2 {
	float: left;
}
header .gNav .pc_gnav {
	float: right;
	box-sizing: border-box;
	margin-top: 15px;
}
header .gNav .pc_gnav li {
	display: inline-block;
	margin-right: 40px;
}
header .gNav .pc_gnav li:last-child {
	margin-right: 0;
}
header .gNav .pc_gnav li a {
	display: block;
	padding-bottom: 10px;
}
header .gNav .pc_gnav li a:hover {
	border-bottom: 2px #a38e21 solid;
}

/*----------------------------------------------------
	current
----------------------------------------------------*/
#worksArea header .gNav .pc_gnav li.works a,
#activitiesArea header .gNav .pc_gnav li.activities a,
#processArea header .gNav .pc_gnav li.process a,
#overviewArea header .gNav .pc_gnav li.overview a,
#exhibitArea header .gNav .pc_gnav li.exhibit a,
#movieArea header .gNav .pc_gnav li.movie a{
	border-bottom: 2px #a38e21 solid;
}

/*----------------------------------------------------
	main font color
----------------------------------------------------*/
#worksArea main,
#activitiesArea main,
#activitiesArea #box_tab li.current a,
#processArea main,
#overviewArea main,
#exhibitArea main,
#movieArea main{
	color: #252525;
}


/*----------------------------------------------------
	inview.js
----------------------------------------------------*/
.inviewBox{
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: 1.0s;
}
.inviewBox.overview{
	transition: 2.0s;
}
.inviewBox_L{
	opacity: 0;
	transform: translate(-100px, 50px);
	-webkit-transform: translate(-100px, 50px);
	transition: 1.0s;
}
.inviewBox_R{
	opacity: 0;
	transform: translate(100px, 50px);
	-webkit-transform: translate(100px, 50px);
	transition: 1.0s;
}
.fadeInUp{
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}



/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
.arw-linebar {
    background-color: #efefef;
    color: #333;
    display: block;
    height: 60px;
	border-top: solid 2px #FFF;
    overflow: hidden;
    position: absolute;
    width: 100%;
	bottom: 80px;
}
.arw-linebar:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #ccc;
    width: 50%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 0;
}
.arw-linebar:after {
    position: absolute;
    display: block;
    content: " ";
    background-color: #efefef;
    width: 50%;
    height: 60px;
    top: 0;
    right: 0;
    z-index: -1;
}
.arw-linebar .cg-wrap.fp-area {
    background-color: #efefef;
    position: relative;
    z-index: 2;
	margin: 0 auto;
    width: 1000px;
}
.arw-linebar .cg-wrap {
    background-color: #efefef;
    padding: 0;
}
ul.foot-print li {
    font-size: 1.6rem;
}
ul.foot-print li {
    box-sizing: border-box;
    display: table-cell;
    height: 60px;
    line-height: 1.2em;
    vertical-align: middle;
}
ul.foot-print li a {
    color: #333;
}
ul.foot-print li a.ico-home {
    background-color: #ccc;
    background-image: url("/ja/tsuzuri/img/common/ico-home-w.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 45px;
    position: relative;
}
ul.foot-print li a, ul.foot-print li span {
    box-sizing: border-box;
    display: table-cell;
    height: 60px;
    padding: 0 0 0 40px;
    vertical-align: middle;
}
ul.foot-print li a.ico-home:after {
    border-color: transparent transparent transparent #ccc;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    box-sizing: border-box;
    content: " ";
    height: 60px;
    position: absolute;
    right: -60px;
    top: 0;
    width: 0;
    z-index: 1;
}
ul.foot-print li a.mark-ku {
    position: relative;
}
ul.foot-print li a.mark-ku:after {
    position: absolute;
    content: "";
    top: 9px;
    right: -20px;
    width: 42px;
    height: 42px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	padding: 10px 0;
	border-top: 4px #ececec solid;
	background-color: #000;
	font-size: 14px;
	font-size: 1.4rem;
}
footer .footerContent {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
footer .footerContent #copyright {
	float: left;
}
footer .footerContent #footerMenu {
	float: right;
}
footer .footerContent #footerMenu li {
	display: inline-block;
}
footer .footerContent #footerMenu li a:hover {
	color: #a38e21;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
footer .footerContent .topNav .topNavContent a {
	display: inline-block;
	border-radius: 6px 6px 0 0;
	padding: 10px 3.75em 6px 1.67em;
	color: #000;
	background: #ececec url(/ja/tsuzuri/img/common/bg-nav-pagetop.png) 12.5em 1.2em no-repeat;
	position: absolute;
	right: 0;
	bottom: 32px;
}
footer .footerContent .topNav .topNavContent a:hover {
	opacity: 0.7;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}





@media screen and (max-width:991px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	main{
		padding-bottom: 25px;
	}
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	/*----------------------------------------------------
		#header
	----------------------------------------------------*/
	header #headerInner {
		width: 100%;
		padding: 10px 15px 8px;
		margin-bottom: 0;
		box-sizing: border-box;
		/*border-bottom: 1px #fff solid;*/
	}
	header #headerInner h1 img {
		width: 80px;
		height: auto;
		vertical-align: bottom;
	}
	header .gNav {
		position: relative;
		background-color: #000;
		width: 100%;
	}
	header .gNav .gnavInner {
		width: 100%;
		padding: 0;
	}
	header .gNav .gnavInner h2 {
		margin-left: 15px;
	}
	header .gNav .spMenu {
		position: absolute;
		top: 5px;
		right: 10px;
		z-index: 1;
	}
	header .gNav .sp_gnav {
		display: none;
		width: 100%;
		box-sizing: border-box;
		position: absolute;
		top: 40px;
		z-index: 2;
		border: 1px #a38e21 solid;
		background-color: rgba(0, 0, 0, 0.9);
	}
	header .gNav .sp_gnav li {
		border-bottom: 1px solid #787878;
	}
	header .gNav .sp_gnav li:last-child {
		border-bottom: none;
	}
	header .gNav .sp_gnav li a {
		display: block;
		padding: 15px 50px 15px 30px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#snsArea {
		  background-color: #fff;
		  padding-bottom: 30px;
		}
		#snsArea .snsInner {
		  width: 100px;
		  margin: 0 auto;
		}
		#snsArea .snsInner .icTwitter {
		  float: left;
		}
		#snsArea .snsInner .icFacebook {
		  float: right;
		}


	/*----------------------------------------------------
		footer
	----------------------------------------------------*/
	footer {
		padding: 0;
		border-top: none;
	}
	footer .footerContent {
		width: 100%;
	}
	footer .footerContent #copyright {
		float: none;
		display: block;
		background-color: #000;
		padding: 10px;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		font-family: Verdana;
	}
	footer .footerContent #footerMenu {
		float: none;
		background-color: #555;
		padding: 20px;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
	}
	footer .footerContent #footerMenu li a:hover {
		color: #fff;
		text-decoration: none;
		-webkit-transition: none;
		transition: none;
	}
	footer .footerContent .topNav .topNavContent a {
		display: block;
		border-radius: 0;
		padding: 0;
		background: none;
		position: fixed;
		right: 10px;
		bottom: 130px;
	}

}

@media screen and (max-width:479px) {
	main{
		min-height: 550px;
	}
}
