@charset "UTF-8";

#selector
{
	color: rgb(255, 255, 255);
}
.menu #selector
{
	color: rgb(0, 0, 0);
}

#selector .hamburger span
{
	background-color: rgb(255, 255, 255);
}

.hamburgerOpen #selector .hamburger span,
.menu #selector .hamburger span
{
	background-color: rgb(0, 0, 0);
}

#selector .logo
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	pointer-events: none;
}


/*//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// TOP /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

a#entBt
{
	position: absolute;
	display: block;
	cursor: pointer;
	bottom: 0rem;
	width: 4rem;
	height: 9rem;
	left: 0rem;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1000;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a#entBt:hover
{
	border-bottom-width: 0px;
}

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

a#entBt p
{
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .75rem;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	transform-origin: center left;
	transform: rotate(90deg);
	top: 0;
	left: 2rem;
}

a#entBt span
{
	position: absolute;
	bottom: 0rem;
	left: 50%;
	width: 1px;
	height: 5rem;
	border-left: 1px solid rgba(255, 255, 255, 1);
	box-sizing: border-box;
}

a#entBt span::before
{
	position: absolute;
	top: 0px;
	left: 50%;
	content: '';
	width: 6px;
	height: 2px;
	margin-left: -3px;
	background-color:  rgba(255, 255, 255, 1);
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0rem);
		opacity: 0;
	}
	20% {
		transform: translate(0, 0rem);
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 5rem);
		opacity: 1;
	}
	100% {
		transform: translate(0, 5rem);
		opacity: 0;
	}
}

.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;
}

#top_slide .cover
{
	pointer-events: none;
	position: absolute;
	top: 0;
	background-image: radial-gradient(rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 0), radial-gradient(rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 0);
	background-position: 0 0, 2px 2px;
	background-size: 4px 4px;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}

#top_slide .imgSelector
{
	display: none;
}

#top_slide .logo
{
	pointer-events: none;
	position: absolute;
	display:flex;
	align-items:center;
	justify-content: center;
	top:0;
	width: 100%;
	height: 100%;
	
}

#top_slide .logo:after
{
	content:"";
	aspect-ratio:450 / 200;
	width: clamp(300px, 50vw, 25rem);
	background-size: cover;
	background-image: url(../_img/logo_wh.svg);
}

#top_slide
{
	position:sticky;
	top: 0;
	overflow:hidden;
}

/**********************************************************************/
/**************************** Description ******************************/
/**********************************************************************/

#description
{
	padding: max(5rem, 10vw) max(2rem, 10vw);
	background-color: rgb(240, 240, 240);
	 min-height: 100vh; 
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#description > div
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}

#description h2
{
	writing-mode: vertical-rl;
	font-size: clamp(2.2rem, 5vw, 3rem);
	position:sticky;
	top: 2rem;
	white-space: nowrap;
}

#description > div > div
{
	transition-delay: .5s;
	margin-left: max(10vw, 5rem);
}

#description .photo
{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin: 2rem min(-2vw, -.5rem) 2rem;
}

#description .photo img
{
	width: 100%;
	height: auto;
}

#description .photo > figure,
#description .photo > div
{
	width: 50%;
	margin: max(2vw, .5rem);
}

#description .photo > div > figure + figure
{
	margin-top: max(4vw, 1rem);
}

#description > div > div p
{
	font-size: clamp(1rem, 5vw, 1.2rem);
	line-height: 2;
}

#area_selector
{
	background-color: rgb(240, 240, 240);
	padding-bottom: max(5rem, 5vw);
}

#area_selector .bt_wrapper
{
	display: flex;
	justify-content:center;
	margin-top: max(3rem, 3vw);
}

#area_selector .bt_wrapper .moreBt
{
	font-size: clamp(1rem, 5vw, 1.2rem);
}


/**********************************************************************/
/***************************** Highlight ******************************/
/**********************************************************************/

#highlight
{
	width: 100%;
	overflow: hidden;
	margin-top: min(20vw, 20vh);
	margin-bottom: min(20vw, 20vh);
}

#highlight .textWrapper,
#highlight .textlink > div
{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

#highlight .textWrapper
{
	padding: 2rem 1rem;

	pointer-events: none;
	cursor:default;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: translateX(3rem);
}

#highlight .now .textWrapper
{
	pointer-events: auto;
	cursor:pointer;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	transform: translateX(0rem);
}

#highlight .textlink
{
	margin-bottom: 1em;
}

body:not(.touch) #highlight .textlink:hover
{
	color:rgb(150, 150, 150);
}


#highlight .textWrapper h3
{
	text-align:center;
	margin-bottom: .5em;
	font-size: clamp(1.1rem, 3vw, 1.5rem);
}

#highlight .bannerSlider .bannerChildren .photoWrapper > a,
#highlight .bannerSlider .bannerChildren .dragger
{
	aspect-ratio:3 / 2;
}

#highlight .bannerSlider .bannerChildren img
{
	width: calc(100% - 2rem);
}

/**********************************************************************/
/******************************* catch ********************************/
/**********************************************************************/

#catch
{
	position: sticky;
	top: 0;
	width: 100%;
	min-height: 100vh;
	margin-bottom: min(50vw, 50vh);
	padding: 0 max(2rem, 10vw);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#catch > figure
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 10% 50%;
	z-index: -1;
	background-image: url(../_img/top_catch.jpg);
}

#catch h2
{
	transition-delay: 1s;
	font-size: clamp(1.2rem, calc(100vh / 15), 5rem);
	writing-mode: vertical-rl;
	color: rgb(255, 255, 255);
}

#catch .caption
{
	color: rgb(255,255,255);
	position:absolute;
	top: 1em;
	left: -1em;
}

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

#about
{
	padding: max(4rem, 10vw) 0;
	background-color: rgb(255, 255, 255);
}

#about > div
{
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}

#about > div + div
{
	margin-top:max(4rem, 10vw);
}

#about div .main
{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#about > div:nth-of-type(2n) .main
{
	flex-direction: row-reverse;
}

#about .main figure
{
	width: calc(100% - 500px);
	aspect-ratio: 5 / 3;
	overflow:hidden;
}

#about .main figure img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

#about .main figure .cap
{
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: .8em;
	color: rgb(255,255,255);
}

#about .main .text
{
	transition-delay: .5s;
	width: 500px;
	padding: 0 max(2rem, 4vw);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#about .main .subTitle
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom: 1.5rem;
}

#about .main .subTitle:before
{
	content:"About";
	display: block;
	line-height: 1;
	font-size: .8rem;
	margin-bottom: .5em;
	margin-right: 1em;
	padding: .25em 1em;
	border: 1px solid rgb(150, 150, 150);
}

#about .main .subTitle > h2
{
	display:flex;
	flex-wrap:wrap;
	font-size: clamp(1.3rem, 6vw, 1.7rem);
}

#about .main .subTitle > h2: before
{
	
}

#about .main .desc
{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
}

#about .main h3
{
	margin-bottom: 1em;
	font-size: clamp(1.1rem, 4vw, 1.2rem);
}

#about .moreBt
{
	margin-top: 1em;
}

/**********************************************************************/
/******************************* NEWS ********************************/
/**********************************************************************/

#news
{
	padding: max(2rem, 5vw) max(4rem, 5vw);
	background-color: rgb(240, 240, 240);
}

#news h2.secTitle
{
	text-align: center;
}

#news table
{
	margin: 0 auto;
	max-width: 1500px;
}

#news td
{
	padding: .75rem 0 .25rem;
}
#news td
{
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	padding-bottom: .5rem;
}
#news td:nth-of-type(1)
{
	min-width: 7rem;
	padding-right:  1em;
	white-space: nowrap;
}

#news span.cate
{
	font-family: R-R, sans-serif;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	font-size: .7em;
	padding: 0 .5em;
	margin-right: 1em;
	transform: translateY(-0.2em);
}


/**********************************************************************/
/******************************* Footer ********************************/
/**********************************************************************/

#footer
{
	background-color: rgb(240, 240, 240);
}

#news + #footer
{
	background-color: rgb(255, 255, 255);
}

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


@media screen and (max-width: 1080px)
{
	#about .main,
	#about > div:nth-of-type(2n) .main
	{
		flex-direction: column;
		padding: 0 max(2rem, 4vw);
	}
	#about .main figure
	{
		margin-bottom: max(2rem, 4vw);
	}
	#about .main figure,
	#about .main .text
	{
		width: 100%;
		padding: 0;
	}
	#about .main .subTitle
	{
		flex-direction: column;
		align-items: center;
	}
	#about .main .subTitle,
	#about .main .subTitle > h2,
	#about .moreBt
	{
		justify-content: center;
	}
	#about .main .subTitle:before
	{
		margin-right: 0;
	}
	#about .main .desc
	{
		align-items: center;
		max-width: 650px;
		margin: 0 auto;
	}
}

@media screen and  (max-width: 700px)
{
	#highlight .bannerSlider .bannerChildren .photoWrapper > a,
	#highlight .bannerSlider .bannerChildren .dragger
	{
		aspect-ratio:3 / 2;
	}
}

@media screen and (orientation: portrait)
{
	#highlight .bannerSlider .bannerChildren .photoWrapper > a,
	#highlight .bannerSlider .bannerChildren .dragger
	{
		aspect-ratio:3 / 2;
	}
}

@media screen and  (max-width: 650px)
{
	#description .photo
	{
		flex-direction: column;
	}
	#description .photo > figure,
	#description .photo > div
	{
		width: 100%;
	}
	#news td
	{
		display: block;
	}
	#news td:nth-of-type(1)
	{
		border-bottom-width: 0;
		padding-bottom: 0rem;
	}
	#news td:nth-of-type(2)
	{
		padding-top: 0;
	}
}