body.info_open {}

body.info_open .wrapper {
  height: 100vh;
  min-height: 0;
  min-height: initial;
  overflow: hidden;
}

.information-wrap {
  display: none;
}

.info_open .information-wrap {
  display: block;
  transition: 0.5s;
}

.information-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.info_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.information-wrap .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  color: #000;
  font-size: 1.5rem;
  padding: 2em;
}

.information-wrap .inner h2 {
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 1em 0;
  margin: 0 0 2em;
  font-weight: 600;
}

.information-wrap .inner p {
  border-bottom: 1px dashed;
  padding: 2em 0;
  margin: 0 0 2em;
  line-height: 1.7em;
}

.information-wrap .inner b {
  margin: 0 0 0 -0.5em;
}

.information-wrap .close_bt {
  text-align: center;
}

.information-wrap .close_bt p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.5em 1em 0.4em;
  margin: 3em 0 0;
  line-height: 1;
  border-radius: 0.7em;
}

.information-wrap .close_bt p:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width:768px) {
  .information-wrap .close_bt p {
    font-size: 3vw;
  }
}
