/** Shopify CDN: Minification failed

Line 70:0 Unexpected "{"
Line 70:1 Expected identifier but found "%"
Line 70:31 Expected identifier but found "%"
Line 98:0 Unexpected "{"
Line 98:1 Expected identifier but found "%"
Line 98:25 Expected identifier but found "%"

**/
.content {
  padding: 20px;
  min-height: 100vh;
}
.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: black;
  transition: left 0.2s ;
  padding: 0 0 7px 0 !important;
}
.fixed-buttons button {
  background-color: black;
  border: none;
  color: white;
  padding: 0.5rem 0;
  cursor: pointer;
  font-size:1rem;
}
.fixed-buttons button:not(.none-button) {
  flex-grow: 1;
  text-align: center;
}
.fixed-buttons svg.icon.icon-account {
  width: 20px;
  margin:6px;
}
.fixed-buttons .st0 {
  stroke: white;
}
.drawer-favorit {
  margin:2px;
}
ul.menu-drawer__menu.has-submenu.list-menu {
  padding-bottom: 5rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3rem;
}
li.menu-brands.menu-drawer__menu-item {
    margin: 0 auto;
}
.field__input, .select__select, .customer .field input, .customer select {
    height: 3.5rem;
}
.fixed-buttons p{
  margin:0;
  line-height: 1;
}
.fixed_b_cart svg{
  width:35px;
  height:35px;
}
.field__label{
  line-height: 1;
}
{% comment %} 会員ボタン {% endcomment %}
.membershipLink {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding: 0 3rem;
  margin-bottom: 1.2rem;
}
.membershipLink a {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size:1.2rem;
}
.membershipLink a svg.icon.icon-account {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
}
.menu-drawer__navigation {
  border-top: 1px solid #e0e0e0
}
{% comment %} ロゴ等 {% endcomment %}
.drawer_logo {
  position:absolute;
  top:0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.drawer_logo img {
  width:170px;
}
.header__heading-logo {
  width: 170px;
  margin-top: 5px;
}