@charset "UTF-8";
/* --------------------------------------------

FileName    :    close.css

-------------------------------------------- */
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  /* display: none; */
  background: rgba(0,0,0,0.6);
}

.overlay-inner {
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  /* -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000; */
}

#index {
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 641px) {
  #overlay {
    width: 640px;
  }
} 
