
.bxslider_wrap {
    overflow: hidden;
}
.bxslider_wrap .bxslider {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.bxslider_wrap ul li .slider_img {
    width: 100%;
    height: auto;
    display: block;
    border: solid white 7px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 22px 13px -11px rgba(107,107,107,1);
    -moz-box-shadow: 0px 22px 13px -11px rgba(107,107,107,1);
    box-shadow: 0px 22px 13px -11px rgba(107,107,107,1);
}
.bxslider_wrap ul li .slider_catch {
    position: absolute;
    top: 5px;
    width: 184px;
    border: none;
    left: 70px;
}
.bxslider_wrap ul li {
    padding: 0 28px;
}
.bxslider_wrap ul li.active {
    opacity: 1;
}
.bxslider_wrap .bx-viewport {
    overflow: visible !important;
}

/* 共通（ローディングとナビゲーション） */
.bxslider {
    position: relative;
}
.bxslider ul {
    opacity: 0;
}

.bxslider a {
    transition: 0.4s;
}
.bxslider .bx-pager {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 0px;
    text-align: center;
    display: inline;
}
.bxslider .bx-pager-item {
    display: inline;
    padding: 0 20px;
}
.bxslider .bx-pager-item a {
    background: rgba(0,0,0,1);
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
}
.bxslider .bx-pager-item a:hover {
    background: rgba(0,0,0,0.6);
}
.bxslider .bx-pager-item a.active {
    background: rgba(160,160,160,1);
}

.bxslider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    width: 100%;
    height: 0px;
}
.bxslider .bx-controls-direction a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(0,0,0,0.8);
    position: relative;
    text-indent: -100%;
    overflow: hidden;
}
.bxslider .bx-controls-direction a:hover {
    background: rgba(0,0,0,0.4);
}
.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
}
.bxslider .bx-controls-direction a:after {
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.bxslider .bx-controls-direction a.bx-prev:after {
    transform: rotate(-135deg);
    left: 16px;
}
.bxslider .bx-prev {
    float: left;
    left: -20px;
}
.bxslider .bx-next {
    float: right;
    right: -20px;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.bx-loading {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.bx-loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bx-loading:after {
    left: 3.5em;
}
.bx-loading:before,
.bx-loading:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media screen and (max-width:1024px) {
    .bxslider .bx-pager-item a {
        width: 8px;
        height: 8px;
    }
    .bxslider .bx-controls-direction a {
        width: 20px;
        height: 20px;
        overflow: hidden;
    }
    .bxslider .bx-controls-direction a:before,
    .bxslider .bx-controls-direction a:after {
        top: 6px;
        left: 4px;
    }
    .bxslider .bx-controls-direction a:after {
        width: 8px;
        height: 8px;
    }
    .bxslider .bx-controls-direction a.bx-prev:after {
        left: 8px;
    }
}
