
.floating-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
transform: translateX(-50%);
  width: 100%;
  background: #dff0e4;
  z-index: 5;
     font-size: 18px;
	max-width: 970px;
}

.floating-banner .highlight strong,
.floating-banner strong.highlight {
  display: inline-block;
  padding: 0 3px;
  position: relative;
}
.floating-banner .highlight strong::after,
.floating-banner strong.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #ffe885;
  border-radius: 100px;
  z-index: -1;
}
.floating-banner.placeholder {
  position: unset;
  opacity: 0;
  margin-top: 40px;
  pointer-events: none;
}
.floating-banner .ctn {
  margin: auto;
  max-width: 1480px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floating-banner .ctn strong {
  color: #0d6c28;
}
.floating-banner .ctn strong.yuu {
  color: #3b79d5;
}
.floating-banner .ctn .text {
  margin-right: auto;
}
.floating-banner .ctn .icon {
  width: 140px;
  margin-top: -74px;
  margin-bottom: -20px;
  margin-left: -15px;
}
.floating-banner .ctn .icon.celeb {
  width: 92px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -60px;
  margin-bottom: -20px;
}
@media screen and (max-width: 968px) {
  .floating-banner .ctn .icon.celeb {
    margin-top: -10px;
  }
}
.floating-banner .ctn a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #01674f;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 0.9em;
  min-width: 208px;
  text-align: center;
}
@media screen and (max-width: 968px) {
  .floating-banner .ctn a {
    min-width: 130px;
  }
}
.floating-banner .ctn a:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.floating-banner .ctn a:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}


.inline-image {
  height: 0.77em;
}
.inline-image:not(.yuu) {
  margin-top: -0.16em;
}
.inline-image.yuu {
  height: 1.15em;
  margin-bottom: -0.39em;
}
.inline-image.addition {
  height: 1.2em;
}
.inline-image.merchant-logo {
  height: 1.2em;
}
.inline-image.funCentre {
  height: 1.75em;
  margin-top: -1em;
}
