/* 記事関連共通パーツ */
.cat-label {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 3.715px;
    background: #F1F1EE;
    padding: 0 9.5px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.post-date {
    color: #333;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.tag-list {
    margin: 10px 0 0;
}

.tag-item {
    color: #666;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: inline-block;
    margin: 15px 6px 0;
}

@media (max-width: 1440px) {
    .cat-label {
        font-size: 0.903vw;
        border-radius: 0.258vw;
        padding: 0 0.660vw;
        height: 1.944vw;
        line-height: 1.944vw;
    }

    .post-date {
        font-size: 0.833vw;
    }

    .tag-list {
        margin: 0.694vw 0 0;
    }

    .tag-item {
        font-size: 1.042vw;
        margin: 1.042vw 0.417vw 0;
    }
}

/* 記事詳細ページ */
.single-main {
    width: 1160px;
    margin: 0 auto 130px;
    display: flex;
    justify-content: space-between;
}

.single-container {
    width: 762px;
}

.single-article {
    margin: 40px 0 0;
}

.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-meta__date {
    font-size: 15px;
}

.single-title {
    margin: 12px 0 0;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0 0 28px;
    border-bottom: solid 1px #666;
}

.single-eyecatch {
    width: 445px;
    margin: 37px auto 53px;
}

.post-content p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.post-content .wp-block-column p:first-of-type {
    margin: 30px 0 0;
}

.post-content h2 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 50px 0 0;
}

.post-content h3 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 50px 0 0;
    background: #F4F5EE;
    padding: 10px 20px;
}

.post-content h4 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 50px 0 0;
    padding: 0 0 0 18px;
    position: relative;
}

.post-content h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    width: 3px;
    height: 95%;
    background: #333;
}

.post-content h5 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 17px;
    margin: 50px 0 0;
    position: relative;
}

.post-content h5::before,
.post-content h5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    left: 0;
}

.post-content h5::before {
    bottom: 0;
}

.post-content h5::after {
    bottom: 4px;
}

.post-content h6 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 50px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}

.post-content h6::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background: #333;
    top: 50%;
    left: 0;
}

.post-content img {
    display: block;
    margin: 30px 0 20px;
}

.post-content ul,
.post-content ol {
    margin: 30px 0 20px;
}

.post-content li {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    list-style-type: disc;
    list-style-position: inside;
}

.post-content a:not(.wp-block-button__link) {
    color: #6B3035;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.wp-block-button {
    margin: 30px 0 0 !important;
}

.wp-block-button__link {
    padding: 10px 120px;
    border-radius: 100px;
    background: #6B3035;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    text-decoration: none;
}

.post-nav {
    margin: 45px 0 0;
    padding: 20px 60px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    display: flex;
    align-items: center;
    position: relative;
}

.post-nav a {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}

.post-nav a::before {
    content: '';
    width: 28px;
    height: 28px;
    border: solid 1px #666;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-nav a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #666;
    display: inline-block;
    position: absolute;
    top: 50%;
}

.post-nav__prev {
    margin-right: auto;
}

.post-nav__prev::before {
    left: 15px;
}

.post-nav__next {
    margin-left: auto;
}

.post-nav__next::before {
    right: 15px;
}

.post-nav__prev::after {
    border-left: solid 1px #666;
    left: 28px;
    transform: translateY(-50%) rotate(-45deg);
}

.post-nav__next::after {
    border-right: solid 1px #666;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
}

.related-articles {
    margin: 80px 0 0;
}

.related-articles__title-wrap {
    display: flex;
    align-items: center;
}

.related-articles__title {
    color: #333;
    font-family: Aboreto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 24px 0 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #333;
}

.related-articles__title-ja {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.related-articles__list {
    margin: 45px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-articles__item {
    width: 242px;
}

.related-articles__image {
    height: 266px;
    overflow: hidden;
}

.related-articles__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.related-articles__body {
    padding: 13px 0;
}

.related-articles__article-title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 13px 0 0;
    display: block;
}

@media (max-width: 1440px) {
    .single-main {
        width: 80.556vw;
        margin: 0 auto 9.028vw;
    }

    .single-container {
        width: 52.917vw;
    }

    .single-article {
        margin: 2.778vw 0 0;
    }

    .single-meta__date {
        font-size: 1.042vw;
    }

    .single-title {
        margin: 0.833vw 0 0;
        font-size: 2.083vw;
        padding: 0 0 1.944vw;
    }

    .single-eyecatch {
        width: 30.903vw;
        margin: 2.569vw auto 3.681vw;
    }

    .post-content p {
        font-size: 1.181vw;
    }

    .post-content .wp-block-column p:first-of-type {
        margin: 2.083vw 0 0;
    }

    .post-content h2 {
        font-size: 1.944vw;
        margin: 3.472vw 0 0;
    }

    .post-content h3 {
        font-size: 1.736vw;
        margin: 3.472vw 0 0;
        padding: 0.694vw 1.389vw;
    }

    .post-content h4 {
        font-size: 1.667vw;
        margin: 3.472vw 0 0;
        padding: 0 0 0 1.25vw;
    }

    .post-content h4::before {
        width: 0.208vw;
    }

    .post-content h5 {
        font-size: 1.528vw;
        padding: 0 0 1.181vw;
        margin: 3.472vw 0 0;
    }

    .post-content h5::after {
        bottom: 0.278vw;
    }

    .post-content h6 {
        font-size: 1.389vw;
        margin: 3.472vw 0 0;
        padding: 0 0 0 2.083vw;
    }

    .post-content h6::before {
        width: 1.042vw;
        height: 0.208vw;
    }

    .post-content img {
        margin: 2.083vw 0 1.389vw;
    }

    .post-content ul {
        margin: 2.083vw 0 1.389vw;
    }

    .post-content li {
        font-size: 1.181vw;
    }

    .post-content a {
        font-size: 1.181vw;
    }

    .single-button-wrap {
        margin: 2.083vw 0 0;
    }

    .single-button {
        padding: 0.694vw 8.333vw;
        border-radius: 6.944vw;
        font-size: 1.111vw !important;
    }

    .post-nav {
        margin: 3.125vw 0 0;
        padding: 1.389vw 4.167vw;
    }

    .post-nav a {
        font-size: 0.903vw;
    }

    .post-nav a::before {
        width: 1.944vw;
        height: 1.944vw;
    }

    .post-nav a::after {
        width: 0.347vw;
        height: 0.347vw;
    }

    .post-nav__prev::before {
        left: 1.042vw;
    }

    .post-nav__next::before {
        right: 1.042vw;
    }

    .post-nav__prev::after {
        left: 1.944vw;
    }

    .post-nav__next::after {
        right: 1.944vw;
    }

    .related-articles {
        margin: 5.556vw 0 0;
    }

    .related-articles__title {
        font-size: 2.5vw;
        margin: 0 1.667vw 0 0;
        padding: 0 0 1.736vw;
    }

    .related-articles__title-ja {
        font-size: 0.903vw;
    }

    .related-articles__list {
        margin: 3.125vw 0 0;
    }

    .related-articles__item {
        width: 16.806vw;
    }

    .related-articles__image {
        height: 18.472vw;
    }

    .related-articles__body {
        padding: 0.903vw 0;
    }

    .related-articles__article-title {
        font-size: 1.181vw;
        margin: 0.903vw 0 0;
    }
}

/* パンくずリスト */
.breadcrumb {
    padding: 0 !important;
    margin: 15px 0 0;
}

.breadcrumb__item,
.breadcrumb__item a {
    color: #333 !important;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.77px;
}

.breadcrumb__item a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.breadcrumb__item:not(:last-of-type) {
    margin: 0 10px 0 0;
}

.breadcrumb__item::after {
    display: none;
}

.breadcrumb__separator {
    width: 15px;
    position: relative;
}

.breadcrumb__separator svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
    .breadcrumb {
        margin: 1.042vw 0 0;
    }

    .breadcrumb__item,
    .breadcrumb__item a {
        font-size: 0.764vw;
        letter-spacing: 0.053vw;
    }

    .breadcrumb__item a {
        text-underline-offset: 0.139vw;
    }

    .breadcrumb__item:not(:last-of-type) {
        margin: 0 0.694vw 0 0;
    }

    .breadcrumb__separator {
        width: 1.042vw;
    }
}

/* サイドバー */
.sidebar {
    width: 335px;
    margin: 73px 0 0;
}

.sidebar-widget__title-wrap {
    text-align: center;
}

.sidebar-category__title-wrap svg {
    width: 51px;
    height: 20px;
    margin: 0 0 12px;
}

.sidebar-tag__title-wrap svg {
    width: 27px;
    height: 29px;
}

.sidebar-widget__title-inner {
    display: flex;
    justify-content: center;
}

.sidebar-widget__title {
    color: #333;
    font-family: Aboreto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.sidebar-widget__title-ja {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.ranking-item {
    margin: 25px 0 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #F1F1EE;
}

.ranking-item__link {
    display: flex;
    justify-content: space-between;
}

.ranking-item__image {
    width: 158px;
    height: 173px;
    overflow: hidden;
}

.ranking-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ranking-item__body {
    width: 152px;
}

.ranking-item__num-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.ranking-item__num-wrap svg {
    width: 24px;
    height: 24px;
}

.ranking-item__num {
    color: #333;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 4px 0 0 3px;
}

.ranking-item__title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: block;
    margin: 10px 0 0;
}

.category-list {
    margin: 5px 0 0;
}

.category-list__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: solid 1px #F1F1EE;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.category-list__link img {
    display: block;
    width: 50px;
    height: 50px;
}

.sidebar-tag {
    margin: 60px 0 0;
}

.sidebar-search {
    margin: 75px 0 0;
    padding: 28px 20px 24px;
    background: #F1F1EE;
}

.search-form {
    margin: 14px 0 0;
    position: relative;
}

.search-form__input {
    width: 100%;
    height: 56px;
    background: #FFF;
    border: none;
    padding: 10px;
    font-size: 17px;
    font-family: "Noto Sans JP";
}

.search-form__input:focus {
    outline: none;
}

.search-form__input::-webkit-search-cancel-button {
    display: none;
}

.search-form__button {
    position: absolute;
    width: 45px;
    height: 56px;
    line-height: 80px;
    border: none;
    background: #FFF;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.search-form__button svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 1440px) {
    .sidebar {
        width: 23.264vw;
        margin: 5.07vw 0 0;
    }

    .sidebar-category__title-wrap svg {
        width: 3.542vw;
        height: 1.389vw;
        margin: 0 0 0.833vw;
    }

    .sidebar-tag__title-wrap svg {
        width: 1.875vw;
        height: 2.014vw;
    }

    .sidebar-widget__title {
        font-size: 2.5vw;
    }

    .sidebar-widget__title-ja {
        font-size: 0.903vw;
    }

    .ranking-item {
        margin: 1.736vw 0 0;
        padding: 0 0 1.736vw;
    }

    .ranking-item__image {
        width: 10.972vw;
        height: 12.014vw;
    }

    .ranking-item__body {
        width: 10.556vw;
    }

    .ranking-item__num-wrap {
        margin: 0 0 0.694vw;
    }

    .ranking-item__num-wrap svg {
        width: 1.667vw;
        height: 1.667vw;
    }

    .ranking-item__num {
        font-size: 1.111vw;
        margin: 0.278vw 0 0 0.208vw;
    }

    .ranking-item__title {
        font-size: 0.972vw;
        margin: 0.694vw 0 0;
    }

    .category-list {
        margin: 0.347vw 0 0;
    }

    .category-list__link {
        gap: 0.83vw;
        padding: 0.69vw 0;
        font-size: 0.903vw;
    }

    .category-list__link img {
        display: block;
        width: 3.47vw;
        height: 3.47vw;
    }

    .sidebar-tag {
        margin: 4.167vw 0 0;
    }

    .sidebar-search {
        margin: 5.208vw 0 0;
        padding: 1.944vw 1.389vw 1.667vw;
    }

    .search-form__input {
        height: 3.89vw;
        padding: 0.69vw;
        font-size: 1.18vw;
    }

    .search-form__button {
        width: 3.13vw;
        height: 3.89vw;
        line-height: 5.56vw;
    }

    .search-form__button svg {
        width: 2.08vw;
        height: 2.08vw;
    }
}

/* 目次 */
#toc_container {
    width: 565px !important;
    margin: 38px auto 0;
    border: 1px solid #666;
    padding: 25px 35px;
}

.toc_title {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.toc_title span,
.toc_title a {
    font-size: 16px;
    font-weight: 400;
}

.toc_list {
    margin: 12px 0 0 !important;
}

.toc_list li {
    font-size: 15px !important;
    line-height: 150% !important;
    list-style-type: decimal !important;
}

.toc_list li:not(:first-of-type) {
    margin: 8px 0 0;
}

.toc_list a {
    font-size: 15px !important;
    line-height: 150% !important;
    text-decoration: none !important;
}

@media (max-width: 1440px) {
    #toc_container {
        width: 39.24vw !important;
        margin: 2.64vw auto 0;
        border: 0.07vw solid #666;
        padding: 1.74vw 2.43vw;
    }

    .toc_title {
        font-size: 1.25vw !important;
        font-weight: 700 !important;
    }

    .toc_title span,
    .toc_title a {
        font-size: 1.11vw;
        font-weight: 400;
    }

    .toc_list {
        margin: 0.83vw 0 0 !important;
    }

    .toc_list li {
        font-size: 1.04vw !important;
        line-height: 150% !important;
        list-style-type: decimal !important;
    }

    .toc_list li:not(:first-of-type) {
        margin: 0.56vw 0 0;
    }

    .toc_list a {
        font-size: 1.04vw !important;
        line-height: 150% !important;
        text-decoration: none !important;
    }
}

/* 記事一覧ページ */
.archive-main {
    width: 1160px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
}

.archive-container {
    width: 762px;
}

.archive-content {
    margin: 40px 0 0;
}

.archive-title-wrap {
    display: flex;
    align-items: center;
}

.archive-title {
    color: #333;
    font-family: Aboreto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 25px 0 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #333;
}

.archive-title-ja {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0 0 25px;
}

.archive-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 48px 0 0;
}

.archive-item__image {
    width: 242px;
    height: 266px;
}

.archive-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive-item__body {
    margin: 13px 0 0;
}

.archive-item__title,
.archive-no-posts,
.search-no-results {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 13px 0;
    display: block;
}

.pagination {
    margin: 37px 0 0;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li:not(:first-of-type, :last-of-type) {
    margin: 0 20px 0 0;
}

.pagination li .dots {
    font-size: 0;
}

.pagination li .dots::after {
    width: 30px;
    display: inline-block;
    content: '・・';
    letter-spacing: -0.4em;
}

.pagination li a,
.pagination li span,
.pagination li .dots::after {
    color: #000;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.pagination li .next {
    margin: 0 0 0 10px;
}

@media (max-width: 1440px) {
    .archive-main {
        width: 80.56vw;
        margin: 0 auto 8.33vw;
    }

    .archive-container {
        width: 52.92vw;
    }

    .archive-content {
        margin: 2.78vw 0 0;
    }

    .archive-title {
        font-size: 2.5vw;
        margin: 0 1.74vw 0 0;
        padding: 0 0 1.74vw;
        border-bottom: solid 0.07vw #333;
    }

    .archive-title-ja {
        font-size: 0.9vw;
        padding: 0 0 1.74vw;
    }

    .archive-list {
        gap: 1.25vw;
        margin: 3.33vw 0 0;
    }

    .archive-item__image {
        width: 16.81vw;
        height: 18.47vw;
    }

    .archive-item__body {
        margin: 0.9vw 0 0;
    }

    .archive-item__title,
    .archive-no-posts,
    .search-no-results {
        font-size: 1.18vw;
        margin: 0.9vw 0;
    }

    .pagination {
        margin: 2.57vw 0 0;
    }

    .pagination li:not(:first-of-type, :last-of-type) {
        margin: 0 1.39vw 0 0;
    }

    .pagination li .dots::after {
        width: 2.08vw;
    }

    .pagination li a,
    .pagination li span,
    .pagination li .dots::after {
        font-size: 1.39vw;
    }

    .pagination li .next {
        margin: 0 0 0 0.69vw;
    }
}

/* 検索結果ページ */
.search {
    float: none;
    position: static;
}

.search-title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0 0 24px;
    position: relative;
}

.search-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: #333;
}

@media (max-width: 1440px) {
    .search-title {
        font-size: 1.81vw;
        padding: 0 0 1.67vw;
    }

    .search-title::before {
        width: 7.99vw;
        height: 0.07vw;
    }
}

@media (max-width: 768px) {
    /* 記事関連共通パーツ */
    .cat-label {
        font-size: 3.2vw;
        border-radius: 0.8vw;
        padding: 0 1.6vw;
        height: 6.13vw;
        line-height: 6.13vw;
    }

    .post-date {
        font-size: 3.2vw;
    }

    .tag-list {
        margin: 2.67vw 0 0;
    }

    .tag-item {
        font-size: 4vw;
        margin: 4vw 1.6vw 0;
    }

    /* 記事詳細ページ */
    .single-main {
        width: 100%;
        padding: 0 5.33vw;
        margin: 0 auto 20vw;
        display: block;
    }

    .single-container {
        width: 100%;
    }

    .single-article {
        margin: 5.33vw 0 0;
    }

    .single-meta__date {
        font-size: 3.2vw;
    }

    .single-title {
        margin: 4vw 0 0;
        font-size: 5.07vw;
        padding: 0 0 5.33vw;
        border-bottom: solid 0.27vw #666;
    }

    .single-eyecatch {
        width: 100%;
        margin: 10.67vw auto 5.33vw;
    }

    .post-content p {
        font-size: 3.73vw;
    }

    .post-content h2 {
        font-size: 4.8vw;
        margin: 12vw 0 0;
    }

    .post-content h3 {
        font-size: 4.8vw;
        margin: 8vw 0 0;
        padding: 2.67vw 4vw;
    }

    .post-content h4 {
        font-size: 4.53vw;
        margin: 8vw 0 0;
        padding: 0 0 0 2.4vw;
        position: relative;
    }

    .post-content h4::before {
        transform: translateY(-44%);
        width: 0.53vw;
    }

    .post-content h5 {
        font-size: 4.27vw;
        padding: 0 0 3.47vw;
        margin: 8vw 0 0;
    }

    .post-content h5::before,
    .post-content h5::after {
        height: 0.27vw;
    }

    .post-content h5::before {
        bottom: 0;
    }

    .post-content h5::after {
        bottom: 1.07vw;
    }

    .post-content h6 {
        font-size: 4.27vw;
        margin: 8vw 0 0;
        padding: 0 0 0 7.2vw;
    }

    .post-content h6::before {
        width: 4vw;
        height: 0.53vw;
    }

    .post-content img {
        margin: 4vw 0 5.33vw;
    }

    .post-content ul {
        margin: 5.33vw 0 2.67vw;
    }

    .post-content li {
        font-size: 3.73vw;
    }

    .post-content a {
        font-size: 3.73vw;
    }

    .post-content .wp-block-column p:first-of-type {
        margin: -9.33vw 0 0;
    }

    .single-button-wrap {
        margin: 5.33vw 0 0;
    }

    .single-button {
        padding: 2.67vw 0;
        border-radius: 26.67vw;
        font-size: 4.27vw !important;
        width: 100%;
    }

    .post-nav {
        margin: 8vw 0 0;
        padding: 6.67vw 11.2vw;
        border-top: solid 0.27vw #666;
        border-bottom: solid 0.27vw #666;
    }

    .post-nav a {
        font-size: 3.47vw;
        font-weight: 400;
    }

    .post-nav a::before {
        width: 7.47vw;
        height: 7.47vw;
        border: solid 0.27vw #666;
    }

    .post-nav a::after {
        width: 1.33vw;
        height: 1.33vw;
        border-top: solid 0.27vw #666;
    }

    .post-nav__prev::before {
        left: 0.8vw;
    }

    .post-nav__next::before {
        right: 0.8vw;
    }

    .post-nav__prev::after {
        border-left: solid 0.27vw #666;
        left: 4.27vw;
    }

    .post-nav__next::after {
        border-right: solid 0.27vw #666;
        right: 4.27vw;
    }

    .related-articles {
        margin: 22.67vw 0 0;
    }

    .related-articles__title-wrap {
        display: block;
        text-align: center;
        padding-bottom: 3.47vw;
        border-bottom: solid 0.27vw #333;
    }

    .related-articles__title {
        color: #333;
        font-family: Aboreto;
        font-size: 9.6vw;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .related-articles__title-ja {
        font-size: 3.47vw;
    }

    .related-articles__list {
        margin: 10.67vw 0 0;
    }

    .related-articles__item {
        width: 42.13vw;
    }

    .related-articles__image {
        height: 46.13vw;
    }

    .related-articles__body {
        padding: 3.2vw 0 0;
    }

    .related-articles__article-title {
        font-size: 3.73vw;
        margin: 3.2vw 0 0;
    }

    /* パンくずリスト */
    .breadcrumb {
        margin: 2.67vw 0 0;
    }

    .breadcrumb__item,
    .breadcrumb__item a {
        font-size: 2.93vw;
        letter-spacing: 0.21vw;
    }

    .breadcrumb__item a {
        text-underline-offset: 0.53vw;
    }

    .breadcrumb__item:not(:last-of-type) {
        margin: 0 2.67vw 0 0;
    }

    .breadcrumb__separator {
        width: 4vw;
    }

    /* サイドバー */
    .sidebar {
        width: 100%;
        margin: 26.67vw 0 0;
        padding: 0 !important;
    }

    .sidebar-category__title-wrap svg {
        width: 13.6vw;
        height: 5.33vw;
        margin: 0 0 3.2vw;
    }

    .sidebar-tag__title-wrap svg {
        width: 7.2vw;
        height: 7.73vw;
    }

    .sidebar-widget__title {
        font-size: 9.6vw;
    }

    .sidebar-widget__title-ja {
        font-size: 3.47vw;
    }

    .ranking-item {
        margin: 6.67vw 0 0;
        padding: 0 0 6.67vw;
        border-bottom: solid 0.27vw #F1F1EE;
    }

    .ranking-item__image {
        width: 42.13vw;
        height: 46.13vw;
        overflow: hidden;
    }

    .ranking-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ranking-item__body {
        width: 40.53vw;
    }

    .ranking-item__num-wrap {
        margin: 0 0 2.67vw;
    }

    .ranking-item__num-wrap svg {
        width: 6.4vw;
        height: 6.4vw;
    }

    .ranking-item__num {
        font-size: 4.27vw;
        margin: 1.07vw 0 0 0.8vw;
    }

    .ranking-item__title {
        font-size: 3.73vw;
        margin: 2.67vw 0 0;
    }

    .category-list {
        margin: 1.33vw 0 0;
    }

    .category-list__link {
        gap: 3.2vw;
        padding: 2.67vw 0;
        border-bottom: solid 0.27vw #F1F1EE;
        font-size: 3.47vw;
    }

    .category-list__link img {
        display: block;
        width: 13.33vw;
        height: 13.33vw;
    }

    .sidebar-tag {
        margin: 16vw 0 0;
    }

    .sidebar-search {
        margin: 18.67vw 0 0;
        padding: 7.47vw 5.33vw 6.4vw;
    }

    .search-form__input {
        height: 14.93vw;
        padding: 2.67vw;
        font-size: 4.53vw;
    }

    .search-form__button {
        width: 12vw;
        height: 14.93vw;
        line-height: 21.33vw;
    }

    .search-form__button svg {
        width: 8vw;
        height: 8vw;
    }

    /* 目次 */
    #toc_container {
        width: 100% !important;
        margin: 6.67vw auto 0;
        border: 0.27vw solid #666;
        padding: 6.67vw;
    }

    .toc_title {
        font-size: 4.8vw !important;
    }

    .toc_title span,
    .toc_title a {
        font-size: 4.27vw;
    }

    .toc_list {
        margin: 3.2vw 0 0 !important;
    }

    .toc_list li {
        font-size: 4vw !important;
    }

    .toc_list li:not(:first-of-type) {
        margin: 2.13vw 0 0;
    }

    .toc_list a {
        font-size: 4vw !important;
    }

    /* 記事一覧ページ */
    .archive-main {
        width: 100%;
        padding: 0 5.33vw;
        margin: 0 auto 21.33vw;
        display: block;
    }

    .archive-container {
        width: 100%;
    }

    .archive-content {
        margin: 9.33vw 0 0;
    }

    .archive-title-wrap {
        display: block;
        text-align: center;
        position: relative;
    }

    .archive-title {
        font-size: 9.6vw;
        margin: 0;
        padding: 0 0 11.73vw;
        border-bottom: solid 0.27vw #333;
        display: inline-block;
    }

    .archive-title-ja {
        font-size: 3.47vw;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        padding: 0;
        position: absolute;
        top: 12vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .archive-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 5.33vw;
        margin: 10.67vw 0 0;
    }

    .archive-item__image {
        width: 42.13vw;
        height: 46.13vw;
    }

    .archive-item__body {
        margin: 3.47vw 0 0;
    }

    .archive-item__title,
    .archive-no-posts,
    .search-no-results {
        font-size: 3.73vw;
        margin: 3.47vw 0;
    }

    .archive-no-posts,
    .search-no-results {
        text-align: center;
    }

    .pagination {
        margin: 9.87vw 0 0;
    }

    .pagination li:not(:first-of-type, :last-of-type) {
        margin: 0 5.33vw 0 0;
    }

    .pagination li .dots::after {
        width: 8vw;
    }

    .pagination li a,
    .pagination li span,
    .pagination li .dots::after {
        font-size: 5.33vw;
    }

    .pagination li .next {
        margin: 0 0 0 2.67vw;
    }

    /* 検索結果ページ */
    .search-title {
        font-size: 4.8vw;
        padding: 0 0 5.07vw;
        text-align: center;
    }

    .search-title::before {
        left: 50%;
        transform: translateX(-50%);
        width: 30.67vw;
        height: 0.27vw;
    }
}