/* カスタマイズ用CSS */

/* ロゴ画像を全幅にする */
.ec-layoutRole__header {
  width: 100%;
  margin: 0;
  padding-top: 0;
}
.ec-layoutRole__header img {
  width: 100%;
}

/* ハンバーガメニューを常に表示 */
.ec-headerNavSP {
  display: block !important;
  top: 10px;
  right: 10px;
  left: auto;
}

.ec-overlayRole,
.ec-drawerRoleClose,
.ec-drawerRole {
  display: block !important;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.have_curtain .ec-overlayRole,
.ec-drawerRoleClose.is_active,
.ec-drawerRole.is_active {
  transition: .3s;
  opacity: 1;
  pointer-events: all;
}
.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.ec-headerNavSP, .ec-drawerRoleClose {
  top: 10px;
  right: 10px;
  left: auto;
}
.ec-drawerRoleClose.is_active {
  display: inline-block;
}
.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all .3s;
  z-index: 100000;
}

/* ページトップに戻るボタンを非表示 */
.ec-blockTopBtn {
  display: none !important;
}

/* 商品を2カラムにする */
.ec-shelfGrid .ec-shelfGrid__item {
  width: 50%;
  display: block !important;
}

/* カートに入れるボタンの色変更 */
.ec-blockBtn--action {
  background-color: #c32a6d !important;
  border-color: #c32a6d !important;
}

/* フッターの色変更 */
.ec-footerRole {
  /* background: url(/html/user_data/assets/img/files/sp_footer_bg.png) repeat; */
}
.ec-footerTitle,
.ec-footerNavi {
  color: #ffffff;
  padding: 15px 0;
}
.ec-footerRole {
  border: none;
}
.ec-footerNavi .ec-footerNavi__link a {
  border-color: #666;
}

/* フッターナビを常に縦 */
.ec-footerRole .ec-footerRole__inner {
  padding: 0 !important;
  max-width: inherit;
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid;
  padding: 15px 0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  margin: 0;
}


/* 案件毎に調整 */
.ec-layoutRole {
  background: #eeeeee;
}
.ec-footerTitle .ec-footerTitle__logo {
  display: none;
}
.ec-footerRole {
  background: #c32a6d;
}
.ec-headerRole,
.ec-headerRole * {
  margin: 0;
  padding: 0;
}


/* ボタン画像版 */
.ec-drawerRoleClose.is_active,
.ec-headerNavSP {
  top: 20px;
  right: 20px;
  left: inherit;
  padding: 0;
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 0;
  background: none transparent;
}
.fa-bars,
.fa-times {
  display: block;
  width: 100%;
  height: 100%;
}
.fa-bars:before,
.fa-times:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.fa-bars:before {
  background: url(https://www.lounge-daizy.com/files/sp_btn_menu_off.png) no-repeat top center/100%;
}
.fa-times:before {
  background: none transparent;
}
/* メニューオープン時 */
.ec-layoutRole.is_active .fa-bars:before {
  background: none transparent;
}
.ec-drawerRoleClose.is_active .fa-times:before {
  background: url(https://www.lounge-daizy.com/files/sp_btn_menu_on.png) no-repeat top center/100%;
}
