@charset "UTF-8";

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


/**********************************************************************/
/********************************* Title ********************************/
/**********************************************************************/


#title
{
	margin-top: clamp(3rem, 10vw, 5rem);
	background-color: rgba(255, 255, 255, 1);
	padding-bottom: max(5vw, 5rem);
	width: 100%;
}

#title > figure
{
	width: 100%;
	height: min(50vh, 500px);
}

#title > figure > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

#title h1
{
	transition-delay: .5s;
	display:flex;
	flex-direction:column;
	align-items: center;
	font-size: clamp(1.7rem, 5vw, 2.5rem);
	margin-bottom: 0em;
	margin-top: -2em;
}
#title h1> span:nth-of-type(1)
{
	font-size: max(.6em, .7rem);
	padding: 0 .5em .25em;
	margin-bottom: .25em;
	border-bottom: 1px solid rgb(100, 100, 100);
}

#title div.statement > div
{
	font-family: "Zen", serif;
	transition-delay: 1s;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	padding: 0 2rem;
}

#title div.statement div + div
{
	margin-top: 1.75em;
}

#title div.statement p
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

#title div.statement p + p
{
	margin-top: .25em;
}


.slide_linear
{
	width: 100%;
	padding-top: 3rem;
	padding-bottom: clamp(80px, 15vw, 130px);
	margin-top: min(2rem, 5vw);
	overflow: hidden;
}

/*.slide_linear:before
{
	content:"";
	display:block;
	position:absolute;
	top: 2rem;
	height:700px;
	width: 100%;
	background-image:url(../_img/bg.jpg);
}*/

.slide_linear a.image
{
	cursor: pointer;
	background-color: rgb(0, 0, 0);
}

body:not(.touch) .slide_linear a.image img
{
	transition: all .5s ease;
}

body:not(.touch) .slide_linear a.image:hover img
{
	opacity: .8;
}

.slide_linear .slideWrapper
{
	opacity: 0;
	-webkit-transition: transform .5s ease, opacity .5s ease;
	-moz-transition: transform .5s ease, opacity .5s ease;
	-ms-transition: transform .5s ease, opacity .5s ease;
	-o-transition: transform .5s ease, opacity .5s ease;
}

.slide_linear.end .slideWrapper
{
	opacity: 1;
	transform:translateX(0vw);
}


/**********************************************************************/
/****************************** Contents *******************************/
/**********************************************************************/

#about > div
{
	padding: max(5rem, 5vw) 0 max(5rem, 5vw);
/*	box-shadow: 0 -5px 25px rgba(0, 0, 0, .1);*/
}

#about > div + div
{
	border-top: 1px solid rgb(200, 200, 200);
}
/*#about > div:nth-of-type(2n + 1)
{
	background-color: rgba(255, 255, 255, 1);
}*/

#about .head
{
	max-width: 650px;
	margin: max(3vw, 3rem) auto max(2vw, 2rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	
	line-height: 2;
	font-size: clamp(1.1rem, 2vw, 1.3rem);
}

#about .head h2
{
	display: flex;
	flex-direction:column;
	align-items:center;
	font-size: clamp(1.3rem, 3vw, 2rem);
	margin-bottom: 1.5em;
	padding-bottom: .25em;
	border-bottom: 1px solid;
}

#about .head h2 > span
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#about .desc
{
/*	font-family: "Zen", serif;*/
}
#about .desc p
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#about .link
{
	font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.slide_wrapper
{
	width: 100%;
}

.slideFadeContainer + .sumnailWrapper
{
	margin-top: 2rem;
}

.sumnailWrapper,
.sumnailWrapper > div
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sumnailWrapper > div
{
	margin-left: -.5rem;
	width: calc(100% + 1rem);
}

.sumnailWrapper .sum
{
	width: calc( (100% - 6rem) / 6);
	aspect-ratio: 4 / 3;
	margin: .5rem;
	background-color: black;
	cursor:pointer;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.sumnailWrapper .sum.gray > img,
body:not(.touch) .sumnailWrapper .sum:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

.sumnailWrapper .sum > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

.cap_wrapper_wrapper
{
	width: 100%;
	margin: 0 auto;
	max-width: 650px;
	overflow: hidden;
}

.cap_wrapper
{
	display: flex;
	flex-wrap: nowrap;
}

.cap_wrapper .cap_text
{
	width: 100%;
	padding: 2rem;
}

.cap_text h4
{
	margin-bottom: .5em;
}

.cap_text div
{
	font-size: .9em;
	font-family: R-R, GG-R, sans-serif;
	color: rgb(75, 75, 75);
}

#about .data
{
	margin-top: max(3vw, 3rem);
	background-color: rgb(250, 250, 250);
	padding: 1rem;
}

#about .data table
{
	width: 100%;
}

#about .data td
{
	padding-top: .5em;
	padding-bottom: .5em;
}

#about .data tr + tr td
{
	border-top: 1px solid rgb(200, 200, 200);
}

#about .data ul
{
	display: flex;
	flex-wrap: wrap;
}
#about .data li
{
	list-style: none;
	display: block;
	padding-left: 1em;
	padding-right: .5em;
}

#about .data li:before
{
	content:"";
	display: block;
	position:absolute;
	width: .5em;
	left: 0;
	top: .5em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: rgb(200, 200, 200);
}

#about .data td.name
{
	width: 5rem;
	padding-right: 1em;
	color: rgb(100, 100, 100);
	font-size: .9em;
	font-family: R-R, GG-R, sans-serif;
	white-space: nowrap;
}

#about .link
{
	display: flex;
	flex-direction: column;
	align-items: center;
/*	margin-top: max(3vw, 3rem);*/
}


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


@media screen and (max-width: 600px)
{
	.sumnailWrapper .sum
	{
		aspect-ratio: 1 / 1;
	}
	
	#about .data td
	{
		display: block;
	}
	#about .data td.name
	{
		width:100%;
		padding-bottom: 0;
	}
	#about .data tr + tr td + td
	{
		border-top-width: 0;
		padding-top: 0;
	}
}