.floating-banner {
  position: fixed;
  z-index: 99999;
  top: unset;
  right: 0px;
  bottom:0;
 
}
.floating-banner:hover {
  /* opacity: .8; */
}
.banner {
  width: 100vw; /* バナーの横幅 */
 /*   height: 135px; */ /* バナーの高さ */
  padding-top: 5px;
  /* background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);  バナーの背景色 */
 background-color:#FFFF;
  color: #fff; /* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
}
a {
  text-decoration: none; /* リンクに下線が入らないように */
}
.copy {
  font-size: 28px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.cta {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
  border-radius: 25px;
}
.btn-to-buy {
    background: url(../products/images/onlinshop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: navajowhite;
    text-indent: -9999px;
    display: inline-block;
    width: calc( 100% - 55px);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}
.btn-to-list {
    background: url(https://immunocasa.co.jp/products/images/puroduct3.png);
    background-repeat: no-repeat;
    border: navajowhite;
    background-size: 100% auto;
    text-indent: -9999px;
    display: inline-block;
    width: calc( 100% - 55px);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    max-width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-to-buy {
    background: url(https://immunocasa.co.jp/products/images/onlinshop3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: navajowhite;
    text-indent: -9999px;
    display: inline-block;
    width: calc( 100% - 55px);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    max-width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-to-buy:hover {
    opacity: .6;
}

.btn-to-list:hover {
    opacity: .6;
}
.page-title .btn-to-buy,
.page-title .btn-to-list {
	margin: 0 10px;
}

@media screen and (max-width: 550px) {
.btn-to-buy,
.btn-to-list {
	/* max-width: 120px; */
	margin: 0 10px;
}

}

@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .floating-banner {
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .banner {
    width: 100vw;
    height: 68px;
    padding: 8px;
  }
  .sp {
    display: none;
  }
  .copy {
    font-size: 18px;
    margin: 0 auto 6px;
  }
  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}