.desktop-qr-panel {
  display: none;
}

@media screen and (min-width: 900px) {
  .desktop-qr-panel {
    position: fixed;
    top: 92px;
    left: calc(50% + 225px);
    z-index: 20;
    display: block;
    width: 210px;
    padding: 18px 18px 17px;
    color: #6e5b61;
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid rgba(245, 204, 208, 0.92);
    border-radius: 28px;
    box-shadow: 0 18px 46px rgba(110, 91, 97, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.45);
    box-sizing: border-box;
  }

  .desktop-qr-panel-title {
    display: block;
    margin-bottom: 14px;
    color: #6e5b61;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
  }

  .desktop-qr-panel img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(110, 91, 97, 0.12);
    border-radius: 22px;
    box-shadow: inset 0 0 0 4px rgba(245, 204, 208, 0.18), 0 8px 20px rgba(110, 91, 97, 0.11);
    box-sizing: border-box;
    image-rendering: pixelated;
  }

  .desktop-qr-panel-note {
    display: block;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    color: #6e5b61;
  }
}

@media screen and (min-width: 900px) and (max-width: 1040px) {
  .desktop-qr-panel {
    left: calc(50% + 210px);
  }
}
