@charset "UTF-8";

.cover
{
	position: absolute;
	top: 0;
/*	background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0) 7rem, rgba(0,0,0,0) calc(100% - 7rem), rgba(0,0,0,.3));*/
	width: 100%;
	height: 100%;
}
.cover._1
{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.slideFadeContainer .cap
{
	position: absolute;
	bottom: 0;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.slideFadeContainer .cap > p
{
	font-family: 'Roboto-R', 'GG-R', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 1rem;
	padding: .5em 1em;
	background-color: white;
/*	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
	transform:scale(0, 1);
	transform-origin: left center;
/*	text-shadow: 0px 0px 1em rgba(0, 0, 0, 1);*/

/*	text-stroke: 1px #FFF;
	-webkit-text-stroke: 1px #FFF;*/
}

.slideFadeContainer .cap > p > span
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.slideFadeContainer .bannerContainer.end + .cap > p
{
	transform:scale(0, 1);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.slideFadeContainer .bannerContainer.end + .cap > p > span
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.slideFadeContainer .bannerContainer.endfast + .cap > p
{
	transform:scale(0, 1);
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.slideFadeContainer .bannerContainer.endfast + .cap > p > span
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.slideFadeContainer .bannerContainer.st + .cap > p
{
	transform:scale(1, 1);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.slideFadeContainer .bannerContainer.st + .cap > p > span
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.slideFadeContainer .cap > p:nth-of-type(1)
{
	font-family: lsm_font;
	margin-bottom: 1rem;
	font-size: .7rem;
}

.slideFadeContainer .cap > p:nth-of-type(2)
{
	background-color: rgb(50, 50, 50);
	color: white;
	font-size: .8rem;
}

.slideFadeContainer .cap > p:nth-of-type(3)
{
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.slideFadeContainer .cap > p:nth-of-type(3) > a
{
	display: inline-block;
	width: 1rem;
	margin-left: .5em;
	border-bottom-width: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: translateY(.2em);
}

.slideFadeContainer .cap > p:nth-of-type(3) > a:before
{
	content:"";
	display: block;
	padding-top: calc(3000% / 25);
}

.svg .slideFadeContainer .cap > p:nth-of-type(3) > a{background-image: url(../_img/dir_a.svg);}
.no-svg .slideFadeContainer .cap > p:nth-of-type(3) > a{background-image: url(../_img/dir_a.png);}

.slideFadeContainer .bannerContainer.st + .cap > p:nth-of-type(1){transition-delay:0s;}
.slideFadeContainer .bannerContainer.st + .cap > p:nth-of-type(2){transition-delay:.25s;}
.slideFadeContainer .bannerContainer.st + .cap > p:nth-of-type(3){transition-delay:.5s;}

.slideFadeContainer .bannerContainer.end + .cap > p:nth-of-type(1) > span{transition-delay:0s;}
.slideFadeContainer .bannerContainer.end + .cap:nth-of-type(2) > span{transition-delay:.25s;}
.slideFadeContainer .bannerContainer.end + .cap:nth-of-type(3) > span{transition-delay:.5s;}


/**********************************************************************/
/******************************* BANNER *******************************/
/**********************************************************************/

.sc a#entBt
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: translateY(-100vh);
}

a#entBt
{
	-webkit-transition: all 1.0s ease, -webkit-filter 1.0s linear;
	-moz-transition: all 1.0s ease, filter 1.0s linear;
	-ms-transition: all 1.0s ease, filter 1.0s linear;
	-o-transition: all 1.0s ease, filter 1.0s linear;
	transition: all 1.0s ease, filter 1.0s linear;
}

a#entBt.scrollAnim
{
	position: absolute;
	display: block;
	cursor: pointer;
	bottom: 2rem;
	height: 72px;
	width: 5rem;
}

a#entBt.scrollAnim p:nth-of-type(2)
{
	color: rgb(120, 120, 120);
	font-size: 10px;
	position:absolute;
	bottom: 0;
	left: 0;
}

a#entBt.scrollAnim span
{
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: rgb(120, 120, 120);
	
	animation-name: blink_2;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

a#entBt.scrollAnim span:nth-of-type(1),
a#entBt.scrollAnim span:nth-of-type(2)
{
	bottom: 3px;
}
a#entBt.scrollAnim span:nth-of-type(3),
a#entBt.scrollAnim span:nth-of-type(4)
{
	bottom: 6px;
}
a#entBt.scrollAnim span:nth-of-type(1)
{
	right: 3px;
}
a#entBt.scrollAnim span:nth-of-type(2)
{
	right: -3px;
}
a#entBt.scrollAnim span:nth-of-type(3)
{
	right: 6px;
}
a#entBt.scrollAnim span:nth-of-type(4)
{
	right: -6px;
}

a#entBt.scrollAnim span:nth-of-type(5)
{
	bottom: 0;
	right: 0px;
}

a#entBt.scrollAnim p:nth-of-type(1)
{
	position:absolute;
	width: 3px;
	top: 0;
	right: 0px;
	background-image: linear-gradient(to bottom, rgb(120, 120, 120), rgb(120, 120, 120) 3px, transparent 3px, transparent 3px);
	background-size: 3px 6px;
	background-repeat: repeat-y;
	transform-origin: center bottom;
	
	animation-name: shrink;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes shrink
{
	0%
	{
		height: 0;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	50%
	{
		height: 63px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	80%
	{
		height: 63px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	85%
	{
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	100%
	{
		height: 0;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
}

@keyframes blink_2
{
	0%
	{
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	46%
	{
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	52%
	{
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	53%
	{
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	80%
	{
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	100%
	{
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
}


#top
{
	height: 100vh;
	width: 100%;
	z-index: 0;
	margin-bottom: 5rem;
}

.top .slideFadeContainer
{
	background-color: white;
/*	position: fixed;*/
	top: 0;
	height: 100vh;
	z-index: 0;
}

.slideFadeContainer.start
{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	height: 100vh;
	
	-webkit-transition: opacity 1.0s ease, -webkit-filter 1.0s ease;
	-moz-transition: opacity 1.0s ease, filter 1.0s ease;
	-ms-transition: opacity 1.0s ease, filter 1.0s ease;
	-o-transition: opacity 1.0s ease, filter 1.0s ease;
	transition: opacity 1.0s ease, filter 1.0s ease;
}

.slideFadeContainer.stop
{
	height: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}

.sc .slideFadeContainer.start
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease, -webkit-filter .5s ease;
	-moz-transition: opacity .5s ease, filter .5s ease;
	-ms-transition: opacity .5s ease, filter .5s ease;
	-o-transition: opacity .5s ease, filter .5s ease;
	transition: opacity .5s ease, filter .5s ease;
}


/**********************************************************************/
/***************************** 共通フレーム *****************************/
/**********************************************************************/

#exhibition,
#events
{
	background-color: rgb(255, 255, 255);
	padding-bottom: 10rem;
}

/**********************************************************************/
/****************************** News ******************************/
/**********************************************************************/

.newsWrapper
{
	margin: 0rem auto 5rem;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.newsWrapper > a
{
	margin-bottom: .5rem;
}

.newsWrapper > a:last-child
{
	margin-bottom: 0rem;
}

.newsWrapper .date
{
	font-family: 'lsm_font';
	text-transform: uppercase;
	white-space: nowrap;
	color: rgb(120, 120, 120);
	font-size: .8rem;
	min-width: 4rem;
	margin-right: 1rem;
}

.newsWrapper .summary
{
	color: rgb(50,50,50);
	display: inline-block;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

body:not(.touch) .newsWrapper > a:hover .summary
{
	color: rgb(120, 120, 120);
}

.newsWrapper > a .summary:after
{
	content:"";
	display: block;
	position:absolute;
	width: 0;
	height: 3px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgb(120, 120, 120), rgb(120, 120, 120) 3px, transparent 3px, transparent 3px);
	background-size: 6px 3px;
	background-repeat: repeat-x;
	
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

body:not(.touch) .newsWrapper > a:hover .summary:after
{
	width: 100%;
}

/**********************************************************************/
/****************************** Exhibition ******************************/
/**********************************************************************/

.exhibitionWrapper
{
	margin-top: 5rem;
}

.exhibition
{
	border: 3px dotted rgb(120, 120, 120);
	margin-bottom: 3rem;
}

.exhibition.now
{
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.exhibition .stamp
{
	font-family: 'lsm_font';
	text-transform: uppercase;
	color: rgb(120, 120, 120);
	font-size: .5rem;
	
	position: absolute;
	width: 4rem;
	height: 4rem;
	top: -2rem;
	
	border: 3px dotted rgb(120, 120, 120);
	background-color: rgb(255, 255, 255);
	border-radius: 50% 50%;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
}

#exhibition .pageContainer:nth-of-type(2n+1) .stamp
{
	left: -2rem;
}
#exhibition .pageContainer:nth-of-type(2n) .stamp
{
	right: -2rem;
}


.exhibition .img
{
	padding: .5rem;
	width: 100%;
}

.exhibition .img > a
{
	border-width: 0;
	display: block;
	width: 100%;
	line-height: 0;
	background-color: rgb(255, 255, 255);
}

.exhibition .img > a > img
{
	position: relative;
    max-width: 100%;
    min-height: 0%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body:not(.touch) .exhibition .img > a:hover > img
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

.exhibition .text
{
	font-size: .9rem;
	width: 100%;
	border-top: 3px dotted rgb(120, 120, 120);
}

.exhibition.now .text > div
{
	padding: 2rem;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.exhibition.now .text > div > div
{
	margin-right: 2rem;
}

.exhibition.next .text
{
	width: 10%;
	min-width: 250px;
	padding: 2rem;
	border-top: 0px dotted rgb(120, 120, 120);
	border-left: 3px dotted rgb(120, 120, 120);
}

.exhibition.next .text > div
{
	height: 100%;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
}

.exhibition.next .text > div > div
{
	margin-bottom: 2rem;
}

.exhibition.next .open
{
	font-family: 'lsm_font';
	font-size: .7rem;
	text-align: center;
	color: rgb(120, 120, 120);
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 3px dotted;
}

#exhibition .information
{
	margin-top: 5rem;
	-webkit-justify-content: center;
	justify-content: center;
}

#exhibition .information > a
{
	padding: 1.5rem 2rem;
	width: 100%;
	max-width: 20rem;
	border: 3px dotted rgb(120, 120, 120);
	-webkit-justify-content: center;
	justify-content: center;
}

/******************************* NO Text *******************************/

.exhibition a.img img
{
	display: block;
	position: relative;
    max-width: 100%;
    min-height: 0%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.exhibition a.img .imgWrapper
{
	background-color: rgb(0, 0, 0);
	overflow: hidden;
}

body:not(.touch) .exhibition a.img:hover img
{
	
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	transform: scale(1.01);
}

.exhibition .text_bt
{
	position: absolute;
	padding: .5rem 2rem;
	bottom: calc(50% - 1rem);
	right: .5rem;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	background-color: rgb(120, 120, 120, 1);
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

body:not(.touch) .exhibition a.img:hover .text_bt
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.exhibition a.img .dirLink
{
	font-size: .8rem;
}

body:not(.touch) .exhibition a.img:hover .dirLink
{
	color: rgb(50, 50, 50);
}

body:not(.touch) .exhibition a.img:hover  .dirLink._white
{
	color: rgb(255, 255, 255);
}

body:not(.touch) .exhibition a.img:hover .dirLink .dir > p
{
	background-image: linear-gradient(to right, rgb(50, 50, 50), rgb(50, 50, 50) 3px, transparent 3px, transparent 3px);
	animation-name: shrink_x;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

body:not(.touch) .exhibition a.img:hover .dirLink._white .dir > p
{
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 3px, transparent 3px, transparent 3px);
}

body:not(.touch) .exhibition a.img:hover .dirLink .dir > span
{
	background-color: rgb(50, 50, 50);
	animation-name: blink_3;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

body:not(.touch) .exhibition a.img:hover .dirLink._white .dir > span
{
	background-color: rgb(255, 255, 255);
}


/**********************************************************************/
/******************************* Events *******************************/
/**********************************************************************/

#event
{
	margin-bottom: 5rem;
}


/**********************************************************************/
/******************************* About *******************************/
/**********************************************************************/

.statementWrapper
{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.statementWrapper .text
{
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-justify-content: center;
	justify-content: center;
}

.statementWrapper .text
{
	width: calc(50% - 2rem);
}
.statementWrapper .text > p
{
	margin: 1rem 0;
}
.statementWrapper .archi
{
	width: 50%;
	background-image: url(../_img/top/archi.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.statementWrapper .archi:before
{
	content:"";
	display: block;
	padding-top: 65%;
}

.linkWrapper
{
	margin-top: 2rem;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	
	border: 3px dotted rgb(120, 120, 120);
}

.linkWrapper > a
{
	width: calc(20% - 2rem);
	max-width: 10rem;
	min-width: 4rem;
	color: rgb(120, 120, 120);
	font-size: .9rem;
	margin: 1rem;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
		
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.linkWrapper > a > p
{
	text-align: center;
	white-space: nowrap;
}

.linkWrapper > a .icon
{
	width: 100%;
	max-width: 5rem;
	margin-bottom: 0em;
	background-size: cover;
	background-repeat: repeat-x;
}
.svg .linkWrapper > a .icon{background-image: url(../_img/top/icon.svg);}
.no-svg .linkWrapper > a .icon{background-image: url(../_img/top/icon.png);}

body:not(.touch) .linkWrapper > a:hover
{
	color: rgb(50, 50, 50);
}

.linkWrapper > a .icon:before
{
	content:"";
	display: block;
	padding-top:100%;
}

.linkWrapper > a:nth-of-type(1) .icon
{
	background-position: 0% 0%;
}
.linkWrapper > a:nth-of-type(2) .icon
{
	background-position: 25% 0%;
}
.linkWrapper > a:nth-of-type(3) .icon
{
	background-position: 50% 0%;
}
.linkWrapper > a:nth-of-type(4) .icon
{
	background-position: 75% 0%;
}
.linkWrapper > a:nth-of-type(5) .icon
{
	background-position: 100% 0%;
}

/*///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////*/


@media screen and  (max-width: 900px)
{
	.exhibition.next
	{
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.exhibition.next .text
	{
		width: 100%;
		border-top-width: 3px;
		border-left-width: 0;
	}
	
	.exhibition.next .text > div
	{
		padding: 0rem;

		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		
		-webkit-align-items: center;
		align-items: center;
		
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.exhibition.next .text > div > div
	{
		margin-bottom: 0;
		margin-right: 2rem;
	}
}

@media screen and  (max-width: 750px)
{
	.statementWrapper
	{
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.statementWrapper .text
	{
		width: calc(100% - 0rem);
		margin-top: 2rem;
	}
	
	.statementWrapper .text > p
	{
		margin-bottom: 2rem;
	}
	
	.statementWrapper .archi
	{
		width: 100%;
	}
}

@media screen and  (max-width: 600px)
{
	.cover > p:nth-of-type(1)
	{
		font-size: .6rem;
	}
	
	.cover > p:nth-of-type(2)
	{
		font-size: .7rem;
	}
	
	.cover > p:nth-of-type(3)
	{
		font-size: 1rem;
	}
	
	.exhibition.now .text > div,
	.exhibition.next .text > div
	{
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.exhibition.now .text > div > div,
	.exhibition.next .text > div > div
	{
		margin-bottom: 2rem;
		margin-right: 0rem;
	}
	
	.newsWrapper > a
	{
		font-size: .9rem;
		margin-bottom: 1rem;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.newsWrapper > a .date
	{
		font-size: .7rem;
	}
}

@media screen and  (max-width: 450px)
{
	.slideFadeContainer .cap > p:nth-of-type(1)
	{
		font-size: .5rem;
	}
	
	.slideFadeContainer .cap > p:nth-of-type(2)
	{
		font-size: .6rem;
	}
	
	.slideFadeContainer .cap > p:nth-of-type(3)
	{
		font-size: .9rem;
	}
	
	.exhibition .stamp
	{
		width: 3rem;
		height: 3rem;
	}
}

@media screen and (orientation: portrait)
{
	.slideFadeContainer .cap > p:nth-of-type(1)
	{
		margin-bottom: 1rem;
	}
	
	.slideFadeContainer .cap > p:nth-of-type(2)
	{
		background-color: rgb(50, 50, 50);
		color: white;
	}
	
	.slideFadeContainer .cap > p:nth-of-type(3)
	{
		margin-bottom: -1.5em;
	}

	.slideFadeContainer .imgSelector
	{
		top: calc(100% + 2rem);
	}
}