@charset "UTF-8";
/*
*******************************************************************************************************
# index - /common.scss
  ・index
*******************************************************************************************************
*/
body {
  min-height: 3090px;
}

.title {
  height: 850px;
  background: url(../../img/gameflow/bg_ttl.jpg) no-repeat center top;
}
.title img {
  margin: 170px auto 0;
}

.contents-background {
  top: 525px;
}
.contents-background p {
  width: 100%;
}
.contents-background p.bg01 {
  height: 600px;
  background: url(../../img/gameflow/bg_contents01.png) no-repeat center top;
}
.contents-background p.bg02 {
  height: 1865px;
  width: 100%;
  background-color: #000000;
}

/* コンテンツ */
.contents {
  position: relative;
  width: 1000px;
  height: 2990px;
  margin: 0 auto;
}
.contents .title {
  position: absolute;
  top: 170px;
  left: 0;
}
.contents .contents-main {
  position: absolute;
  top: 699px;
  left: 0;
  margin-top: 400px;
}

.cfx {
  *zoom: 1;
}
.cfx:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
