.brand-float {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 0;
  width: 70px;
  z-index: 1000;
}
.brand-float a:link, .brand-float a:visited {
  color: #fff !important;
}
.brand-float a:link, .brand-float a:visited {
  -webkit-text-decoration: none;
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
}
.brand-float a:hover, .brand-float a:active {
  color: #fff !important;
}
.brand-float a:hover, .brand-float a:active {
  -webkit-text-decoration: none;
  opacity: 0.6;
  text-decoration: none;
}
.brand-float a:first-child {
  background-color: #d71518;
  border: 4px solid #fff;
  border-radius: 10px 0 0 10px;
  border-right: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 60px 15px 20px 15px;
  position: relative;
  text-align: center;
  width: 70px;
}
.brand-float .brand-float-pkg {
  left: -7px;
  position: absolute;
  top: -44px;
  width: 80px;
}
.brand-float a:last-child {
  background: #88908f;
  border-radius: 50%;
  bottom: -4px;
  color: #fff;
  display: block;
  font-size: 1.5em;
  height: 28px;
  left: -14px;
  position: absolute;
  width: 28px;
}
.brand-float a:last-child i {
  font-size: 0.8em;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand-float a:hover {
  opacity: 0.6;
}
.brand-float-sp {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.brand-float-sp a:link, .brand-float-sp a:visited {
  color: #fff !important;
}
.brand-float-sp a:link, .brand-float-sp a:visited {
  -webkit-text-decoration: none;
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
}
.brand-float-sp a:hover, .brand-float-sp a:active {
  color: #fff !important;
}
.brand-float-sp a:hover, .brand-float-sp a:active {
  -webkit-text-decoration: none;
  opacity: 0.6;
  text-decoration: none;
}
.brand-float-sp a:first-of-type {
  background-color: #d71518;
  border-top: 4px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.brand-float-sp a:last-of-type {
  background: #88908f;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.5em;
  height: 28px;
  position: absolute;
  right: 15px;
  top: -14px;
  width: 28px;
}
.brand-float-sp a:last-of-type i {
  font-size: 0.8em;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand-float-sp .brand-float-sp-pkg {
  left: 10px;
  position: absolute;
  top: -30px;
  width: 80px;
}