body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 1;
    display: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}






















.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important;
    max-width: 80%
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lightbox {
        max-width: 80%
    }
}


.lightbox .lb-outerContainer {
    height: auto !important;
}
.lightbox .lb-image {
    display: block;

    border-radius: 3px;

    border: 4px solid #fff;
    margin: auto;
max-width: 900px !important;
width: 100% !important;
height: auto !important;
}

.lightbox .lb-image.-vertical {
    max-width: none !important;
    max-height: 620px !important;
    height: 100% !important;
    width: auto !important;
}


@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lightbox .lb-image {
        height: auto !important;
    }

    .lightbox .lb-image.-vertical {
        width: 100% !important;
    }
}

.lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    margin: 0 auto;
    border-radius: 4px;
    max-height: 100vh !important;
    width: 80vw !important;
    background-color: #fff
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lb-outerContainer {
        width: 80vw !important
    }
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 2pc;
    height: 2pc;
    margin: 0 auto;
    background: url(https://www.shimz.co.jp/hitowaza/img/images/loading.gif)no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-next,
.lb-prev {
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 2%;
    height: 10%;
    position: absolute;
    left: -5pc;
    top: 50%;
    float: right;
    background: url(https://www.shimz.co.jp/hitowaza/img/images/prev.png)left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lb-prev {
        left: -24px !important
    }
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 2%;
    height: 10%;
    position: absolute;
    right: -5pc;
    top: 50%;
    float: right;
    background: url(https://www.shimz.co.jp/hitowaza/img/images/next.png)right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lb-next {
        right: -24px !important
    }
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: none !important;
    clear: left;
    padding-bottom: 1em;
    font-size: 9pt;
    color: #999
}

.lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://www.shimz.co.jp/hitowaza/img/images/close.png)top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-closeContainer {
    position: absolute;
    top: 26px;
    right: 25px
}



.lightboxOverlay.-type2 .lb-nav a.lb-prev {
    left: -5pc;
    transform: rotate(0deg);
    right: auto;
    float: right;
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lightboxOverlay.-type2 .lb-nav a.lb-prev {
        left: -24px !important;
        right: auto !important;
    }
}


.lightboxOverlay.-type2 .lb-nav a.lb-next {
    left: auto;
    right: -5pc;
    float: left;
    transform: rotate(0deg);
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
    .lightboxOverlay.-type2 .lb-nav a.lb-next {
        right: -24px !important;
        left: auto !important;
    }
}
