/** Shopify CDN: Minification failed

Line 158:0 Unexpected "}"

**/
/******** クラファン ********/
/* 全体 */
html:has(.custom-tab-content) #MainContent {
  background-color: #fff;
}

body.gradient {
  background: #f5f5f5;
}

/* 商品情報 */
.product-share-title,
.product-form__input .form__label {
  color: #ff4500;
}

.shopify-payment-button__button--unbranded {
  background: #ff4500;
  border-color: #ff4500;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  height: auto;
  letter-spacing: 0.2rem;
}

.product-login-text-wrap {
  margin: 24px 0;
  text-align: center;
}

.product-login-text-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 749px) {
  .product-login-text-link {
    font-size: 1.6rem;
  }
}

.product-login-text-link:hover {
  opacity: 0.7;
}

.product-login-text-link:visited {
  color: #111111;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: #ff4500;
  opacity: 0.7;
}

.shopify-payment-button__button--unbranded::before,
.shopify-payment-button__button--unbranded::after {
  display: none;
}

/* タブ */
.product-tabs-nav {
  width: 100%;
  background-color: #feebcf;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  max-width: 100%;
}

.tab-header-container {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.tab-trigger {
  flex: 1;
  padding: 20px 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 15px;
  color: #555;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

.tab-trigger:hover {
  color: #000;
}

.tab-trigger.active {
  color: #000;
}

.tab-trigger.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff4500;
}

@media screen and (max-width: 749px) {
  .tab-trigger {
    font-size: 13px;
    padding: 15px 5px;
  }

  .product-tabs-nav {
    margin-top: 30px;
  }
}

/* タブの中 */
.custom-tab-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fef5ed;
  padding-top: 2rem;
  box-sizing: border-box;

  .block {
    h2 {
      background: #ff4500;
    }
  }
}

.no-content-message {
  padding: 20px;
  text-align: center;
  color: #888;
  border: 1px dashed #ccc;
}
}

/* 注意事項 */
.aw-product-attention {
  .product-description {
    margin-top: 0 !important;

    .block {
      h2 {
        background: #ff4500;
      }
    }
  }
}

[id*="__aw_product_tabcontents_"] .custom-tab-content {
  margin-bottom: 0 !important;
}

section[id*="__aw_product_profile_"],
section[id*="__aw_product_attention_"] {
  background-color: #fef5ed;
}