<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ページ構成
---------------------------------------------------------- */
#listing {
  background: url(../../../img/contents_pc/lp/listing/mainpic_bg.png) repeat 0 0;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}

#listing div[class^="box0"] &gt; img {
  vertical-align: bottom;
}



/* ボタン
---------------------------------------------------------- */
#listing .btn_start {
  background: url(../../../img/contents_pc/lp/listing/pc_btn_niji.png) repeat 0 0;
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 200;
  -webkit-animation: scaling 2s ease 0.2s infinite both;
  animation: scaling 2s ease 0.2s infinite both;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(0.95);
  }
  5% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
  }
  15% {
    -webkit-transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.98);
  }
  25%,100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaling {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  15% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.98);
  }
  25%,100% {
    transform: scale(1);
  }
}

#listing .btn_start:hover {
  background: url(../../../img/contents_pc/lp/listing/pc_btn_niji.png) repeat 0 -220px;
}

#listing.dlsite .btn_start {
  background: url(../../../img/contents_pc/lp/listing/pc_btn_dl.png) repeat 0 0;
}

a{
padding-top:;
}

/* 各box
---------------------------------------------------------- */

#listing .listingBox {
  width: 1024px;
  min-height: 730px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow: 0 0 5px rgba(7,0,2,0.3);
  -webkit-box-shadow: 0 0 5px rgba(7,0,2,0.3);
  box-shadow: 0 0 5px rgba(7,0,2,0.3);
  position: relative;
}

#listing .step {
  position: relative;
}

#listing .step .btn_start {
  top: 10px;
  right: 50px;
}

#listing .gameTitle {
  text-align: center;
}

#listing .gameTitle .ttl {
  margin-bottom: 30px;
  position: relative;
}

#listing .gameTitle .ttl .btn_start {
  bottom: 20px;
  right: 40px;
}

#listing .moreGame {
  background: url(../../../img/contents_pc/lp/listing/pic_moregame_mid.jpg) repeat-y;
  text-align: center;
  margin: 0 auto 30px;
  width: 990px;
}

#listing .moreGame .ttl {
  margin: 10px auto;
}

#listing .moreGame .ttl p {
  font-size: 16px;
  margin: 5px;
  font-weight:bold;
}


#listing .moreGame .ttl img {
  border: 1px solid #fff;
}

#listing .moreGame .ttl a:hover {
  opacity: 0.9;
}


#listing .moreGame .btnType01{
  width:300px;margin: 20px auto 0px;
}

#listing .matome {
  text-align: center;
}

/* 注意事項
---------------------------------------------------------- */
#listing .box03 {
  margin: 20px 0 0;
  padding: 20px 30px;
  background: #d2f1ff;
}


#listing .txtBox01 {
  padding: 10px 0;
}

#listing .attentionTxt li {
  text-indent: -1em;
  padding-left: 1em;
}
</pre></body></html>