/*ブログエリア*/
.p-news {
    position: relative;
    z-index: 1;
    padding: 8rem 3rem;
}
.p-blog {
    position: relative;
    z-index: 1;
    padding: 8rem 3rem;
    padding: 10rem 3rem 12rem 3rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-blog {
        margin-top: -220px;
    }
}
.p-news::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 75rem);
    border-radius: 10rem 0 0 0;
    background: #f3f0ec;
}
@media screen and (max-width: 767px) {
    .p-news::before {
        left: calc(0% - 100vw);
    }
}
.p-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 9rem;
}
@media screen and (max-width: 767px) {
    .p-news__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
        position: relative;
        padding-bottom: 8rem;
    }
}
.p-news__head {
    margin-top: 4rem;
}
@media screen and (max-width: 767px) {
    .p-news__head {
        margin-top: 0;
    }
}
.p-news__head h2 {
    font-family: "Lora", serif;
    font-size: clamp(1rem, 3.5vw, 4.5rem);
    font-weight: bold;
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .p-news__head h2 {
        font-size: clamp(1rem, 8vw, 6rem);
        text-align: center;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .p-news__wrap .c-elmBtn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.c-elmBtn__fit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bda47b;
    border-radius: 5rem;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}
/*@media screen and (max-width: 767px) {
    .c-elmBtn__fit {
    font-size: 2rem;
    }
}*/
.c-elmBtn__fit span {
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
}
@media screen and (max-width: 767px) {
    .c-elmBtn__fit span {
    width: 3rem;
    height: 3rem;
    }
}
.c-elmBtn__fit span img {
    width: 60%;
    display: block;
}
.c-elmBtn__fit p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.p-news__article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.8;
    /*gap: 1rem;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
.p-news__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 3rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #ffffff;
}
@media screen and (max-width: 767px) {
    .p-news__list a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 2rem;
    }
}
.p-news__list a .date {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #bda47b;
}
.p-news__list a .ttl {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .p-news__list a .ttl {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}


/*ブログ記事*/
.blog__inner {
    position: relative;
    box-sizing: border-box;
    border-radius: 2rem;
    background: #ffffff;
}
.c-postHead__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-left: solid 0.7rem #efeae2;
    padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
    margin: 5rem 0;
}
.c-postHead__date {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-left: 2.8rem;
    background: url(/cdn/shop/files/ico_date.svg) no-repeat left center / contain;
}
.c-postHead__cat {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-transform: uppercase;
    background: #bda47b;
    color: #ffffff;
    padding: 0.8rem 0.8rem;
}
.p-single p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
    .p-single p {
        font-size: 1.4rem;
        margin: 2rem 0;
    }
}