@charset "UTF-8";
/*
*
* product_module_addition.css
* 商品ページ共通モジュールを個別に上書き・追加するCSS
* 初期値はデフォルトのスタイルを当てていますので、値を変更してご使用下さい
*
*/
:root {
  --base-color: #E87500;
  --hover-color: #F79C4C;
  --bg-color: #FDF5ED;
  --heading-color: #E87500;
}

.hs-content-footer {
  background-image: url(/r23res/image/products/closeup_bg_sm.jpg);
}

.util-bg--color-01 {
  background-color: #FFF4E4;
}

.util-bg--color-02 {
  background-color: #F78D04;
}

.util-badge--color-01 {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.25em 0.5em 0.1em;
  background-color: #F78D04;
  color: #FFF;
}

.util-image--center {
  text-align: center;
}

[class*="hs-c-color-box--padding-block"] > [class*="hs-c-underline-list"]:first-child > li:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  .hs-content-footer {
    background-image: url(/r23res/image/products/closeup_bg_lg.jpg);
  }
}
.hs-main-visual {
  background-image: url(/aruba/asset/images/common/kv_img_lower_sm.jpg);
}

@media (min-width: 768px) {
  .hs-main-visual {
    background-image: url(/aruba/asset/images/common/kv_img_lower_lg.jpg);
  }
}