/*
Theme Name: 株式会社カンブリア
Description: A theme by FAB WORLD WORKS
Version: 1.0
Author: Sho Itoh
*/
@import url("common/css/bootstrap.min.css");
@import url("common/css/style.css");
@import url("common/css/smp.css");

/*フローティングバナー*/
.floating-banner {
  display: block;
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px;
  text-align: center;
}

.floating-banner_sp {
  display: block;
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  left: 0px;
  bottom: 0px;
  text-align: center;
}

.floating-banner:hover {
  opacity: 0.8; /* ホバーで少し透過 */
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on {
  opacity: 1;
}
