@charset "UTF-8";
/**************************\
  Basic Modal Styles
\**************************/
.micromodal {
  display: none;
}
.micromodal.is-open {
  display: block;
}
.micromodal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.micromodal .modal__container {
  width: 400px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}
.micromodal .modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.micromodal .modal__close:after {
  position: absolute;
  right: 9px;
  top: -1px;
  content: "×";
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*# sourceMappingURL=micromodal.css.map */
