.u-text--head {
  color: #494949 !important;
  font-size: 28px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-color--head {
  color: #494949 !important;
}
.u-text--subhead {
  color: #494949 !important;
  font-size: 18px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--body {
  color: #494949 !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-color--body {
  color: #494949 !important;
}
.u-text--strong {
  color: #494949 !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--link {
  color: #4caf50CC !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--head--overlay {
  color: #FFFFFF !important;
  font-size: 28px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--subhead--overlay {
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--body--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--color--overlay {
  color: #FFFFFF !important;
}
.u-color__btn--bg {
  background: #4caf50CC !important;
}
.u-color__btn--bg--overlay {
  background: #4caf50CC !important;
}
.u-color__btn--bg--reverse {
  background: #FFFFFF !important;
}
.u-color__btn--bg--overlay--reverse {
  background: #FFFFFF !important;
}
.u-color__btn {
  color: #4caf50CC !important;
}
.u-text--btn {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-text--btn--reverse {
  color: #4caf50CC !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
  border: 1px solid #BDC1C2 !important;
}
.u-text--btn--overlay--reverse {
  color: #4caf50CC !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
  border: 1px solid #BDC1C2 !important;
}
.u-color__btn--text {
  color: #FFFFFF !important;
}
.u-color__btn--text--bg {
  background: #FFFFFF !important;
}
.u-text--input {
  color: #9A9A9A !important;
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-color--input {
  color: #9A9A9A !important;
}
.u-color__input--bg {
  background: #FFFFFF !important;
}
.u-color__border--input {
  border-color: #BDC1C2 !important;
}
.u-color__bg--base {
  background: #ffffff !important;
}
.u-color__bg--main {
  background: #ffffff !important;
}
.u-color__border--border {
  border-color: #116915CC !important;
}
.u-color__border--main {
  border-color: #116915CC !important;
}
.u-font--head {
  font-size: 28px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-font--subhead {
  font-size: 18px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-font--body {
  font-size: 13px !important;
  font-family: 'メイリオ', 'Meiryo';
  font-weight: bold;
}
.u-font--bold {
  font-weight: bold;
}

.c-product_info__details__icon::before, .c-product_info__details__icon::after {
  background: #494949 !important;
}





  .c-product_item__actions .c-product_item__form--favorite {
    display: none;
  }


  .c-product_item__actions .c-product_item__form--cart {
    display: inline-block;
  }


  .c-product_item .c-product_item__inner__content {
    margin-top: 0;
  }


/*================ Fonts ================*/

/*================ Headings ================*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "メイリオ Bold", serif;
}

/*================ Variables ================*/
:root {
  --color-text-head: #494949;
  --color-text-body: #494949;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #4caf50CC;
  --color-btn-bg: #4caf50CC;
  --color-btn-text: #FFFFFF;
  --color-input-text: #9A9A9A;
  --color-input-border: #BDC1C2;
  --color-page-bg: #ffffff;
  --color-page-border: #116915CC;
  --color-page-accent: #4caf50CC;

  --font-size-text-head: 28px;
  --font-size-text-subhead: 18px;
  --font-size-text-body: 13px;
  --font-size-text-link: 13px;

  --font-family-text-head: 'メイリオ', 'Meiryo';
  --font-family-text-subhead: 'メイリオ', 'Meiryo';
  --font-family-text-body: 'メイリオ', 'Meiryo';
}

.c-steps_to_order--theme {
  --theme-color: var(--color-btn-bg) !important;
  --text-color: var(--color-btn-text) !important;
}

.p-movie--theme {
  --theme-color: var(--color-btn-bg);
}



#view-invite-code {
display: none;
}

#view-wrapping-information {
display: none;
}




#index-view {
  .btn.primary, .navbar-btn .btn {
  background-color: #0072ef; /* ブランドカラー */
  color: #ffffff;
}
.btn.primary:hover, .navbar-btn .btn:hover {
  background-color: #005bb5;
  color: #ffffff;
}

}


#product-index-view {
  .c-product_item__inner__category{
  display:none;
}
}



#product-show-view {
  #btn-stock-waiting-list {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

#btn-stock-waiting-list:hover {
  background-color: inherit;
  color: inherit;
}

.p-product_content__breadcrumbs ol,
.p-product_content__breadcrumbs--sp ol {
  display: none;
}

}


#product_category-index-view {
  .c-product_item__inner__category{
  display:none;
}

}







