@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/


.palla1{
    background:url(../images/helmv.jpg) 100% 0 no-repeat fixed;
    background-size:cover;
    height: 350px;
}


            


/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 959px) {
    

.palla1{
    background-size:auto;
    height: 215px;
}



            


