/* common
-------------------------------------*/
@media screen and (max-width: 767px) {
    .homeTtl{
        position: relative;
        width: 100%;
        padding: 0 0 15px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
    }
    .homeTtl::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 60px;
        margin-left: -30px;
        border-bottom: 4px solid #000000;
    }
    #homeFeatureArticles .btn a,
    #homeRecommend .btn a,
    #homeNew .btn a,
    #homeNews .btn a,
    #homeFlyers .btn a{
        position: relative;
        display: block;
        width: 90vw;
        max-width: 400px;
        height: 50px;
        margin: 30px auto 0;
        padding: 18px 0 0;
        color: #fff;
        font-size: 13px;
        text-align: center;
    }
    #homeFeatureArticles .btn a::before,
    #homeRecommend .btn a::before,
    #homeNew .btn a::before,
    #homeNews .btn a::before,
    #homeFlyers .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #fff;
    }
    #homeFeatureArticles .btn a::after,
    #homeRecommend .btn a::after,
    #homeNew .btn a::after,
    #homeNews .btn a::after,
    #homeFlyers .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #fff;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    .homeTtl{
        position: relative;
        width: 100%;
        padding: 0 0 15px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
    }
    .homeTtl::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 60px;
        margin-left: -30px;
        border-bottom: 4px solid #000000;
    }
    #homeFeatureArticles .btn a,
    #homeRecommend .btn a,
    #homeNew .btn a,
    #homeNews .btn a,
    #homeFlyers .btn a{
        position: relative;
        display: block;
        width: 360px;
        height: 58px;
        margin: 60px auto 0;
        padding: 22px 0 0;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    #homeFeatureArticles .btn a::before,
    #homeRecommend .btn a::before,
    #homeNew .btn a::before,
    #homeNews .btn a::before,
    #homeFlyers .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #fff;
    }
    #homeFeatureArticles .btn a::after,
    #homeRecommend .btn a::after,
    #homeNew .btn a::after,
    #homeNews .btn a::after,
    #homeFlyers .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #fff;
        transform: rotate(30deg);
    }
    #homeFeatureArticles .btn a:hover,
    #homeRecommend .btn a:hover,
    #homeNew .btn a:hover,
    #homeNews .btn a:hover,
    #homeFlyers .btn a:hover{
        transition: .3s;
    }


}

/* homeFeatureArticles
-------------------------------------*/


@media screen and (max-width: 767px) {
    #homeFeatureArticles{
        padding: 50px 0 0;
    }
    #homeFeatureArticles ul{
        display: flex;
        flex-wrap: wrap;
    }
    #homeFeatureArticles ul li{
        position: relative;
        width: 47vw;
        margin: 20px 0 0 2vw;
        border: 1px solid #ccc;
    }
    #homeFeatureArticles ul li:nth-child(2n-1){
        margin: 20px 0 0 0px;
    }
    #homeFeatureArticles ul li a{
        display: block;
        padding: 0 0 20px;
    }
    #homeFeatureArticles li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeFeatureArticles li .pic img{
        width: 100%;
        height: 47vw;
        object-fit: contain;
    }
    #homeFeatureArticles ul li time{
        display: none;
    }
    #homeFeatureArticles li .ttl{
        padding: 15px;
        color: #4D4D4D;
    }
    #homeFeatureArticles li a::before{
        content: "";
        position: absolute;
        bottom: 15px;
        right: 2vw;
        width: 15px;
        border-bottom: 1px solid #000000;
    }
    #homeFeatureArticles li a::after{
        content: "";
        position: absolute;
        bottom: 15px;
        right: 2vw;
        width: 7px;
        margin-bottom: 2px;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}

@media screen and (min-width: 768px) {
    #homeFeatureArticles{
        padding: 60px 0 0;
    }
    #homeFeatureArticles ul{
        display: flex;
        flex-wrap: wrap;
    }
    #homeFeatureArticles li a{
        display: block;
        padding: 0 0 35px;
    }
    #homeFeatureArticles li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeFeatureArticles li .pic img{
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    #homeFeatureArticles ul li time{
        display: none;
    }
    #homeFeatureArticles li .ttl{
        padding: 15px;
        color: #4D4D4D;
    }
    #homeFeatureArticles li a::before{
        content: "";
        position: absolute;
        bottom: 25px;
        right: 15px;
        width: 27px;
        border-bottom: 1px solid #000000;
    }
    #homeFeatureArticles li a::after{
        content: "";
        position: absolute;
        bottom: 25px;
        right: 15px;
        width: 8px;
        margin-bottom: 2px;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
    #homeFeatureArticles ul li{
        position: relative;
        width: 30%;
        margin: 35px 2.5% 0;
        border: 1px solid #ccc;
    }
    #homeFeatureArticles ul li:nth-child(3n-1){
        margin: 35px 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    #homeFeatureArticles ul li{
        position: relative;
        width: 340px;
        margin: 35px 0 0 40px;
        border: 1px solid #ccc;
    }
    #homeFeatureArticles ul li:nth-child(3n-2){
        margin: 35px 0 0 0px;
    }
}

/* homeRecommend
-------------------------------------*/

@media screen and (max-width: 767px) {
    #homeRecommend{
        padding: 80px 0 0;
    }
    #homeRecommend ul{
        display: flex;
        flex-wrap: wrap;
    }
    #homeRecommend li{
        position: relative;
        width: 47vw;
        margin: 0px 0 0px 2vw;
        padding: 20px 0 20px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
    }
    #homeRecommend li:nth-child(2n-1){
        margin: 0 0 0px;
    }
    #homeRecommend li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeRecommend li .pic img{
        width: 100%;
        height: 47vw;
        object-fit: contain;
    }
    #homeRecommend li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #homeRecommend li .name{
        padding: 15px 0;
        color: #4d4d4d;
        line-height: 1.6;
    }
    #homeRecommend li .price{
        padding: 0 0 15px;
        font-weight: bold;
    }
    #homeRecommend li span[class^="icon_"]{
        display: inline-block;
        width: 80px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    #homeRecommend{
        padding: 100px 0 0;
    }
    #homeRecommend ul{
        display: flex;
        flex-wrap: wrap;
    }

    #homeRecommend li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeRecommend li .pic img{
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    #homeRecommend li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #homeRecommend li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #homeRecommend li .price{
        padding: 0 0 15px;
    }
    #homeRecommend li span[class^="icon_"]{
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

}
@media screen and (min-width: 768px) and (max-width: 1129px) {
    #homeRecommend li{
        position: relative;
        width: 30%;
        margin: 0px 2.5%;
        padding: 30px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #homeRecommend li:nth-child(3n-1){
        margin: 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    #homeRecommend li{
        position: relative;
        width: 240px;
        margin: 0px 0 0px 46px;
        padding: 30px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #homeRecommend li:nth-child(4n-3){
        margin: 0 0 0px;
    }
}

/* homeNew
-------------------------------------*/

@media screen and (max-width: 767px) {
    #homeNew{
        padding: 80px 0 0;/*バナーエリアが追加されたらbottom60pxに戻す*/
    }
    #homeNew ul{
        display: flex;
        flex-wrap: wrap;
    }
    #homeNew li{
        position: relative;
        width: 47vw;
        margin: 0px 0 0px 2vw;
        padding: 20px 0 20px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
    }
    #homeNew li:nth-child(2n-1){
        margin: 0 0 0px;
    }
    #homeNew li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeNew li .pic img{
        width: 100%;
        height: 47vw;
        object-fit: contain;
    }
    #homeNew li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #homeNew li .name{
        padding: 15px 0;
        color: #4d4d4d;
        line-height: 1.6;
    }
    #homeNew li .price{
        padding: 0 0 15px;
        font-weight: bold;
    }
    #homeNew li span[class^="icon_"]{
        display: inline-block;
        width: 80px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    #homeNew{
        padding: 100px 0 0;/*バナーエリアが追加されたらbottom100pxに戻す*/
    }
    #homeNew ul{
        display: flex;
        flex-wrap: wrap;
    }
    #homeNew li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #homeNew li .pic img{
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    #homeNew li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #homeNew li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #homeNew li .price{
        padding: 0 0 15px;
    }
    #homeNew li span[class^="icon_"]{
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

}
@media screen and (min-width: 768px) and (max-width: 1129px) {
    #homeNew li{
        position: relative;
        width: 30%;
        margin: 0px 2.5%;
        padding: 30px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #homeNew li:nth-child(3n-1){
        margin: 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    #homeNew li{
        position: relative;
        width: 240px;
        margin: 0px 0 0px 46px;
        padding: 30px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #homeNew li:nth-child(4n-3){
        margin: 0 0 0px;
    }
}


/* homeNews
-------------------------------------*/

@media screen and (max-width: 767px) {
    #homeNews{
        padding: 80px 0 0;
    }
    #homeNews .news_list{
        margin: 35px 0 0;
        border-top: 1px solid #f2f2f2;
    }
    #homeNews .news_list .news_list--pin{
        width: 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    #homeNews .news_list li{
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
    }
    #homeNews .news_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #homeNews li a:hover{
    }
    #homeNews li figure{
        width: 110px;
        margin:  0 2vw 0 0px;
    }
    #homeNews li div{
        max-width: calc(94vw - 125px);
        line-height: 1.8;
    }
    #homeNews li time{
        display: inline-block;
        width: 80px;
        margin: 0px 0 5px;
        color: #808080;

    }
    #homeNews li .icon{
        position: absolute;
        top: 15px;
        right: 4vw;
        display: inline-block;
        min-width: 100px;
        max-width: calc( 100% - 200px);
        overflow: hidden;
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: #D00F00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #homeNews .news_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 15px;
        border-bottom: 1px solid #000000;
    }
    #homeNews .news_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 7px;
        margin: -2px 0 0;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    #homeNews{
        padding: 100px 0 0;
    }
    #homeNews .news_list{
        margin: 35px 0 0;
        border-top: 1px solid #f2f2f2;
    }
    #homeNews .news_list .news_list--pin{
        width: 16px;
        margin: 0 10px 16px;
    }
    #homeNews .news_list li{
        border-bottom: 1px solid #f2f2f2;
    }
    #homeNews .news_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #homeNews li a:hover{
    }
    #homeNews li figure{
        width: 140px;
        margin:  0 40px 0 20px;
    }
    #homeNews li div{
        width: 100%;
        max-width: calc(100% - 200px);
        padding: 0 40px 0 0;
        line-height: 1.8;
    }
    #homeNews li time{
        display: inline-block;
        width: 120px;
        margin: 5px 0;
        color: #808080;
        font-size: 14px;
    }
    #homeNews li .icon{
        display: inline-block;
        min-width: 120px;
        max-width: calc(100% - 200px);
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: #D00F00;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #homeNews .news_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        border-bottom: 1px solid #000000;
    }
    #homeNews .news_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 10px;
        margin: -3px 0 0;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}

/* homeFlyers
-------------------------------------*/

@media screen and (max-width: 767px) {
    #homeFlyers{
        padding: 80px 0 0;
    }
    #homeFlyers .flyers_list{
        margin: 35px 0 0;
        border-top: 1px solid #f2f2f2;
    }
    #homeFlyers .flyers_list li{
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
    }
    #homeFlyers .flyers_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #homeFlyers li a:hover{
    }
    #homeFlyers li figure{
        width: 110px;
        margin:  0 2vw 0 0px;
    }
    #homeFlyers li div{
        max-width: calc(94vw - 125px);
        line-height: 1.8;
    }
    #homeFlyers li time{
        display: inline-block;
        /* width: 80px; */
        margin: 0px 0 5px;
        color: #808080;

    }
    #homeFlyers li .icon{
        position: absolute;
        top: 15px;
        right: 4vw;
        display: inline-block;
        min-width: 100px;
        max-width: calc( 100% - 200px);
        overflow: hidden;
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: rgba(32,121,173,1);
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #homeFlyers .flyers_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 15px;
        border-bottom: 1px solid #000000;
    }
    #homeFlyers .flyers_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 7px;
        margin: -2px 0 0;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    #homeFlyers{
        padding: 100px 0 0;
    }
    #homeFlyers .flyers_list{
        margin: 35px 0 0;
        border-top: 1px solid #f2f2f2;
    }
    #homeFlyers .flyers_list li{
        border-bottom: 1px solid #f2f2f2;
    }
    #homeFlyers .flyers_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #homeFlyers li a:hover{
    }
    #homeFlyers li figure{
        width: 140px;
        margin:  0 40px 0 20px;
    }
    #homeFlyers li div{
        width: 100%;
        max-width: calc(100% - 200px);
        padding: 0 40px 0 0;
        line-height: 1.8;
    }
    #homeFlyers li time{
        display: inline-block;
        /* width: 120px; */
        margin: 5px 0;
        color: #808080;
        font-size: 14px;
    }
    #homeFlyers li .icon{
        display: inline-block;
        min-width: 120px;
        max-width: calc(100% - 200px);
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: rgba(32,121,173,1);
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #homeFlyers .flyers_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        border-bottom: 1px solid #000000;
    }
    #homeFlyers .flyers_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 10px;
        margin: -3px 0 0;
        border-bottom: 1px solid #000000;
        transform: rotate(30deg);
    }
}

/* homeBanner
-------------------------------------*/
#homeBanner{
    margin: 0 auto 20px;
}
@media screen and (max-width: 1099px) {
    #homeBanner img{
        width: 100vw;
        height: 50vw;
        object-fit: contain;
    }
}

@media screen and (min-width: 1100px) {
    #homeBanner img{
        width: 1100px;
        height: 500px;
        object-fit: contain;
    }
}

/* homeBannerBottom
-------------------------------------*/
#bannerBottom{
  padding: 80px 0 0;
}

#bannerBottom ul li{
  width: 96vw;
  margin: 0 0 10px;
}
#bannerBottom li .pic{
  background: #f2f2f2;
}
#bannerBottom li .pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #bannerBottom{
    padding: 100px 0 0;
  }
  #bannerBottom ul{
    display: flex;
    flex-wrap: wrap;
  }
  #bannerBottom ul li{
    width: 31vw;
    margin: 0 0 20px 1.5vw;
  }
  #bannerBottom ul li:nth-child(3n-2){
    margin-left: 0;
  }
  #bannerBottom li .pic{
    height: 15.5vw;
  }
}
@media screen and (min-width: 1100px) {
  #bannerBottom ul li{
    width: 32%;
    margin: 0 0 20px 2%;
  }
  #bannerBottom li .pic{
    height: 176px;
  }
}
/* bxslider
-------------------------------------*/
.bx-wrapper{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bx-wrapper .bx-loading{
  background: none !important;
}
.bx-wrapper .bx-prev {
  background: none !important;
}
.bx-wrapper .bx-next {
  background: none !important;
}
/*reset ↑
------------------------*/
.bx-wrapper{
    margin: 0 auto !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -14px;
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    width: 30px;
    height: 4px;
    background: #ccc;
    border-radius: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4d4d4d;
}

.bx-wrapper .bx-controls-direction a {
  top: 50% !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px !important;
  background: rgba(255,255,255,.75) !important;
  z-index: 1 !important;
}
.bx-wrapper .bx-prev {
  left: 10px !important;
}
.bx-wrapper .bx-next{
  right: 10px !important;
}
@media screen and (min-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 1170px) {
  .bx-wrapper .bx-controls-direction a {

  }
  .bx-wrapper .bx-prev {
    left: -20px !important;
  }
  .bx-wrapper .bx-next{
    right: -20px !important;
  }
}
.bx-wrapper .bx-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -5px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.bx-wrapper .bx-next::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 15px;
    height: 15px;
    margin: -8px -5px 0 0;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }

/* other
-------------------------------------*/
.lazyload {
  display:none;
}

#slider-bg {
    position:absolute;
    top: 180px;
    width:100%;

}
#slider-bg-inner {
    display:flex;
    height: 500px
}
#slider-bg-left,
#slider-bg-center,
#slider-bg-right {
    display:inline-block;
    padding:20px 0;
    border:0px solid #900;
    flex-grow: 1;
    height:100%;
}
#slider-bg-left {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
}
#slider-bg-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
}
#slider-bg-center {
    cursor:pointer;
}
@media screen and (max-width: 1169px) {
    #slider-bg {
        display:none;
    }
}
