

@media screen and (min-width: 768px) {
#header_area {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sp_header {
	display: none;
}
#sb-site {
	padding-top: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#header_area {
	display: none;
}
#sp_header {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sb-site {
	padding-top: 50px;
	background: #FFF;
}
}
/*////////////////////////////////////
champetre
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#comming_area {
	position: relative;
	width: 100%;
	padding: 300px 0;
	text-align: center;
}
#comming {
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#comming_area {
	position: relative;
	width: 100%;
	padding: 300px 0;
	text-align: center;
}
#comming {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
}
}
.txtAnime {
   display: block;
   opacity:0;
   font-weight: bold;
   text-align: center;
   color: #696969;
}
.txtAnime span {
   opacity: 0;
   transition: .6s ease-in-out;   /* 時間 | イージング関数 */
   -webkit-transition: .6s ease-in-out;
}
