.contents.is-horoscope {
    display: block;
    padding: 10px;
}

.contents.is-horoscope.is-today {
    background: #edc568;
}

.contents.is-horoscope.is-today .is-bottom {
    color: #db935c;
}

.contents.is-horoscope.is-today .is-date {
    background: #db935c;
}

.contents.is-horoscope.is-tomorrow {
    background: #a19cc6;
}

.contents.is-horoscope.is-tomorrow .is-bottom {
    color: #5f579e;
}

.contents.is-horoscope.is-tomorrow .is-date {
    background: #5f579e;
}

.contents.is-horoscope .is-inner {
    background: #ffffff;
    border-radius: 16px;
    position: relative;
}

.contents.is-horoscope .is-inner .is-top {
    display: flex;
    margin-bottom: 4px;
}

.contents.is-horoscope .is-inner .is-top .is-date {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 15px 0 15px 0;
    text-align: center;
    vertical-align: top;
    width: 20%;
    min-width: 75px;
    min-height: 40px;
    font-size: 3vw;
}

.contents.is-horoscope .is-inner .is-top .is-date span {
    font-size: 2vw;
}

.contents.is-horoscope .is-inner .is-top .is-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 4px 8px;
    margin: 0 auto;
}

.contents.is-horoscope .is-inner .is-top .is-headline img {
    max-height: 80px;
}

.contents.is-horoscope .is-inner .is-middle {
    display: flex;
    margin: 0 16px;
}

.contents.is-horoscope .is-inner .is-middle .is-rank {
    flex: 1;
    margin: 0 4px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.contents.is-horoscope .is-inner .is-middle .is-rank.is-rank1 {
    background-image: url('/img/horoscope/c_bg-1.png');
}

.contents.is-horoscope .is-inner .is-middle .is-rank.is-rank2 {
    background-image: url('/img/horoscope/c_bg-2.png');
}

.contents.is-horoscope .is-inner .is-middle .is-rank.is-rank3 {
    background-image: url('/img/horoscope/c_bg-3.png');
}

.contents.is-horoscope .is-inner .is-middle .is-rank .is-sign-img {
    width: 22vw;
}

.contents.is-horoscope .is-inner .is-middle .is-rank .is-sign-title {
    font-family: serif;
    color: #665634;
    position: relative;
    width: 18vw;
    margin: 5px auto;
}

.contents.is-horoscope .is-inner .is-middle .is-rank .is-sign-title img {
    max-width: 8.5vw;
    position: absolute;
    top: -4.5vw;
    left: -7vw;
}

.contents.is-horoscope .is-inner .is-middle .is-rank .is-sign-title span {
    font-size: 3.5vw;
    font-weight: bold;
    font-feature-settings: "palt";
}

.contents.is-horoscope .is-inner .is-bottom {
    border-top: 1px dashed;
    text-align: center;
    padding: 4px 0;
    margin-top: 4px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.contents.is-pc {
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding: 16px;
}

.contents.is-pc:hover {
    text-decoration: none;
}

.contents.is-pc .is-inner .is-top .is-date {
    width: 30%;
    font-size: 16px;
}

.contents.is-pc .is-inner .is-top .is-date span {
    font-size: 12px;
}

.contents.is-pc .is-inner .is-top .is-headline {
    padding: 4px 32px;
}

.contents.is-pc .is-inner .is-middle .is-rank .is-sign-img {
    width: 120px;
}

.contents.is-pc .is-inner .is-middle .is-rank .is-sign-title {
    background: rgba(255, 255, 255, 0.5);
    width: 120px;
}

.contents.is-pc .is-inner .is-middle .is-rank .is-sign-title img {
    max-width: 50px;
    top: -20px;
    left: -35px;
}

.contents.is-pc .is-inner .is-middle .is-rank .is-sign-title span {
    font-size: 20px;
}

/*# sourceMappingURL=01.css.map */