@charset "UTF-8";

.fixedBnr {
  z-index: 9999;
  position: fixed;
  margin: auto 0;
  font-weight: bold;
  bottom: 208px;
  right: 16px;
}
.fixedBnr_item {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  padding: 16px 14.5px;
  width: 176px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixedBnr_item:hover {
  transform: translateX(-6px);
}
.fixedBnr_item + .fixedBnr_item{
  margin-top: 10px;
}

.fixedBnr_link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.fixedBnr .closeLogo {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fixedBnr .fixedBnr_text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.05em;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
}



.fixedBnr .mainLogo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedBnr .mainLogo svg {
    margin: 0;
}

.fixedBnr_btn {
  margin-top: 12px;
  width: 100%;
}
.fixedBnr_btn-link {
  padding: 0 4px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  letter-spacing: -0.1px;
}
  .fixedBnr_btn-link img {
    margin-right: 4px;
    top: 2px;
    position: relative;
  }


/* forOwner */
.fixedBnr .forOwner .mainLogo svg {
    width: 51px;
    height: 44px;
}

/* freeAppr */
.fixedBnr .freeAppr .mainLogo {
  height: 60px;
}


/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  
  .fixedBnr {
    display: none;
  }

}
