/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Unexpected "{"
Line 11:3 Expected identifier but found "'custom.css'"
Line 180:7 Unexpected "="
Line 196:0 Unexpected "<"
Line 229:0 Expected "}" to go with "{"

**/
{{ 'custom.css' | asset_url | stylesheet_tag }}
p {
  line-height: 2 !important;
}
@media (max-width: 768px) {
  .grid { /* グリッド全体の横幅を広げる */
    max-width: 100vw !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .grid .grid__item { /* 商品カードの横幅を広げる */
    width: 50% !important; /* 1行に2列（スマホで広めに） */
  }
}
.w- {
    width: auto !important;
}
.flex-wrap {
    gap: 0 !important;
}
.w-4\/5 {
    margin: 0 !important;
}

.flex.flex-wrap.w-4\/5 {
  border: 1px solid red !important;
}
.block.mb-2.no-underline.type__body {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.block.mb-2.no-underline.type__body {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.block.mb-4.no-underline.type__body--bold {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.custom-heading {
  font-size: 6rem !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  text-align: center;
}

#customer_login input,
#create_customer input,
#address_form_new input,
#address_form_9676611879169 input {
  background-color:#e4e4e4;
}

#reset_customer_email,
#newsletter_input_footer{
  background-color:#e4e4e4;
}
#newsletter_input_footer{
  width: 98%;
}

#shopify-section-sections--19144675229953__theme_header nav form .absolute.overflow-hidden.shadow-md .flex.flex-wrap,
#shopify-section-sections--19144675229953__theme_header nav form .fixed.overflow-hidden.shadow-md .flex.flex-wrap{
  display:none;
}

/* StoreCRM お気に入りリスト */ 
.storecrm_favoritelist {
  height: 95vh;
  margin: 4rem auto !important;
}

#list_title {
  margin-bottom: 3rem;
}
input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  accent-color: black !important;
}
/**
ReCOREとの連携セクション用
*/
#shopify-block-AZ09ZODZkalp4cGdGK__recore_migrate_panel_EbFQfx .button.migrate-btn,
#shopify-block-AZ09ZODZkalp4cGdGK__recore_migrate_panel_EbFQfx .d-flex.align-items-center .button.jwt-migrate-btn,
#shopify-block-Ab1VVQVRBakhCMEIyT__recore_point_form_MtnbMR .button.apply-btn{
  -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--colorBtnPrimary);
    border: 1px solid transparent;
    border-radius: var(--buttonRadius);
    color: var(--colorBtnPrimaryText);
    cursor: pointer;
    display: inline-block;
    font-size: calc(var(--typeBaseSize) - 4px);
    font-size: max(calc(var(--typeBaseSize) - 4px), 13px);
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.42;
    margin: 0;
    min-width: 90px;
    padding: 11px 20px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    width: auto;
  margin-top:10px;
}
#shopify-block-AZ09ZODZkalp4cGdGK__recore_migrate_panel_EbFQfx .field__input.jwt-input,
#shopify-block-Ab1VVQVRBakhCMEIyT__recore_point_form_MtnbMR .field__input.amount-input{
  width: 100%;
  margin-top:10px;
}
#shopify-block-AZ09ZODZkalp4cGdGK__recore_migrate_panel_EbFQfx .field__label,
#shopify-block-Ab1VVQVRBakhCMEIyT__recore_point_form_MtnbMR .field__label{
  display:none;
}
/* 会員連携ボタン */
#shopify-block-recore_migrate_panel_cYebxj .button.migrate-btn,
#shopify-block-recore_migrate_panel_cYebxj .button.jwt-migrate-btn {
  background-color: #e4e4e4;
  color: #000;
  border: 0px solid #000;
  border-radius: 0px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
}

/* 入力欄 */
#shopify-block-recore_migrate_panel_cYebxj .field__input.jwt-input {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
}
/* 「連携する」ボタンの位置を上に揃える */
.rc-app-migrate-panel .d-flex.align-items-center {
  align-items: flex-start !important; /* ← 上に揃える */
}

.rc-app-migrate-panel .button.jwt-migrate-btn {
  margin-top: 2 !important; /* 上の余白を消す */
}
#shopify-block-recore_migrate_panel_cYebxj .status-block.mb-5 {
  margin-bottom: 8px !important; 
  /* 会員連携セクションにボーダー */
.window--wide.recore-border {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
  class="inline-flex items-center no-underline"
<style>
  .variant-wrapper ul {
    list-style: none !important;
    padding-left: 0 !important;
  }

  .variant-wrapper li::marker {
    content: '' !important;
    display: none !important;
  }

  /* 念のためドット用の span なども非表示に */
  .variant-wrapper li > span {
    display: none !important;
  }
</style>
.truncate-title {
  display: block;
  font-size: 16px; /* お好みで調整可能 */
  font-weight: 600;
  line-height: 1.4;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-title {
  display: inline-block;
  max-width: 120px; /* 必要に応じて調整 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-weight: normal;
}
.text-left {
  min-width: 0;
}
.truncate-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.4;
  max-width: 130px;
  flex-shrink: 1;
}
