.bnr-mm {
  width: 100%;
  max-width: 380px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    .bnr-mm {
      max-width: 480px;
      margin: 0 auto;
      right: 0;
      bottom: 0; } }
  .bnr-mm-inner {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    position: relative; }
    @media screen and (max-width: 767px) {
      .bnr-mm-inner {
        box-shadow: none; } }
  .bnr-mm-key-pc {
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .bnr-mm-key-pc {
        display: none; } }
  .bnr-mm-key-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .bnr-mm-key-sp {
        display: block; } }
  .bnr-mm-btn {
    width: 50%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    gap: 10px; }
    @media screen and (max-width: 767px) {
      .bnr-mm-btn {
        padding: 10px 0;
        font-size: 12px; } }
    .bnr-mm-btn-wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .bnr-mm-btn-arrow {
      display: block;
      width: 16px;
      height: 16px; }
    .bnr-mm-btn-signup {
      background-color: #ec6d81; }
    .bnr-mm-btn-guide {
      background-color: #f6ac19; }

.bnr-close {
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1001;
  padding: 4px 8px;
  border: none;
  background-color: #000;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .bnr-close {
      top: -12px;
      right: 0; } }
