/*
Name:    ¥Ñ¥é¥é¥Ã¥¯¥¹ÓÃCSS
Version: 2020.09.14
Author:  Seiki Nishijima
copyright (c)2008-2020 BeniPong! ALL right reserved.
*/
/*===========================================================================
-----------------------------------------------------------------------------
  ¥Ñ¥é¥é¥Ã¥¯¥¹ÔO¶¨¡¡¤³¤³¤«¤é
-----------------------------------------------------------------------------
===========================================================================*/
#background .parallax {
	margin-top: 60px;
	margin-bottom: -60px;
	filter: Alpha(opacity=0);
	opacity: 0;
	will-change: transform;
	transform: translate3d(0,0,0);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	text-align: center;
	clear: both;
	line-height: 0;
}
#background span.parallax {
	display: inline-block;
}
#background .parallax.paraOn {
	margin-top: 0;
	margin-bottom: 0;
	filter: Alpha(opacity=100);
	opacity: 1;
}
/** PC/TABÓÃ·Öáª **/
@media screen and (min-width: 768px) {
	#background .parallax {
		margin-top: 80px;
		margin-bottom: -80px;
	}
}
/*===========================================================================

  ¥µ¥¤¥É¥¹¥é¥¤¥É ÔO¶¨¡¡¤³¤³¤«¤é

===========================================================================*/
#background .parallax.paraSR ,
#background .parallax.paraSL {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	z-index: 50;
}
#background .parallax.paraSR {
	left: 160px;
}
#background .parallax.paraSL {
	left: -160px;
}
#background .parallax.paraSR.paraOn ,
#background .parallax.paraSL.paraOn {
	left: 0;
}
/*===========================================================================

  ¥¢¥ë¥Õ¥¡¥Ö¥ì¥ó¥À©`ÔO¶¨¡¡¤³¤³¤«¤é

===========================================================================
#background .parallax.paraAB {
	margin-top: 0;
	margin-bottom: 0;
	-ms-filter: blur(10px);
	filter: blur(10px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#background .parallax.paraAB.paraOn {
	-ms-filter: blur(0);
	filter: blur(0);
}*/
#background .parallax.paraTop {
	margin-top: 0;
	margin-bottom: 0;
	-ms-filter: blur(10px);
	filter: blur(10px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#background .parallax.paraTop.paraOn {
	-ms-filter: blur(0);
	filter: blur(0);
}
/*===========================================================================

  ¥·¥¢©`¥Æ¥­¥¹¥ÈÔO¶¨¡¡¤³¤³¤«¤é

===========================================================================*/
#background .parallax.paraSLR ,
#background .parallax.paraSRL {
	margin-top: 30px;
	margin-bottom: -30px;
	-webkit-transform: skew(0,0);
	-moz-transform: skew(0,0);
	transform: skew(0,0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background .parallax.paraSRL {
	-webkit-transform: skew(0,0);
	-moz-transform: skew(0,0);
	transform: skew(0,0);
}
#background .parallax.paraSLR.paraOn ,
#background .parallax.paraSRL.paraOn {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transform: skew(0,0);
	-moz-transform: skew(0,0);
	transform: skew(0,0);
}
/** PC/TABÓÃ·Öáª **/
@media screen and (min-width: 768px) {
	#background .parallax.paraSLR ,
	#background .parallax.paraSRL {
		margin-top: 50px;
		margin-bottom: -50px;
	}
}
/** PCÓÃ·Öáª **/
@media screen and (min-width: 1200px) {
	#background .parallax.paraSLR ,
	#background .parallax.paraSRL {
		margin-top: 100px;
		margin-bottom: -100px;
		-webkit-transform: skew(0,40deg);
		-moz-transform: skew(0,40deg);
		transform: skew(0,40deg);
	}
	#background .parallax.paraSRL {
		-webkit-transform: skew(0,-40deg);
		-moz-transform: skew(0,-40deg);
		transform: skew(0,-40deg);
	}
}

/*===========================================================================

  ÔO¶¨¡¡¤³¤³¤«¤é

===========================================================================*/

/*------------------------------------
  ÔO¶¨¡¡¤³¤³¤«¤é
-------------------------------------*/

/*-----------------------------------*/

/** PC/TABÓÃ·Öáª **/
@media screen and (min-width: 768px) {
}
/** PCÓÃ·Öáª **/
@media screen and (min-width: 1200px) {
}
