@media screen and (max-width:3000px){

.hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio:3000/1688;
    overflow: hidden;
}

.downzoom-container {
    width: 100%;
    height: 100%;
}

.downzoomslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}

.downzoomslide.active {
    z-index: 2;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    transform: scale(1.05);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*color: white;*/
    z-index: 2;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    /*text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);*/
}

.slide-content p {
    /*font-size: 4rem;*/
    margin-bottom: 1rem;
}

.slide-content h1,.slide-content h2 {margin:0;
    /*font-size: 1.5rem;*/
}

/* スライド表示時の暗い背景オーバーレイ */
.downzoomslide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.downzoom_img01{width:100%;

background:url("../img/index01_LL.jpg") no-repeat;

background-size:100%;aspect-ratio:3000/1688;background-position:center center;}

.downzoom_img02{width:100%;

background:url("../img/index02_LL.jpg") no-repeat;

background-size:100%;aspect-ratio:3000/1688;background-position:center center;}

.downzoom_img03{width:100%;

background:url("../img/index03_LL.jpg") no-repeat;

background-size:100%;aspect-ratio:3000/1688;background-position:center center;}

.downzoom_img04{width:100%;

background:url("../img/index04_LL.jpg") no-repeat;

background-size:100%;aspect-ratio:3000/1688;background-position:center center;}

.downzoom_img05{width:100%;

background:url("../img/index05_LL.jpg") no-repeat;

background-size:100%;aspect-ratio:3000/1688;background-position:center center;}

}

@media screen and (max-width:768px){

.hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio:800/1250;
    overflow: hidden;
}

.downzoom-container {
    width: 100%;
    height: 100%;
}

.downzoomslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}

.downzoomslide.active {
    z-index: 2;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    transform: scale(1.05);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*color: white;*/
    z-index: 2;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    /*text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);*/
}

.slide-content p {
    /*font-size: 4rem;*/
    margin-bottom: 1rem;
}

.slide-content h1,.slide-content h2 {margin:0;
    /*font-size: 1.5rem;*/
}

/* スライド表示時の暗い背景オーバーレイ */
.downzoomslide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.downzoom_img01{width:100%;

background:url("../img/index01_MS.jpg") no-repeat;

background-size:100%;aspect-ratio:800/1250;background-position:center center;}

.downzoom_img02{width:100%;

background:url("../img/index02_MS.jpg") no-repeat;

background-size:100%;aspect-ratio:800/1250;background-position:center center;}

.downzoom_img03{width:100%;

background:url("../img/index03_MS.jpg") no-repeat;

background-size:100%;aspect-ratio:800/1250;background-position:center center;}

.downzoom_img04{width:100%;

background:url("../img/index04_MS.jpg") no-repeat;

background-size:100%;aspect-ratio:800/1250;background-position:center center;}

.downzoom_img05{width:100%;

background:url("../img/index05_MS.jpg") no-repeat;

background-size:100%;aspect-ratio:800/1250;background-position:center center;}


}