@charset "utf-8";

/*====================================================================
 Language Original Style
====================================================================*/
body {
  height: 100%;
}
@media screen and (max-width: 639px),print {
  .sp-hide {
      display: none!important
  }
}

@media screen and (min-width: 640px),print {
  .pc-hide {
      display: none!important
  }
}

.bnr-limited {
  position: absolute;
  top: 470px;
  left: 100px;
}

.bnr-limited a {
  display: block;
}

@media screen and (max-width: 640px) {
  #contents_mini9 {
    padding-top: 62%;
  }

  .bnr-limited {
    width: 89.333333333%;
    left: 0;
    right: 0;
    margin: auto;
    top: -4.5%;
  }
  
  .bnr-limited img {
    max-width: 100%;
  }
}

@media screen and (max-width: 440px) {
  #contents_mini9 {
    padding-top: 70%;
  }
}

.limited-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.8);
  width: 100vw;
  height: 100%;
}

.limited-modal img {
  max-width: 100%;
}

.limited-modal__contents {
  position: relative;
  top: 50%;
  width: 800px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.limited-modal__close {
  position: absolute;
  top: -50px;
  right: -130px;
  width: 62px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .limited-modal__contents {
    width: 78%;
  }

  .limited-modal__close {
    width: 16.6%;
    top: auto;
    bottom: -20%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
