/** Shopify CDN: Minification failed

Line 114:1 Expected "*/" to terminate multi-line comment

**/
/* アカウントページ　カスタム */

.account-address-custom {
  margin-top: 60px;
}

.section-header__link-custom {
  border-color:var(--colorTextBody);
  border:1px solid;
  color:var(--colorBtnText);
  transition: 0.2s;
  text-decoration: none;
  padding: 5px 10px;
  font-size: calc(var(--typeBaseSize)*.85);
}

.text-link-custom {
  color:var(--colorBtnText);
  transition: 0.2s;
  padding: 5px 10px;
  border-color:var(--colorTextBody);
  border:1px solid;
  font-weight: 700;
  font-size: calc(var(--typeBaseSize)*.85);
}
.order-custom {
  text-decoration: underline;
}
.order-price-custom {
  text-align: right;
}
.order-table-custom td {
  /* padding-left: 0; */
}

.address__btn-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .order-table-custom {
    background: transparent;
  }

}
@media screen and (min-width: 769px) {
  .account-address-custom {
    padding-left: 60px;
    margin-top: 0;
  }
}
/* .page-width--tiny {
  max-width: 600px;
}

.customer__button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.customer__back {
  padding: 1px 6px;
}

.address__btn-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.mypage__title {
    background: var(--colorBtnPrimary);
    border: 1px solid transparent;
    border-radius: var(--buttonRadius);
    color: var(--colorBtnPrimaryText);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 32px;
}

.address__btn-wrap {
  gap: 20px;
}
 */

/* pc時横幅狭く */
/* @media screen and (min-width: 769px) {
  .account-width-custom-large {
    max-width: 700px;
  }
  .account-width-custom-small {
    max-width: 200px;
    padding-left: 0;
  }
  
  .account-page-width-custom {
    max-width: 1100px;
  }
  .account-grid-custom {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.25rem, -1.607rem + 5.95vw, 3.75rem);
  }
  
}

@