@media screen and (max-width: 1250px){
  #li7{
    display: block;
  }
  .twitter, .or, #gmail{
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .twitter{
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1024px){
  #matrix{
    left: 50%;
    transform: translateX(-50%);
  }
  .myInfoImage{
    width: 100%;
    float: none;
  }
  .gameVTWrapper, .applicationVTWrapper, .homepageVTWrapper{
    float: none;
  }
  .skillWrapper{
    width: 100%;
  }
  #skillOpeningImage3, #skillOpeningImage4{
    top: 17%;
  }
  #skillOpeningImage7{
    top: 12%;
  }
}
@media screen and (max-width: 767px){
  #matrix{
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  video{
    width: 160px;
    height: 90px;
  }
  .videoFrame{
    border-width: 55px 60px;
  }
  .gameVTWrapper, .applicationVTWrapper, .homepageVTWrapper{
    width: 180px;
    margin-right: 0px;
  }
  .li{
    padding: 9px;
    max-height: calc(100vh - 140px);
    box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
  }
  #logo_container{
    bottom: 12px;
  }
  .logo{
    font-size: 18px;
  }
  #logo1{
    bottom: 16px;
    left: 0;
  }
  #logo2{
    bottom: 0;
    left: 44px;
  }
  nav > ul > li {
    height: 85px;
    transform: rotate(-49.5deg);
  }
  nav{
    top: 54%;
  }
  .columnMain{
    display: none;
  }
  .arrow{
    display: none;
  }
  .skillOpeningImage{
    width: 50px;
  }
  #skillOpeningImage1, #skillOpeningImage6, #skillOpeningImage7{
    width: 70px;
  }
  #underCircle{
    display: none;
  }
  #gmail{
    font-size: 18px;
  }
  .twitter{
    height: 60px;
    width: 60px;
  }
  .fa-twitter-square{
    font-size: 60px;
  }
  #li7{
    padding: 50px 2px;
  }
  #bapTitle{
    font-size: 25px;
  }
  .gameTitle, .applicationTitle, .homepageTitle, .gameGithub, .applicationGithub, .homepageGithub{
    font-size: 20px;
  }
  .bapWrapper {
    padding: 0 ;
  }
  .bapQiita, .bapWrapper {
    padding: 0 ;
  }
}
@media screen and (max-width: 410px){
  video{
    width: 130px;
    height: 75px;
  }
  .videoFrame{
    border-width: 45px 55px;
  }
  .gameVTWrapper, .applicationVTWrapper, .homepageVTWrapper{
    width: 150px;
    margin-right: 0px;
  }
}
@media screen and (max-height: 730px){
  nav > ul > li {
    height: 63px;
  }
}