/*PC・SP共通*/
.slick-lightbox-zoom-btn-wrapper {
    position: absolute;
    display: flex;
    width: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 150px;
}

/*拡大ボタン*/
.slick-lightbox-zoom-in {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    /* background: rgb(169, 169, 169); */
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-zoom-in:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '＋';
}
/*縮小ボタン*/
.slick-lightbox-zoom-out {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    /* background: rgb(169, 169, 169); */
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-zoom-out:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '－';
}
/*リセットボタン*/
.slick-lightbox-zoom-reset {
    display: block;
    height: 20px;
    width: fit-content;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    /* background: rgb(169, 169, 169); */
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-zoom-reset:before {
    font-size: 20px;
    line-height: 1;
    color: rgb(169, 169, 169);
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '〇';
}
/*倍率ラベル*/
.slick-lightbox-zoom-label {
    display: block;
    height: 20px;
    width: fit-content;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    text-align: center;
}

.slick-lightbox-zoom-label:before {
    font-size: 20px;
    line-height: 1;
    color: rgb(169, 169, 169);
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: attr(data-magnification)'%';
}

/* 拡大画像(クローン) */
.slick-lightbox-zoom-wrap {
    /* position: absolute;
    top: 0px; */
}
.slick-lightbox-slick-img.slick-lightbox-zoom-img-cloned {
    max-width: none !important;
    max-height: none !important;
    /* border : solid 1px red; */
    position: relative;
    top: 0px;
    left: 0px;

}

.slick-slider {
        -ms-touch-action: auto;
        touch-action: auto;
}
@media only screen and (min-width: 768px) {

}

