@charset "UTF-8";

@media screen and (max-width:768px) {
    .p-fv__btn-tag {
        width: 245px;
    }

    .p-fv__btn-wrap a {
        margin: 0 auto;
    }
}

@media screen and (min-width:1024px) {
    .p-fv__btn-text {
        font-size: 21px;
    }
}

@media screen and (min-width:1024px) {
    .p-fv__btn-tag {
        top: -56px;
        left: -55px;
        width: 120px;
        height: 80px;
        padding-top: 13px;
    }
}

.p-camp__item.final {
    width: 100%!important;
}

.p-camp__item-grid .p-camp__item {
    display: block!important;
}

.p-camp__item-text-5 {
    text-align: center;
}

/* フィットネス追加テキスト装飾 */
.p-plan__free-fitness {
    margin-top: 20px;
    width: fit-content;
    margin-inline: auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    color: #6C635F;
    position: relative;
    z-index: 1;
}

.p-plan__free-fitness::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -6px;
    right: -6px;
    height: 50%;
    background: #c75f62;
    opacity: 0.25;
    z-index: -1;
}

@media screen and (min-width:768px) {
    .p-plan__free-fitness {
        margin-top: 24px;
        font-size: 24px;
        letter-spacing: 1px;
    }
}