@charset "UTF-8";


.scact{
	position:relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.0;
}

.scact.scon{
	opacity: 1.0;
}



/***********************************

COVER

***********************************/
#cover,
#cover .sectioninner > *{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0.0;
}

#cover.scon,
#cover.scon .sectioninner > *{
	opacity:1.0;
}


#cover.scon #ttlData{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	bottom: 125px;
}
#cover.scon #ttlData{
	bottom: 100px;
}


/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}



/***********************************

CONCEPT

***********************************/
#concept{
	/**/
}



/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}


/***********************************

INTRO

***********************************/
#introduct{
	/**/
}



/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}


/***********************************

ABOUT

***********************************/
#introduct{
	/**/
}



/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}


/***********************************

PHOTOS

***********************************/
#photos{
	/**/
}

#photos .sectioninner > h2{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0.0;
	top:25px;
	position:relative;
}


#photos.scon .sectioninner > h2{
	opacity:1.0;
	top:0;
}


#caralbum{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}


/***********************************

CLOSING

***********************************/
#closing{
	/**/
}

#closing .sectioninner > *{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 0.0;
}

#closing.scon .sectioninner > *{
	opacity:1.0;
}

/* for Sp --------------------*/
@media screen and ( max-width:738px) {


}



