@charset "utf-8";
/* ******************************************************************

    --top.css--

/* ------------------------------------------------------------------
    Base styles
-------------------------------------------------------------------*/
@media(min-width:780px){
body {
  background-image: url('/tg/images/pc/common/background.jpg');
  background-repeat: repeat-y;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  }
}

@media ( max-width :780px) {
.background {
  z-index: -1;
  background: url('/tg/images/pc/common/background2.jpg') #000 repeat-y;
  width: 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
}
