﻿@charset "shift_jis";
/* 
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, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	background: transparent;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
input, select {vertical-align: middle;}

/* ----------------------------------------------------------------
	Default
----------------------------------------------------------------- */
html {
	font-size: 62.5%;
	/* ベースを10pxに */
}
body {
	background-color: #296e36;
	color: #fff;
	font-family: "Helvetica", "Helvetica CE", "HelveticaNeue Condensed", 'Karla', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
	font-size: 1.6em;
	/* body → 16px */
	height: 100%;
	line-height: 1.35;
	margin: 0; 
	/* min-width: 1000px; */
	padding: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	z-index: 0;
}
a {
	color: #152666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
img {
	border:none;
	vertical-align:bottom;
}
ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,dd,dt {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
h1,h2,h3,h4,h5,form,p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.googletag,
.scimage {
	left: -100px;
	position: absolute;
	top: -100px;
	visibility: hidden;
	z-index: 2;
}

/* .clearfix
----------------------------------------------- */
.clearfix {
	zoom:1;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

/* ----------------------------------------------------------------
	Common
----------------------------------------------------------------- */
.sp {
	display: none;
}

/* ----------------------------------------------------------------
	Back ground image set
----------------------------------------------------------------- */
#bg-container > div {
	background: #fff;
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	height: 100%!important;
	height: 100vh!important;
	left: 0!important;
	position: fixed!important;
	top: 0!important;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	/*
	transition: all .2s ease;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	*/
	width: 100%;
	z-index: -5;
}
#contents-container {
	position: relative;
	width: 100%;
	z-index: 5;
}

/* ----------------------------------------------------------------
	Header & G nav
----------------------------------------------------------------- */
#header {
	color: #000;
	padding: 40px 0 20px;
	margin: 0 auto 10px;
	width: 768px;
}
#header h1 {
	color: #000;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
#header h1 a {
	color: #fff !important;
}
#header .link-insta {
	display: block;
	height: 30px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}
#global-nav li {
	color: #000;
	display: inline-block;
	font-family: "Times New Roman";
	font-size: 19px;
	font-size: 1.9rem;
	margin-right: 10px;
}
#global-nav li a {
	color: #000;
}
#global-nav li a:link, 
#global-nav li a:visited, 
#global-nav li a:active {
	color: #000;
}
#global-nav li a:hover {
	color: #444444;
}

/* ----------------------------------------------------------------
	Footer
----------------------------------------------------------------- */
#footer {
	padding: 15px 0;
	text-align: center;
	margin: 30px auto 0;
	width: 768px;
}
.copy-right-txt {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.copy-right-txt a {
	color: #fff;
}

/* ----------------------------------------------------------------
	Main contents
----------------------------------------------------------------- */
.contents-wrapper {
	margin: 0 auto;
	min-height: 50vh;
	width: 768px;
}
.link-img img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity .5s cubic-bezier(.23, 1, .32, 1);
	-webkit-transition: opacity .5s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: opacity .5s cubic-bezier(.23, 1, .32, 1);
}
.link-img:hover img, .link-img:active img, .link-img:focus img {
	opacity: .7;
}

.index-hero-text {
	font-family: "Times New Roman";
	font-size: 18px;
}
.index-hero-text > div {
	text-align: left;
	line-height: 1.5;
}
.index-hero-text a {
	color: #fff !important;
	text-decoration: underline;
}
.index-hero-text a:hover {
	text-decoration: none;
}
.index-hero-text .index-insta-link {
	font-family: "Helvetica", "Helvetica CE", "HelveticaNeue Condensed", 'Karla', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
	font-weight: bold;
}

/* ----------------------------------------------------------------
	About
----------------------------------------------------------------- */
.js-tab-contents {
	display: none;
}
.js-tab-contents.is-active {
	display: block;
}
.about-link {
	font-size: 1.6rem;
	margin: 60px 0 40px;
}
.about-link a {
	color: #000;
}
.about-detail {
	font-size: 1.4rem;
	line-height: 1.7;
}
.hdg-about {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.hdg-about-02 {
	font-size: 1.45rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.about-list > li {
	display: table;
	margin-bottom: 0;
}
.about-list .list-year {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}
.about-list .list-body {
	display: table-cell;
	vertical-align: top;
}

/* .col-box
----------------------------------------------- */
.col-box {
	margin-bottom: 20px;
	margin-left: -15px;
	zoom: 1;
}
.col-box:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.col-box > .col-wrapper {
	float: left;
	vertical-align: top;
}
.col-box > .col-wrapper > .col-content {
	margin-left: 15px;
}
.col-box > .col-wrapper > .col-content img {
	max-width: 100%;
}
.col-box > .col-wrapper > .col-content > :last-child {
	margin-bottom: 0;
}
.col-box._col2 > .col-wrapper {width:50%;}
.col-box._col3 > .col-wrapper {width:33.33333%;}
.col-box._col4 > .col-wrapper {width:25%;}

/* ----------------------------------------------------------------
	Info
----------------------------------------------------------------- */
.info-list > li {
	border-bottom: 1px solid #6E6E6E;
	padding: 30px 20px;
	zoom:1;
}
.info-list > li:last-child {
	border-bottom: none;
}
.info-list > li:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.info-list > li ._txt {
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	width: 60%;
}
.info-list > li ._img {
	float: right;
	width: 40%;
}

/* ----------------------------------------------------------------
	Collection
----------------------------------------------------------------- */
.collection-list li {
	font-size: 1.4rem;
	margin-bottom: 18px;
}
.collection-list li a {
	color: #fff;
	display: inline-block;
	padding-left: 13px;
	position: relative;
	text-decoration: underline;
}
.collection-list li a:hover {
	text-decoration: none;
}
.collection-list li a:before {
	border: 1px solid #fff;
	border-bottom: transparent;
	border-left: transparent;
	content: "";
	display: block;
	height: 5px;
	left: -3px;
	margin: -4px 0 0;
	position: absolute;
	top: 54%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
}
.collect-box {
	zoom:1;
}
.collect-box:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.collect-box ._txt {
	float: left;
	font-size: 14px;
	width: 20%;
}
.collect-box ._img {
	float: right;
	width: 80%;
}
.collect-box ._img p {
	margin-bottom: 20px;
}
.hdg-collect {
	font-weight: bold;
	margin-bottom: 20px;
}
.staff-list dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.staff-list dd {
	margin-bottom: 20px;
}
.staff-list a {
	color: #000;
	text-decoration: underline;
}
.staff-list a:hover {
	color: #3F3F3F;
	text-decoration: none;
}
.video-wrapper {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video,
.video-wrapper noscript{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.video-wrapper img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.gallery-list {
	margin-left: -5px;
	zoom:1;
}
.gallery-list:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.gallery-list li {
	float: left;
	margin-bottom: 5px;
	width: 33.33%;
}
.gallery-list li a {
	display: block;
	margin-left: 5px;
}

.installation-list li {
	margin-bottom: 5px;
}
.installation-list li img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	/* ----------------------------------------------------------------
		Default
	----------------------------------------------------------------- */
	body {
		font-size: 1.4rem;
		min-width: 320px;
		zoom:1;
	}
	img {
		height: auto;
		max-width: 100%;
		width: auto\9; /* ie8 */
	}
	
	/* ----------------------------------------------------------------
		Common
	----------------------------------------------------------------- */
	.sp {
		display:block;
	}
	img.sp ,
	br.sp ,
	a.sp {
		display:inline;
	}
	.pc {
		display:none;
	}
	
	/* ----------------------------------------------------------------
		Back ground image set
	----------------------------------------------------------------- */
	#bg-container > div {
		height: 120vh!important;
	}
	#contents-container {
	}
	
	/* ----------------------------------------------------------------
		Header & G nav
	----------------------------------------------------------------- */
	#header {
		box-sizing: border-box;
		padding: 30px 10px 10px;
		width: 100%;
	}
	#header h1 {
		font-size: 22px;
		margin-bottom: 5px;
		text-align: center;
	}
	#header h1 a {
	}
	#global-nav li {
		display: block;
		font-size: 1.6rem;
		margin-bottom: 5px;
		margin-right: 0;
		text-align: center;
	}
	#global-nav li a {
		display: block;
	}
	
	/* ----------------------------------------------------------------
		Footer
	----------------------------------------------------------------- */
	#footer {
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
		margin: 30px auto 0;
		width: 100%;
	}
	.copy-right-txt {
		font-size: 1.1rem;
	}
	
	/* ----------------------------------------------------------------
		Main contents
	----------------------------------------------------------------- */
	.contents-wrapper {
		box-sizing: border-box;
		margin: 0 auto;
		min-height: 60vh;
		padding: 10px;
		width: 100%;
	}
	.index-hero-text {
		font-size: 17px;
	}
	
	/* ----------------------------------------------------------------
		About
	----------------------------------------------------------------- */
	.about-link {
		margin: 40px 0 40px;
	}
	.about-detail {
		font-size: 1.2rem;
	}
	.hdg-about {
		font-size: 1.5rem;
		margin-bottom: 7px;
	}
	.hdg-about-02 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	
	/* .col-box
	----------------------------------------------- */
	.col-box {
		margin-left: 0;
	}
	.col-box > .col-wrapper {
		float: none;
		margin-bottom: 20px;
	}
	.col-box > .col-wrapper > .col-content {
		margin-left:0;
	}
	.col-box._col2 ,
	.col-box._col3 ,
	.col-box._col4 {
		margin-left: 0;
	}
	.col-box._col2 > .col-wrapper ,
	.col-box._col3 > .col-wrapper ,
	.col-box._col4 > .col-wrapper {
		width:100%;
	}
	.col-box._col2 > .col-wrapper > .col-content ,
	.col-box._col3 > .col-wrapper > .col-content ,
	.col-box._col4 > .col-wrapper > .col-content {
		margin-left:0;
	}
	.col-box > .col-wrapper:last-child {
		margin-bottom: 0;
	}
	
	/* ----------------------------------------------------------------
		Info
	----------------------------------------------------------------- */
	.info-list > li {
		padding: 20px 5px;
	}
	.info-list > li ._txt {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
	}
	.info-list > li ._img {
		float: none;
		width: 100%;
	}
	
	/* ----------------------------------------------------------------
		Collection
	----------------------------------------------------------------- */
	.collect-box {
	}
	.collect-box ._txt {
		float: none;
		text-align: center;
		width: 100%;
	}
	.collect-box ._img {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.collect-box ._img p {
		margin-bottom: 10px;
	}
	.hdg-collect {
		margin-bottom: 15px;
	}

}