@charset 'UTF-8';
#colorbox, #cboxOverlay, #cboxWrapper{
    overflow: visible !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay{
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
    clear: left;
}
#cboxContent{
    position: relative;
}
#cboxLoadedContent{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle{
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
    cursor: pointer;
}
.cboxPhoto{
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe{
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
    box-sizing: content-box;
}
#cboxOverlay{
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#colorbox{
    outline: 0;
}
#cboxContent{
    overflow: visible !important;
    margin: 0;
}
.cboxIframe{
    background: #fff;
}
#cboxError{
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent{
    background: #CCC;
    padding: 1px;
}
#cboxLoadingOverlay{
    background: #000;
}
#cboxTitle{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
}
#cboxCurrent{
    display: none !important;
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}
/*
#cboxPrevious, #cboxNext{
    overflow: visible;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -20px 0 0;
    width: 40px;
    height: 50px;
    background: none;
    border: 0;
    text-indent: -9999px;
    &:after, &:before{
        content:"";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -12px;
        width: 24px;
        height: 2px;
        background: #FFF;
    }
    &:after{
        margin-top: 8px;
        transform: rotate(45deg);
    }
    &:before{
        margin-top: -8px;
        transform: rotate(-45deg);
    }
}
#cboxPrevious{
    left: -52px;
}
#cboxNext{
    right: -52px;
    &:after{
        margin-top: -8px;
    }
    &:before{
        margin-top: 8px;
    }
}

#cboxClose {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    text-indent: -9999px;
    &:after, &:before{
        content:"";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -12px;
        width: 24px;
        height: 2px;
        background: #FFF;
    }
    &:after{
        transform: rotate(45deg);
    }
    &:before{
        transform: rotate(-45deg);
    }
}
*/
/*-------------------------------------------------------------------
  custom
-------------------------------------------------------------------*/
#cboxClose {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    z-index: 11;
    top: -20px;
    right: -20px;
    width: 13.125%;
    height: 0;
    padding-top: 13.125%;
    border: none;
    background: url(../img/common/ico_close.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#cboxPrevious, #cboxNext{
    overflow: visible;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -40px 0 0;
    width: 80px;
    height: 80px;
    background: url(../img/common/ar_slider.png) 0 0 no-repeat;
    background-size: 100%;
    border: 0;
    text-indent: -9999px;
}
#cboxPrevious{
    left: -100px;
}
#cboxNext{
    right: -100px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media only screen and (max-width: 767px){
    #cboxClose {
        top: -10px;
        right: -10px;
    }
    #cboxPrevious, #cboxNext{
        margin: -20px 0 0;
        width: 40px;
        height: 40px;
    }
    #cboxPrevious{
        left: -40px;
    }
    #cboxNext{
        right: -40px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
