@media screen and (max-width:3000px){

/* スライダーコンテナ */
.downslider {background:#2a2a2a;
    position: relative;
    width: 100%;
    aspect-ratio:3000/1688;
    overflow: hidden;
}

/* 各スライド：背景画像・全体サイズ・絶対配置 */
.downslide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0;
}

/* スライド内テキスト */
.down-text {
    width:100vw;transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
    /*color: #fff;
    font-size: 2rem;*/
    text-align: center;
    opacity: 0;
}
.down_img01{background:url("../img/index01_LL.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:3000/1688;}

.down_img02{background:url("../img/index02_LL.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:3000/1688;}

.down_img03{background:url("../img/index03_LL.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:3000/1688;}

.down_img04{background:url("../img/index04_LL.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:3000/1688;}


}

@media screen and (max-width:767px){
/* スライダーコンテナ */
.downslider {background:#2a2a2a;
    position: relative;
    width: 100%;
    aspect-ratio:800/1000;
    overflow: hidden;
}

/* 各スライド：背景画像・全体サイズ・絶対配置 */
.downslide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0;
}

/* スライド内テキスト */
.down-text {
    width:100vw;transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
    /*color: #fff;
    font-size: 2rem;*/
    text-align: center;
    opacity: 0;
}
.down_img01{background:url("../img/index01_s.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:800/1000;}

.down_img02{background:url("../img/index02_s.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:800/1000;}

.down_img03{background:url("../img/index03_s.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:800/1000;}

.down_img04{background:url("../img/index04_s.jpg") no-repeat;

background-position:center center;background-size:100%;aspect-ratio:800/1000;}


}