@charset "UTF-8";

/* CSS Document */

/* =========================================================
ゲーセン姫とDT男のイチャイチャ子作りラブセックス LP
========================================================= */
/* =========================================================
ヘッダー
========================================================= */
#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 225;
  overflow: hidden;
}

#promo_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

#promo_header .logo a {
  opacity: 1;
}

#promo_header .logo a:hover {
  opacity: 0.7;
}

#promo_header ul.simple_nav {
  font-size: 0;
  float: right;
  margin-right: 15px;
}

#promo_header #nav_login,
#promo_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
}

#promo_header ul.simple_nav li a {
  color: #ccc;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}

#promo_header ul.simple_nav li a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}





/* 全体構成
-----------------------------------------------------*/
div#promo_ge-sen {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

div.promo_container {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

/* ダミー背景
div.promo_container{
	background:#ffacb8 url(https://www.dlsite.com/images/promo/ge-sen/mainbg_00.jpg) no-repeat;
}
*/
/* 背景本物 */
div.promo_container .bg {
  background: #ffacb8 url(https://www.dlsite.com/images/promo/ge-sen/mainbg_00.jpg) no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


div#promo_ge-sen a:hover:not(.btn_twt) {
  opacity: 0.99;
  filter: alpha(opacity=90);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)";  /* ie 8 *//* text-decoration: none; */
}


div#promo_ge-sen .box_01,
div#promo_ge-sen .box_02,
div#promo_ge-sen .box_03 {
  position: relative;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  vertical-align: bottom;
}

/* 背景
-----------------------------------------------------*/
div#promo_ge-sen p.chara_bg01,
div#promo_ge-sen p.chara_bg02 {
  width: 88px;
  height: 100%;
  background: url(https://www.dlsite.com/images/promo/ge-sen/bg_chara.png) repeat-y 0 0;
  position: absolute;
  z-index: 0;
  left: 50%;
  margin-left: -600px;
  top: 0;
  text-indent: -9999px;
  opacity: 0.8;
}

div#promo_ge-sen p.chara_bg02 {
  margin-left: 515px;
}
div#promo_ge-sen p.chara_bg01,
div#promo_ge-sen p.chara_bg02 {
  -webkit-animation: charabg 10s steps(10) infinite;
  animation: charabg 10s steps(10) infinite;
}
@-webkit-keyframes charabg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 91px;
  }
}

@keyframes charabg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 91px;
  }
}

/* キャンペーン・価格・twtボタン
-----------------------------------------------------*/
div#promo_ge-sen div.capmaignContainer {
  position: relative;
  top: -521px;
  left: 50%;
  margin-left: 0;
  padding-top: 520px;
  width: 500px;
}

/*-- キャンペーン表示 --*/
div#promo_ge-sen .campaign.before {
  width: 320px;
  height: 198px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat 0 -783px;
  position: absolute;
  z-index: 1;
  left: 707px;
  top: -54px;
  text-indent: -9999px;
}
div#promo_ge-sen .campaign.now {
  width: 320px;
  height: 198px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat 0 -585px;
  position: absolute;
  z-index: 1;
  left: 707px;
  top: -54px;
  text-indent: -9999px;
}
div#promo_ge-sen .campaign.end {
  opacity: 0;
}



/*-- TWTボタン --*/
div#promo_ge-sen a.btn_twt01 {
  width: 60px;
  height: 60px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat -29px -445px;
  position: absolute;
  z-index: 210;
  left: 937px;
  top: 20px;
  text-indent: -9999px;
}
div#promo_ge-sen a.btn_twt01:hover {
  margin-top: 1px;
  background-position: -97px -445px;
  opacity: 1;
}

div#promo_ge-sen a.btn_twt02 {
  width: 60px;
  height: 60px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat -28px -505px;
  position: absolute;
  z-index: 210;
  left: 695px;
  top: 42px;
  text-indent: -9999px;
}
div#promo_ge-sen a.btn_twt02:hover {
  margin-top: 1px;
  background-position: -96px -505px;
  opacity: 1;
}

/*-- アンカーボタン --*/
div#promo_ge-sen a.btn_anchor {
  width: 151px;
  height: 180px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat -28px -1001px;
  position: absolute;
  z-index: 210;
  left: 873px;
  top: 72px;
  text-indent: -9999px;
}
div#promo_ge-sen a.btn_anchor:hover {
  margin-top: 1px;
  background-position: -201px -1001px;
  opacity: 1;
}


/* 購入ボタン
-----------------------------------------------------*/
ul.btn {
  width: 520px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 10;
  left: 300px;
  bottom: 80px;
}

/* 位置調整 */
.box_02 ul.btn {
  bottom: 70px;
  left: 300px;
}
.box_03 ul.btn {
  bottom: 250px;
  left: 300px;
}

ul.btn li {
  float: left;
  margin: 5px;
  margin-right: -20px;
}

ul.btn a {
  width: 200px;
  height: 108px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat 0 0;
  z-index: 20;
  display: block;
}
ul.btn a.btn_detail {
  background-position: -10px 0;
}
ul.btn a.btn_cart {
  background-position: -10px -108px;
}
ul.btn a.btn_cartin {
  background-position: -10px -216px;
}
ul.btn a.btn_purchased {
  background-position: -10px -331px;
  pointer-events: none;
}

ul.btn a.btn_detail:hover {
  background-position: -237px -3px;
  margin-top: 1px;
}
ul.btn a.btn_cart:hover {
  background-position: -237px -109px;
  margin-top: 1px;
}
ul.btn a.btn_cartin:hover {
  background-position: -237px -218px;
  margin-top: 1px;
}

div#promo_ge-sen a.btn_yandemic {
  width: 140px;
  height: 140px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/img_sprite.png) no-repeat -164px -441px;
  position: absolute;
  z-index: 210;
  left: 556px;
  top: 520px;
  text-indent: -9999px;
}
div#promo_ge-sen a.btn_yandemic:hover {
  background-position: -304px -441px;
}
/* BOX_01
-----------------------------------------------------*/
div#promo_ge-sen .box_01 {
  /* height: 811px; */
}

div#promo_ge-sen .box_01 p.sample_slide {
  position: absolute;
  width: 367px;
  height: 513px;
  background: url(https://www.dlsite.com/images/promo/ge-sen/sample_sprite.jpg) no-repeat 0 0;
  z-index: 1;
  left: 315px;
  top: 65px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-animation: frameAnimation01 7s steps(3) infinite;
  animation: frameAnimation01 7s steps(3) infinite;
}
@-webkit-keyframes frameAnimation01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1101px 0;
  }
}

@keyframes frameAnimation01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1101px 0;
  }
}

/* BOX_02
-----------------------------------------------------*/
div#promo_ge-sen .box_02 {
  /* height: 975px; */
}

/* BOX_03
-----------------------------------------------------*/
div#promo_ge-sen .box_03 {
  /* height: 1022px; */
}

/* キャンペーン文言 */
div#promo_ge-sen .box_03 p.campaign_text {
  position: absolute;
  text-align: center;
  width: 1000px;
  top: 160px;
  /* left: 65px; */
  color: #fff;
  /* line-height: 17px; */
  font-size: 15px;
}

/* ヤンデミック注意文言 */
div#promo_ge-sen .box_03 p.yandemic_attention {
  position: absolute;
  width: 1000px;
  bottom: 328px;
  left: 33px;
  color: #fff;
  line-height: 17px;
}

/* コラボキャンペーン注意文言 */
div#promo_ge-sen .box_03 p.collabo_attention {
  position: absolute;
  width: 750px;
  bottom: 44px;
  left: 50%;
  margin-left: -375px;
  color: #111;
  background: rgba(255,255,255,0.6);
  background: rgba;
  padding: 10px;
  border-radius: 15px;
  font-size: 14px;
}
div#promo_ge-sen .box_03 p.collabo_attention span {
  font-size: 16px;
  font-weight: bold;
}

/* topへ
-----------------------------------------------------*/
a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  background: url(https://www.dlsite.com/images/promo/other/icon_return_top.png) no-repeat 0 -50px;
  opacity: 0.5;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.promo_return_top:hover {
  margin-top: 1px;
  opacity: 1;
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}

a.promo_return_top.nonfixed {
  position: absolute;
}


p.pagetop {
  display: none;
}

/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  background: #000;
  position: absolute;
  bottom: 0;
}
