#taro {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #FFEBED;
    transform: translateY(-0.9px);
    padding-bottom: 90px;
}

.taro_bg {
    background: #5A005D;
    width: 100%;
    height: 100%;
    position: relative;
}

.taro_bg::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3214px;
    height: 576px;
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(90, 0, 93, 0.00) 0%, #5A005D 74.05%);
    pointer-events: none;
}

.taro_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/stars.svg) center / contain repeat;
    opacity: 0.5;
    pointer-events: none;
}

#star-sky {
    position: fixed;
    height: 100%;
    width: 100%;
}

.taro {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 229px 0;
    display: flex;
    flex-direction: column;
    gap: 102px;
}

.taro_head {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    max-width: 750px;
}

.taro_title {
    color: #FFF;
    text-align: center;
    font-family: 'Shadow';
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.taro_text {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: 140%;
}



.taro_cards {
    position: relative;
    width: 100%;
    height: 900px;
    z-index: 20;
}

.cards_title {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards_title span:nth-child(1) {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Shadow";
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.48px;
    white-space: nowrap;
    opacity: 1;
    z-index: 99999;
}

.cards_title span:nth-child(2) {
    position: absolute;
    display: inline-flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background: #98239B;
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 18px;
    line-height: normal;
    opacity: 0;
    z-index: 99999;
    max-width: 345px;
    width: 100%;
    pointer-events: none;
    cursor: pointer;
}

.taro_box {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.taro_card_line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top center;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    will-change: transform, opacity;
    perspective: 1200px;
    display: flex;
    align-items: center;
    gap: 38px;
}

.taro_card_wrapper {
    width: 265px;
    height: 398px;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 16px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: flex-end;
}

.taro_card {
    width: 265px;
    height: 398px;
    border-radius: 16px;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    inset: 0;
}

.taro_back {
    background: url("../assets/back.png") center / cover no-repeat;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    transform: rotateY(0deg);
}

.taro_face {
    transform: rotateY(180deg);
    position: relative;
    background: linear-gradient(180deg, #3A0A34 0%, #260524 100%);
}

.taro_inface {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.taro_face::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 9px;
    width: calc(100% - 22px);
    height: calc(100% - 21px);
    border-radius: 10px;
    border: 2px solid #6C1F62;
}

.taro_face::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 16px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    border-radius: 6px;
    border: 1px dashed #6C1F62;
    pointer-events: none;
}

.taro_name {
    text-align: center;
    font-family: Colus;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.226px;
    height: 62px;
    letter-spacing: -0.285px;
    background: linear-gradient(180deg, #FFF 0%, #FDC9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
}

.taro_card_line:hover .taro_back {
    filter: brightness(1.5);
    transform: translateY(20px);
}

.taro_card_front,
.taro_card_back {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    backface-visibility: hidden;
}

.taro_card_front {
    transform: rotateY(180deg);
    background: url("/img/card-front.jpg") center / cover no-repeat;
}

.taro_discribe {
    display: flex;
    width: 299px;
    height: 398px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 16px;
    background: #470549;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 300px;
    transition: all 0.3s ease;
}

.taro_discribe::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23651269' stroke-width='6' stroke-dasharray='20' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.taro_discribe_name {
    color: #FFF;
    font-family: 'HelveticaNeue-Bold';
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.taro_discribe_text {
    color: #FFF;
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 1600px) {
    .taro_title {
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }

    .taro_text_show {
        font-size: 22px;
        line-height: 140%;
    }

    .taro {
        max-width: 1150px;
        padding: 150px 0;
    }

    .taro_head {
        max-width: 570px;
    }

    .cards_title {
        font-size: 32px;
    }

    .taro_card_wrapper,
    .taro_card {
        width: 230px;
        height: 363px;
    }

    .taro_discribe {
        width: 400px;
        height: 363px;
        left: 255px;
    }

    .taro_cards {
        height: 800px;
    }
}

@media (max-width: 1430px) {

    .taro_card_wrapper,
    .taro_card {
        width: 200px;
        height: 300px;
    }

    .taro_discribe {
        width: 400px;
        height: 300px;
        left: 215px;
    }

    .taro_cards {
        height: 800px;
    }

    .taro_title {
        font-size: 38px;
        line-height: 100%;
        letter-spacing: -0.38px;
    }

    .taro_text {
        font-size: 18px;
        line-height: 140%;
    }

    .cards_title span:nth-child(1) {
        font-size: 38px;
        line-height: 100%;
        letter-spacing: -0.38px;
    }

}

@media (max-width: 1020px) {

    .cards_title {
        font-size: 32px;
    }

    .taro_card_wrapper,
    .taro_card {
        width: 265px;
        height: 398px;
    }

    .taro_discribe {
        width: 265px;
        height: 398px;
        left: 283px;
    }

    .taro_cards {
        height: 800px;
    }

    .taro_box {
        height: 645px;
    }
}

@media (max-width: 600px) {

    .cards_title {
        font-size: 32px;
    }

    .taro_card_wrapper,
    .taro_card {
        width: 265px;
        height: 398px;
    }

    .taro_discribe {
        width: 265px;
        height: 398px;
        left: 148px;
        top: 415px;
    }

    .taro_cards {
        height: 1000px;
    }

    .taro_card_wrapper {
        justify-content: center;
    }

    .taro_title,
    .cards_title span:nth-child(1) {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.3px;
    }

    .taro_text {
        font-size: 16px;
        line-height: 140%;
    }

    .taro_head {
        padding: 0 16px;
    }
}