.category.btn-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #e57d59;
    white-space: nowrap
}

@media screen and (min-width: 1100px) {
    .btn-text {
        font-size: 1.8rem
    }
}

.btn-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%;
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .btn-text-icon {
        width: 5.2rem;
        height: 5.2rem
    }
}

.btn-text-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

.btn-text:hover {
    color: #dd643b
}

.btn-text:hover .btn-text-icon {
    background-color: #dd643b
}

.btn-text:hover .btn-text-icon img {
    transform: rotate(45deg)
}

.btn-text.down .btn-text-icon img {
    transform: rotate(135deg)
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6rem 6rem 1.6rem 3rem;
    background-color: #e57d59;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    max-width: 33rem;
    margin: 0 auto
}

.btn::after {
    content: "";
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border-radius: 50%
}

@media screen and (min-width: 1100px) {
    .btn--wide {
        width: 46rem
    }
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    z-index: 1
}

.btn-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    transition: .5s
}

.btn:hover {
    background-color: #dd643b
}

.btn:hover .btn-icon img {
    transform: rotate(45deg)
}

.btn.green {
    background-color: #4ca392
}

.btn.green .btn-icon img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.btn.green:hover {
    background-color: #3a8579
}

.btn.short {
    max-width: 32rem
}

.btn.long {
    max-width: 46rem
}

.ttl {
    text-align: center
}

.ttl-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem
}

.ttl-deco::before,
.ttl-deco::after {
    content: "";
    display: block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ttl-deco::before {
    width: 1.2rem;
    height: .9rem;
    background-image: url(../img/common/title_clover.svg);
    position: relative;
    top: -1.1rem
}

@media screen and (min-width: 1100px) {
    .ttl-deco::before {
        width: 1.6rem;
        height: 1.2rem
    }
}

.ttl-deco::after {
    width: 2.4rem;
    height: 2rem;
    background-image: url(../img/common/title_bird.svg)
}

.ttl-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .ttl-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.ttl-label {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.7
}

@media screen and (min-width: 744px) {
    .ttl-label {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.ttl-title {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .1em;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .ttl-title {
        font-size: 3.2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 2rem;
    display: block
}

.ttl.brown.left {
    display: inline-block;
    margin-bottom: 0
}

.ttl.brown.left .ttl-deco {
    justify-content: flex-start;
    width: 100%
}

.ttl.brown .ttl-en {
    font-size: 1.2rem
}

.ttl.brown .ttl-deco::before {
    background-image: url(../img/common/title_clover2.svg)
}

.ttl.brown .ttl-deco::after {
    content: none
}

@media screen and (min-width: 744px) {
    .ttl.brown {
        margin-bottom: 4.8rem
    }

    .ttl.brown .ttl-title {
        font-size: 2.4rem
    }
}

.families {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 8rem
}

@media screen and (min-width: 1100px) {
    .families {
        padding-bottom: 6.25vw
    }
}

.families-birds {
    display: flex;
    justify-content: flex-end;
    padding-right: 3rem;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .families-birds {
        position: absolute;
        top: -1.7vw;
        right: 15.1041666667vw;
        padding-right: 0;
        margin-bottom: 0;
        z-index: 1
    }
}

.families-birds img {
    display: block;
    width: 14.8rem;
    height: auto
}

@media screen and (min-width: 1100px) {
    .families-birds img {
        width: 7.7083333333vw
    }
}

.families-photo {
    position: relative;
    background-image: url(../img/top/families_photo.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-top: 77vw
}

@media screen and (min-width: 1100px) {
    .families-photo {
        padding-top: 0;
        margin: 0 3rem;
        border-radius: 20px;
        height: 44vw;
        width: 95%;
        background-size: cover;
        background-position: center;
        background-image: url(../img/top/families_photo_pc.webp)
    }
}

.families-photo--mvv {
    background-image: url(../img/mvv/families_photo_mvv.webp)
}

@media screen and (min-width: 1100px) {
    .families-photo--mvv {
        background-image: url(../img/mvv/families_photo_mvv_pc.webp)
    }
}

.families-photo .btn {
    border-radius: 56px
}

.families-content {
    position: relative;
    padding: 4rem 3rem;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    isolation: isolate
}

.families-content::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -6rem;
    width: 32rem;
    height: 23.5rem;
    background: url("../img/top/families-blob_pc.svg") 0 0/100% 100% no-repeat;
    z-index: -1;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .families-content::before {
        inset: 0;
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 1100px) {
    .families-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.375vw;
        margin: 0;
        width: 62rem;
        height: 50rem;
        padding: 10.3rem 12rem 10rem 10rem;
        overflow: visible
    }
}
@media screen and (min-width: 1600px) {
    .families-content {
        left: 18vw;
        width: 68rem;
    }
}
.families-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #724822;
    line-height: 1.5;
    margin-bottom: 2.4rem
}

@media screen and (min-width: 1100px) {
    .families-title {
        font-size: 1.8rem;
        margin-bottom: 2.8rem
    }
}

.families-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #724822;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .families-text {
        font-size: 1.6rem
    }
}

.families-text p+p {
    margin-top: 2rem
}

.families .btn {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .families .btn {
        max-width: 46rem;
        margin-top: 3rem
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #faf7f4;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    text-decoration: none
}

.news-card-thumb {
    margin: 2rem 2rem 0;
    height: 19.3rem;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #d8d6d2
}

@media screen and (min-width: 1100px) {
    .news-card-thumb {
        height: 24.3rem
    }
}

.news-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.6rem 2rem 2.4rem
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem
}

.news-card-cat {
    display: inline-block;
    padding: .4rem .8rem;
    background-color: #c19d74;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

.news-card-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #c19d74;
    white-space: nowrap;
    margin-left: auto
}

@media screen and (min-width: 1100px) {
    .news-card-date {
        font-size: 1.6rem
    }
}

.news-card-title {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #724822;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .news-card-title {
        font-size: 1.8rem
    }
}

.news-card-text {
    flex: 1;
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .news-card-text {
        font-size: 1.6rem
    }
}

.news-card-place {
    margin-top: 1.6rem;
    border: 1px solid #c19d74;
    border-radius: 8px;
    padding: .8rem 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #c19d74;
    text-align: center
}

.news-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #c19d74;
    border-radius: 50%;
    margin-top: 1.6rem;
    align-self: center
}

.news-card-btn img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .news-card:hover .news-card-thumb img {
        transform: scale(1.05)
    }

    .news-card:hover .news-card-btn img {
        transform: rotate(45deg)
    }
}

.category-side {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .category-side {
        gap: min(2.0833333333vw, 40px)
    }
}

.category-side-block {
    padding: 0
}

.category-side-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    margin-bottom: 1.6rem
}

.category-side-list {
    list-style: none;
    padding: 2rem;
    margin: 0;
    background-color: #faf7f4;
    border-radius: 8px
}

@media screen and (min-width: 1100px) {
    .category-side-list {
        padding: min(1.0416666667vw, 20px)
    }
}

.category-side-item {
    border-bottom: 1px solid #e0d7cb
}

.category-side-item:last-child {
    border-bottom: none
}

.category-side-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.6rem .4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #c19d74;
    text-decoration: none;
    transition: opacity .3s
}

.category-side-item a:hover {
    opacity: .7
}

.category-side-name {
    flex: 1
}

.category-side-arrow {
    flex-shrink: 0;
    font-size: 1.4rem
}

.category-side-item.is-current a {
    font-weight: 500
}

.category {
    padding: 6rem 0 0rem
}

@media screen and (min-width: 744px) {
    .category {
        padding: 8rem 0 0rem
    }
}

.category-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #c19d74;
    letter-spacing: .2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0d7cb
}

@media screen and (min-width: 1100px) {
    .category-ttl {
        font-size: 2.2rem;
        margin-bottom: 3rem
    }
}

.category-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem;
    max-width: 124rem;
    margin: 0 auto
}

@media screen and (min-width: 1100px) {
    .category-layout {
        grid-template-columns: 1.5fr 295px;
        gap: min(6.5104166667vw, 125px);
        align-items: start;
        justify-content: center
    }
}

.category-main {
    min-width: 0
}

.category-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem
}

@media screen and (min-width: 744px) {
    .category-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 2rem
    }
}

.category-pagination {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    gap: 1rem
}

@media screen and (min-width: 1100px) {
    .category-pagination {
        margin-top: 8rem
    }
}

.category-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 1rem
}

.category-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    height: 4rem;
    padding: 0 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50%;
    transition: opacity .3s
}

.category-pagination .page-numbers.next,
.category-pagination .page-numbers.prev {
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%
}

.category-pagination .page-numbers img {
    transform: rotate(45deg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
}

.category-pagination .page-numbers.prev img {
    transform: rotate(-135deg)
}

.category-pagination .page-numbers:hover {
    opacity: .7
}

.category-pagination .page-numbers.current {
    background-color: #e57d59;
    color: #fff
}

.category-pagination-arrow {
    width: 1.2rem;
    height: 1.2rem;
    display: block
}

.category-empty {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    padding: 6rem 0
}

/*# sourceMappingURL=category.css.map */