.recommend {
    position: relative;
    width: 1000px;
    margin: auto;
    border: 3px solid #286bc1;
    border-radius: 10px;
    margin: 80px auto
}

.recommend .head-img {
    position: absolute;
    top: -40px;
    right: 200px
}

.recommend .head {
    background-color: #286bc1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18pt;
    padding: 5px
}

.recommend .inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 30px 0
}

.recommend .inner .catch-img {
    width: 470px;
    cursor: pointer
}

.recommend .inner .left {
    width: 432px
}

.recommend .inner .left .ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    color: #f23071
}

.recommend .inner .left .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 1px;
    margin: 15px 0 30px
}

.recommend .inner .left .ranking_btn {
    padding: 0;
    margin: 0
}

.recommend .inner .left .ranking_btn .btn_main {
    width: 100%
}

.more-btn-area .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #45bdf2;
    color: #fff;
    border-radius: 100px;
    margin: auto;
    width: 400px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 .2em 0 #0d85bb;
    cursor: pointer
}

.more-btn-area .btn .icon_plus {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-radius: 50%
}

.more-btn-area .btn .icon_plus:before,
.more-btn-area .btn .icon_plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #45bdf2
}

.more-btn-area .btn .icon_plus:before {
    transform: translate(-50%, -50%)
}

.more-btn-area .btn .icon_plus:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.more-btn-area .btn.opened .icon_plus:after {
    opacity: 0
}

.hide-area {
    opacity: 0;
    transition: opacity .5s ease-in-out;
    height: 0;
    overflow: hidden;
    pointer-events: none
}

.hide-area.show {
    display: block;
    opacity: 1;
    height: auto;
    pointer-events: auto
}

.hide-area.show.pt-50 {
    padding-top: 50px
}

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