@media screen and (max-width: 687px){
  img{
    width:100%;
    height: auto;
  }
  #footer img{
    width: auto;
    max-width:100%;
  }
  .subtitle, 
  .foot_logo{
    display:none;
  }
  
  header img{
    width: auto;
  }
  header .inner{
    width: 100%;
  }
  .btn {
    width: 90%;
    padding: 10px 0px;
    margin: 10px auto;
    font-size: 14pt;
  }
  .icon.left, .icon.right {
    display: block;
    float: none;
    margin: auto;
    width: 50%;
  }
  
  .catch{
    width: 100%;
  }
  .icon{
    width: 50%;
    margin: auto;
  }
  .catch hr{
	width: 50%;
    margin-top:10px;
    border-color: #fff;
  }
  .catch{
    margin: auto;
    padding: auto;
  }
  .lastoffer .btn{
    bottom: 0px;
    margin-bottom: 30px;
  }
  .pc{
     display:none;
  }

  .sp{
     display:block;
  }

}

