@charset "UTF-8";

:root {
    --color-pink: #e62d8b;
    --color-beige: #fff8df;
    --color-primary: #e0143d;
    --font-rocknroll: "RocknRoll One", sans-serif;
}

body {
    background-color: var(--color-beige);
    font-family: 'Inter', sans-serif;
}

@media screen and (min-width:768px) {
    .sp-show {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .sp-hide {
        display: none;
    }
}


.pff-social-icon {
    padding-top: 2rem;
    margin-left: auto;
    margin-right: 5rem;
    width: 324px;
}

.pff-social-icon ul {
    display: flex;
    column-gap: 5px;
}

.pff-social-icon li {
    width: 75px;
}

.pff-social-icon li img {
    width: 100%;
}

.pff-social-icon li a {
    transition: all .3s ease-in;
}

.pff-social-icon li:not(.ico_line) a {
    display: inline-flex;
    text-align: center;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--color-primary);
    justify-content: center;
    align-items: center;
}

.pff-social-icon i {
    font-size: 2.5rem;
}


@media(hover: hover){
    .pff-social-icon a:hover {
        opacity: .5;
    }
}

@media screen and (max-width:767px) {
    .pff-social-icon {
        padding-top: 1.13rem;
        margin-right: 1.13rem;
        width: 51vw;
    }

    .pff-social-icon ul {
        column-gap: 3px;
    }

    .pff-social-icon li {
        width: 12vw;
    }

    .pff-social-icon li:not(.ico_line) a {
        width: 12vw;
        height: 12vw;
    }

    .pff-social-icon i {
        font-size: 6.5vw;
    }

}


.pff-hero {
    margin-top: .6rem;
}

@media screen and (max-width:767px) {
    .pff-hero {
        margin-top: 1.5rem;
    }
}

.inner {
    margin: 0 auto;
    max-width: 980px;
}

@media screen and (max-width:767px) {
    .inner {
        padding: 0 1.25rem;
        max-width: 100%;
    }
}


.pff-recent-section {
    margin-bottom: 5rem;
}

.pff-recent-lists {
    margin: -3rem 0 2rem;
    display: flex;
    column-gap: 1.25rem;
}

.pff-recent-lists .recent-card {
    width: 25%;
}

.pff-recent-lists .recent-card-link{
    transition: all .4s ease;
}

.pff-recent-lists .recent-card-link:hover {
    opacity: .7;
}

.pff-recent-lists .recent-card img {
    border: 4px solid var(--color-primary);
    border-radius: 17px;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.recent-cat {
    margin-top: .6rem;
}

.recent-cat span {
    min-width: 87px;
    padding: 1px .88rem 0;
    display: inline-block;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: .88rem;
    font-weight: bold;
}

.recent-card-desc {
    margin-top: .4rem;
    font-size: 1.06rem;
    font-weight: bold;
    line-height: 1.4;
}

.recent-date {
    margin-top: .2rem;
    color: var(--color-primary);
    font-size: .95rem;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .pff-recent-section {
        margin-bottom: 2.5rem;
    }

    .pff-recent-lists {
        margin: 1rem 0 2rem;
        column-gap: .3rem;
        flex-wrap: wrap;
    }

    .pff-recent-lists .recent-card:nth-child(n+3){
        display: none;
    }

    .pff-recent-lists .recent-card {
        margin-top: 1.5rem;
        width: 49%;
    }
    
    .pff-recent-lists .recent-card img {
        border-width: 2px;
    }

    .recent-card-desc {
        font-size: .88rem;
    }

    .recent-cat span {
        min-width: 75px;
        padding: 0 .5rem;
        border-radius: 20px;
        font-size: .75rem;
        text-align: center;
    }

    .recent-date {
        font-size: .88rem;
    }

}

.c-button-wrp {
    text-align: center;
}

.c-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    height: 64px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    transition: all .3s ease-in;
}


.c-button .circle-right {
    display: inline-flex;
    margin-left: .3rem;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

@media(hover: hover){
    .c-button:hover,.ft-link a:hover {
        opacity: .75;
    }
}
@media screen and (max-width:767px) {
    .c-button-wrp {
        margin: 0 1rem;
    }

    .c-button {
        min-width: 100%;
        height: 50px;
        font-size: 1.13rem;
    }

    .c-button .circle-right {
        width: 30px;
        height: 30px;
    }
}

.pff-t-footer {
    padding: 1px 0;
    margin-top: 10rem;
    background-color: var(--color-primary);
}

.pff-t-footer .footer-in {
    margin: 1.13rem;
    border: 1.5px solid var(--color-beige);
}


.pff-t-footer .pff-ft-contact {
    max-width: 416px;
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
}

.pff-ft-contact .ft-logo {
    width: 107px;
}

.pff-ft-contact .ft-logo img {
    max-width: 100%;
}

.pff-ft-contact .ft-contact {
    padding-left: 1.13rem;
    width: calc(100% - 107px);
    color: var(--color-beige);
    font-weight: bold;
}

.pff-ft-contact .ft-link {
    margin-top: .2rem;
    width: 100%;
}

.pff-ft-contact .ft-link a {
    transition: all .3s ease-in;
}

.pff-ft-contact .ft-link img {
    max-width: 100%;
}

@media screen and (max-width:767px) {

    .pff-t-footer {
        margin-top: 0;
    }

    .pff-t-footer .footer-in {
        margin: .5rem;
    }

    .pff-t-footer .pff-ft-contact {
        max-width: 80%;
        margin: 3.5rem auto 2.5rem;
        flex-direction: column;
    }

    .pff-ft-contact .ft-contact {
        margin-top: .6rem;
        padding-left: 0;
        width: 100%;
        font-size: 1rem;
    }

    .pff-ft-contact .ft-link {
        margin-top: .6rem;
    }
}