
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: auto;
}

/**********************
 * モーダルコンテンツ *
 **********************/
.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}
.modal-container .modal_contens_wrapper {
  width: 84.53vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4.65vw;
  background-color: #fff;
  box-shadow: 0px 0.93vw 0.93vw 0px rgba(0, 0, 0, 0.15);
}
.modal_contens_wrapper .modal_close {
  width: 7.47vw;
  padding-top: 2.56vw;
  cursor: pointer;
  margin-left: 74.13vw;
}
.modal_contens_wrapper .modal_contens {
  display: block;
  width: 72vw;
  margin: 0 auto;
}
.modal_contens .icon_img {
  display: block;
  width: 27.2vw;
  height: 27.2vw;
  margin: 0 auto;
  object-fit: contain;
}
.modal_contens .title_text {
  padding-top: 4.19vw;
  color: #222;
  text-align: center;
  font-size: 4.65vw;
  font-style: normal;
  font-weight: 700;
    font-family: "Zen Kaku Gothic Antique";
  line-height: 4.65vw;
  letter-spacing: 0.09vw;
}
.modal_contens .detail_text {
  padding-top: 3.49vw;
  color: #222;
  text-align: center;
  font-size: 3.72vw;
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  line-height: 6.67vw;
  letter-spacing: 0.07vw;
  margin-top: 3.72vw;
  margin-bottom: 6.33vw;
}
.modal_contens .button_layout {
  display: grid;
  width: 100%;
}
.modal_contens .transition_positive_button {
  width: 100%;
  background-color: #fff;
  border: 0.47vw solid #F17373;
  font-family: "Zen Kaku Gothic Antique";
  color: #F17373;
  font-size: 4.19vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.37vw;
  letter-spacing: 0.23vw;
  border-radius: 6.3vw;
  padding: 3.73vw 0;
  margin: 5.6vw 0 0 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.modal_contens .transition_negative_button {
  width: 100%;
  background-color: #fff;
  border: 0.47vw solid #ADADAD;
  font-family: "Zen Kaku Gothic Antique";
  color: #ADADAD;
  font-size: 4.19vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.37vw;
  letter-spacing: 0.23vw;
  border-radius: 6.3vw;
  padding: 3.73vw 0;
  margin: 3.47vw 0 0 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.modal_contens .download_button {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique";
  color: #ADADAD;
  font-size: 3.13vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.37vw;
  letter-spacing: 0.23vw;
  border-radius: 6.3vw;
  padding: 3.73vw 0;
  margin: 3.0vw 0 5.0vw 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}



