@charset "UTF-8";

.mv-bg {
  background-image: url(/store/sp/sim_closed/images/mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ff0033;
}

/* ティッカー非表示 */
.bb_support_none {
  display: none;
}
/* /ティッカー非表示 */

/* SP版チャットボタン非表示 */
@media (max-width: 768px) {
    .header-submenu.header-submenu--temporarily211020 {
      display: none !important;
    }
}
/* /SP版チャットボタン非表示 */

/* 適用条件 表示出し分け */
.affsim-disnone {
  display: none;
}
.jouken-affsim.disnone {
  display: block;
}
/* /適用条件 表示出し分け */

.circle-yellow {
  margin-right: 20px;
  width: 4em;
  min-width: 4em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff000;
}