/** Shopify CDN: Minification failed

Line 141:5 Unexpected "="

**/
.product-title h1{
  margin-bottom: 20px;
}
.product-menu li.is-active a {
    background: #e0eacb;
}
.product-menu li.is-active.tab-brown a {
    background: #BEC2B6;
}
@media (max-width: 767px) {
  html, body {
      overflow-x: clip!important;
  }
}
#global-footer {
    margin-top: 0;
}
.product_fixedbtnWrap {
  display: none;
    position: sticky;
    bottom: 0;
    background: #E0E0E0;
    padding: 20px 0;
}
.product_fixedbtninner {
  width: 95%;
  padding-right: 60px;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.product_fixedbtn_info {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
}
.product_fixedbtn_info span {
    display: block;
}
.product_fixedbtn_gocart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0;
    width: 360px;
    text-align: center;
    background: #000;
    color: #fff;
    transition: 0.3s;
    border: solid 1px #000;
}
.product_fixedbtn_gocart:hover {
    background: #fff;
    color: #000;
}
@media (max-width: 767px) {
  .product_fixedbtnWrap {
      padding: 15px;
  }
  .product_fixedbtninner {
    width: 100%;
    padding-right: 0px;
  }
  .product_fixedbtn_info {
      display: none;
  }
  .product_fixedbtn_gocart {
      width: 100%;
  }
}

#toTop {
  display: block;
  position: fixed;
  z-index: 995;
  bottom: 23px;
  right: 30px;
}
#toTop a {
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  padding-top: 5px;
}
#toTop a:hover {
  opacity: 1;
}
#toTop.toTop--circle a {
  border-radius: 100px;
}
@media (max-width: 992px) {
  #toTop {
    bottom: 67px;
    right: 10px;
  }
  #toTop a {
    border: solid 1px #000000;
  }
}
#toTop a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(-45deg);
  transform-origin: center;
}

.disabled-btn{
  max-width: 400px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  pointer-events: none;
}

media="screen and (max-width: 1023px)" {
.disabled-btn{
  font-size: 14px;
}
}
.product-image .slick-dots li button {
  outline: none;
}