@charset "utf-8";
.p-fv .inner {
    padding-top: 200px;
    margin: 0 5%;
}

.p-fv .inner .column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.p-fv .inner .column .main-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.p-fv .breadlist {
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    gap: 0.5em;
    justify-content: flex-end;
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .p-fv .breadlist {
        margin: 0 4% 0;
    }

    .p-fv .inner {
        padding-top: 0;
        margin: 0;
    }

    .p-fv .inner .column img {
        height: 268px;
        width: 100%;
        object-fit: cover;
    }
}