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

/**
 20230812 SPで閉じるボタンのCSSが当たらないため別途読み込み
**/

/**overwrite**/
.lity {
  z-index: 999990;
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited{
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  border: 0;
  background: #000;
  box-shadow: none;
}
