/* SWELL特化のレイアウト設定 */
.uas-slider-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.uas-slider-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.uas-slider-wrapper .uas-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SWELLのコンテンツエリアを手前に出す */
.uas-parent-active .swell-block-fullWide__inner {
    position: relative;
    z-index: 2;
}

body {
    overflow-x: hidden;
}