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

.mi_ten {
  font-size:1.1rem;
  padding-left:0.5rem;
  color:#959595 !important;
}

/* ここに追加 */

.link-buttons {
  max-width: 600px;
  margin: 0 auto;
  padding:0 3rem;
  margin-bottom:1.5rem;

}

.link-buttons a {
  padding:8px 0;
  font-size:1.2rem;
  font-weight:bolder;
}

/* 共通ボタン */
.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  background: #000;
  color: #fff;

  border: none;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

/* 上：大ボタン */
.link-btn--large {
  /* height: 80px; */
  margin-bottom: 12px;
  background-color:#e0e0e0;
  color:black;
}

/* 下：横並び */
.link-btn-row {
  display: flex;
  gap: 12px;
}

/* 下：小ボタン */
.link-btn--small {
  /* height: 40px; */
  flex: 1;
}

.small-two {
  background-color:white;
  color:black;
  border:0.5px solid black;
}

/* 検索ボックスの四角い枠を完全に消す（Dawn対策） */
.field,
.field * {
  border: none !important;
  box-shadow: none !important;
}

/* 検索ボックス外枠 */
.field {
  border: 1px solid #e0e0e0 !important;
  box-shadow: none !important;
}

/* 中のinputは線なし */
.field__input,
.search__input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

/* Dawnの疑似要素を完全無効化 */
.field::before,
.field::after {
  display: none !important;
  content: none !important;
}
