@charset "UTF-8";

.qtranxs-available-languages-message
{
	display:none;
}

#collection,
.entry-title_p .entry-title,
#top .desc
{
	width: 100%;
	max-width: calc(1280px + 4rem);
	margin: 0rem auto;
	padding: 5rem 2rem 0rem 4rem;
}

.entry-title_p .entry-title
{
	padding: 0rem 2rem 0rem 4rem;
}

#top .desc
{
	padding-top: 0;
	padding-bottom: 2rem;
}

#collection
{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}

#cate
{
	position:sticky;
	top: 4.5rem;
	display: flex;
	flex-direction: column;
	width: 15rem;
}

#cate .now
{
	color: rgb(150, 150, 150);
}

#cate .cate
{
	line-height: 1.3;
	padding-top: .5em;
	font-family: 'Zen-B', serif;
	font-weight: 700;
}

#cate .cate + .cate
{
	margin-top: .5em;
	border-top: 1px solid rgb(200, 200, 200);
}

#cont
{
	width: calc(100% - 20rem);
}

#cont .cont > h3
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	margin-bottom: 1em;
	padding-bottom: .5rem;
	border-bottom: 1px solid;
}

#cont .cont + .cont
{
	margin-top: 3em;
}

.cont > div
{
	display: flex;
	flex-wrap:wrap;
	width: calc(100% + 2rem);
	margin: -1rem;
}

.cont > div .collection
{
	cursor:pointer;
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	
	font-family: 'Roboto-M', 'GG-M', sans-serif;
	font-weight: 550;
	line-height: 1.5;
	
	display:flex;
	flex-direction:column;
	padding-bottom: 2rem;
	
	border-bottom: 1px solid rgb(150, 150, 150);
}

.cont > div .collection h2
{
	font-size: 1rem;
	font-family: 'Roboto-M', 'GG-M', sans-serif;
	font-weight: 550;
}

.img_area figure
{
	width: 100%;
	border: 1px solid rgb(240, 240, 240);
	line-height: 0;
	margin-bottom: 1rem;
	background-color: rgb(0, 0, 0);
}

.img_area figure > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 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;
}

body:not(.touch) .collection:hover .img_area figure > img
{
	opacity: .8;
}

.cont > div .text
{
	padding: 1rem 0 0;
}

.detail
{
	display:none;
}

.modal-body .popup
{
	display:flex;
	flex-direction: column;
	align-items:center;
}

.modal-body .popup figure
{
	border: 1px solid rgb(200, 200, 200);
	background-color: rgb(0, 0, 0);
	line-height: 0;
	margin-bottom: 3rem;
}

.modal-body .popup figure img
{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.modal-body .cate
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	font-size: .7em;
	margin-bottom: .75em;
}

.modal-body h3
{
	font-family: 'Roboto-M', 'GG-M', sans-serif;
	font-weight: 550;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid;
}
.modal-body h3 .subtitle
{
	font-size: .8em;
}

.modal-body .text_area
{
	max-width: 650px;
}

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

@media screen and (max-width: 1200px)
{
	.cont > div .collection
	{
		width:calc(100% / 2 - 2rem);
	}
}

@media screen and (max-width: 1000px)
{
	#collection
	{
		flex-direction: column;
	}
	
	#cate
	{
		position:static;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	
	#cont
	{
		width: calc(100% - 0rem);
	}
	
	.cont > div .collection
	{
		width:calc(100% / 3 - 2rem);
	}
}

@media screen and (max-width: 800px)
{
	.cont > div .collection
	{
		width:calc(100% / 2 - 2rem);
	}
}


@media screen and (max-width: 600px), (max-height: 600px)
{
	#collection, .entry-title_p .entry-title,
	#top .desc
	{
		padding: 0rem 2rem;
	}
}