@charset "UTF-8";
/* topjack */

/* トップジャック
-------------------------------------------------- */
/* imgタグ用指定 */
#topjackContents {
  position: fixed;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

/* aタグ用指定 */
#topjackContents .wholeBackLink {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* 左用指定 */
#topjackContents .wholeBackLink.areaLeft {
  left: 0;
  width: 50%;
}

/* 右用指定 */
#topjackContents .wholeBackLink.areaRight {
  left: auto;
  right: 0;
  width: 50%;
}

/* 高さが足りないとき用指定 */
/* contentsからはみ出している部分を削除 */
#contentsWrap {
  overflow: hidden;
}
/* contentsの高さを指定して表示領域を確保 */
#contents {
  min-height: 1100px;
}
