:root {
    /* PC デフォルトフッターリンク領域サイズ */
    --footer-links-size-pc: 980px !important;
}

.panelbox.active {
    background-color: #f7f7f7;
}
.contents {
    background: #fff;
}
.search_menu--li {
    padding: 5px 10px 5px 10px;
}
.search_menu_title {
    font-size: 17px;
    font-weight: bold;
}
.search_menu_item_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}

/* ↓20251104 @SC 検索結果ページの検索リンク変更 */
.select_box_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.select_box_wrapper > img[src*="xmark-circle"] {
    position: absolute;
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 10px 10px 10px 0;
}

.select_box {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    flex: 1;
}

.select_box.modal-trigger {
    position: relative;
}

.select_box.modal-trigger::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.select_box_inner {
    display: flex;
    align-items: center;
}
.select_icon {
    max-width: 20px;
}
.select_text {
    margin-left: 10px;
    font-size: 14px;
    color: #cecece;
    max-width: 300px;
}
/* ↑20251104 @SC 検索結果ページの検索リンク変更 */

.select_text.active {
    color:#000;
}
.select_box_over {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.select_box_wrapper--date {
    position: relative;
    width: 50%;
}
.select_date_box {
    display: flex;
    background: #f4f4f4;
    border-radius: 8px;
}
.select_date {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 10px;
    width: 50%;
}
.work_date {
    width: 100%;
    height: 25px;
    margin-left: 10px;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
}
.work_date::placeholder {
    color: #cecece;
}
.search_menu--li-extras {
    padding: 5px 0;
    /* display: none; */
}
.search_menu_checkbox {
    display: none;
}
.search_menu_button {
    border-radius: 8px;
    color: #fff;
    background-color: #A51B20;
    border: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    /* margin-top: 20px; */
    cursor: pointer;
}
.search_menu_button_icon {
    margin-right: 10px;
}
.girls_list {
    width: 100%;
    padding: 10px;
}
.girls_list_title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}
.girls_list_wrapper {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.girls_box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px 5px 0;
}
.girls_box_detail {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.girls_box_detail_name {
    display: flex;
}
.girls_box_detail_name_text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.girls_box_detail_years_text {
    display: block;
    white-space: nowrap;
    margin-left: 5px;
}
.girls_box_img {
    width: 100%;
    opacity: 0;
    min-height: 250px;
    max-height: 450px;
}
.girls_box_img.lazyloaded {
    animation: fade 1s forwards;
    min-height: initial;
}
/* fadeアニメーション */
@keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.girls_extra_icon_box {
    position: absolute;
    width: calc(80% / 2);
    right: 0;
    bottom: 100%;
    display: none;
}
.girls_extra_icon {
    max-height: 100%;
    opacity: 0;
}
.girls_extra_icon.lazyloaded {
    animation: fade 1s forwards;
}
.select_box_wrapper--sort {
    margin-left: 5px;
    position: relative;
}
.select_box_over--sort {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.select_text--sort {
    margin: 0 10px;
    font-size: 14px;
    color: #000;
}
.sort_box {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.next_page_load {
    text-align: center;
    height: 40px;
}
.next_page_load_img {
    display: none;
    max-height: 100%;
}

/* ↓ PC ↓ */
@media screen and (min-width:767px) {
    .sp_mode {
        display: none;
    }
    .pc_mode {
        display: block;
    }
    /* コンテンツ幅 */
    .contents {
        max-width: 980px;
    }
    /* レスポンシブコンテンツ */
    .contents-block {
        display: flex;
		overflow: hidden;
    }
    .search_menu {
        min-width: 290px;
        width: 290px;
    }
    .search_menu--li-extras {
        padding: 10px 10px 5px 10px;
    }
    .search_menu_checkbox_wrapper {
        padding: 5px 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .search_menu_checkbox_lavel {
        background: #f4f4f4;
        padding: 10px;
        margin: 0 10px 10px 0;
        border-radius: 20px;
        display: flex;
        cursor: pointer;
        user-select: none;
    }
    .search_menu_check {
        width: 20px;
        height: 20px;
        background: #fff;
        border: solid 1px #A51C20;
        border-radius: 10px;
        margin-right: 5px;
    }
    .search_menu_checkbox:checked + .search_menu_checkbox_lavel .search_menu_check {
        background: #A51C20;
    }
    .girls_box {
        width: calc(33.33% - 5px);
    }
    .select_box_over option{
        font-size : 16px;
    }
}
/* ↑ PC ↑ */

/* ↓ SP ↓ */
@media screen and (max-width:767px) {
    .sp_mode {
        display: block;
    }
    .pc_mode {
        display: none;
    }
    .girls_list_title {
        padding: 10px 10px;
    }
    .girls_list_title_text {
        padding: 0 10px;
    }
    .search_menu_checkbox_wrapper {
        background: #f4f4f4;
        padding: 5px 5px 5px 10px;
        border-top: solid 1px #E0E0E0;
        border-bottom: solid 1px #E0E0E0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: unset;
        overflow: auto;
    }
    .search_menu_checkbox_lavel {
        background: #fff;
        border-radius: 15px;
        padding: 10px;
        display: inline-block;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
        white-space: nowrap;
        margin-right: 8px;
        cursor: pointer;
        user-select: none;
    }
    .search_menu_checkbox:checked + .search_menu_checkbox_lavel {
        background: #A51C20;
        color: #fff;
    }
    .girls_box {
        width: calc(50% - 5px);
    }
    .girls_list {
        width: auto;
    }
}
/* ↑ SP ↑ */
/* 202410 SEO内部リンク対応 */
.related-search-link {
    width: auto;
    height: 45px;
    font-size: 13.5px;
    margin-top: 10px;
    cursor: pointer;
    /* 20241101 相互リンクボタンデザイン修正 */
    border-width: 3px;
    border-style: solid;
    border-radius: 8px;
    background: #fff;
    color: #A51C20;
    white-space: nowrap;
    /* 20241101 相互リンクボタンデザイン修正 */

    & a {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        height: 100%;

        color: #e91e1ecc;
        text-align: center;
        font-weight: bold;
    }
}

/* 20241101 相互リンクボタンデザイン修正 */
.link_icon {
    width: 25px;
    height: auto;
    filter: invert(15%) sepia(333%) saturate(8000%) hue-rotate(364deg) brightness(59%) contrast(125%);
}

.link_area {
    display: flex;
    align-items: center;
    margin-left: 5px;
    color: #A51C20;
}

.related-search-link span {
    word-break: normal;
    margin-left: 10px;
}
/* 20241101 相互リンクボタンデザイン修正 */

/* ↓20251104 @SC 検索結果ページの検索リンク変更 */
/* 検索モーダル */
.search-modal {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .search-modal {
        background-color: rgba(0, 0, 0, 0.3);
        pointer-events: auto;
    }
}

.search-modal-content {
    position: absolute;
    left: 310px;
    top: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 300px;
    max-height: 70vh;
    overflow-y: auto;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.search-modal-content.fading {
    opacity: 0.2;
}

@media screen and (min-width: 768px) {
    .search-modal-content {
        width: 800px;
        max-height: 80vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    .search-modal-content {
        position: absolute;
        left: 20px;
        right: 20px;
        width: auto;
        max-height: 60vh;
        overflow-y: auto;
    }
}

.search-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-modal-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.search-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-close:hover {
    color: #333;
}

.search-modal-body {
    padding: 10px 0;
}

.modal-options {
    display: none;
}

.modal-options.active {
    display: block;
}

@media screen and (min-width: 768px) {
    .select_text {
        max-width: 200px;
    }

    .search-modal-body {
        display: block;
        padding: 10px 0 15px 0;
    }

    .modal-options {
        flex-wrap: wrap;
    }
}

.modal-search-link {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.modal-search-link:hover {
    background-color: #f8f8f8;
    color: #a51b20;
}

.modal-search-link.current {
    background-color: #a51b20;
    color: #fff;
}

.modal-search-link.current:hover {
    background-color: #8a1519;
    color: #fff;
}

.modal-search-item {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    transition: background-color 0.2s;
}

.modal-search-item:hover {
    background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
    .modal-search-item {
        width: 230px;
        font-size: 12px;
        padding: 2px 10px;
    }
}

.modal-search-checkbox {
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    transform: scale(1.2);
}

@media screen and (min-width: 768px) {
    .modal-search-checkbox {
        width: 12px;
        height: 12px;
    }
}

.modal-search-label {
    flex: 1;
    cursor: pointer;
    color: #a51b20;
    text-decoration: none;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.modal-search-label.current {
    font-weight: bold;
}

.modal-search-group {
    margin-bottom: 15px;
    width: 100%;
}

.modal-region-title {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 0 0 10px 0;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-left: 3px solid #a51b20;
}

.modal-search-group:first-child .modal-region-title {
    border-top: none;
}

.modal-region-prefs {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .modal-region-prefs {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .search-modal-header {
        padding: 12px 15px;
    }

    .modal-search-link {
        padding: 10px 15px;
        font-size: 14px;
    }
}
/* ↑20251104 @SC 検索結果ページの検索リンク変更 */