.page_template {
    position: relative;
    width: 100%;
    min-height: calc(100dvh - 81px);
    display: flex;
    flex-direction: column;
}

.section_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    box-sizing: border-box;
}

/* 英語文字アニメーション用のコンテナ */
.content_container {
    position: relative;
}

.content_container .animated_text {
    position: absolute;
    top: 16px;
    left: -24px;
    font-size: 53px;
    color: var(--wp--custom--color--blue--400);
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    z-index: -999;
    pointer-events: none;
}

.content_container .animated_text .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.site_main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.content {
    position: relative;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.content_container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1280px) {
    .left_side_bar {
        position: relative;
    }
}

.right_side_bar_wrapper {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.side_bar_label {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-font-black, #232936);
}

.search_box {
    display: none;
}

.tag_box {
    min-width: 0;
    gap: 12px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.tag_list {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.content_title {
    padding: 0 !important;
    color: var(--wp--custom--color--gray--800);
}

@media screen and (min-width: 1280px) {
    .content_container .animated_text {
        top: 24px;
        left: -54px;
        font-size: 120px;
    }

    .right_side_bar_wrapper {
        position: sticky;
    }

    .site_main {
        width: 100%;
        height: fit-content;
        flex-direction: row;
    }

    .content {
        height: auto;
        width: 100%;
        padding: 28px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content_container {
        gap: 52px;
    }

    .content_template_1>.content_container {
        max-width: 960px;
    }

    .content_template_2>.content_container {
        max-width: 1280px;
    }

    .content_template_3>.content_container {
        max-width: 960px;
    }

    .right_side_bar_wrapper {
        width: 280px;
        gap: 40px;
        padding: 28px 28px 28px 0px;
    }

    .search_box {
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .tag_box {
        gap: 12px;
    }
}
