/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@mixin notojp {
	& {
		font-family: 'Noto Sans Japanese' !important;
	}
}
*/
@font-face {
  font-family: "sunday-webfont01";
  src: url("../media/files/fonts/sunday-webfont01.eot");
  src: url("../media/files/fonts/sunday-webfont01.eot?#iefix") format("embedded-opentype"), url("../media/files/fonts/sunday-webfont01.woff") format("woff"), url("../media/files/fonts/sunday-webfont01.ttf") format("truetype"), url("../media/files/fonts/sunday-webfont01.svg#sunday-webfont01") format("svg");
  font-weight: normal;
  font-style: normal;
}
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 80%;
  max-width: 600px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1112px) {
  .popup_content {
    width: 80%;
    max-width: 550px;
  }
}

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