@charset "UTF-8";

/********* EXHIBITION COLLECTION ******/

.collection_now
{
	padding: 2rem;
	border: 3px solid rgb(50, 50, 50);
	background-position: 50% 50%;
	background-image: linear-gradient( to bottom, rgba(0,0,0,.5),  rgba(0,0,0,.7) ), url(../_img/top/collection.jpg);
	background-size: cover;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
}

.collection_now > .text
{
	-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;
}

.collection_now a.link
{
	padding-bottom: 2rem;
	border-bottom: 0;
	color: rgb(240, 240, 240);
	
	-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;
}
.collection_now a.link > h3.en
{
	font-family: 'lsm_font';
	font-size: .9rem;
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.collection_now a.link > h3.en:after
{
	content:"";
	display: block;
	position:absolute;
	width: 100%;
	height: 3px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(240, 240, 240) 3px, transparent 3px, transparent 3px);
	background-size: 6px 3px;
	background-repeat: repeat-x;
}
.collection_now a.link > h3.jp
{
	margin-bottom: 2em;
	font-size: .8rem;
}

.collection_now a.link > h2
{
	font-size: 1rem;
	text-align: center;
	
	-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;
}

.collection_now a.link > h2 > span:first-child
{
	font-family: 'Roboto-R', 'GG-R', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-size: .8rem;
	display: block;
/*	margin-bottom: .5rem;*/
}

.collection_now a.link > h2 > span > span + span
{
	margin-left: .5rem;
}

.collection_now .dirLink
{
	font-size: .8rem;
}
