/*-----------------------------------------------------
 1280pxより大きいウィンドウ幅
 ------------------------------------------------------*/

@media only screen and (min-width: 1281px) {

  /*-----------------------------------------------------
   トップ画像セクション
   ------------------------------------------------------*/

  /* トップ画像 */
  .top-image {
    height: auto;
    padding-top: 25%;
  }
}