/* detail
-------------------------------------*/
#productDetail #productInfo .wish_btn i.fa-star{
    color: #E3D744;
}
#productDetail .bx-wrapper .bx-prev{
    left: 0;
}
#productDetail .bx-wrapper .bx-prev:hover{
    background-color: #fff;
    opacity: 5;
}
#productDetail .bx-wrapper .bx-next{
    right: 0;
}
#productDetail .bx-wrapper .bx-prev:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-color: rgba(255,255,255,0.7);
}
#productDetail .bx-wrapper .bx-prev:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -5px;
    border-right: 1px solid #3E9CCD;
    border-top: 1px solid #3E9CCD;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
#productDetail .bx-wrapper .bx-next:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px -25px 0 0;
    background-color: rgba(255,255,255,0.7);
}
#productDetail .bx-wrapper .bx-next:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 15px;
    height: 15px;
    margin: -8px -5px 0 0;
    border-right: 1px solid #3E9CCD;
    border-top: 1px solid #3E9CCD;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    #productDetail{
        padding:  0 0 80px;
    }
    #productDetail #productInfo{
        padding: 30px 0 0;
    }
    #productDetail #productInfo span[class^="icon_"]{
        display: inline-block;
        width: 65px;
        height: 20px;
        padding: 3px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #productDetail #productInfo .ttl{
        padding: 20px 0 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
    }
    #productDetail #productInfo .pno{
        padding: 0 0 15px;
        color: #808080;
    }
    #productDetail #productInfo .price{
        color: #808080;
        font-size: 11px;
    }
    #productDetail #productInfo .price strong{
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }
    #productDetail #productInfo .vertical {
        min-width: 60%;
        margin: 20px 0 0;
    }
    #productDetail #productInfo .horizontal {
        min-width: 60%;
        margin: 20px 0 0;
    }
    #productDetail #productInfo .vertical span,
    #productDetail #productInfo .horizontal span {
        display: block;
        margin: 0 0 5px;
        color: #4d4d4d;
    }
    #productDetail #productInfo .vertical select,
    #productDetail #productInfo .horizontal select {
        height: 44px;
        width: 100%;
    }
    #productDetail #productInfo .quantity{
        width: 100%;
        margin: 20px 0 0;
    }
    #productDetail #productInfo .quantity select {
        height: 44px;
    }
    #productDetail #productInfo .quantity span.stock{
        margin-left: 20px;
        font-size: 90%;
        color: #808080;
    }
    #productDetail #productInfo .stock_status{
        width: 100%;
        color: #F57167;
    }
    #productDetail #productInfo .cartArea{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #productDetail #productInfo .cart_btn{
        max-width: 400px;
        width: calc(100% - 60px);
        height: 50px;
        margin:  15px 0 0;
        padding: 15px 0 0;
        background: #000000;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    #productDetail #productInfo .notice {
        padding-top: 10px;
        color: #F57167;
    }
    #productDetail #productInfo .soldout{
        max-width: 400px;
        width: calc(100% - 60px);
        height: 50px;
        margin:  15px 0 0;
        padding: 15px 0 0;
        background: rgba(102,102,102,1);
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        cursor: default;
    }
    #productDetail #productInfo .wish_btn i{
        margin:  18px 10px 0;
        color: #bbb;
        font-size: 34px;
        cursor: pointer;
    }
    #productDetail #productInfo .snsList{
        display: flex;
        margin: 30px 0 0;
    }
    #productDetail #productInfo .snsList li{
        margin: 0 6px 0 0;
    }
    #productDetail .bx-wrapper .bx-prev:hover::before {
        width: 45px;
    }
    #productDetail .bx-wrapper .bx-next:hover::before {
        width: 45px;
    }
    #productInfoMore{
        margin: 30px auto 50px;
    }
    #productInfoMore .box{
        margin: 10px 0px 30px;
        padding: 20px;
        background: #f2f2f2;
    }
    #productInfoMore .tag li{
        display: inline-block;
        margin: 20px 15px 0 0;
    }
    #productInfoMore .tag li a{
        display: block;
        height: 38px;
        padding: 10px 20px;
        border: 1px solid #4d4d4d;
        border-radius: 19px;
        color: #4d4d4d;
        vertical-align: middle;
    }

}
@media screen and (min-width: 768px) {
    #productDetail{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:  0 0 100px;
    }
    #productDetail #slideArea{
        max-width: 500px;
        width: 45.5%;
    }
    #productDetail #productInfo{
        max-width: 560px;
        width: 50.9%;
    }

    #productDetail #productInfo span[class^="icon_"]{
        display: inline-block;
        width: 100px;
        height: 24px;
        padding: 5px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #productDetail #productInfo .ttl{
        padding: 30px 0 15px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
    }
    #productDetail #productInfo .pno{
        padding: 0 0 20px;
        color: #808080;
    }
    #productDetail #productInfo .price{
        color: #808080;
    }
    #productDetail #productInfo .price strong{
        color: #000;
        font-size: 26px;
        font-weight: bold;
    }
    #productDetail #productInfo .point strong{
        font-weight: bold;
    }
    #productDetail #productInfo .vertical {
        min-width: 60%;
        margin: 30px 0 0;
    }
    #productDetail #productInfo .horizontal {
        min-width: 60%;
        margin: 30px 0 0;
    }
    #productDetail #productInfo .vertical span,
    #productDetail #productInfo .horizontal span {
        display: block;
        margin: 0 0 5px;
        color: #4d4d4d;
    }
    #productDetail #productInfo .vertical select,
    #productDetail #productInfo .horizontal select {
        height: 44px;
        width: 100%;
    }
    #productDetail #productInfo .quantity{
        width: 100%;
        margin: 30px 0 0;
    }
    #productDetail #productInfo .quantity select {
        height: 44px;
    }
    #productDetail #productInfo .quantity span.stock{
        margin-left: 20px;
        font-size: 90%;
        color: #808080;
    }
    #productDetail #productInfo .stock_status{
        width: 100%;
        color: #F57167;
    }
    #productDetail #productInfo .cartArea{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #productDetail #productInfo .cart_btn{
        max-width: 450px;
        width: calc(100% - 80px);
        height: 48px;
        margin:  15px 0 0;
        padding: 15px 0 0;
        background: #000000;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }
    #productDetail #productInfo .cart_btn:hover{
        background: #000000cc;
        transition: .3s;
    }
    #productDetail #productInfo .notice {
        padding-top: 10px;
        color: red;
    }
    #productDetail #productInfo .soldout{
        max-width: 450px;
        width: calc(100% - 80px);
        height: 48px;
        margin:  15px 0 0;
        padding: 15px 0 0;
        background: rgba(102,102,102,1);
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        cursor: default;
    }
    #productDetail #productInfo .wish_btn i{
        margin:  18px 10px 0;
        color: #bbb;
        font-size: 40px;
        cursor: pointer;
    }
    #productDetail #productInfo .snsList{
        display: flex;
        margin: 30px 0 0;
    }
    #productDetail #productInfo .snsList li{
        margin: 0 6px 0 0;
    }
    #productInfoMore{
        width: 800px;
        margin: 60px auto 100px;
    }
    #productInfoMore .box{
        margin: 10px 20px 60px;
        padding: 20px;
        background: #f2f2f2;
    }
    #productInfoMore ul{

    }
    #productInfoMore .tag li{
        display: inline-block;
        margin: 20px 15px 0 0;
    }
    #productInfoMore .tag li a{
        display: block;
        height: 38px;
        padding: 10px 20px;
        border: 1px solid #4d4d4d;
        border-radius: 19px;
        color: #4d4d4d;
        vertical-align: middle;
    }

}

/* #productReview
-------------------------------------*/
#productReview{
  margin: 30px auto 50px;
}
#productReview .review_btn{
  margin-top: 20px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
}
#productReview .review_btn::before{
  font-family: FontAwesome;
  content: "\f040";
  display: inline-block;
  margin: 0 2px;
}
#productReview .review_list{
  margin-top: 20px;
}
#productReview .review{
  width: 100%;
  min-height: 100px;
  margin-top: 10px;
  padding: 10px;
  background: #f2f2f2;
}
#productReview .review span.review_name{
  font-weight: bold;
}
#productReview .review div.review_contents{
  margin-top: 10px;
}
#productReview .review span.review_date{
  float: right;
}
#productReview .review_list div.all_review_link{
  margin-top: 10px;
  text-align: right;
}
#productReview .no_review{
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #productReview{
    width: 100%;
    margin: 60px auto 100px;
  }
  #productReview .review_btn:hover{
    border: 1px solid #333;
    transition: .3s;
  }
  #productReview .review{
    padding: 20px;
  }

}


/* .cateList
-------------------------------------*/
@media screen and (max-width: 767px) {
    .cateList{
        padding: 20px 0;
        background: #f2f2f2;
    }
    .cateList dl{
        display: flex;
        flex-wrap: wrap;
    }
    .cateList dt{
        width: 100%;
        color: #999;
        font-size: 12px;
    }
    .cateList dd{
        position: relative;
        width: 47vw;
        margin: 10px 0 0 2vw;
    }
    .cateList dd:nth-of-type(2n-1){
        margin: 10px 0 0;
    }
    .cateList dd a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 10px;
        background: #fff;
        color: #3E9CCD;
        font-size: 13px;
    }
    .cateList dd a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: -4px 0 0;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media screen and (min-width: 768px) {
    .cateList{
        padding: 25px 0;
        background: #f2f2f2;
    }
    .cateList dl{
        display: flex;
        flex-wrap: wrap;
    }
    .cateList dt{
        width: 100%;
        color: #999;
        font-size: 12px;
    }
    .cateList dd{
        position: relative;
        width: 19%;
        margin: 10px 0 0 1.25%;
    }
    .cateList dd:nth-of-type(5n-4){
        margin: 10px 0 0;
    }
    .cateList dd a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 10px;
        background: #fff;
        color: #4d4d4d;
    }
    .cateList dd a:hover{
        color: #3E9CCD;
        text-decoration: underline;
    }
    .cateList dd a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: -4px 0 0;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cateList dd a:hover:after{
        border-right: 1px solid #3E9CCD;
        border-bottom: 1px solid #3E9CCD;
    }

}



/* .productList
-------------------------------------*/
@media screen and (max-width: 767px) {
    .productList{
        display: flex;
        flex-wrap: wrap;
    }
    .productList.relatedProductList{
        display: flex;
        white-space: nowrap;
        width: 100%;
    }
    .productList li{
        position: relative;
        width: 47vw;
        margin: 0px 0 0px 2vw;
        padding: 20px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(2n-1){
        margin: 0 0 0px;
    }
    .productList li.count0{
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 20px 0 40px;
        border-bottom: none;
    }
    .productList li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    .productList li .pic img{
        width: 100%;
        height: 47vw;
        object-fit: contain;
    }
    .productList li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    .productList li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
        white-space: break-spaces;
    }
    .productList li .price{
        padding: 0 0 15px;
    }

    .productList li span[class^="icon_"]{
        position: absolute;
        bottom: 20px;
        display: inline-block;
        width: 23vw;
        height: 18px;
        padding: 3px 0 0;
        background: #D00F00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .productList{
        display: flex;
        flex-wrap: wrap;
    }
    .productList.relatedProductList{
        display: flex;
        white-space: nowrap;
        width: 100%;
    }
    .productList li.count0{
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 30px 0 40px;
        border-bottom: none;
    }
    .productList li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    .productList li .pic img{
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    .productList li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    .productList li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
        white-space: break-spaces;
    }
    .productList li .price{
        padding: 0 0 15px;
    }

    .productList li span[class^="icon_"]{
        position: absolute;
        bottom: 20px;
        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) {
    .productList li{
        position: relative;
        width: 30%;
        margin: 0px 2.5%;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(3n-1){
        margin: 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    .productList li{
        position: relative;
        width: 240px;
        margin: 0px 0px 0px 46px;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(4n-3){
        margin: 0 0 0px;
    }
}
/* .productBlock
-------------------------------------*/

@media screen and (max-width: 767px) {
    .productBlock .productList li{
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .productBlock .productList li{
        position: relative;
        width: 240px;
        margin: 0px 0 0px 0;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
}
/* index
-------------------------------------*/


@media screen and (max-width: 767px) {
    #productIndex{
        padding: 30px 0 80px;
    }
    #productIndex .conditionBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 20px;
        background: #f4f4f4;
        border-top: 2px solid #000000;
    }
    #productIndex .conditionBox .count{
        padding: 0 0 5px;
        font-size: 12px;
    }
    #productIndex .conditionBox .count span{
        font-size: 14px;
    }
    #productIndex .conditionBox .count strong{
        display: inline-block;
        margin:  0 5px;
        font-size: 18px;
        font-weight: bold;
    }
    #productIndex .conditionBox .selectArea{
        font-size: 13px;
    }
    #productIndex .conditionBox .sort{
        margin: 0 2vw 0 2vw;

    }
    #productIndex .conditionBox .count_per_page{
        margin: 0 0 0 2vw;
    }
}
@media screen and (min-width: 768px) {

    #productIndex{
        padding: 60px 0 100px;
    }
    #productIndex .conditionBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 20px;
        background: #f4f4f4;
        border-top: 2px solid #000000;
    }
    #productIndex .conditionBox .count{
        font-size: 12px;
    }
    #productIndex .conditionBox .count span{
        font-size: 14px;
    }
    #productIndex .conditionBox .count strong{
        display: inline-block;
        margin:  0 5px;
        font-size: 20px;
        font-weight: bold;
    }
    #productIndex .conditionBox .sort{
        margin: 0 10px 0 10px;
    }
    #productIndex .conditionBox .count_per_page{
        margin: 0 0 0 10px;
    }

}

/* 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;
}

@media screen and (max-width: 767px) {
    .bxslider{
        display: flex;
        align-items: center;
    }
    .bxslider li{
        position: relative;
        height: 96vw;
        background: #f2f2f2;
    }
    .bxslider li img{
        width: 96vw;
        height: 96vw;
        object-fit: contain;
    }
    .bx-pager{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }
    .bx-pager a{
        width: 70px;
        height: 70px;
        overflow: hidden;
    }
    .bx-pager a img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .bx-pager .active{
        border: 2px solid #000000;
    }
}
@media screen and (min-width: 768px) {
    .bxslider{
        display: flex;
        align-items: center;
    }
    .bxslider li{
        position: relative;
        height: 500px;

    }
    .bxslider li img{
        width: 500px;
        height: 500px;
        object-fit: contain;
    }


    .bx-pager{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }

    .bx-pager a{
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
    .bx-pager a img{
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .bx-pager .active{
        border: 2px solid #000000;
    }
}
@media screen and (max-width: 425px) {
    .productBlock .bx-wrapper .bx-prev {
        left: 0px !important;
    }
    .productBlock .bx-wrapper .bx-next{
        right: 0px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 0 !important;
        height: 100% !important;
        width: 40px !important;
        margin-top: 0 !important;
        z-index: 1 !important;
    }
}
@media screen and (min-width: 426px) {
    .productBlock .bx-wrapper .bx-prev {
        left: 0px !important;
    }
    .productBlock .bx-wrapper .bx-next{
        right: 0px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 0 !important;
        height: 100% !important;
        width: 100px !important;
        margin-top: 0 !important;
        z-index: 1 !important;
    }
}
.productBlock .bx-wrapper .bx-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.productBlock .bx-wrapper .bx-next::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lightboxOverlay {
  z-index: 99999 !important;
}
.lightbox {
  z-index: 100000 !important;

}
.lb-details{
    display: none;
}
