@charset "UTF-8";

/*==========================================
PC［1080px~］
TOPページのスタイル
===========================================*/

.pgcsimplygalleryblock-slider-collection {
    height: auto !important;
    /* aspect-ratio: 1/1;*/
    overflow: visible !important;
}

.pgcsimplygalleryblock-slider-content {
    position: relative !important;
}

.pgcsimplygalleryblock-slider-slider-view {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 4/3;
}

.pgcsimplygalleryblock-slider-item-wrap img {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: contain;
    background: var(--sub-color);
}

/*==========================================
 tb［540px-1080px以下］
===========================================*/
@media screen and (max-width: 1080px) {}

/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {
    .pgcsimplygalleryblock-slider-collection {
        aspect-ratio: 1/1;
    }

}