@charset "UTF-8";

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

.pageContainer#top{margin: 0 auto;}

#bannerSlider
{
	background-color: white;
	position: relative;
	z-index: 0;
	border-radius: 50px 0 0 0;
	
	transform: translateY(2rem);
	opacity: 0;
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#tagWrapper
{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#tagWrapper a, #tagWrapper p
{
	box-sizing: border-box;
	font-size: .9em;
	min-width: 5em;
	text-align: center;
	text-decoration: none;
/*	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;*/
	display: block;
	line-height: 1;
	padding: .5rem .8rem .5rem 1rem;
	margin: .5em;
	border-radius: 1em;
	border: 1px solid;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
#tagWrapper a
{
	color: rgb(61, 151, 56);
	background-color: white;
}
#tagWrapper a:hover
{
	color: rgb(238, 120, 0);
}

#tagWrapper p
{
	color: white;
	background-color: rgb(238, 120, 0);
}

.end #bannerSlider
{
	transform: translateY(0rem);
	opacity: 1;
}

.cap
{
	z-index:100;
	position: absolute;
	font-size: .9rem;
	padding: 0 1rem;
	bottom: 1rem;
	right: 0;
	color: rgb(255, 255, 255);
	background-color: rgb(238, 120, 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;
}
.cap.off
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.cap.on
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.photoTrim
{
	position:relative;
	overflow:hidden;
}

.photoTrim a{border: 0; text-decoration: none;}

#info_catch
{
	box-sizing: border-box;
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
}

#info_catch div, #info_catch a
{
	box-sizing: border-box;
	text-align: center;
	color: rgb(61, 151, 56);
}

#info_catch .logo_e
{
	width: 100%;
	position:relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

#info_catch .entBt
{
	width: 100%;
/*	height: 115px;*/
	position: absolute;
	cursor: pointer;
}

#info_catch .entBt:before
{
	content: ""; 
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1em;
	width: 2em; 
	height: 1em;
	
	border-right: 1em solid transparent;
	border-top: 1em solid rgb(61, 151, 56);
	border-left: 1em solid transparent; 
	
	box-sizing:border-box;
	
	bottom: 0;
	animation: moveEntBt 2000ms linear normal infinite;
}

@keyframes moveEntBt
{
	0% {bottom: .5em;}
	10% {bottom: 0em;}
	80% {bottom: 0em;}
	100% {bottom: .5em;}
}


#logo
{
	width: 170px;
	padding-bottom: 1rem;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(61, 151, 56);
	border-radius: 85px;
}

#logo .mark
{
	position: absolute;
	width: 240px;
	height:240px;
	top: -80px;
	left: -50px;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 70% 80%;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	-webkit-box-shadow:.5em 5em 0 0 rgb(61, 151, 56);
	-moz-box-shadow:.5em .5em 0 0 rgb(61, 151, 56);
	box-shadow:.5em .5em 0 0 rgb(61, 151, 56);
}
.svg #logo .mark{background-image: url(../_img/logo.svg)}
.no-svg #logo .mark{background-image: url(../_img/logo.png)}

#logo .jp
{
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.svg #logo .jp{background-image: url(../_img/logoJp.svg)}
.no-svg #logo .jp{background-image: url(../_img/logoJp.png)}

#logo .en
{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
#logo .en:before
{
	content: "";
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
}
.svg #logo .en{background-image: url(../_img/logoEn.svg)}
.no-svg #logo .en{background-image: url(../_img/logoEn.png)}


/**********************************************************************/
/******************************* TOPICS *******************************/
/**********************************************************************/

#topics .sectionTitle
{
	color: rgb(238, 120, 0);
}

#topics .topicsWrapper
{
	box-sizing: border-box;
	/*BORDER1or2*/
	border: 1px solid rgb(238, 120, 0);
	color: black;
	position:relative;
}

body:not(.touch) #topics .topicsWrapper
{
	overflow:hidden;
}
body.touch #topics .topicsWrapper
{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
body.touch #topicsScroll
{
/*	padding: 1em 0em 1em 0em;*/
}

.topicsContents{position: absolute;}

#topicsScroll
{
	box-sizing: border-box;
	padding: 2em;
}

#topics .topicsWrapper .topicTitle
{
	line-height: 1.5; 
	margin-bottom: .5em;
}
#topics .topicsWrapper .topicContents
{
	line-height: 1.5;
	margin-bottom: .5em;
}
#topics .topicsWrapper .topicDate
{
	font-size: .8em;
	color: rgb(61, 151, 56);
	margin-bottom: 2em;
}
#topics .topicsWrapper .topicDate:last-child
{
	margin-bottom: 0em;
}

#topics .topicsWrapper .topicDate:before, #topics .topicsWrapper .topicDate:after
{
	content:"|";
	display: inline-block;
	position: relative;
}
#topics .topicsWrapper .topicDate:before
{
	margin-right: .5em;
}
#topics .topicsWrapper .topicDate:after
{
	margin-left: .5em;
}


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


@media screen and (max-width: 1200px)
{
	#logo{width: 120px;}
	#logo .jp{width: 40%; margin-left: 30%;}
	#logo .mark
	{
		width: 200px;
		height:200px;
		background-size: 60%;
		background-position: 80% 77%;
		top: -60px;
		left: -60px;
	}
}

@media screen and (max-width: 980px)
{
	#info_catch{left: 750px}
}

@media screen and (min-width: 650px)
{

	#top
	{
		height: 100vh;
		min-width: 980px;
		min-height: 650px;
	}
	
	#info_catch
	{
		width: 240px;
		position: absolute;
		height: 100vh;
		top:0;
		left: 0;
	}
	
	#info_catch .catch
	{
		width: 100%;
		position:relative;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
		-webkit-transition:all .3s ease;
		-moz-transition:all .3s ease;
		-ms-transition:all .3s ease;
		-o-transition:all .3s ease;
		transition:all .3s ease;
	}
	.svg #info_catch .catch{background-image: url(../_img/catch_v.svg)}
	.no-svg #info_catch .catch{background-image: url(../_img/catch_v.png)}
	
	#info_catch .logo_e
	{
		width: 100%;
		position:relative;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
		-webkit-transition:all .3s ease;
		-moz-transition:all .3s ease;
		-ms-transition:all .3s ease;
		-o-transition:all .3s ease;
		transition:all .3s ease;
	}
	#info_catch .logo_e:before
	{
		content:"";
		display: block;
		width: 100%;
		position: relative;
		padding-top: 23%;
	}
	.svg #info_catch .logo_e{background-image: url(../_img/logo_e.svg)}
	.no-svg #info_catch .logo_e{background-image: url(../_img/logo_e.png)}
	
	#info_catch .entBt
	{
		width: 100%;
		height: 80px;
		position: absolute;
		cursor: pointer;
		bottom: 0;
	}
	
	#tagWrapper
	{
		position: absolute;
		padding: 2em;
		padding-left: 270px;
		top: 6em;
		left: 0;
	}
	
	#topics .topicsWrapper{height: 300px;}
	
	#topics .topicsWrapper .topicTitle
	{
		font-size: 1em;
		line-height: 1.7; 
	}
	#topics .topicsWrapper .topicContents
	{
		font-size: .9em;
		line-height: 1.7;
	}
}

@media screen and (max-width: 650px)
{
	#tagWrapper
	{
		position: relative;
		padding: 0em 1em 2em 1em;

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

	#tagWrapper a, #tagWrapper p
	{
		font-size: 1.2em;
		margin: .5em .25em;
	}

	.entBt
	{
		position: relative;
		margin-top: 4rem;
	}

	#info_catch
	{
		position: relative;
		left:0;
		top: 75px;
		width: 100%;
		padding: 1rem 0;
	}
	
	#info_catch .catch
	{
		width: 100%;
		position:relative;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		margin: 0;
	}
	.svg #info_catch .catch{background-image: url(../_img/catch_h.svg)}
	.no-svg #info_catch .catch{background-image: url(../_img/catch_h.png)}

	#info_catch .catch:before
	{
		content: "";
		display: block;
		position: relative;
		padding-top: 11%;
	}
	
	#info_catch .add
	{
		display: none;
	}
	#info_catch a.tel
	{
		display: none;
	}
	
	#info_catch .entBt
	{
		margin: 0;
		position: relative;
		height: 50px;
		top: 0;
		bottom: auto;
	}
	.svg #info_catch .entBt, .no-svg #info_catch .entBt{background-image: none;}
	#info_catch .entBt:before
	{
		height: 30px;
	}
	
	#logo
	{
		display: none;
	}
	
	#topics .topicsWrapper .topicTitle
	{
		font-size: 1.1em;
		line-height: 1.7; 
	}
	#topics .topicsWrapper .topicContents
	{
		font-size: 1em;
		line-height: 1.7;
	}

	#topicsScroll{padding: 1em;}
	#topics .topicsWrapper{height: 200px;}
}