    .swiperContainer, .imgAlbum {
      position: relative;
      overflow: hidden;
      height: 100%;
      max-height: 100%; //最大の高さ
      min-height: 300px; //最小の高さ
      text-align: center;
    }
    .swiper-slide {
      /*background-position: center;
      background-size: cover;
      text-align: center;*/
      text-align: center;
      line-height: 1;
      height: auto;                  
    }
    .swiper-slide img, .swiper-slide video, 
    .imgAlbum img, .imgAlbum video {
      display: inline;
      width: auto;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      align-self: center;
      object-fit: cover;
    }
    .swiper-slide img, .swiper-slide video, 
    .imgAlbum img, .imgAlbum video {
        width: 100%;        
        display: block;
        max-height: 90vh;
    }
    .snsmodal_text {
        height: 600px;
        max-height: 750px;
    }
    @media screen and (max-width: 1140px) {
        .snsmodal_text {
            height: 400px;
            max-height: 550px;
        }
    }
    @media screen and (max-width: 1023px) {
        .swiperContainer, .imgAlbum {
            max-height: 550px;
        }
        .snsmodal_text {
            height: 350px;
            max-height: 500px;
        }
        /*.swiper-slide img, .swiper-slide video, 
        .imgAlbum img, .imgAlbum video {
             display: block;
             height: auto;
             max-width: 100%;
        }*/
    }

    @media screen and (max-width: 480px) {
        
        .swiperContainer, .imgAlbum {
            /*height: 320px;*/
            max-height: 460px; //最大の高さ
            min-height: 200px; //最小の高さ
        }
        .snsmodal_text {
            height: 350px;
        }
    }

    .online_salon_slideshow .slideshow-swiper-container:not(.swiper-slide-visible) .slide {
        pointer-events: none;
        opacity: .3;
    }
