    .swiperContainer, .imgAlbum {
      position: relative;
      overflow: hidden;
      height: 550px;
      max-height: 600px; //最大の高さ
      min-height: 300px; //最小の高さ
      text-align: center;
    }
    .swiper-slide {
      /*background-position: center;
      background-size: cover;
      text-align: center;*/
      text-align: center;
      line-height: 1;                  
    }
    .swiper-slide img, .swiper-slide video, 
    .imgAlbum img, .imgAlbum video {
      display: inline;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      align-self: center;
    }
    .snsmodal_text {
        height: 380px;
        max-height: 430px;
    }
    @media screen and (max-width: 1024px) {
        .swiperContainer, .imgAlbum {
            height: 500px;
        }
    }

    @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;
    }

