@charset "utf-8";
@media screen and (min-width : 901px) {

.cd-fixed-bg .cd-fixed-bg.cd-bg-1 .cd-fixed-bg.cd-bg-2 .cd-fixed-bg.cd-bg-3{
display: none;
}
}

@media screen and (max-width : 900px) {/* small*//* small*//* small*//* small*//* small*//* small*/

.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
	height: 100lvh;
}

.cd-fixed-bg.cd-bg-1  {
background-image: url(img/sp_01.jpg);
}

.cd-fixed-bg.cd-bg-2  {
background-image: url(img/sp_02.jpg);
}

.cd-fixed-bg.cd-bg-3  {
background-image: url(img/sp_main.jpg);
}

}