@media screen and (max-width:1130px){


  body {
    width:100%;
    font-family:"Hiragino Kaku Gothic ProN";
  }

  img{
    image-rendering:-webkit-optimize-contrast;
  }


  /*header部分*/
  header{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:20px;
  }


  .non-fixed{
    height:40px;/*header部分fixedによる重なり打消し疑似要素*/
  }

  /*top-button*/
  .return-button{
    width:40px;
    height:40px;
    position:fixed;
    right:2%;
    bottom:2%;
    z-index:10;
  }

  .return-button img{
    width:100%;
    height:100%;
  }


  /*top-wrapper*/
  .top-wrapper{
    width:100%;
    height:250px;
    font-size:12px;
    margin:20px auto 20px auto;
  }

  .top-wrapper-container{
    width:100%;
    height:auto;
    position:relative;
  }

  .top-wrapper-center{
    width:90%;
    height:auto;
    position:absolute;
    top:10%;
    left:5%;
  }


  /*main-wrapper.second.third部分*/
  .main-wrapper{
    width:90%;
    height:auto;
    margin:0 auto 10px auto;
    display:block;
  }

  .main-items{
    width:100%;
    height:150px;
    margin-bottom:10px;
    border:solid 2px rgba(57, 60, 61, 0.5);
    display:flex;
    justify-content:space-between;
  }

  .main-items-int{
    width:35%;
    height:150px;
    font-size:12px;
    line-height:150px;
    position:relative;
  }

  .all-link{
    width:100%;
    height:150px;
    display: block
  }

  .link{
    width:65%;
    height:150px;
  }

  .main-items img{
    width:100%;
    height:150px;
  }


  .main-wrapper-second{
    width:90%;
    margin:0 auto 10px auto;
    display:block;
  }

  .main-items-second{
    width:100%;
    height:150px;
    margin-bottom:10px;
    border:solid 2px rgba(57, 60, 61, 0.5);
    display:flex;
    justify-content:space-between;
  }

  .main-items-int-second{
    width:35%;
    height:150px;
    font-size:12px;
    line-height:150px;
    position:relative;
  }

  .all-link-second{
    width:100%;
    height:150px;
    display: block
  }

  .link-second{
    width:65%;
    height:150px;
  }

  .main-items-second img{
    width:100%;
    height:150px;
  }


  .main-wrapper-third{
    width:90%;
    margin:0 auto 10px auto;
    display:block;
  }

  .main-items-third{
    width:100%;
    height:150px;
    margin-bottom:10px;
    border:solid 2px rgba(57, 60, 61, 0.5);
    display:flex;
    justify-content:space-between;
  }

  .main-items-int-third{
    width:35%;
    height:150px;
    font-size:12px;
    line-height:150px;
    position:relative;
  }

  .all-link-third{
    width:100%;
    height:150px;
    display: block
  }

  .link-third{
    width:65%;
    height:150px;
  }

  .main-items-third img{
    width:100%;
    height:150px;
  }


  /*footer部分*/
  footer{
    width:100%;
    height:40px;
    position:relative;
  }

  .footer-left{
    width:0.5%;
    height:80%;
    position:absolute;
    top:10%;
    left:0;
  }

  .footer-left-bottom{
    width:100%;
    height:40%;
    position:absolute;
    top:60%;
  }

  .footer-center{
    width:60%;
    padding-top:10px;
    padding-left:20px;
    font-size:12px;
    /*background-color:green;*/
    position:absolute;
    left:1%;
  }
}
