﻿/* -----------------------------------------------
  HOROSCOPE COLOR
----------------------------------------------- */
/*
.color-aries {
  background: #DDD5FE;
}
.color-taurus {
  background: #99CC99;
}
.color-gemini {
  background: #FF99FF;
}
.color-cancer {
  background: #EFF1D0;
}
.color-leo {
  background: #FFFF99;
}
.color-virgo {
  background: #33CCCC;
}
.color-libra {
  background: #FF99CC;
}
.color-scorpio {
  color: #FFF;
  background: #000066;
}
.color-scorpio .icon-arrow:before {
  border-color: #FFF;
}
.color-sagittarius {
  background: #D2D57B;
}
.color-capricorn {
  background: #CCCCCC;
}
.color-aquarius {
  background: #99CCFF;
}
.color-pisces {
  background: #FFB86C;
}
*/

/* -----------------------------------------------
  HOROSCOPE TOP
----------------------------------------------- */
#horoscopeTop {
  padding-top: 40px;
  padding-bottom: 40px;
}
#horoscopeTop.inner {
  padding: 0;
}
@media (min-width: 768px) {
  #horoscopeTop {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}


/* -----------------------------------------------
  HOROSCOPE TITLE
----------------------------------------------- */
.horoscope-title {
  padding: 0 15px;
  text-align: center;
}
.horoscope-title .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  padding-top: 50px;
}
.horoscope-title .title span {
  display: block;
  font-size: 33px;
  font-size: 3.3rem;
  color: #000;
  font-weight: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.horoscope-title .headline {
/*
  font-size: 12px;
  font-size: 1.2rem;
*/
  /*padding-right: 40px;*/
}
.horoscope-title .horoscope-credit {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
}
.horoscope-title .date {
  font-size: 12px;
  font-size: 1.2rem;
  /*font-weight: bold;*/
  font-weight: normal;
  margin-bottom: 20px;
}
.horoscope-title .date span {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .horoscope-title {
    padding: 0 20px;
    text-align: left;
  }
  .horoscope-title .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    padding-top: 0;
  }
  .horoscope-title .title span {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    color: #707070;
  }
  .horoscope-title .headline {
    font-size: 1.7rem;
    padding-right: 0;
  }
  .horoscope-title .horoscope-credit {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .horoscope-title .date {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 30px;
  }
  .horoscope-title .date span {
    font-size: 30px;
    font-size: 3.0rem;
  }
}


/* -----------------------------------------------
  HOROSCOPE LIST
----------------------------------------------- */
.horoscope-list {
  font-size: 0;
  letter-spacing: -1em;
  text-align: center;
}
.horoscope-list li {
  display: inline-block;
  width: 33.333%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  vertical-align: top;
  padding: 10px;
}
.horoscope-list a {
  display: block;
}
.horoscope-list a:hover {
  opacity: 1.0;
}
.horoscope-list .image {
  margin: 0 auto 10px;
}
.horoscope-list .image > span {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #EBEBEB;
}
/*
.horoscope-list .text .name {
  font-size: 12px;
}
*/
@media (min-width: 768px) {
  .horoscope-list li {
    width: 25%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 10px;
  }
/*
  .horoscope-list .text .name {
    font-size: 14px;
  }
*/
}
@media (min-width: 1024px) {
  .horoscope-list a .image img {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  .horoscope-list a:hover .image img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}

/* : horoscope top : */
#horoscopeTop .horoscope-list .image {
  max-width: 100px;
}
#horoscopeTop .horoscope-list .text .date {
  color: #FF0000;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 5px;
}
#horoscopeTop .horoscope-list .text .name span {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
}
@media (min-width: 768px) {
  #horoscopeTop .horoscope-list li {
    padding-bottom: 50px;
  }
  #horoscopeTop.horoscope-list .image {
    max-width: 110px;
  }
  #horoscopeTop .horoscope-list .text .name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #horoscopeTop .horoscope-list .text .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  #horoscopeTop .horoscope-list li {
    width: 16.666%;
  }
}

/* : footer horoscope list : */
#footerHoroscopeList {
  border-top: 1px solid #EBEBEB;
  padding-bottom: 50px;
}
#footerHoroscopeList .content-title {
  padding-bottom: 30px;
}
#footerHoroscopeList .horoscope-list .image {
  max-width: 70px;
}
@media (min-width: 1024px) {
  #footerHoroscopeList .horoscope-list li a {
    display: table;
  }
  #footerHoroscopeList .horoscope-list .image {
    display: table-cell;
    width: 70px;
    vertical-align: middle;
  }
  #footerHoroscopeList .horoscope-list .text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
  }
}


/* -----------------------------------------------
  HOROSCOPE PROFILE
----------------------------------------------- */
.horoscope-profile {
  border-top: 1px solid #D3D3D3;
  padding: 0 15px;
  margin: 20px 0 40px;
}
.horoscope-profile h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 20px 0 15px;
}
@media (min-width: 768px) {
  .horoscope-profile {
    padding: 0;
    margin-bottom: 90px;
  }
  .horoscope-profile h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
  .horoscope-profile p {
    max-width: 690px;
/*
    font-size: 14px;
*/
  }
}


/* -----------------------------------------------
  HOROSCOPE BANNER
----------------------------------------------- */
.horoscope-banner {
  margin-bottom: 40px;
}
.horoscope-banner a {
  display: block;
}


/* -----------------------------------------------
  HOROSCOPE HEADER
----------------------------------------------- */
#horoscopeHeader {
  padding: 25px 0;
  border-bottom: 1px solid #EBEBEB;
}
#horoscopeHeader .inner {
  position: relative;
}
@media (min-width: 768px) {
  #horoscopeHeader {
    padding: 15px 0;
  }
}

/*: horoscope zodiac :*/
#horoscopeHeader .horoscope-zodiac {
  text-align: center;
  margin-bottom: 25px;
}
#horoscopeHeader .horoscope-zodiac .image {
  width: 110px;
  margin: 0 auto 10px;
}
#horoscopeHeader .horoscope-zodiac .image img {
  /*border-radius: 50%;
  border: 1px solid #FFF;*/
}
#horoscopeHeader .horoscope-zodiac .text .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #horoscopeHeader .horoscope-zodiac {
    display: table;
    table-layout: fixed;
    text-align: left;
    margin-bottom: 0;
  }
  #horoscopeHeader .horoscope-zodiac .image {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  #horoscopeHeader .horoscope-zodiac .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
  }
  #horoscopeHeader .horoscope-zodiac .text .name {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: left;
  }
}

/* : horoscope navigation : */
#horoscopeHeader .horoscope-nav {
  text-align: center;
  position: relative;
}
#horoscopeHeader .horoscope-nav p {
  display: none;
}
#horoscopeHeader .horoscope-nav form,
#horoscopeHeader .horoscope-nav form .selectbox {
  display: inline-block;
  vertical-align: middle;
}
#horoscopeHeader .horoscope-nav form .selectbox {
  margin: 0 10px;
}
#horoscopeHeader .horoscope-nav form .selectbox .selected {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#horoscopeHeader .horoscope-nav form .select-term {
/*
  display: none;
*/
}
@media (min-width: 768px) {
  #horoscopeHeader .horoscope-nav {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #horoscopeHeader .horoscope-nav form .selectbox {
    margin: 0 0 0 20px;
  }
  #horoscopeHeader .horoscope-nav form .select-term {
/*
    display: none;
*/
  }
}
@media (min-width: 1024px) {
  #horoscopeHeader .horoscope-nav p {
    display: inline-block;
    vertical-align: middle;
  }
}


/* -----------------------------------------------
  HOROSCOPE BODY
----------------------------------------------- */
.horoscope-wrapper {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .horoscope-wrapper {
    padding-top: 30px;
  }
  .horoscope-wrapper .mainbox .article-inner {
    min-height: 600px;
  }
}

/* : box area : */
.horoscope-wrapper .article-inner .sharebtn {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .horoscope-wrapper .article-inner .sharebtn {
    margin-top: 50px;
  }
}

/* : parts : */
.horoscope-wrapper .article-header .date {
  color: #FC4D4C;
/*
  font-size: 10px;
*/
  /*font-weight: bold;*/
  font-weight: normal;
  margin: 0 0 25px;
}
.horoscope-wrapper .article-header .date span {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
.horoscope-wrapper .article-header .title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.horoscope-wrapper .article-header .title .thumb {
  width: 70px;
  margin: 0 auto 20px;
}
.horoscope-wrapper .article-header .title .thumb img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .horoscope-wrapper .article-header .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .horoscope-wrapper .article-header .date span {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .horoscope-wrapper .article-header .title {
    display: table;
    table-layout: fixed;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .horoscope-wrapper .article-header .title .thumb {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .horoscope-wrapper .article-header .title p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .article-sidebox .mainbox {
    min-height: 788px;
  }
}


/* 2018/07/17 霑ｽ險� */
.holoscope__header {
  background-color: #ccc;
  padding: 40px 15px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.aries .holoscope__header {
  background-color: #FFF78F;
}
.taurus .holoscope__header {
  background-color: #F4CC9B;
}
.gemini .holoscope__header {
  background-color: #A7D4F1;
}
.cancer .holoscope__header {
  background-color: #F7905F;
}
.leo .holoscope__header {
  background-color: #FFBF7B;
}
.virgo .holoscope__header {
  background-color: #46BE81;
}
.libra .holoscope__header {
  background-color: #D5B895;
}
.scorpio .holoscope__header {
  background-color: #C9738D;
}
.sagitarrius .holoscope__header {
  background-color: #FFF426;
}
.capricorn .holoscope__header {
  background-color: #E6E5E6;
}
.aquarius .holoscope__header {
  background-color: #609DD3;
}
.pisces .holoscope__header {
  background-color: #D2F1FC;
}
.holoscope__head-img {
  width: 160px;
}
.holoscope__header__content {
  margin-left: 40px;
}
.holoscope__header__heading {
  font-size: 3.2rem;
  font-weight: normal;
}
.holoscope__header__sub-title {
  font-size: 1.8rem;
}
.holoscope__header__date {
  font-size: 1.3rem;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .holoscope__header {
    padding: 30px 45px;
    margin-top: 40px;
  }
  .holoscope__head-img {
    width: 160px;
  }
  .holoscope__header__content {
    margin-left: 40px;
  }
  .holoscope__header__heading {
    font-size: 4rem;
  }
  .holoscope__header__sub-title {
    font-size: 2rem;
  }
  .holoscope__header__date {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

/* -----------------------------------------------
  HOROSCOPE ARCHIVE
----------------------------------------------- */
.horoscope__list__item .image {
  background: #fff;
}
.horoscope__aries {
  background: #FFF78F;
}
.horoscope__taurus {
  background: #F4CC9B;
}
.horoscope__gemini {
  background: #A7D4F1;
}
.horoscope__cancer {
  background: #F7905F;
}
.horoscope__leo {
  background: #FFBF7B;
}
.horoscope__virgo {
  background: #46BE81;
}
.horoscope__libra {
  background: #D5B895;
}
.horoscope__scopio {
  background: #C9738D;
}
.horoscope__sagittarius {
  background: #FFF426;
}
.horoscope__capricorn {
  background: #E6E5E6;
}
.horoscope__aquarius {
  background: #609DD3;
}
.horoscope__pisces {
  background: #D2F1FC;
}
.horoscope__list {
  padding-right: 8px;
  margin-bottom: 50px;
}
.horoscope__list__item {
  min-height: 187px;
  margin: 0 4px 4px 0;
}
.horoscope__list__item:nth-child(3n+3) {
  margin-right: -8px;
}
.horoscope__list__item .image {
  width: 80px;
  margin: 0 auto;
  border-radius: 80px;
}
.horoscope__list__item .text {
  text-align: center;
}

.horoscope__list__item .name {
  font-size: 1.8rem;
  margin: 5px 0;
}
.horoscope__list__item .name span {
  font-size: 1.2rem;
  display: block;
}
.horoscope__list__item .date {
  font-size: 1.1rem;
  line-height: 1.2;
}
.horoscope__det {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.horoscope__det__inner {
  background: #F7F7F7;
  padding: 40px 20px;
}
.horoscope__det__ttl {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.horoscope__det__txt {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .horoscope__list {
    padding: 0 28px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .horoscope__list {
    padding-right: 64px;
    margin-bottom: 40px;
  }
  .horoscope__list__item {
    margin: 0 32px 32px 0;
    min-height: 240px;
  }
  .horoscope__list__item:nth-child(3n+3) {
    margin-right: -64px;
  }
  .horoscope__list__item .image {
    width: 100px;
    border-radius: 100px;
    margin: 0 auto;
  }
  .horoscope__list__item .name {
    margin: 5px 0 10px;
    font-size: 2.6rem;
  }
  .horoscope__list__item .name span {
    font-size: 1.5rem;
  }
  .horoscope__list__item .date {
    font-size: 1.2rem;
  }
  .horoscope__list__item .date br {
    display: none;
  }
}
@media screen and (min-width: 1210px) {
  .horoscope__list {
    padding-right: 96px;
  }
  .horoscope__list__item:nth-child(3n+3) {
    margin-right: 32px;
  }
  .horoscope__list__item:nth-child(4n+4) {
    margin-right: -96px;
  }
}