@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho&display=swap);
@charset "UTF-8"; /*-- settingフォルダの中の_index.scss --*/
.modal-container {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal-container .wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.modal-container .wrapper .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-container .wrapper .content .close {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  margin: 0 auto;
  max-width: 100%;
  text-align: right;
  width: 90%;
}
.modal-container .wrapper .content figure {
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
}

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