@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@charset "UTF-8";
.open img{
  width: unset !important;
  margin-bottom: 0;
  border: none;
}
.page {
  /* CSS Document */
  /* ==============================================
  setting
  ============================================== */
  /* ==============================================
  #hero
  ============================================== */
  /* ==============================================
  #list
  ============================================== */
  /* ==============================================
  #banner
  ============================================== */
  /* ==============================================
  #constellation
  ============================================== */
  /* ==============================================
  #profile
  ============================================== */
  /* ==============================================
  #share
  ============================================== */
  /* ==============================================
  animation
  ============================================== */
}
body {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.open {
  position: inherit;
  width: inherit;
  height: inherit;
}
.page .m-pagetop {
  display: none !important;
}
.page footer {
  position: relative;
  z-index: 100;
}
.page #horoscope {
  position: relative;
  z-index: 100;
  min-width: 990px;
}
.page #horoscope h1, .page #horoscope h2, .page #horoscope h3, .page #horoscope h4, .page #horoscope h5, .page #horoscope p, .page #horoscope li {
  font-family: "Roboto", "Noto Sans JP";
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page #horoscope img {
  border: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.page #horoscope ul {
  list-style: none;
}
.page #horoscope ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.page #horoscope a {
  text-decoration: none;
}
.page #horoscope .pc {
  display: block !important;
}
.page #horoscope .sp {
  display: none !important;
}
.page #horoscope .pagetop {
  position: fixed;
  bottom: -16px;
  right: 30px;
  width: 80px;
  height: 118px;
  z-index: 200;
}
.page #hero {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 109px);
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
}
.page #hero.open {
  animation: open 0.2s ease-in 0s 1 normal both;
}
@keyframes open {
  0% {
    z-index: 1000;
  }
  100% {
    z-index: -1;
  }
}
.page #hero .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 0, 0.8);
}
.page #hero.open .inner {
  animation: open-inner 0.2s ease-in 0s 1 normal both;
}
@keyframes open-inner {
  0% {
    background: rgba(255, 255, 0, 0.8);
  }
  100% {
    background: rgba(255, 255, 0, 0);
  }
}
.page #hero .inner div {
  position: absolute;
  top: 0;
  bottom: 120px;
  left: 0;
  margin: auto;
  width: 60%;
  height: 440px;
}
.page #hero .inner h1 {
  text-align: center;
  animation: start-h1 0.2s ease-out 0.8s 1 normal both;
}
@keyframes start-h1 {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  90% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.page #hero.open .inner h1 {
  animation: open-h1 0.2s ease-in 0s 1 normal both;
}
@keyframes open-h1 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 0);
  }
}
.page #hero .inner h1 img {
  width: 480px;
}
.page #hero .inner p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  padding: 35px 0 0 0;
  animation: start-p 0.2s ease-out 0.8s 1 normal both;
}
@keyframes start-p {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  90% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.page #hero.open .inner p {
  animation: open-p 0.2s ease-in 0s 1 normal both;
}
@keyframes open-p {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 0);
  }
}
.page #hero .inner .button {
    width: 100%;
  padding: 40px 0 190px 0;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_ppp.gif") top 110px center no-repeat;
  background-size: 220px 120px;
  transition: 0.2s ease-out;
}
.page #hero .inner .button:hover {
  opacity: 0.7;
}
.page #hero .inner .button a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_hr_btn.png");
  background-size: 288px 72px;
  width: 288px;
  height: 72px;
  margin: auto;
  padding: 10px 0 0 0;
}
.page #hero .inner .button a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding: 4px 0 8px 12px;
}
.page #hero .inner .button a img {
  display: block;
  width: 8px;
  margin: auto;
}
.page #hero .inner figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  text-align: center;
  animation: start-figure 0.6s ease-out 0.4s 1 normal both;
}
@keyframes start-figure {
  0% {
    bottom: -600px;
  }
  50% {
    bottom: 80px;
  }
  75% {
    bottom: 20px;
  }
  100% {
    bottom: 40px;
  }
}
.page #hero.open .inner figure {
  animation: open-figure 0.2s ease-in 0s 1 normal both;
}
@keyframes open-figure {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: -600px;
  }
}
.page #hero .inner figure img {
  width: 640px;
}
.page #list {
  position: relative;
  z-index: 300;
}
.page #list .inner ul li {
  float: left;
  width: 25%;
  height: 210px;
}
.page #list .inner ul li a {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  padding: 30px 0 0 0;
  transition: 0.2s ease-out;
}
.page #list .inner ul li a:hover {
  opacity: 0.7;
}
.page #list .inner ul li a span {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.page #list .inner ul li a::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 18px;
}
.page #list .inner ul li a::after {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: "Roboto", "Noto Sans JP";
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_arw_b_black.png") center bottom no-repeat;
  background-size: 8px 6px;
  padding: 0 0 10px 0;
}
.page #list .inner ul li.constellation-ohitsuji a {
  background: #ff9bcd;
}
.page #list .inner ul li.constellation-oushi a {
  background: #aaaaaa;
}
.page #list .inner ul li.constellation-futago a {
  background: #32c3ff;
}
.page #list .inner ul li.constellation-kani a {
  background: #ff8787;
}
.page #list .inner ul li.constellation-shishi a {
  background: #ffc337;
}
.page #list .inner ul li.constellation-otome a {
  background: #b9a0f0;
}
.page #list .inner ul li.constellation-tenbin a {
  background: #ff9123;
}
.page #list .inner ul li.constellation-sasori a {
  background: #6eebd2;
}
.page #list .inner ul li.constellation-ite a {
  background: #ff875f;
}
.page #list .inner ul li.constellation-yagi a {
  background: #b4e155;
}
.page #list .inner ul li.constellation-mizugame a {
  background: #78afff;
}
.page #list .inner ul li.constellation-uo a {
  background: #f0dc64;
}
.page #list .inner ul li.constellation-ohitsuji a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-oushi a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-futago a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-kani a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-shishi a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-otome a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-tenbin a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-sasori a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-ite a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ite.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-yagi a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-mizugame a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png");
  background-size: 100%;
}
.page #list .inner ul li.constellation-uo a span {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png");
  background-size: 100%;
}
.page #list .inner ul li.ranking-01 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_01.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-02 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_02.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-03 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_03.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-04 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_04.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-05 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_05.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-06 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_06.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-07 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_07.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-08 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_08.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-09 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_09.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-10 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_10.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-11 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_11.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.ranking-12 a::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_12.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner ul li.constellation-ohitsuji a::after {
  content: "おひつじ座";
}
.page #list .inner ul li.constellation-oushi a::after {
  content: "おうし座";
}
.page #list .inner ul li.constellation-futago a::after {
  content: "ふたご座";
}
.page #list .inner ul li.constellation-kani a::after {
  content: "かに座";
}
.page #list .inner ul li.constellation-shishi a::after {
  content: "しし座";
}
.page #list .inner ul li.constellation-otome a::after {
  content: "おとめ座";
}
.page #list .inner ul li.constellation-tenbin a::after {
  content: "てんびん座";
}
.page #list .inner ul li.constellation-sasori a::after {
  content: "さそり座";
}
.page #list .inner ul li.constellation-ite a::after {
  content: "いて座";
}
.page #list .inner ul li.constellation-yagi a::after {
  content: "やぎ座";
}
.page #list .inner ul li.constellation-mizugame a::after {
  content: "みずがめ座";
}
.page #list .inner ul li.constellation-uo a::after {
  content: "うお座";
}
.page #list .inner .shuffle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page #list .inner .shuffle.off {
  display: none;
}
.page #list .inner .shuffle li {
  position: relative;
}
.page #list .inner .shuffle li::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 18px;
}
.page #list .inner .shuffle li.ranking-01::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_01.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-02::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_02.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-03::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_03.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-04::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_04.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-05::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_05.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-06::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_06.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-07::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_07.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-08::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_08.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-09::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_09.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-10::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_10.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-11::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_11.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-12::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_12.png") no-repeat;
  background-size: auto 80px;
}
.page #list .inner .shuffle li.ranking-01 {
  animation: shuffle-01 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-02 {
  animation: shuffle-02 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-03 {
  animation: shuffle-03 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-04 {
  animation: shuffle-04 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-05 {
  animation: shuffle-05 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-06 {
  animation: shuffle-06 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-07 {
  animation: shuffle-07 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-08 {
  animation: shuffle-08 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-09 {
  animation: shuffle-09 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-10 {
  animation: shuffle-10 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-11 {
  animation: shuffle-11 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.page #list .inner .shuffle li.ranking-12 {
  animation: shuffle-12 1s step-end 0s infinite normal both;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
@keyframes shuffle-01 {
  0% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #b4e155 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-02 {
  0% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #78afff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-03 {
  0% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #f0dc64 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-04 {
  0% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #ff9bcd url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-05 {
  0% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #aaaaaa url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-06 {
  0% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #32c3ff url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-07 {
  0% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #ff8787 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-08 {
  0% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #ffc337 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-09 {
  0% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #b9a0f0 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-10 {
  0% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #ff9123 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-11 {
  0% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #6eebd2 url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
@keyframes shuffle-12 {
  0% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_mizugame.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  10% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_oushi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  20% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_uo.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  30% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_yagi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  40% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_sasori.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  50% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_ohitsuji.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  60% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_otome.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  70% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_kani.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  80% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_shishi.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  90% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_futago.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
  100% {
    background: #ff875f url("/ec/img/usr/pg/c/horoscope/hrs_rnk_img_tenbin.png") top 50px center no-repeat;
    background-size: 120px 120px;
  }
}
.page #banner .inner:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.page #banner .inner #who {
  float: left;
  width: 25%;
}
.page #banner .inner #who a {
  display: block;
  background: #222222;
  height: 240px;
  position: relative;
  transition: 0.2s ease-out;
}
.page #banner .inner #who a:hover {
  opacity: 0.7;
}
.page #banner .inner #who a h2 {
  position: absolute;
  top: 20px;
  left: 18px;
}
.page #banner .inner #who a h2 img {
  width: auto;
  height: 80px;
}
.page #banner .inner #who a figure {
  text-align: center;
  padding: 60px 0 0 0;
}
.page #banner .inner #who a figure img {
  width: auto;
  height: 80px;
}
.page #banner .inner #who a p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #ffff00;
  text-align: center;
  padding: 16px 0 0 0;
}
.page #banner .inner #who a p img {
  width: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 6px;
}
.page #banner .inner #line {
  float: left;
  width: 75%;
  height: 240px;
  background: #06c655;
  padding: 20px 20px 0 20px;
}
.page #banner .inner #line a {
  display: block;
  height: 200px;
  background: #fff;
  border-radius: 12px;
  transition: 0.2s ease-out;
}
.page #banner .inner #line a:hover {
  opacity: 0.7;
}
.page #banner .inner #line h2 {
  text-align: center;
  padding: 20px 0 0 0;
}
.page #banner .inner #line h2 img {
  width: 360px;
  height: auto;
}
.page #banner .inner #line p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  padding: 18px 0 0 0;
}
.page #banner .inner #line p strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ff50b4;
}
.page #banner .inner #line .button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_ln_btn.png");
  background-size: 210px 33px;
  width: 210px;
  height: 33px;
  color: #fff;
  padding: 7px 0 0 0;
  margin: 20px auto 0 auto;
}
.page #banner .inner #line .button img {
  width: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 6px;
}
.page #constellation .inner .constellation {
  position: relative;
  z-index: 100;
}
.page #constellation .inner .constellation .constellation-top {
  position: absolute;
  top: 0;
  left: 0;
}
.page #constellation .inner #constellation-ohitsuji {
  background: #ff9bcd;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-oushi {
  background: #aaaaaa;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-futago {
  background: #32c3ff;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-kani {
  background: #ff8787;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-shishi {
  background: #ffc337;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-otome {
  background: #b9a0f0;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-tenbin {
  background: #ff9123;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-sasori {
  background: #6eebd2;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-ite {
  background: #ff875f;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-yagi {
  background: #b4e155;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-mizugame {
  background: #78afff;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-uo {
  background: #f0dc64;
  padding: 24px 20px;
}
.page #constellation .inner #constellation-ohitsuji .front {
  background: #ff9bcd;
}
.page #constellation .inner #constellation-oushi .front {
  background: #aaaaaa;
}
.page #constellation .inner #constellation-futago .front {
  background: #32c3ff;
}
.page #constellation .inner #constellation-kani .front {
  background: #ff8787;
}
.page #constellation .inner #constellation-shishi .front {
  background: #ffc337;
}
.page #constellation .inner #constellation-otome .front {
  background: #b9a0f0;
}
.page #constellation .inner #constellation-tenbin .front {
  background: #ff9123;
}
.page #constellation .inner #constellation-sasori .front {
  background: #6eebd2;
}
.page #constellation .inner #constellation-ite .front {
  background: #ff875f;
}
.page #constellation .inner #constellation-yagi .front {
  background: #b4e155;
}
.page #constellation .inner #constellation-mizugame .front {
  background: #78afff;
}
.page #constellation .inner #constellation-uo .front {
  background: #f0dc64;
}
.page #constellation .inner .constellation .front {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% + 20px);
  height: 100%;
}
.page #constellation .inner .front::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 63px;
  height: 78px;
}
.page #constellation .inner .ranking-01 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_01.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-02 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_02.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-03 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_03.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-04 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_04.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-05 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_05.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-06 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_06.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-07 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_07.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-08 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_08.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-09 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_09.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-10 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_10.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-11 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_11.png");
  background-size: 100% auto;
}
.page #constellation .inner .ranking-12 .front::before {
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_ttl_12.png");
  background-size: 100% auto;
}
.page #constellation .inner .constellation .front figure {
  text-align: center;
  padding: 80px 0 0 0;
}
.page #constellation .inner .constellation .front figure img {
  width: auto;
  height: 204px;
}
.page #constellation .inner .constellation .front h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
}
.page #constellation .inner .constellation .front h2 span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}
.page #constellation .inner .constellation .back {
  position: relative;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  width: calc(75% - 10px);
  margin-left: calc(25% + 10px);
  padding: 10px 0 0 0;
}
.page #constellation .inner .constellation .back .date {
  position: absolute;
  top: 16px;
  right: 40px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: right;
  padding: 0;
}
.page #constellation .inner .constellation .back figure {
  display: none;
}
.page #constellation .inner .constellation .back h3 {
  display: none;
}
.page #constellation .inner .constellation .back h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 35px 40px 0 40px;
  text-align: center;
}
.page #constellation .inner .constellation .back h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_wln.png") repeat-x;
  background-size: auto 4px;
  margin: 0 0 7px 0;
}
.page #constellation .inner .constellation .back h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_wln.png") repeat-x;
  background-size: auto 4px;
  margin: 6px 0 0 0;
}
.page #constellation .inner .constellation .back p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 40px 0 40px;
  text-align: justify;
}
.page #constellation .inner .constellation .back .share {
  text-align: right;
}
.page #constellation .inner .constellation .back .share span {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}
.page #constellation .inner .constellation .back .share a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #1d9bf0;
  display: inline-block;
  transition: 0.2s ease-out;
}
.page #constellation .inner .constellation .back .share a:hover {
  opacity: 0.7;
}
.page #constellation .inner .constellation .back .share a img {
  width: auto;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 8px;
}
.page #constellation .inner .constellation .back .color {
  position: relative;
  margin: 44px 0 0 0;
}
.page #constellation .inner .constellation .back .color::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 70px;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_hr_img.png") top center no-repeat;
  background-size: auto 84px;
}
.page #constellation .inner .constellation .back .color h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 0 0 0;
  margin: 0;
}
.page #constellation .inner .constellation .back .color h4.black {
  color: #222;
}
.page #constellation .inner .constellation .back .color h4::before,
.page #constellation .inner .constellation .back .color h4::after {
  display: none;
}
.page #constellation .inner .constellation .back .color h4 span {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  padding: 0 0 8px 0;
}
.page #constellation .inner .constellation .back .color h4.black span {
  color: #222;
}
.page #constellation .inner .constellation .back .color .button {
  padding: 15px 0 24px 0;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_ppp.gif") top 56px center no-repeat;
  background-size: 220px 120px;
  transition: 0.2s ease-out;
  width: unset;
  height: unset;
}
.page #constellation .inner .constellation .back .color .button:hover {
  opacity: 0.7;
}
.page #constellation .inner .constellation .back .color .button a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_rnk_btn.png");
  background-size: 240px 45px;
  width: 240px;
  height: 45px;
  text-align: center;
  padding: 12px 0 0 0;
  margin: auto;
}
.page #constellation .inner .constellation .back .color .button a img {
  width: 6px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 4px;
}
.page #constellation .inner .constellation .back .item {
  background: #222;
  padding: 0 0 20px 0;
}
.page #constellation .inner .constellation .back .item h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0;
}
.page #constellation .inner .constellation .back .item h4::before,
.page #constellation .inner .constellation .back .item h4::after {
  display: none;
}
.page #constellation .inner .constellation .back .item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px 0 0 0;
  text-align: center;
}
.page #constellation .inner .constellation .back .close {
  display: none;
}
.page #profile {
  background: #83648d;
}
.page #profile .inner {
  padding: 0 40px;
}
.page #profile .inner h2 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 60px 0 0 0;
}
.page #profile .inner h2 span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  display: block;
  background: #695071;
  width: 84px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  padding: 10px 0 0 4px;
}
.page #profile .inner h2 strong {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 8px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0 5px 8px;
}
.page #profile .inner p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 30px 0 0 0;
}
.page #profile .inner figure {
  text-align: center;
  padding: 40px 0 0 0;
}
.page #profile .inner figure img:nth-child(1) {
  width: auto;
  height: 40px;
  position: relative;
  z-index: 100;
  display: block;
  margin: 0 auto -15px auto;
}
.page #profile .inner figure img:nth-child(2) {
  width: auto;
  height: 185px;
}
.page #share {
  background: #ffff00;
  position: relative;
}
.page #share .inner .button {
  padding: 40px 0 100px 0;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_cmn_ppp.gif") top 80px center no-repeat;
  background-size: 220px 120px;
  transition: 0.2s ease-out;
  width: unset;
  height: unset;
}
.page #share .inner .button:hover {
  opacity: 0.7;
}
.page #share .inner .button a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  background: url("/ec/img/usr/pg/c/horoscope/hrs_shr_btn.png");
  background-size: 240px 45px;
  width: 240px;
  height: 45px;
  color: #fff;
  text-align: center;
  padding: 12px 0 0 0;
  margin: auto;
}
.page #share .inner .button a img {
  width: auto;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.page #share .inner figure {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 776px;
  margin: auto;
}
.page .pon {
  animation: pon;
}
@keyframes pon {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  70% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  90% {
    transform: scale(0.95, 0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.wrapper .pane-footer {
    position: relative;
    z-index: 100;
}
.pane-contents .pane-main {
    margin-bottom: 0;
}
.block-page-top {
    display: none!important;
}