.campain-banner:hover {
  opacity: 0.5;
}

.has-mens-floating-footer {
  padding-bottom: 100px;
}

.mens-floating-footer.is_active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mens-floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
  z-index: 999901;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 0 0;
}

.mens-floating-footer__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.mens-floating-footer__inner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

img.mens-floating-footer__inner__tel-img {
  width: 265px;
  height: 45px;
  margin-right: 54px;
}

img.mens-floating-footer__inner__line-img {
  width: 270px;
  height: 65px;
  margin-right: 10px;
}

.mens-floating-footer__inner__button:hover {
  opacity: 0.7;
}

img.mens-floating-footer__inner__web-img {
  width: 270px;
  height: 65px;
}

/* Mobile */

.sp-mens-floating-footer {
  z-index: 101;
  position: fixed;
  bottom: 0px;
  padding: 10px 5px 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s, -webkit-transform .4s ease 0s;
}

.sp-mens-floating-footer.is_active {
  opacity: 1;
}

.sp-mens-floating-footer__container {
  display: flex;
  margin: 0 -3px;
}

.sp-mens-floating-footer__container__button {
  flex: 1;
  padding: 0 3px;
}

.sp-mens-floating-footer__container__button img {
  width: 100%;
}

.sp-mens-floating-footer__container__button:active {
  opacity: 0.7;
}

.sp-mens-floating-footer__container__button.is-primary {
  flex: 1.325;
}
