.main {
    background: url(../../static/images/horoscope/star_bg.png) repeat center/contain;
}
.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
  pointer-events: none;

}
.horo_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


.result__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    box-sizing: border-box;
}

.result__card {

    background: #FFF5E2;
    margin: auto;
    padding: 15px;
    border-radius: 7.5px;
    box-sizing: border-box;
}

.result__card--title {
    font-size: 23px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #F0CA80;
    margin-bottom: 11px;
    padding-bottom: 11px;
}

.result__card--title:before {
    content: "";
    height: 30px;
    width: 30px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.result__card--love .result__card--title {
    color: #F946A0;
}

.result__card--love .result__card--title:before {

    background: url(../../static/images/horoscope/icon/icon_love.png) no-repeat center/cover;
}

.result__card--personal .result__card--title {
    color: #1CAEE4;
}

.result__card--personal .result__card--title:before {
    background: url(../../static/images/horoscope/icon/icon_person.png)no-repeat center/cover;
}

.result__card--work .result__card--title {
    color: #64986F;
}

.result__card--work .result__card--title:before {
    background: url(../../static/images/horoscope/icon/icon_work.png)no-repeat center/cover;
}

.result__card--money .result__card--title {
    color: #F6C500;
}

.result__card--money .result__card--title:before {
    background: url(../../static/images/horoscope/icon/icon_money.png)no-repeat center/cover;
}

.result__bottom_contents--inner {
    width: 100%;

    background: url(../../static/images/horoscope/result_frame_center.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    padding: 100px 15px 15px;
    box-sizing: border-box;
}

.result__bottom_contents:before {
    content: "";
    aspect-ratio: 2080 / 170;
    background: url(../../static/images/horoscope/result_frame_head.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: block;
}

.result__bottom_contents:after {
    content: "";
    aspect-ratio: 2080 / 166;
    background: url(../../static/images/horoscope/result_frame_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: block;
}

.result__bottom--image {
    max-width: 125px;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.result__bottom_contents {

    position: relative;
    margin-top: 50px;
}

h1.result_heading {
    padding: 15px;
    margin: 0;
}

.result_today {
    text-align: center;
}

.daily_message {
    font-weight: bold;
    font-size: clamp(16px, calc((22/ 600)*100vw), 20px);
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}

.result_today {
    font-weight: bold;
    font-size: clamp(18px, calc((22/ 600)*100vw), 22px);
}

.overall_fortune {
    margin-bottom: 25px;
}

.result .contents__body {
    /* background-color: #fff; */
    padding: 15px;
    font-size: clamp(16px, calc((16/ 600)*100vw), 16px);
    box-sizing: border-box;
    border: 4px solid #94C7CE;
    border-radius: 50px;
    margin: 10px;
}

.contents__body {
    padding: 15px;
    font-size: clamp(10px, calc((20/ 600)*100vw), 20px);
    box-sizing: border-box;

    border-radius: 50px;

}

.enter_heading {
    margin: 0 0 20px 0;
    padding: 0;
}

.horo__head_text {
    font-size: clamp(10px, calc((20/ 600)*100vw), 20px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}

.result__bottom--heading {
    font-size: clamp(10px, calc((22/ 600)*100vw), 22px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.bottom__title {
      font-weight: bold;
    text-align: center;
    font-size: clamp(10px, calc((20 / 600) * 100vw), 20px);
    background: #fff;
    border-radius: 100px;
    padding: 5px;
}

.bottom__card {
    /* background: #fff; */
    padding: 7px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}

.bottom__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 600px;
    height: 100vh;
    pointer-events: none;

    margin: auto;
    right: 0;
    z-index: 1;
}


footer.footer_main,
.seimei_shindan_linksec,
.pr_shindan,
h1.result_heading,
.result__card,
.result .contents__body,
.enter_heading.mv-wrapper {
    z-index: 2;
    position: relative;
}

.result__otherlink__item a:hover {
    transition: .3s;
}

.result__otherlink__item a {
        display: flex
;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 8px ;
    font-weight: bold;
    font-size: clamp(10px, calc((16 / 600) * 100vw), 16px);
    border: 2px dotted #cfc4af;
    width: 90%;
    margin: auto;
    border-radius: 100px;
    background: #fff5e2;
    box-shadow: 0 0 0 3px #fff5e2;
        box-sizing: border-box;
}

.result_otherlink--inner {
       display: grid
;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 3px;
}

.result__otherlink__item img {
    min-width: 20px;
    width: 20%;
    max-width: 30px;
}

.result_otherlink {
    padding: 15px;
        position: relative;
    z-index: 3;
}

.result_otherlink--title {
    font-weight: bold;
    font-size: clamp(18px, calc((22 / 600) * 100vw), 22px);
    margin-bottom: 20px;
    text-align: center;
}
.result .contents__body {
    font-size: 14px;
    line-height: 1.7;
}
.contents__body--description {
    font-size: 14px;
    line-height: 1.7;
    width: 80%;
    margin: 0 auto 30px;
    border: 3px double;
    padding: 10px;
    background: #fff;
    color: #d03655;
    z-index: 3;
    position: relative;
}
span.result_today--microp {
    display: block;
    font-size: 14px;
    color: #fd819c;
}