@media screen and (max-width: 1000px) {
  body{
    width: 100%;
  }

  h1+img{
    width: 100%;
  }

  #IndexCont p{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #Menu{
    width: 100%;
    height: inherit;
  }

  #Menu a{
    float: none!important;
    background-image: none;
    text-indent: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background: #dff6fd;
    line-height: 40px;
    text-decoration: none;
    color: #00c4ff;
    text-align: center;
    border-bottom: 1px solid rgb(107, 174, 236);
  }

  #Menu a:first-child{
    border-top: 1px solid rgb(107, 174, 236);
  }

  #TopButton {

}

#Header{
  height: calc(100vw * 0.37);
}

#TopButton:hover,
#GirlsButton:hover,
#EventButton:hover,
#SystemButton:hover,
#RecruitButton:hover{
  background-image: none;
}

.FloatL{
  float: none;
}

#girllist li{
  width: calc(100% / 2);
}

#MainWin{
  width: 100%;
  }

  #LeftWin img{
    width: 100%;
  }

#PickG,
#NewInfo{
  width: 100%;
}

#NewInfo p IFRAME{
  width: 100%;
}

#PickG img{
  width: 100%;
}

#PickG table{
  width: 100%;
}

#NewInfo img{
  width: 100%;
}

#LeftWin {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#LeftWin a{
  width: 50%;
}

#LeftWin a:nth-child(3){
  width: 100%;
  text-decoration: none;
}

#LeftWin a:nth-child(3) img{
  display: none;
}

#LeftWin a:nth-child(3) p{
  display: block;
  background: #07b9ef;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

  #Copy img{
    width: 100%;
  }

  #FootNavi ul li{
    display: block;
    background-color: #dff6fd;
    border: none;
    border-bottom: 1px solid #00b7ee;
    height: 35px;
    line-height: 35px;
  }

  #FootNavi ul li a{
    color: #00c4ff;
    text-decoration: none;
  }

  #profile{
    flex-direction: column;
  }
}