@charset "UTF-8";
html{
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      width: 100%;
      height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%;
}

/*  
close 
*/
.wrapper.close {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.close-msg {
  text-align: center;
  width: 94%;
}

.close-msg .logo {
  display: inline;
}

.close-msg .logo .logo-parco {
  width: 127px;
  height: 38px;
}

.close-msg .copyright {
  margin: 14px 0 25px;
  font-size: 12px;
  line-height: 9px;
}

@media screen and (max-width: 768px) {
  .close-msg .copyright {
    font-size: 10px;
  }
}
.close-txt {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.111111111;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .close-txt {
    font-size: 18px;
  }
}

.close-msg .jump-btn a {
  width: 245px;
  margin: 39px auto 46px;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #FFF;
}
.close-msg .jump-btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .close-msg .jump-btn a {
    font-size: 14px;
  }
}