/** Shopify CDN: Minification failed

Line 159:1 Expected "}" to go with "{"

**/
@charset "UTF-8";
/* product-feature */
.product-feature .pc-img,
.product-feature .pc-br{
  display: block;  
}
.product-feature .sp-img,
.product-feature .sp-br{
  display: none;
}

/* lp */
.lp .pc-img,
.lp .pc-br{
  display: block;  
}
.lp .sp-img,
.lp .sp-br{
  display: none;
}

/* 2column */
.feature-container-02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-box-02{
  width: 49%;
  text-align: center;
}

@media (max-width: 600px) {
  /* product-feature */
  .product-feature .pc-img,
  .product-feature .pc-br{
    display: none;  
  }
  .product-feature .sp-img,
  .product-feature .sp-br{
    display: block;
  }

  /* lp */
  .lp .pc-img,
  .lp .pc-br{
    display: none;  
  }
  .lp .sp-img,
  .lp .sp-br{
    display: block;
  }
}

/*cart*/
.cart-item-title a {
  color: #000000;
}
a.cart-item-remove {
  color: #000000;
}
.cart_checkbutton {
  background: #0071E3;
}



/*リニューアル追加20241118*/

.product-inv-tag{
  font-size:14px;
  font-weight: bold;
  padding:5px 10px;
  border:solid 2px #0071E3;
  display: inline-block;
  color:#0071E3;
  border-radius: 50px;
  margin-bottom:5px;
}

.product-inv-care-link{
  font-size:12px;
  display: inline-block;
  color:#0071E3;
  text-decoration: underline;
}

.product-inv-tag-box{
  margin-top:10px;
}


/*リニューアル追加20241123 TOPのページセクション*/

.slideshow-title{
  margin-top:20px;
}


.slideshow-text p {
  background: #fff;
  font-size:14px;
}

.slideshow-button{
  padding: 5px;
  background: #000 !important;
  max-width: 150px;
  border-radius: 50px !important;
  font-size: 14px;
  margin: 20px auto;
}

.section-index-slideshow .slideshow-wrapper .slick-dots{
  bottom:190px;
}

.slideshow-wrapper .slick-dots li.slick-active button {
  background-color: #000;
}



.lp-item__select {
  display: none !important;
}

@media (max-width: 600px) {

  .section-index-slideshow .slideshow-wrapper .slick-dots{
    bottom:0px;
  }


  /*LP1*/
.lp-item__select .model-select {
    -webkit-appearance: none;
    appearance: none;
}
.manufacturer_selector {
    position: relative;
}
.manufacturer_selector:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: rotate(45deg);

}