/*-- ポップアップサイズ　ここから --*/
/* PCサイズ */
.popup-banner a {
  width: 30vw; // 最大の幅ブラウザのどのくらいか
  height: 40vh; // 最大の高さブラウザのどのくらいか
}
/* SPサイズ */
@media screen and (max-width: 768px) {
  .popup-banner a {
    width: 90vw;
    height: 50vh;
  }
}
/*-- ポップアップサイズ　ここまで --*/


/* ワンカラムリスト */
.onc-list .group-leftside {
  display: none;
}
.onc-list.fs-l-main-left .fs-l-pageMain {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.fs-c-inputTable__headerCell .must {
  display: inline-block;
  background: #c00;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1;
  color: #fff;
  margin-left: 1em;
}

.fs-p-closed__heading {
  margin: 1em 0;
}

/* 再入荷ボタン */
.fs-c-button--subscribeToArrivalNotice.fs-c-button--standard,
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary {
  background-color: #ff8b8e;
  border-color: #ff8b8e;
  color: #fff;
}