.section_header__content {
    font-size: 1rem;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.sectionTitleShadowWhite {
    text-shadow: 2px 2px 0 #fff;
    color: var(--color-red);
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    @media screen and (max-width: 1023px) {
        font-size: 27px;
    }
}
.sectionTitleShadowWhite::after {
    content: "";
    position: absolute;
    right: -8%;
    width: 2.75rem;
    height: 3rem;
    background: url(../../icon/book_title.svg) no-repeat center / contain;
    @media screen and (max-width: 1023px) {
        right: -10%;
        width: 2.25rem;
        height: 2rem;
    }
    
}
.section_title::after {
    content: "";
    display: block;
    width: 1.875rem;
    height: 0.0625rem;
    background-color: var(--color-red);
    margin: 12px auto 0;
}
.icon-search {
    width: 1rem;
    height: 1rem;
    min-width: fit-content;
}
.sectionTitleWrap {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 32rem;
}
.sectionTitle {
    color: var(--color-red);
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    text-align: center;
    background: var(--color-light-pink);
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
    @media screen and (max-width: 1023px) {
        font-size: 1rem;
    }
}

.sectionTitleLine {
    border-bottom: 1px solid var(--color-red);
    transform: translateY(-9px);
}
.button_type {
    color: var(--color-black) !important;
    font-weight: 500 !important;
    justify-content: flex-start !important;
    padding: 0.25rem 0.825rem !important;
    position: relative;
    width: 100%;
    @media screen and (min-width: 1024px) {
        font-size: 1rem !important;
    }
}
.button_type::after {
    content: "";
    position: absolute;
    right: 4%;
    top: 30%;
    width: 0.5rem;
    height: 0.75rem;
    background: url(../../icon/arrow_right_pink.svg) no-repeat center / contain;
}
.alphabet_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 1.625rem 0;
    list-style: none;
    position: relative;
    @media screen and (max-width: 1023px) {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0.625rem;
        padding-bottom: 1.625rem;
    }
}
.alphabet_list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(
        circle,
        var(--color-pink) 30%,
        transparent 31%
    );
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.alphabet_list li a:hover {
    opacity: 0.7;
}
.button_alpha {
    color: var(--color-black) !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    @media screen and (max-width: 768px) {
        padding: 0.75rem 0 !important;
    }
}
.alpha_active {
    background-color: var(--color-pink) !important;
    color: #fff !important;
    border: 1px solid white !important;
}
.terms_section.active {
    display: flex;
}
.terms_section {
    font-size: 1.25rem;
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    @media screen and (max-width: 1023px) {
        font-size: 0.875rem;
        gap: 0.25rem;
    }
}
.term_empty {
    padding-top: 1rem;
    font-size: 0.75rem;
}
.search_input {
    height: 2rem !important;
    @media screen and (max-width: 1023px) {
        height: 1.75rem !important;
    }
}
.yougosyuu_detail p {
    font-size: 1rem;
    color: var(--color-black);
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.results_count {
    font-size: 0.875rem;
}
.results_header {
    position: relative;
}
.results_header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(
        circle,
        var(--color-pink) 30%,
        transparent 31%
    );
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.sort_button {
    padding: 3px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    border-radius: 50px;
    background-color: var(--color-pink);
}
.sort_button img {
    margin-left: 0.5rem;
    width: 1rem;
}
.pagination {
    margin-top: 1rem !important;
}
.divider h4{
    @media screen and (max-width: 1023px) {
        font-size: 0.91525rem !important;
    }
}
.button_shadow_filled, .button_shadow_outline{
    @media screen and (min-width: 1024px) {
        font-size: 1rem !important;
    }
}