@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

.page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page a {
  cursor: pointer;
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page .pagetop {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 40px;
  z-index: 999;
  width: 144px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .pagetop {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .page .pagetop {
    width: 20.8vw;
    height: 20.6vw;
    right: 2.6vw;
    bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .view--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page .view--sp {
    display: none;
  }
}

#footer_pagetop {
  display: none !important;
}

/* kv
---------------------------*/
.page #kv {
  position: relative;
  width: 100%;
  max-height: 882px;
  min-height: 546px;
  aspect-ratio: 1921/994;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_bg-pc.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #E4F1FF;
}
@media screen and (max-width: 768px) {
  .page #kv {
    height: auto;
    max-height: 100%;
    aspect-ratio: 768/1039;
    min-height: auto;
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_bg-sp.jpg");
  }
}
.page #kv .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_img-pc.png");
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page #kv .inner {
    display: block;
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_img-sp.png");
    background-position: top 55% center;
    background-size: auto 68.8vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page #kv h1.kv__title {
    width: auto;
    height: 34.9vw;
    margin: 0 auto !important;
    position: absolute;
    top: 5.2vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .page #kv h1.kv__title {
    height: 32%;
    max-height: 275px;
    margin: 20px 0 25px !important;
  }
}
.page #kv h1.kv__title img {
  max-height: 100%;
  max-width: initial;
  width: auto;
  height: 100%;
}
.page #kv .kv__button {
  position: relative;
  width: 309px;
  background-color: #fff;
  border: 3px solid #9747FF;
  border-radius: 14px;
  padding: 27px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 12vw;
    width: 62.5vw;
    border-radius: 2.6vw;
    padding: 5.7vw 3.1vw 2.6vw;
    margin: auto;
  }
}
.page #kv .kv__button:before {
  content: "";
  display: block;
  width: 55px;
  height: 43px;
  position: absolute;
  top: -12px;
  left: -11px;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_btn_img_oukan.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button:before {
    width: 10.9vw;
    height: 8.6vw;
    position: absolute;
    top: -2.3vw;
    left: -2.1vw;
  }
}
.page #kv .kv__button:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/kv_btn_icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button:after {
    width: 7.3vw;
    height: 7.3vw;
    right: -2.6vw;
  }
}
@media screen and (min-width: 769px) {
  .page #kv .kv__button:hover {
    opacity: 1;
  }
  .page #kv .kv__button:hover:after {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
.page #kv .kv__button .kv__button__title {
  width: 197px;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button .kv__button__title {
    width: 39.1vw;
    top: -4.4vw;
  }
}
.page #kv .kv__button .kv__button__text {
  color: #894D36;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button .kv__button__text {
    font-size: 3.1vw;
  }
}
.page #kv .kv__button .kv__button__text span {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .page #kv .kv__button .kv__button__text span {
    font-size: 3.9vw;
  }
}
.page #kv .js-kv-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.page #kv .js-kv-fadeIn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page #kv .delay-05s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body {
  position: relative;
  width: 100%;
  height: auto;
}

/* ranking
---------------------------*/
.page #ranking {
  padding: 95px 0 104px;
  background-color: #E4F1FF;
}
@media screen and (min-width: 769px) {
  .page #ranking {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/ranking_bg-pc.png");
    background-size: 1922px auto;
    background-repeat: no-repeat;
    background-position: top 270px center;
  }
}
@media screen and (max-width: 1922px) {
  .page #ranking {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .page #ranking {
    padding: 8.3vw 0 18.2vw;
  }
}
.page #ranking .ranking__heading {
  width: 90%;
  max-width: 438px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__heading {
    width: 88.5vw;
    max-width: 100%;
    margin: 0 auto 6.3vw;
  }
}
.page #ranking .ranking__list {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list {
    width: 89.6vw;
  }
}
.page #ranking .ranking__list li {
  width: 24.1%;
  max-width: 290px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border: 3px solid #fff;
  margin: 8px 1.08% 0 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .page #ranking .ranking__list li:nth-child(4n) {
    margin-right: 0;
  }
  .page #ranking .ranking__list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li {
    width: 29.2vw;
    max-width: 100%;
    aspect-ratio: 7/10;
    border-radius: 2.6vw;
    border: 2px solid #fff;
    margin: 1vw 1vw 0 0;
  }
  .page #ranking .ranking__list li:nth-child(3n) {
    margin-right: 0;
  }
  .page #ranking .ranking__list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.page #ranking .ranking__list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-size: 28.2% auto;
  background-repeat: no-repeat;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_deco.png");
  background-position: top 14px right 20px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #ranking .ranking__list li a {
    background-position: top 14px right 14px;
  }
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li a {
    background-size: 10.4vw auto;
    background-position: top 2.1vw right 2.1vw;
  }
}
.page #ranking .ranking__list li a:before {
  content: "";
  width: 100%;
  height: 27.5%;
  position: absolute;
  top: 20px;
  left: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #ranking .ranking__list li a:before {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li a:before {
    height: 10.2vw;
    top: 1.3vw;
    left: 1.3vw;
  }
}
.page #ranking .ranking__list li a:after {
  position: absolute;
  bottom: 6.8%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 0 0 20px;
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_icon_arrow.png");
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #ranking .ranking__list li a:after {
    font-size: 18px;
    background-size: 8px auto;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li a:after {
    bottom: 1.8vw;
    font-size: 3.4vw;
    padding: 0 0 3.1vw;
    background-size: 2.1vw auto;
  }
}
.page #ranking .ranking__list li a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li a span {
    width: 100%;
    height: 20.1vw;
    background-size: 90% auto;
  }
}
.page #ranking .ranking__list li.constellation-ohitsuji a {
  background-color: #F4A583;
}
.page #ranking .ranking__list li.constellation-oushi a {
  background-color: #7dccf3;
}
.page #ranking .ranking__list li.constellation-futago a {
  background-color: #96D0B6;
}
.page #ranking .ranking__list li.constellation-kani a {
  background-color: #FED63F;
}
.page #ranking .ranking__list li.constellation-shishi a {
  background-color: #A9D05F;
}
.page #ranking .ranking__list li.constellation-otome a {
  background-color: #F091A7;
}
.page #ranking .ranking__list li.constellation-tenbin a {
  background-color: #DEB97B;
}
.page #ranking .ranking__list li.constellation-sasori a {
  background-color: #B0A7D1;
}
.page #ranking .ranking__list li.constellation-ite a {
  background-color: #69BD83;
}
.page #ranking .ranking__list li.constellation-yagi a {
  background-color: #F4B4D0;
}
.page #ranking .ranking__list li.constellation-mizugame a {
  background-color: #5F90CC;
}
.page #ranking .ranking__list li.constellation-uo a {
  background-color: #F9C158;
}
.page #ranking .ranking__list li.constellation-ohitsuji a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_ohitsuji.png");
}
.page #ranking .ranking__list li.constellation-oushi a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_oushi.png");
}
.page #ranking .ranking__list li.constellation-futago a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_futago.png");
}
.page #ranking .ranking__list li.constellation-kani a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_kani.png");
}
.page #ranking .ranking__list li.constellation-shishi a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_shishi.png");
}
.page #ranking .ranking__list li.constellation-otome a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_otome.png");
}
.page #ranking .ranking__list li.constellation-tenbin a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_tenbin.png");
}
.page #ranking .ranking__list li.constellation-sasori a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_sasori.png");
}
.page #ranking .ranking__list li.constellation-ite a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_ite.png");
}
.page #ranking .ranking__list li.constellation-yagi a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_yagi.png");
}
.page #ranking .ranking__list li.constellation-mizugame a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_mizugame.png");
}
.page #ranking .ranking__list li.constellation-uo a span {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_img_uo.png");
}
.page #ranking .ranking__list li.constellation-ohitsuji a::after {
  content: "おひつじ座";
}
.page #ranking .ranking__list li.constellation-oushi a::after {
  content: "おうし座";
}
.page #ranking .ranking__list li.constellation-futago a::after {
  content: "ふたご座";
}
.page #ranking .ranking__list li.constellation-kani a::after {
  content: "かに座";
}
.page #ranking .ranking__list li.constellation-shishi a::after {
  content: "しし座";
}
.page #ranking .ranking__list li.constellation-otome a::after {
  content: "おとめ座";
}
.page #ranking .ranking__list li.constellation-tenbin a::after {
  content: "てんびん座";
}
.page #ranking .ranking__list li.constellation-sasori a::after {
  content: "さそり座";
}
.page #ranking .ranking__list li.constellation-ite a::after {
  content: "いて座";
}
.page #ranking .ranking__list li.constellation-yagi a::after {
  content: "やぎ座";
}
.page #ranking .ranking__list li.constellation-mizugame a::after {
  content: "みずがめ座";
}
.page #ranking .ranking__list li.constellation-uo a::after {
  content: "うお座";
}
.page #ranking .ranking__list li.ranking-01 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_01.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-01 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_01-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-02 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_02.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-02 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_02-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-03 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_03.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-03 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_03-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-04 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_04.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-04 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_04-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-05 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_05.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-05 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_05-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-06 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_06.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-06 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_06-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-07 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_07.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-07 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_07-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-08 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_08.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-08 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_08-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-09 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_09.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-09 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_09-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-10 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_10.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-10 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_10-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-11 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_11.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-11 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_11-sp.png");
  }
}
.page #ranking .ranking__list li.ranking-12 a::before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_12.png");
}
@media screen and (max-width: 768px) {
  .page #ranking .ranking__list li.ranking-12 a::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/hrs_rnk_ttl_12-sp.png");
  }
}

/* banner
---------------------------*/
.page #banner {
  background: #E4F1FF;
}
.page #banner .banner__item {
  display: block;
  width: 92%;
  max-width: 732px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page #banner .banner__item {
    width: 89.6vw;
  }
}

/* constellation
---------------------------*/
.page #constellation .inner .constellation {
  position: relative;
  z-index: 100;
  padding: 32px;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner .constellation {
    min-height: 700px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation {
    padding: 5.2vw;
  }
}
.page #constellation .inner .constellation .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.6%;
  height: 100%;
  background-size: 116px auto;
  background-repeat: no-repeat;
  background-position: top 260px left 73px;
  padding: 32px 0 0 63px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .front {
    padding-left: 0;
    background-position: bottom 20px left 20px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front {
    position: absolute;
    top: 5.2vw;
    left: 5.2vw;
    width: 89.6vw;
    height: 93.8vw;
    border-radius: 5.2vw;
    border: 0.8vw solid #fff;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 1000;
    cursor: pointer;
    padding: 2.6vw 0 0;
  }
  .page #constellation .inner .constellation .front.on {
    -webkit-animation: front 0.5s linear 0s 1 normal both;
            animation: front 0.5s linear 0s 1 normal both;
    border: none;
  }
  @-webkit-keyframes front {
    0% {
      height: 360px;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
    25% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 1000;
    }
    26% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 100;
    }
    50% {
      height: calc(100% - 48px);
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
    100% {
      height: calc(100% - 48px);
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
  }
  @keyframes front {
    0% {
      height: 360px;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
    25% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 1000;
    }
    26% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 100;
    }
    50% {
      height: calc(100% - 48px);
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
    100% {
      height: calc(100% - 48px);
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
  }
}
@media screen and (min-width: 769px) {
  .page #constellation .inner .constellation .front::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 45px;
    width: 202px;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front::after {
    content: "▼";
    color: #000;
    background: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 6.3vw;
    font-weight: 800;
    width: 6.5vw;
    height: 8.3vw;
    position: absolute;
    bottom: 2.9vw;
    right: 7vw;
  }
}
.page #constellation .inner .constellation .front figure {
  text-align: center;
  padding: 82px 0 0;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front figure {
    padding: 0;
  }
}
.page #constellation .inner .constellation .front figure img {
  width: auto;
  max-width: initial;
  max-height: 100%;
  height: 331px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .front figure img {
    height: 242px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front figure img {
    height: 63vw;
  }
}
.page #constellation .inner .constellation .front h2 {
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 16px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .front h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front h2 {
    font-size: 8.3vw;
    margin: 4.2vw 0;
  }
}
.page #constellation .inner .constellation .front h2 span {
  display: block;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .front h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front h2 span {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .front .share {
    display: none;
  }
}
.page #constellation .inner .constellation .back {
  position: relative;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  width: 64.6%;
  margin-left: 35.3%;
  padding: 30px 25px 40px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back {
    width: 66%;
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back {
    width: 89.6vw;
    height: 93.8vw;
    margin: 0;
    padding: 0;
    border-radius: 5.2vw;
    overflow: hidden;
  }
  .page #constellation .inner .constellation .back:before {
    content: none;
  }
  .page #constellation .inner .constellation .back:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 29.9vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .page #constellation .inner .constellation .back.on {
    border-radius: 0;
    -webkit-animation: back 0.5s linear 0s 1 normal both;
            animation: back 0.5s linear 0s 1 normal both;
  }
  @-webkit-keyframes back {
    0% {
      height: 360px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
    25% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 100;
    }
    26% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 1000;
    }
    50% {
      height: calc(100% - 48px);
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
    100% {
      height: calc(100% - 48px);
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
  }
  @keyframes back {
    0% {
      height: 360px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      z-index: 100;
    }
    25% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 100;
    }
    26% {
      height: 360px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      z-index: 1000;
    }
    50% {
      height: calc(100% - 48px);
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
    100% {
      height: calc(100% - 48px);
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      z-index: 1000;
    }
  }
}
.page #constellation .inner .constellation .back .back__top .date {
  position: absolute;
  top: 36px;
  right: 25px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__top .date {
    top: 0.5vw;
    right: 1px;
    font-size: 2.9vw;
  }
}
.page #constellation .inner .constellation .back .back__top h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__top h3 {
    display: block;
    font-size: 8.3vw;
    padding: 0;
    text-align: center;
  }
  .page #constellation .inner .constellation .back .back__top h3, .page #constellation .inner .constellation .back .back__top h3 span {
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0;
  }
  .page #constellation .inner .constellation .back .back__top h3 span {
    display: block;
    font-size: 3.1vw;
  }
}
.page #constellation .inner .constellation .back .back__top figure {
  display: none;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__top figure {
    display: block;
    padding: 8.3vw 0 0;
    text-align: center;
  }
  .page #constellation .inner .constellation .back .back__top figure img {
    width: auto;
    height: 28.6vw;
  }
}
.page #constellation .inner .constellation .back .back__main {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__main {
    background-color: #fff;
    border-radius: 5.2vw 5.2vw 0 0;
    padding: 6.8vw 5.2vw 0;
    margin: 0;
  }
}
.page #constellation .inner .constellation .back .back__main h3,
.page #constellation .inner .constellation .back .back__main .close {
  display: none;
}
.page #constellation .inner .constellation .back .back__main h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 42px 0 0 0;
  text-indent: 36px;
  background-size: 20px auto;
  background-position: top 2px left;
  background-repeat: no-repeat;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__main h4 {
    font-size: 4.2vw;
    padding: 0 0 3.1vw;
    margin: 9.9vw 0 0 0;
    text-indent: 9.4vw;
    background-size: 5.2vw auto;
  }
  .page #constellation .inner .constellation .back .back__main h4:first-child {
    margin-top: 0;
  }
}
.page #constellation .inner .constellation .back .back__main h4:before, .page #constellation .inner .constellation .back .back__main h4:after {
  content: none;
}
.page #constellation .inner .constellation .back .back__main p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  padding: 16px 0 0 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__main p {
    font-size: 3.1vw;
    padding: 4.7vw 0 0 0;
  }
}
.page #constellation .inner .constellation .back .back__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back .back__bottom {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom {
    display: block;
    background-color: #fff;
    border-radius: 0 0 5.2vw 5.2vw;
    padding: 10.4vw 5.2vw 11.5vw;
    margin: 0;
  }
}
.page #constellation .inner .constellation .back .back__bottom .color {
  width: 48.8%;
  margin: 0;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back .back__bottom .color {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .color {
    width: 100%;
    margin: 0 0 4.2vw;
    padding: 3.6vw;
    border-radius: 1.3vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .color::before {
  content: none;
}
.page #constellation .inner .constellation .back .back__bottom .color h4, .page #constellation .inner .constellation .back .back__bottom .color h4 span {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .color h4, .page #constellation .inner .constellation .back .back__bottom .color h4 span {
    font-size: 4.2vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .color h4 span {
  display: block;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .color h4 span {
    font-size: 3.1vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .color a {
  display: block;
  width: 70%;
  min-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back .back__bottom .color a {
    width: 50%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .color a {
    width: 68.8vw;
    min-width: auto;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item {
  position: relative;
  width: 49%;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back .back__bottom .item {
    width: 100%;
    min-height: 137px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item {
    width: 100%;
    border-radius: 1.3vw;
    padding: 5.2vw 2.6vw;
    min-height: 32.6vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item:before, .page #constellation .inner .constellation .back .back__bottom .item:after {
  content: "";
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item:before, .page #constellation .inner .constellation .back .back__bottom .item:after {
    width: 9.9vw;
    background-size: 100% auto;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item:before {
  left: 0;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item:before {
    background-position: center left;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item:after {
  right: 0;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item:after {
    background-position: center right;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item h4 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  padding: 0 0 0 56px;
  margin: 0 0 15px;
  background-size: auto 98%;
  background-repeat: no-repeat;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/action_icon.png");
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .back .back__bottom .item h4 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item h4 {
    font-size: 3.1vw;
    padding: 0 0 0 12vw;
    margin: 0 0 1.3vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item h4, .page #constellation .inner .constellation .back .back__bottom .item p {
  position: relative;
  z-index: 10;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .back__bottom .item h4, .page #constellation .inner .constellation .back .back__bottom .item p {
    font-size: 3.6vw;
  }
}
.page #constellation .inner .constellation .back .back__bottom .item p {
  padding: 0;
}
.page #constellation .inner .constellation .back .share {
  display: none;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page #constellation .inner .constellation .back .close {
  display: none;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .back .close {
    display: block;
    position: absolute;
    bottom: 1.8vw;
    right: 5.2vw;
    font-size: 6.3vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
}
.page #constellation .inner .constellation .share {
  position: relative;
  padding: 46px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: auto 30px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page #constellation .inner .constellation .share {
    background-size: auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .share {
    margin: 3.9vw 0 5.2vw;
    padding: 9.1vw 0 0;
    background-size: auto 5.5vw;
  }
}
.page #constellation .inner .constellation .share span {
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .share span {
    font-size: 2.6vw;
    margin-right: 2.9vw;
  }
}
.page #constellation .inner .constellation .share a {
  width: 50px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .constellation .share a {
    width: 10.4vw;
    margin: 0 0.8vw;
  }
}
.page #constellation .inner #constellation-ohitsuji {
  background-color: #FCE7DB;
}
.page #constellation .inner #constellation-ohitsuji .front {
  background-color: #FCE7DB;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-ohitsuji .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_ohitsuji.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-ohitsuji .back {
    background-color: #FCE7DB;
  }
}
.page #constellation .inner #constellation-ohitsuji .back .back__main h4 {
  border-bottom: 4px solid #FCE7DB;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_ohitsuji.png");
}
.page #constellation .inner #constellation-ohitsuji .back .back__bottom .item {
  border: 4px solid #FCE7DB;
}
.page #constellation .inner #constellation-ohitsuji .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_ohitsuji-1.png");
}
.page #constellation .inner #constellation-ohitsuji .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_ohitsuji-2.png");
}
.page #constellation .inner #constellation-ohitsuji .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_ohitsuji.png");
}
.page #constellation .inner #constellation-oushi {
  background-color: #D3EDFB;
}
.page #constellation .inner #constellation-oushi .front {
  background-color: #D3EDFB;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-oushi .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_oushi.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-oushi .back {
    background-color: #D3EDFB;
  }
}
.page #constellation .inner #constellation-oushi .back .back__main h4 {
  border-bottom: 4px solid #D3EDFB;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_oushi.png");
}
.page #constellation .inner #constellation-oushi .back .back__bottom .item {
  border: 4px solid #D3EDFB;
}
.page #constellation .inner #constellation-oushi .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_oushi-1.png");
}
.page #constellation .inner #constellation-oushi .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_oushi-2.png");
}
.page #constellation .inner #constellation-oushi .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_oushi.png");
}
.page #constellation .inner #constellation-futago {
  background-color: #D5EBE1;
}
.page #constellation .inner #constellation-futago .front {
  background-color: #D5EBE1;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-futago .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_futago.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-futago .back {
    background-color: #D5EBE1;
  }
}
.page #constellation .inner #constellation-futago .back .back__main h4 {
  border-bottom: 4px solid #D5EBE1;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_futago.png");
}
.page #constellation .inner #constellation-futago .back .back__bottom .item {
  border: 4px solid #D5EBE1;
}
.page #constellation .inner #constellation-futago .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_futago-1.png");
}
.page #constellation .inner #constellation-futago .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_futago-2.png");
}
.page #constellation .inner #constellation-futago .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_futago.png");
}
.page #constellation .inner #constellation-kani {
  background-color: #FFF4CD;
}
.page #constellation .inner #constellation-kani .front {
  background-color: #FFF4CD;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-kani .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_kani.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-kani .back {
    background-color: #FFF4CD;
  }
}
.page #constellation .inner #constellation-kani .back .back__main h4 {
  border-bottom: 4px solid #FFF4CD;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_kani.png");
}
.page #constellation .inner #constellation-kani .back .back__bottom .item {
  border: 4px solid #FFF4CD;
}
.page #constellation .inner #constellation-kani .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_kani-1.png");
}
.page #constellation .inner #constellation-kani .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_kani-2.png");
}
.page #constellation .inner #constellation-kani .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_kani.png");
}
.page #constellation .inner #constellation-shishi {
  background-color: #E2EDBA;
}
.page #constellation .inner #constellation-shishi .front {
  background-color: #E2EDBA;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-shishi .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_shishi.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-shishi .back {
    background-color: #E2EDBA;
  }
}
.page #constellation .inner #constellation-shishi .back .back__main h4 {
  border-bottom: 4px solid #E2EDBA;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_shishi.png");
}
.page #constellation .inner #constellation-shishi .back .back__bottom .item {
  border: 4px solid #E2EDBA;
}
.page #constellation .inner #constellation-shishi .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_shishi-1.png");
}
.page #constellation .inner #constellation-shishi .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_shishi-2.png");
}
.page #constellation .inner #constellation-shishi .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_shishi.png");
}
.page #constellation .inner #constellation-otome {
  background-color: #FADCE2;
}
.page #constellation .inner #constellation-otome .front {
  background-color: #FADCE2;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-otome .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_otome.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-otome .back {
    background-color: #FADCE2;
  }
}
.page #constellation .inner #constellation-otome .back .back__main h4 {
  border-bottom: 4px solid #FADCE2;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_otome.png");
}
.page #constellation .inner #constellation-otome .back .back__bottom .item {
  border: 4px solid #FADCE2;
}
.page #constellation .inner #constellation-otome .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_otome-1.png");
}
.page #constellation .inner #constellation-otome .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_otome-2.png");
}
.page #constellation .inner #constellation-otome .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_otome.png");
}
.page #constellation .inner #constellation-tenbin {
  background-color: #F4E8D1;
}
.page #constellation .inner #constellation-tenbin .front {
  background-color: #F4E8D1;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-tenbin .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_tenbin.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-tenbin .back {
    background-color: #F4E8D1;
  }
}
.page #constellation .inner #constellation-tenbin .back .back__main h4 {
  border-bottom: 4px solid #F4E8D1;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_tenbin.png");
}
.page #constellation .inner #constellation-tenbin .back .back__bottom .item {
  border: 4px solid #F4E8D1;
}
.page #constellation .inner #constellation-tenbin .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_tenbin-1.png");
}
.page #constellation .inner #constellation-tenbin .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_tenbin-2.png");
}
.page #constellation .inner #constellation-tenbin .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_tenbin.png");
}
.page #constellation .inner #constellation-sasori {
  background-color: #DDD9EC;
}
.page #constellation .inner #constellation-sasori .front {
  background-color: #DDD9EC;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-sasori .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_sasori.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-sasori .back {
    background-color: #DDD9EC;
  }
}
.page #constellation .inner #constellation-sasori .back .back__main h4 {
  border-bottom: 4px solid #DDD9EC;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_sasori.png");
}
.page #constellation .inner #constellation-sasori .back .back__bottom .item {
  border: 4px solid #DDD9EC;
}
.page #constellation .inner #constellation-sasori .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_sasori-1.png");
}
.page #constellation .inner #constellation-sasori .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_sasori-2.png");
}
.page #constellation .inner #constellation-sasori .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_sasori.png");
}
.page #constellation .inner #constellation-ite {
  background-color: #CAE5CD;
}
.page #constellation .inner #constellation-ite .front {
  background-color: #CAE5CD;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-ite .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_ite.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-ite .back {
    background-color: #CAE5CD;
  }
}
.page #constellation .inner #constellation-ite .back .back__main h4 {
  border-bottom: 4px solid #CAE5CD;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_ite.png");
}
.page #constellation .inner #constellation-ite .back .back__bottom .item {
  border: 4px solid #CAE5CD;
}
.page #constellation .inner #constellation-ite .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_ite-1.png");
}
.page #constellation .inner #constellation-ite .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_ite-2.png");
}
.page #constellation .inner #constellation-ite .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_ite.png");
}
.page #constellation .inner #constellation-yagi {
  background-color: #FDEFF5;
}
.page #constellation .inner #constellation-yagi .front {
  background-color: #FDEFF5;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-yagi .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_yagi.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-yagi .back {
    background-color: #FDEFF5;
  }
}
.page #constellation .inner #constellation-yagi .back .back__main h4 {
  border-bottom: 4px solid #FDEFF5;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_yagi.png");
}
.page #constellation .inner #constellation-yagi .back .back__bottom .item {
  border: 4px solid #FDEFF5;
}
.page #constellation .inner #constellation-yagi .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_yagi-1.png");
}
.page #constellation .inner #constellation-yagi .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_yagi-2.png");
}
.page #constellation .inner #constellation-yagi .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_yagi.png");
}
.page #constellation .inner #constellation-mizugame {
  background-color: #BBD4EF;
}
.page #constellation .inner #constellation-mizugame .front {
  background-color: #BBD4EF;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-mizugame .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_mizugame.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-mizugame .back {
    background-color: #BBD4EF;
  }
}
.page #constellation .inner #constellation-mizugame .back .back__main h4 {
  border-bottom: 4px solid #BBD4EF;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_mizugame.png");
}
.page #constellation .inner #constellation-mizugame .back .back__bottom .item {
  border: 4px solid #BBD4EF;
}
.page #constellation .inner #constellation-mizugame .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_mizugame-1.png");
}
.page #constellation .inner #constellation-mizugame .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_mizugame-2.png");
}
.page #constellation .inner #constellation-mizugame .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_mizugame.png");
}
.page #constellation .inner #constellation-uo {
  background-color: #FEEBBE;
}
.page #constellation .inner #constellation-uo .front {
  background-color: #FEEBBE;
}
@media screen and (min-width: 769px) {
  .page #constellation .inner #constellation-uo .front {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_deco_uo.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner #constellation-uo .back {
    background-color: #FEEBBE;
  }
}
.page #constellation .inner #constellation-uo .back .back__main h4 {
  border-bottom: 4px solid #FEEBBE;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_icon_uo.png");
}
.page #constellation .inner #constellation-uo .back .back__bottom .item {
  border: 4px solid #FEEBBE;
}
.page #constellation .inner #constellation-uo .back .back__bottom .item:before {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_uo-1.png");
}
.page #constellation .inner #constellation-uo .back .back__bottom .item:after {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_btndeco_uo-2.png");
}
.page #constellation .inner #constellation-uo .share {
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_line_uo.png");
}
@media screen and (min-width: 769px) {
  .page #constellation .inner .ranking-01 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_01.png");
  }
  .page #constellation .inner .ranking-02 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_02.png");
  }
  .page #constellation .inner .ranking-03 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_03.png");
  }
  .page #constellation .inner .ranking-04 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_04.png");
  }
  .page #constellation .inner .ranking-05 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_05.png");
  }
  .page #constellation .inner .ranking-06 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_06.png");
  }
  .page #constellation .inner .ranking-07 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_07.png");
  }
  .page #constellation .inner .ranking-08 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_08.png");
  }
  .page #constellation .inner .ranking-09 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_09.png");
  }
  .page #constellation .inner .ranking-10 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_10.png");
  }
  .page #constellation .inner .ranking-11 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_11.png");
  }
  .page #constellation .inner .ranking-12 .front::before {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_12.png");
  }
}
@media screen and (max-width: 768px) {
  .page #constellation .inner .ranking-01 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_01-sp.png");
  }
  .page #constellation .inner .ranking-02 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_02-sp.png");
  }
  .page #constellation .inner .ranking-03 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_03-sp.png");
  }
  .page #constellation .inner .ranking-04 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_04-sp.png");
  }
  .page #constellation .inner .ranking-05 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_05-sp.png");
  }
  .page #constellation .inner .ranking-06 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_06-sp.png");
  }
  .page #constellation .inner .ranking-07 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_07-sp.png");
  }
  .page #constellation .inner .ranking-08 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_08-sp.png");
  }
  .page #constellation .inner .ranking-09 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_09-sp.png");
  }
  .page #constellation .inner .ranking-10 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_10-sp.png");
  }
  .page #constellation .inner .ranking-11 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_11-sp.png");
  }
  .page #constellation .inner .ranking-12 .back::after {
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/constellation_ttl_12-sp.png");
  }
}

/* profile
---------------------------*/
.page #profile {
  padding: 94px 0 185px;
  background-color: #E4F1FF;
}
@media screen and (max-width: 768px) {
  .page #profile {
    padding: 19.3vw 0 26vw;
  }
}
.page #profile .inner {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page #profile .inner {
    width: 100%;
  }
}
.page #profile .profile__heading {
  width: 254px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page #profile .profile__heading {
    width: 66.1vw;
    margin: 0 auto 10.4vw;
  }
}
.page #profile .profile__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page #profile .profile__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page #profile .profile__img {
  width: 34.8%;
}
@media screen and (max-width: 768px) {
  .page #profile .profile__img {
    width: 100%;
    margin: 9.1vw auto 0;
  }
}
.page #profile .profile__text {
  width: 61.1%;
}
@media screen and (max-width: 768px) {
  .page #profile .profile__text {
    width: 89.6vw;
    margin: 0 auto;
  }
}
.page #profile .profile__text p {
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page #profile .profile__text p {
    font-size: 3.6vw;
    margin-bottom: 6.5vw;
  }
}
.page #profile .profile__text p:last-child {
  margin-bottom: 0;
}

/* share
---------------------------*/
.page #share {
  padding: 128px 0 256px;
  background-color: #90BDFF;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/share_bg-pc.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .page #share {
    background-size: 1300px auto;
  }
}
@media screen and (max-width: 768px) {
  .page #share {
    padding: 8.3vw 0 66.7vw;
    background-image: url("/ec/img/usr/pg/c/horoscope/sanrio/share_bg-sp.png");
    background-size: 100% auto;
  }
}
.page #share .share__btn {
  display: block;
  width: 298px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page #share .share__btn {
    width: 76.3vw;
  }
}