@charset "UTF-8";
/* CSS Document */

/* =========================================================
フィリアス 特設ページ
========================================================= */

/*ヘッダー
========================================================= */

#container {
  background-color: #000;
}

#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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: #c9005a;
  color: #fff;
}

/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 9px;
  margin-left: -88px;
}

/* 全体構成
-----------------------------------------------------*/
div#promo_phileas {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: 40px;
  background: url(https://www.dlsite.com/images/promo/phileas/bg_01.jpg) no-repeat center top fixed;
}

div#promo_phileas div[class^="box_0"] {
  position: relative;
  width: 1900px;
  left: 50%;
  margin-left: -950px;
  vertical-align: bottom;
  top: 0;
  z-index: 1;
}


div.promo_container {
  position: relative;
}

.bg-cover {
  position: absolute;
  top: 770px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.dlsite.com/images/promo/phileas/bg_02.png) center fixed no-repeat;
  opacity: 0.8;
}

/* 購入ボタン
-----------------------------------------------------*/
ul.btn {
  width: 1000px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 30;
  left: 50%;
  margin-left: -225px;
  bottom: 68px;
}
.box_01 ul.btn {
  margin-left: -465px;
}

.box_04 ul.btn {
  bottom: -54px;
  z-index: 100;
}

div.box_05 ul.btn {
  bottom: 320px;
}

ul.btn li {
  float: left;
}
ul.btn li:first-child {
  margin-right: -2px;
}

ul.btn a {
  width: 240px;
  height: 90px;
  background: url(https://www.dlsite.com/images/promo/phileas/btn_01.png) no-repeat;
  z-index: 20;
  display: block;
}


ul.btn a.btn_detail {
  background-position: 0 -6px;
}


ul.btn a.btn_cart {
  background-position: 0 -97px;
}

ul.btn a.btn_cart.cart_in {
  background-position: 0 -190px;
}


ul.btn a.btn_cart.purchased {
  background-position: 0 -281px;
  pointer-events: none;
}


ul.btn a.btn_cart:hover {
  background-position: -260px -97px;
}

ul.btn a.btn_detail:hover {
  background-position: -260px -6px;
}


ul.btn a.btn_cart.cart_in:hover {
  background-position: -260px -190px;
}



/* BOX_01
-----------------------------------------------------*/
/* タイトルロゴ・独占表記 */

.picBox {
  position: absolute;
  left: 50%;
  margin-left: -488px;
  top: 0;
}

.picBox p {
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_01.png) no-repeat;
  position: absolute;
  overflow: hidden;
  line-height: 200%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10;
}

div.box_01 .picBox .card_01 {
  background-position: 0 -13px;
  width: 233px;
  padding-top: 259px;
  left: 504px;
  top: 440px;
  height: 0;
  -webkit-animation: bounce_a 2.4s ease infinite;
  animation: bounce_a 2.4s ease infinite;
}

@keyframes bounce_a {
  0% {
    transform: translateY(0);
  }
  3.0303% {
    transform: translateY(0);
  }
  42.06061% {
    transform: translateY(0);
  }
  50.12121% {
    transform: translateY(-15px);
  }
  54.15152% {
    transform: translateY(0);
  }
  60.18182% {
    transform: translateY(-15px);
  }
  70.24242% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce_a {
  0% {
    transform: translateY(0);
  }
  3.0303% {
    transform: translateY(0);
  }
  42.06061% {
    transform: translateY(0);
  }
  50.12121% {
    transform: translateY(-15px);
  }
  54.15152% {
    transform: translateY(0);
  }
  60.18182% {
    transform: translateY(-15px);
  }
  70.24242% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}


div.box_01 .picBox .catch_01 {
  background-position: -260px -30px;
  width: 399px;
  padding-top: 638px;
  left: 470px;
  top: 94px;
}

div.box_01 .picBox .link_01 {
  width: 108px;
  padding-top: 110px;
  left: 784px;
  top: 611px;
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_01.png) no-repeat -36px -289px;
  position: absolute;
  overflow: hidden;
  line-height: 200%;
  height: 0;
  z-index: 170;
}


div.box_01 .picBox .link_01:hover {
  background-position: -147px -289px;
}


/* BOX_02
-----------------------------------------------------*/
.box_02  .video_container {
  left: 50%;
  position: absolute;
  margin-left: -430px;
  top: 230px;
}

/* box_04
-----------------------------------------------------*/
div.box_04 .voice_box01 {
  position: absolute;
  left: 50%;
  top: 863px;
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_01.png) no-repeat;
  background-position: -52px -429px;
  width: 80px;
  padding-top: 80px;
  margin-left: -130px;
  cursor: pointer;
}

div.box_04 .voice_box01:hover {
  background-position: -162px -428px;
}

div.box_04 .voice_box02 {
  position: absolute;
  left: 50%;
  top: 855px;
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_01.png) no-repeat;
  background-position: -52px -519px;
  width: 80px;
  padding-top: 80px;
  margin-left: -46px;
  cursor: pointer;
}
div.box_04 .voice_box02:hover {
  background-position: -162px -518px;
}


/* box_05
-----------------------------------------------------*/
div.box_05 {
  margin-top: 216px;
}

div.box_05 .end {
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -440px;
  z-index: 101;
}

div.box_05 .warning {
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_02.png) no-repeat;
  position: absolute;
  width: 1920px;
  padding-top: 330px;
  background-position: 0 0;
  margin-left: 0;
  top: -130px;
}

div.box_05 .btn_hirozetsu {
  background: url(https://www.dlsite.com/images/promo/phileas/btn_01.png) no-repeat;
  position: absolute;
  width: 212px;
  padding-top: 205px;
  background-position: 0 -386px;
  margin-left: 50px;
  left: 50%;
  height: 0;
  overflow: hidden;
  bottom: 938px;
  z-index: 102;
}

div.box_05 .btn_hirozetsu:hover {
  background-position: -228px -386px;
}


div.box_05 .btn_hirozetsu:before,
div.box_05 .btn_hirozetsu:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 75%;
  left: 74%;
  margin: -165px 0 0 -155px;
  background: url(https://www.dlsite.com/images/promo/phileas/btn_noizu_01.png) no-repeat 0 0;
  z-index: 2;
  z-index: 100;
  pointer-events: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
div.box_05 .picBox .card_02 {
  background-position: -690px 0;
  width: 323px;
  padding-top: 410px;
  left: 64px;
  top: 1191px;
  height: 0;
  -webkit-animation: bounce_a 2.4s ease infinite;
  animation: bounce_a 2.4s ease infinite;
}

@keyframes bounce_a {
  0% {
    transform: translateY(0);
  }
  3.0303% {
    transform: translateY(0);
  }
  42.06061% {
    transform: translateY(0);
  }
  50.12121% {
    transform: translateY(-15px);
  }
  54.15152% {
    transform: translateY(0);
  }
  60.18182% {
    transform: translateY(-15px);
  }
  70.24242% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce_a {
  0% {
    transform: translateY(0);
  }
  3.0303% {
    transform: translateY(0);
  }
  42.06061% {
    transform: translateY(0);
  }
  50.12121% {
    transform: translateY(-15px);
  }
  54.15152% {
    transform: translateY(0);
  }
  60.18182% {
    transform: translateY(-15px);
  }
  70.24242% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}




/* キラキラ */
.box_05 p.kirakira01 {
  position: absolute;
  width: 347px;
  padding-top: 394px;
  height: 0;
  left: 50%;
  margin-left: 50px;
  z-index: 25;
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_03.png) no-repeat;
  -webkit-animation-duration: 2.4s;
  top: 1180px;
  animation-duration: 2.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: fadeInUp01;
  animation-name: fadeInUp01;
}

@-webkit-keyframes fadeInUp01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp01 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.box_05 p.kirakira02 {
  position: absolute;
  width: 347px;
  padding-top: 394px;
  height: 0;
  left: 50%;
  margin-left: 20px;
  z-index: 15;
  top: 1184px;
  background: url(https://www.dlsite.com/images/promo/phileas/pic_sprite_03.png) no-repeat 10px 0;
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: fadeInUp02;
  animation-name: fadeInUp02;
}

@-webkit-keyframes fadeInUp02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp02 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}



.animated_wrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* クレジット
-----------------------------------------------------*/
.copyright {
  position: absolute;
  width: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 3px 0;
  bottom: 26px;
  color: #fff;
  text-align: center;
  font-style: 11px;
  z-index: 100;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.9) 80%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)),color-stop(20%,rgba(0,0,0,0.9)),color-stop(80%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.9) 80%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.9) 80%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.9) 80%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.9) 80%,rgba(0,0,0,0) 100%);
}

/* コラボキャンペーン注意文言 */

div.box_05 div.collabo_attention {
  position: absolute;
  width: 850px;
  bottom: 79px;
  left: 50%;
  margin-left: -445px;
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 20px;
}
div.box_05 div.collabo_attention h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: -6px 0 10px 0;
}
div.box_05 div.collabo_attention span.link {
  color: rgba(255,238,3,1.00);
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
}

div.box_05 div.collabo_attention ul{
  margin-left: 16px;
}

div.box_05 div.collabo_attention li{
  list-style-type: disc;
}

/* 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;
}
