.entry{
    background-image: url(../img/pc/top/sec_entry_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0;
    position: relative;
}

.entry__content{
    max-width: 1174px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.entry__btn{
    background: #fff;
    max-width: 800px;
    padding: 45px 0;
    border-radius: 200px;
    font-weight: 900;
    font-size: 38px;
    line-height: 160%;
    letter-spacing: normal;
    color: #B81C22;
    box-shadow: 10px 14px 0px 0px #1D83BC;
    transition: all 0.3s ease;
}

.entry__btn:hover{
    transform: translateY(10px);
    box-shadow: 0px 0px 0px 0px #1D83BC;
    background: #fff;
}

.entry__btn .btn__icon path{
    stroke: #B81C22;
}

.entry__icon{
    position: absolute;
}

.entry__icon01{
    top: calc((45 / 1584) * 100vw);
    left: calc((350 / 1584) * 100vw);
}

.entry__icon02{
    bottom: calc((89 / 1584) * 100vw);
    left: calc((250 / 1584) * 100vw);
}

.entry__icon03{
    bottom: calc((129 / 1584) * 100vw);
    left: calc((290 / 1584) * 100vw);
}

.entry__icon04{
    bottom: calc((54 / 1584) * 100vw);
    right: calc((100 / 1584) * 100vw);
}

.entry__icon05{
    top: calc((94 / 1584) * 100vw);
    right: calc((200 / 1584) * 100vw);
}

.entry__icon06{
    bottom: calc((80 / 1584) * 100vw);
    right: calc((150 / 1584) * 100vw);
}

@keyframes float-animation {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.entry__icon {
    animation: float-animation 3s ease-in-out infinite;
}

.entry__icon:nth-child(2) {
    animation-delay: 0.5s;
}

.entry__icon:nth-child(3) {
    animation-delay: 1s;
}

.entry__icon:nth-child(4) {
    animation-delay: 1.5s;
}

.entry__icon:nth-child(5) {
    animation-delay: 2s;
}

.entry__icon:nth-child(6) {
    animation-delay: 2.5s;
}
