@charset "UTF-8";

/****SP****/
@media screen and (max-width:1000px){

	body{
		background:none;
		
	}

	body::before {
		background-color: #000;
        background:url(../images/bg_sp.jpg) repeat center top;
        -webkit-background-size: 100%;
        background-size: 100%;
        display: block;
        position: fixed;  /* スマホ用にコレで代替。 */
        top: 0;
        left: 0;
        width: 100%;  /* サイズ指定。 */
        height: 100%;  /* サイズ指定。 */
        padding-bottom: 0;
        content: "";
        z-index: -1;
    }

	
	
}
