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

.cross-container {background:#2a2a2a;
            position: relative;
            width: 100vw;
            aspect-ratio:3000/1688;
        }
        
        .cross-slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            overflow: hidden;
        }
        
        .slide-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transform: scale(1.1);
        }
        
        .slide-content {
            position: absolute;
            top: 30%;
            left: 0;
            width: 100%;
            text-align: center;
            color: white;
            z-index: 10;
            opacity: 0;
        }
        
        .slide-title {font-family: "Noto Sans JP", sans-serif;
            /*font-size: 3rem;*/
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        }
        
        .slide-description {font-family: "Noto Sans JP", sans-serif;
            /*font-size: 1.5rem;*/
            max-width: 80%;
            margin: 0 auto;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        }
.cross_img01{background:url("../img/index001_LL.jpg") no-repeat;

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

.cross_img02{background:url("../img/index002_LL.jpg") no-repeat;

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

.cross_img03{background:url("../img/index003_LL.jpg") no-repeat;

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

.cross_img04{background:url("../img/index004_LL.jpg") no-repeat;

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


}

@media screen and (max-width:767px){
/* スライダーコンテナ */
.cross-container {
            position: relative;
            width: 100vw;
            aspect-ratio:800/1250;
        }
        
        .cross-slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            overflow: hidden;
        }
        
        .slide-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transform: scale(1.1);
        }
        
        .slide-content {
            position: absolute;
            bottom: 20%;
            left: 0;
            width: 100%;
            text-align: center;
            color: white;
            z-index: 10;
            opacity: 0;
        }
        
        .slide-title {
            font-size: 3rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        }
        
        .slide-description {
            font-size: 1.5rem;
            max-width: 80%;
            margin: 0 auto;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        }
.cross_img01{background:url("../img/index001_MS.jpg") no-repeat;

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

.cross_img02{background:url("../img/index002_MS.jpg") no-repeat;

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

.cross_img03{background:url("../img/index003_MS.jpg") no-repeat;

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

.cross_img04{background:url("../img/index004_MS.jpg") no-repeat;

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


}