@charset "utf-8";

.sectionInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.sectionGrad {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(60%, #FFF));
  background-image: -webkit-linear-gradient(#F0F0F0, #FFF 60%);
  background-image: -moz-linear-gradient(#F0F0F0, #FFF 60%);
  background-image: -o-linear-gradient(#F0F0F0, #FFF 60%);
  background-image: linear-gradient(#F0F0F0, #FFF 60%);
}

/* パチンコ店がみつかる！ */
.sec01 {
  position: relative;
  min-width: 992px;
}
.sec01:after {
  position: absolute;
  top: 248px;
  left: 0;
  right: 0;
  height: 150px;
  background-color: #AE2323;
  content: "";
  z-index: 0;
}
.sec01 .sectionInner {
  width: 910px;
  height: 636px;
}
.sec01-applyIcon {
  position: absolute;
  top: 122px;
  left: 0;
  display: table;
  z-index: 1;
}
.sec01-applyIcon-thumb {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}
.sec01-applyIcon-title {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.sec01-applyIcon-title-cap {
  margin-bottom: 8px;
}
.sec01-applyIcon-title-cap > span {
  display: inline-block;
  padding: 0 24px;
  background-color: #AE2323;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
}
.sec01-applyIcon-title > h1 {
  color: #AE2323;
  font-size: 46px;
  line-height: 1;
}
.sec01-applyIcon-title > h1 > p {
  line-height: 0.5em;
}
.sec01-text {
  position: absolute;
  top: 278px;
  left: 0;
  color: #FFF;
  font-size: 19px;
  line-height: 1.6;
  z-index: 1;
}
.sec01-installNav {
  position: absolute;
  top: 428px;
  left: 0;
  display: table;
}
.sec01-installNav > a {
  display: inline-block;
}
.sec01-installNav > a:first-child {
  margin-right: 16px;
}
.sec01-thumb {
  position: absolute;
  top: 76px;
  right: -20px;
  z-index: 1;
}
.sec01-catch {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 1;
}
  
/* 絞り込み検索 */
.sec02 {
  min-width: 992px;
}
.sec02 .sectionInner {
  width: 952px;
  height: 500px;
}
.sec02-text {
  position: absolute;
  right: 0;
  top: 106px;
  width: 480px;
  font-size: 19px;
  line-height: 1.6;
}
.sec02-text > h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.sec02-text > h2 > em {
  display: block;
  color: #AE2323;
  font-size: 62px;
  font-style: normal;
}
.sec02-thumb {
  position: absolute;
  top: -40px;
  left: 88px;
}

/* 情報獲得 */
.sec03 {
  min-width: 992px;
  background-color: #AE2323;
}
.sec03 .sectionInner {
  width: 800px;
  height: 500px;
}
.sec03-text {
  position: absolute;
  left: 0;
  top: 64px;
  width: 380px;
  color: #FFF;
  font-size: 19px;
  line-height: 1.6;
}
.sec03-text > h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.sec03-text > h2 > em {
  display: block;
  font-size: 62px;
  font-style: normal;
}
.sec03-thumb {
  position: absolute;
  top: -32px;
  right: 0;
}
  
/* 周辺検索 */
.sec04 {
  min-width: 992px;
  margin-bottom: 140px;
  padding-top: 80px;
}
.sec04 .sectionInner {
  width: 952px;
  height: 500px;
}
.sec04-text {
  position: absolute;
  right: 80px;
  top: 32px;
  width: 400px;
  font-size: 19px;
  line-height: 1.6;
}
.sec04-text > h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.sec04-text > h2 > em {
  display: block;
  color: #AE2323;
  font-size: 62px;
  font-style: normal;
}
.sec04-text > p + p {
  margin-top: 1em;
}
.sec04-text-info {
  padding: 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: solid 1px #AE2323;
  color: #AE2323;
  font-size: 16px;
}
.sec04-thumb {
  position: absolute;
  top: -20px;
  left: 94px;
}

/* ホール情報 */
.sec05 {
  min-width: 992px;
  background-color: #AE2323;
}
.sec05 .sectionInner {
  width: 912px;
  height: 400px;
}
.sec05-text {
  position: absolute;
  left: 80px;
  top: 72px;
  width: 500px;
  color: #FFF;
  font-size: 19px;
  line-height: 1.6;
}
.sec05-text > h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.sec05-text > h2 > em {
  display: block;
  font-size: 62px;
  font-style: normal;
}
.sec05-thumb {
  position: absolute;
  top: -48px;
  right: 72px;
}
  
/* リンク */
.sec06 {
  min-width: 992px;
  margin-bottom: 40px;
  padding-top: 80px;
}
.sec06 .sectionInner {
  width: 952px;
  height: 500px;
}
.sec06-text {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 380px;
  font-size: 19px;
  line-height: 1.6;
}
.sec06-text > h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.sec06-text > h2 > em {
  display: block;
  color: #AE2323;
  font-size: 62px;
  font-style: normal;
}
.sec06-thumb {
  position: absolute;
  top: 0;
  left: 80px;
}

/* ダウンロード */
.sec07 {
  min-width: 992px;
  padding: 32px 0;
  background-color: #AE2323;
  font-size: 20px;
}
.sec07 .sectionInner {
  width: 992px;
  color: #FFF;
  text-align: center;
}
.sec07-title {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #FFF;
  font-size: 42px;
  line-height: 1;
}
.sec07-title > img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.sec07-download {
  display: table;
  margin: 16px auto;
}
.sec07-download-item {
  display: table-cell;
  padding: 0 24px;
  vertical-align: middle;
  white-space: nowrap;
}
.sec07-download-item > img,
.sec07-download-item > a > img {
  margin: 0 8px;
  vertical-align: middle;
}
.sec07-copyright {
  font-size: 12px;
}