.conversion {
  margin: 2em 0 0;
  text-align: center;
}

.conversion a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #9E7E5E !important;
  font-size: 24px;
  border-radius: 0px;
  width: 18em;
  font-weight: 700;
  border: 3px solid #9E7E5E;
  transition: 0.3s;
  box-shadow: 7px 7px 0px 0px rgb(0, 0, 0);
  background-color: #fff;
  padding: 1em 0;
  margin: 0 auto;
  font-weight: 700;
}

.conversion a:hover {
  box-shadow: 0 0 #000;
  color: #fff !important;
  background-color: #9E7E5E;
  opacity: 1;
  /* border: 3px solid #fff100; */
}

.conversion span {
  display: block;
  margin: 1em 0 0;
}

#floating_bnr {
  position: fixed;
  /* width: 150px; */
  right: 30px;
  bottom: 120px;
  opacity: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 14em;
}

#floating_bnr a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #9E7E5E;
  padding: 1em 0;
  width: 12em;
  border-radius: 100vh;
  color: #fff !important;
  font-weight: 700;
}

#floating_bnr span {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 0.25em;
  margin: 0.25em 0 0;
}

@media screen and (min-width: 900px) {
  p.masayakamei-release {
    text-align: center;
    font-size: 2em;
    color: #fff;
    border: 2px red solid;
    font-weight: bold;
    padding: 10px;
    background-color: red;
    letter-spacing: 10px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 899px) {
  p.masayakamei-release {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    border: 2px red solid;
    font-weight: bold;
    padding: 10px;
    background-color: red;
    letter-spacing: 5px;
    margin: 5px 0 10px;
  }
  .conversion a {
    font-size: 4.5vw;
    width: 90%;
  }
  #floating_bnr {
    right: 2%;
    bottom: 150px;
    z-index: 3;
    width: 17em;
  }
  #floating_bnr a {
    margin: 0 0 0 auto;
    width: 10em;
  }
}/*# sourceMappingURL=2024masayakamei.css.map */