@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%;
  }

  /*main-wrapper部分*/
  .main-wrapper{
    width:100%;
    height:auto;
  }

  .items{
    width:90%;
    height:auto;
    margin:0 auto 40px auto;
  }

  .items-img{
    width:90%;
    height:130px;
    margin:0 auto 10px auto;
  }

  .items img{
    width:100%;
    height:130px;
  }

  .items-int{
    width:90%;
    height:auto;
    margin:0　auto 0 auto;
    font-size:10px;
  }

  /*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%;
  }
}
