.brand-background-wrapper {
  position: relative;
  width: 100%;
  background-image: url(/img/pop/brands/brand-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-background-img {
  width: 100%;
  filter: brightness(80%);
  object-fit: cover;
}

.brand-text-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  color: white;
  height: auto;
  padding: 60px 60px 0px 60px;
}

.brand-background-title {
  font-size: 1.25em;
  color: white;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 1em;
}

.brand-background-subtitle {
  color: white;
  text-align: center;
  font-size: 13px;
}

.brand-background-description {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  color: white;
  text-align: left;
}

.scene-wrapper {
  margin-top: 6em;
  text-align: center;
  width: 70%;
}

.scene-ti-b {
  background-color: black;
  color: white;
  font-size: 13px;
  padding: 10px;
  font-weight: bold;
}
.ti-sauna {
  font-size: 12.5px;
}

.line-coupon-label {
  background-size: cover;
  width: 70%;
  height: 100px;
}

.acd-content a {
  color: #418b25 !important;
}

@media screen and (max-width: 768px) {
  .brand-background-description {
    font-size: 14px;
    line-height: 2;
  }

  .brand-background-subtitle .yanoen_logo{
    width:55%;
  }


  .scene-wrapper {
    margin-top: 2em;
    text-align: center;
    width: 96%;
  }

  .scene-ti-b {
    font-size: 12px;
    padding: 8px;
  }

  .line-coupon-label {
    width: 96%;
  }
}
