.slick-slide:focus {
  outline: none;
}
.slick-slider {
  touch-action: auto !important;
}
/* この上まで独自に挿入(2021/06/12) */

/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 15px;
  max-width : 100% ;
  height : auto ;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 0px solid #ffffff;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 0px solid #ffffff;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
    width: auto;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
  width: auto;
  max-height: 575px !important;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    margin-left: -45px;
    margin-right: -45px;
    text-align: center;
    width: auto;
    max-height: 100% !important;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:0 auto !important;
  width: auto !important;
  max-height: 100% !important;
  display:block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
 .product-main .bx-wrapper {
   max-height: 100% !important;
  }
.p-product-img__main-item img {
   width: auto !important;
   height: 100% !important;
  }  
}
.p-product-img__thumb {
  padding-top: 30px;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  width: auto !important;
  height: 100% !important;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/* この上までカラーミーより挿入(2021/06/03) */

/* セールに関して */
.sale_attention {
  font-weight:bold;
  text-decoration:underline;
  color:#ff0000 !important;
  line-height:250%;
}

#product-slider li a:hover {
  cursor: zoom-in;
}
/* light box - cdn */
.lightbox .lb-image {
  border: none !important;
  border-radius: 0px !important;
}
.lightboxOverlay { 
  background-color: #fff !important; /* 背景を白に変更*/
  opacity: 1.0 !important; /* 背景の透過なし*/
}
.lb-nav a.lb-prev {
  background: url('https://img02.shop-pro.jp/PA01125/255/etc/lb-prev.png?cmsp_timestamp=20200711140706') left 48% no-repeat !important;
}
.lb-nav a.lb-next {
  background: url('https://img02.shop-pro.jp/PA01125/255/etc/lb-next.png?cmsp_timestamp=20200711140647') right 48% no-repeat !important;
}
.lb-data .lb-close {
  background: url('https://img02.shop-pro.jp/PA01125/255/etc/lb-close.png?cmsp_timestamp=20200711140635') top right no-repeat !important;
}
/* bx slider */
.bx-wrapper .bx-prev {
  left: 0 !important;
  background: url('https://img02.shop-pro.jp/PA01125/255/etc/lb-prev.png?cmsp_timestamp=20200711140706') right no-repeat !important;
}
.bx-wrapper .bx-next {
  background: url('https://img02.shop-pro.jp/PA01125/255/etc/lb-next.png?cmsp_timestamp=20200711140647') left no-repeat  !important;
}

/* 商品スライダー */
.product-main .bx-wrapper {
	box-shadow: none !important;
	border: none !important;
   margin-bottom:20px !important;
   margin:0 auto !important;
}
.product-main .bx-wrapper {
   max-height: 500px !important;
}
.main-item img {
   height: 500px !important;
   margin:0 auto !important;
   display:block;
}
@media only screen and (max-width: 768px) {
 .product-main .bx-wrapper {
   max-height: 300px !important;
  }
.main-item img {
   height: 300px !important;
  }  
}
.product-main .bx-viewport{
   margin: 0 auto !important;
}
.product-thumbs .bx-wrapper {
  margin: 0 auto !important;
}
.product-thumbs .bx-viewport{
  width: 80% !important;
  height: 100px !important;
  margin: 0 auto !important;
}
.product_img_thumbnail {
   height: 100px;
}
.thumb-item a.active img {
  opacity: 1 !important;
}
.thumb-item a img {
  opacity: 0.3 !important;
}

.category-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.category-name-detail {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.item-title {
  display: block;
  letter-spacing: 0.05em;
}

/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 100% !important;
    height: 800px;
    font-size: 13px;
    /*border: #999 1px solid;*/
    position: relative;
    clear: both;
}
 
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
 
#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 25%;/* 150px*/
    font-weight: bold;
    position: absolute;
    /*border-right: #999 1px solid;*/
    border-bottom: 3px solid #f0f0f0;
    background: #fff;
    box-sizing: border-box;
}
 
#tabAccordion dl:nth-child(2) dt {
    left: 25%;/* 150px*/
}
 
#tabAccordion dl:nth-child(3) dt {
    left: 50%;/*300px;*/
}
 
#tabAccordion dl:nth-child(4) dt {
    left: 75%;/*450px;*/
    border-right: none;
}
 
#tabAccordion dl dt a {
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #999;
}
 
#tabAccordion dl dt.btnAcv {
    border-bottom: 3px solid #666;
    background: #fff;
}
#tabAccordion dl dt.btnAcv a {
    color: #464e54;
}
 
@media only screen and (min-width: 768px) {
    #tabAccordion dl dt:hover > a {
        background: #fff;
    }
}
 
#tabAccordion dl dd {
    top: 50px;
    left: 0;
    padding: 30px;
    width: 100% !important;
    height: 800px;
    text-align: left;
    overflow-y: auto;
    display: none;
    position: absolute;
    box-sizing: border-box;
}
 
#tabAccordion dl dd p {
    padding-bottom: 2em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #tabAccordion {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl dt {
        width: 25%;
    }
 
    #tabAccordion dl:nth-child(2) dt {
        left: 25%;
    }
 
    #tabAccordion dl:nth-child(3) dt {
        left: 50%;
    }
 
    #tabAccordion dl:nth-child(4) dt {
        left: 75%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #tabAccordion {
        width: 100%;
        height: auto;
        border: none;
    }
    #tabAccordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
    #tabAccordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-bottom: #999 1px solid;
        border-right: none;
    }
    #tabAccordion dl:first-child dt {
        border-top: #999 1px solid;
    }
    #tabAccordion dl:nth-child(2) dt,
    #tabAccordion dl:nth-child(3) dt,
    #tabAccordion dl:nth-child(4) dt {
        left: auto;
    }
    #tabAccordion dl dt a {
        padding: 15px 20px;
        height: auto;
        line-height: 1em;
        text-align: left;
    }
    #tabAccordion dl dt a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #tabAccordion dl dt.btnAcv {
        border-bottom: #999 1px solid;
        background: #f0f0f0;
    } 
    #tabAccordion dl dt.btnAcv a:after {
        content: none;
    }
    #tabAccordion dl dd {
        top: auto;
        left: auto;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: #999 1px solid;
    }
}

.btn-lg {
  border-radius: 0px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.bread-group {
  display: inline-block !important;
  border-radius: 1px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  padding: 4px;
}

/* 既存書き換え */
#contents .topicpath-nav a {
  margin:0 !important;
}
#contents .topicpath-nav li {
  padding: 0 4px;
  margin-left: 0.5em;
}

#product .table th {
  font-size: 11px;
}
#product .table td {
  font-size: 11px;  
}
#product .table th, .table td {

}

select, [type="file"]{
  height: 24px !important;
  line-height: 24px !important;
  font-size: 13px;
}

.btn-addcart {
  background-color: #222 !important;
  color: #fff !important;
}
.btn-soldout{
  background-color: #ccc !important;
  color: #666 !important;
}
/* 販売不可商品  */
.no-cart-item {
  border: 1px solid #999;
  padding: 20px;
  margin: 20px 0 20px 0;
}
/* タブ4 内部 ご利用にあたって */
.tab4_goriyou {
  border: 1px solid #ccc;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
.tab4_goriyou {
  border: 0px solid #fff;
  padding: 0px;
    }
}
.tab4_goriyou h6 {
font-size: 11px !important;
padding:0 ;
margin:0;
}
.tab4_goriyou p {
padding:0 !important;
margin:0;
}
.tab4_goriyou ul {
margin: 5px 0 !important;
}
.tab4_goriyou ul li {
margin-top: 5px 0 !important;
}


@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
