

#atmosphere {
    /* width: 100vw; */
    /* height: 100vh; */

    padding-top: 100px;
    padding-bottom: 150px;

    background: #252525;

    background-image: url(../images/atmosphere-bg-1.png), url(../images/atmosphere-bg-2.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.atmosphere__text-1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.atmosphere__text-1 span {
    font-style: italic;
}

.atmosphere__text-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;

    margin-top: 20px;
}

#atmosphere-slider {
    margin-top: 80px;
    padding-left: 20px;
}

#atmosphere-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.atmosphere-slide {
    aspect-ratio: 355 / 420;
    max-width: 500px;
    max-height: 500px;
    
    /*padding: 0 10px;*/
}

.atmosphere-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1060px) {
    #atmosphere {
        padding-top: 9.4cqw; /*100px*/
        padding-bottom: 9.4cqw; /*100px*/
    }

    .atmosphere__text-1 {
        font-size: 3.1cqw; /*32px*/
    }

    .atmosphere__text-2 {
        font-size: 1.4cqw; /*14px*/
        margin-top: 2cqw; /*20px*/
    }

    #atmosphere-slider {
        margin-top: 7.6cqw; /*80px*/
    }
}

@media (max-width: 575px) {
    #atmosphere {
        padding-top: 16.2cqw; /*60px*/
        padding-bottom: 21.4cqw; /*80px*/

        background-size: 40%;
    }

    .atmosphere__text-1 {
        font-size: 7cqw; /*26px*/
    }

    .atmosphere__text-2 {
        font-size: 3.8cqw; /*14px*/
        margin-top: 2.9cqw; /*10px*/
    }

    #atmosphere-slider {
        margin-top: 16cqw; /*60px*/
        padding-left: 10px; /**/
    }
}