@charset "UTF-8";

/* =====================
*
PC画面左下の広告
*
=====================*/

.desktop-ad-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 30px;
  bottom: 120px;
  width: 336px;
  height: 280px;
}

.desktop-ad-panel.is-hidden {
  display: none;
}
