#orc {
    background: #C0ECC8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 224px 0 266px;
    overflow: hidden;
    position: relative;
}

#orc::after {
    content: '';
    position: absolute;
    width: 3214px;
    height: 576px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -507px;
    border-radius: 100%;
    background: #5A005D;
    z-index: 3;
    pointer-events: none;
}

.orc {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.orc_pic,
.orc_pic2 {
    position: absolute;
    left: -205px;
    top: -227px;
    max-width: 885px;
    z-index: 1;
    pointer-events: none;
    will-change: transform, opacity;
    opacity: 0;
}

.orc_pic2 {
    display: none;
}

.orc_heart {
    position: absolute;
    pointer-events: none;
    left: -360px;
    top: -70px;
    transform: rotate(20deg);
}

.orc_little_heart1,
.orc_little_heart2,
.orc_little_heart3 {
    position: absolute;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(3676%) hue-rotate(52deg) brightness(112%) contrast(70%);
    animation: float 4s ease-in-out infinite;
    will-change: transform;
}

.orc_little_heart1 {
    width: 99px;
    height: 84px;
    animation-delay: 0s;
    animation-duration: 4s;
    top: -45px;
    right: -95px;
}

.orc_little_heart2 {
    width: 45px;
    height: 38px;
    animation-delay: 0.8s;
    animation-duration: 5s;
    top: -120px;
    right: -120px;
}

.orc_little_heart3 {
    width: 21px;
    height: 18px;
    animation-delay: 1.6s;
    animation-duration: 3.5s;
    top: -150px;
    right: -25px;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(10deg);
    }

    50% {
        transform: translateY(-12px) rotate(-6deg);
    }

    100% {
        transform: translateY(0) rotate(10deg);
    }
}

.orc_head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 561px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.orc_title {
    color: #45674F;
    font-family: 'Shadow';
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.64px;
    will-change: transform, opacity;
    opacity: 0;
}

.orc_text {
    color: #000;
    font-size: 24px;
    line-height: 140%;
    will-change: transform, opacity;
    opacity: 0;
}

.orc_button {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    display: flex;
    padding: 16px 64px;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background: #45674F;
    width: fit-content;
    will-change: transform, opacity;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orc_button:hover {
    background: #34523d;
}

.orc_pic_show {
    animation: fadeUp 0.8s ease forwards;
}

.orc_title_show {
    animation: slideHit 0.9s cubic-bezier(.18, .89, .32, 1.28) forwards;
}

.orc_text_show {
    animation: slideHit 0.9s cubic-bezier(.18, .89, .32, 1.28) 0.5s forwards;
}

.orc_button_show {
    animation: slideHit 0.9s cubic-bezier(.18, .89, .32, 1.28) 1s forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideHit {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    70% {
        transform: translateX(-8px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1600px) {
    .orc_title {
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }

    .orc_text_show {
        font-size: 22px;
        line-height: 140%;
    }

    #orc {
        padding: 167px 0 240px;
    }

    .orc {
        max-width: 1150px;
    }

    .orc_head {
        max-width: 445px;
    }

    .orc_little_heart1,
    .orc_little_heart2,
    .orc_little_heart3 {
        display: none;
    }

    .orc_pic {
        left: -95px;
        top: -160px;
        max-width: 755px;
    }

    .orc_heart {
        left: -410px;
        top: 125px;
        transform: rotate(15deg);
        max-width: 580px;
    }
}

@media (max-width: 1400px) {
    .orc_title {
        font-size: 38px;
        line-height: 100%;
        letter-spacing: -0.38px;
    }

    .orc_text_show {
        font-size: 18px;
        line-height: 140%;
    }

    #orc {
        padding: 117px 0 150px;
    }

    .orc_head {
        max-width: 360px;
    }

    .orc {
        max-width: 905px;
    }

    .orc_pic {
        left: -30px;
        top: -107px;
        max-width: 494px;
    }

    .orc_heart {
        left: -344px;
        top: 174px;
        transform: rotate(19deg);
        max-width: 580px;
    }
}


@media (max-width: 800px) {
    .orc_title {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.3px;
    }

    .orc_text_show {
        font-size: 16px;
        line-height: 140%;
    }

    .orc_head {
        gap: 16px;
        max-width: 285px;
    }

    .orc_pic {
        left: -30px;
        top: -55px;
        max-width: 400px;
    }

    .orc_heart {
        display: none;
    }
}

@media (max-width: 650px) {
    .orc {
        max-width: 100%;
        padding: 0 16px;
        justify-content: center;
    }

    .orc_head {
        max-width: 100%;
        gap: 19px;
    }

    #orc {
        padding: 226px 0 160px;
    }

    .orc_pic {
        display: none;
    }

    .orc_pic2 {
        display: block;
        left: auto;
        right: 0;
        top: -225px;
        opacity: 1;
    }

    .orc_title {
        max-width: 280px;
    }

    .orc_button {
        width: 100%;
        padding: 12px 64px;
        max-width: 450px;
    }

}