/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
html,
body {
    -webkit-font-smoothing: antialiased;
    /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    /* Firefox on macOS */
}


.font-min {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.en {
    font-weight: 400;
}

.gold {
    color: var(--main-color-2) !important;

}

.title-type04 span:nth-child(2) {
    opacity: 0.7;
}

/* === ローディング画面の設定 === */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    /* 背景色 */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease-out;
}

#loading img {
    opacity: 0;
    /* 初期状態は非表示 */
    transition: opacity 1s ease-in-out;
}

#loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30vw;
    max-width: 500px;
    /* 最大サイズ（PC） */
    height: auto;
}


.loading-fadeout {
    opacity: 0;
    pointer-events: none;
}

.content {
    margin-top: 80px;
}

/* === header === */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}


.header-logo {
    width: 290px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.header-inner {
    height: 80px;
    padding: 0;
}

.header-translate {
    position: absolute;
    right: 140px;
    top: 16px;
}

.header-translate .gt_float_switcher {

    font-size: 1.6rem !important;
    box-shadow: none !important;
}

.header-contact {
    position: absolute;
    right: 100px;
    top: 55%;
    transform: translateY(-55%);

}

.header-contact .material-symbols-outlined {
    font-size: 25px;
    font-variation-settings: "FILL"0, "wght"500, "GRAD"0, "opsz"20;
}


.header-login {
    display: none;
}


.header-nav {
    margin: 0 auto;
}

.header-nav>ul>li {
    display: flex;
    align-items: center;
}

#header-login a {
    background-color: #dfdfdf;
    padding: 0.2em 1em;
    font-size: 1.6rem;
    border-radius: 30px;
}


#drawer-members {
    margin: 100px 30px 0 30px;
}

#drawer-members li {
    margin: 15px 0;
}

#drawer-members a {
    padding: 0.2em 1em;
    font-size: 1.6rem;
    border-radius: 30px;
}

#drawer-members a.members {
    background-color: #dfdfdf;
}

#drawer-members a.members::before {
    content: "\e853";
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1,
        "wght"500,
        "GRAD"0,
        "opsz"20;
    line-height: 1;
    margin-right: 0.5rem;
}

.drawer-nav>ul {
    margin-top: 30px;
}



.mainvisual {
    margin-bottom: 0;
    position: relative;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.mainvisual .swiper-slide-active img,
.mainvisual .swiper-slide-duplicate-active img,
.mainvisual .swiper-slide-prev img {
    animation: zoomUp 10s linear 0s normal both;
}

.mainvisual-button {
    display: block;
}

.mainvisual-button ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.mainvisual-button ul li {
    background-color: #fff;
    border-radius: 10px;
    width: 300px;
}

.mainvisual-button ul li a {
    padding: 15px;
    display: block;
    text-align: center;
    line-height: 1.4;
    color: var(--text-color);
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.mainvisual-button ul li a::after {
    content: "\e5cc";
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 3rem;
}

.mainvisual-button ul li a .en {
    font-size: 2.8rem;
    color: var(--main-color-2);
    display: block;
}

.bg-main-color {
    color: #fff;

}

.bg-main-color::before {
    background: var(--main-color) !important;

}

.list-number-type01 .copy {
    font-size: 1.8rem;
    color: var(--main-color-2);
    font-weight: 400;
}

.list-number-type01 ol li:before {
    font-weight: bold;
    letter-spacing: 0.08em;
    font-family: "Lexend Giga", sans-serif;
    font-optical-sizing: auto;
}

.main-flow {
    display: flex;
    justify-content: space-between;
}

.main-flow .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-flow .left .list-flow-type01 {
    width: 85%;
}

.main-flow .left .list-flow-type01>ul>li .icon {
    font-size: 1.2rem;
}

.main-flow .left-inner {
    width: 60%;
}

.main-flow .right {
    width: 60%;
}

.contact-type02 {
    background-color: var(--main-color);
}

.contact-type02 .text .btn {
    margin-top: 0;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-menu .footer-column {
    flex: 1 1 calc(25% - 20px);
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer-menu li {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

/* トグルボタン */
.footer-menu .toggle-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 17px;
    bottom: 0;
    width: 40px;
    background: none;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
}

/* アイコン表示 */
.footer-menu .toggle-btn::after {
    content: '+';
    display: block;
    width: 1em;
    text-align: center;
    transition: transform 0.3s ease;
}

/* 開いた状態のアイコン */
.footer-menu .parent.open .toggle-btn::after {
    content: '−';
}

/* アコーディオンアニメーション */
.footer-menu .sub-menu {
    overflow: hidden;
    max-height: none;
    /* PCでは常に見えるように */
    padding-left: 1em;
}

.page-header {
    position: relative;
}



/* === 会員絞り込み検索 === */

#wpmem_login {
    margin: 0 auto;
    padding: 0 20px;
}

#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
    border: 1px solid var(--border-color) !important;
}

#wpmem_login input {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 20px auto;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3sease;

}

.members-logout {
    padding: 50px 0;
}

.members-logout a {
    text-decoration: underline;
}

.members-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto calc(var(--box-margin) + 1vh) auto;
    padding: 0 4vmin;
    max-width: 1200px;
}

.members-content {
    width: calc(100% - 280px);
    margin-bottom: 40px;
}

.members-sidebar {
    width: 250px;
}


.members-sidebar-inner {
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ddd;
}

.members-filter-once {
    margin: 10px 0;
}

#members-filter-form select {
    width: 100%;
}

.members-filter-submit {
    text-align: center;
}

#members-filter-form button[type="submit"] {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 20px auto;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

#members-filter-form button[type="submit"]:hover {
    background-color: #555;
}


.slider-group {
    margin: 0 auto;
    padding: 45px 0 0 0;
    height: 100px;
    width: 90%;
}

/* バー全体の高さ */
.noUi-horizontal {
    height: 8px !important;
}

.noUi-tooltip {
    font-size: 1.3rem !important;
}

.noUi-connect {
    background: var(--main-color-2) !important;

}

.noUi-value {
    font-size: 1.2rem !important;
}

.search-condition-tags {
    margin: 1em 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.search-condition-tags .tag {
    display: inline-block;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 0 5px 5px 0;
    font-size: 13px;
}

.search-condition-tags .remove-tag {
    margin-left: 6px;
    color: #888;
    text-decoration: none;
    font-weight: bold;
}

.search-condition-tags .remove-tag:hover {
    color: #c00;
}

.members-filter-toggle {
    display: none;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;

}

.members-filter-toggle::before {
    content: "\e8b6";
    position: relative;
    top: 3px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"0, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    margin-right: 0.5rem;

}

/* === 会員検索一覧ページ === */

.gallery-list-list {
    margin: 0px 0 0 0;
}

.search-result-count {
    margin-bottom: 20px;
}

.gallery-list-item {
    padding: 0px;
}

.gallery-list-item-ttl {
    display: flex;
    justify-content: space-between;
}

.gallery-list-item-id,
.gallery-list-item-ttl,
.gallery-list-item-rating {
    margin: 10px 0 0 0 !important;

}

.gallery-list-item .text {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.2em 1em 1em 1em;
    left: 0;
    bottom: 0;
    color: #fff;
}

.gallery-list-item .text p {
    color: #fff;
}

.class-label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 76px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.class-label-gold {
    background-image: url('../images/label-gold.png');
}

.class-label-platinum {
    background-image: url('../images/label-platinum.png');
}

.gallery-list-item .image {
    position: relative;
}

/* === お気に入りページへのリンクボタン === */
.members-favorite-link a {
    position: absolute;
    right: calc((100vw - 1200px) / 2);
    bottom: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}

.members-favorite-link a::before {
    content: "\e87d";
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    font-size: 26px;

}

/* === 会員ページsingleページへ === */

.single .members-content {
    order: 2;
}


.single .members-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.single .members-content-left {
    width: 55%;
}

.single .members-content-right {
    flex: 1;
}

.single .members-header {
    margin: 0 0 20px 0;
}

.single .members-header h1 {
    font-size: 3.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single .members-header-id {
    font-size: 1.6rem;
    font-weight: 400;
}

.single .members-header-rating {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.single .members-header-question {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #ccc;
    font-size: 1.4rem;
}

.single .members-header-question::before {
    position: relative;
    content: "\e887";
    top: 4px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"0, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    transform: translateY(-50%);
    margin-right: 0.3em;
    font-size: 1.8rem;
}


.single .tooltip-text {
    display: none;
    position: absolute;
    top: 100%;
    /* 下に表示 */
    right: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 1.3rem;
    z-index: 10;
    width: 300px;
}

.single .members-prof-ttl {
    font-size: 2.2rem;
    font-weight: 600;
}

.single .members-prof-table {
    border-top: 1px solid #ddd;
    margin: 20px 0 40px 0;
    width: 100%;
}

.single .members-prof-table th {
    width: 40%;
}

.single .members-prof-table th,
.single .members-prof-table td {
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}

.backto-btn {
    text-align: center;
    display: block;
}

.backto-btn a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 13px 30px 12px 50px;
    color: #333;
    border: 1px solid #333;
    background: fff;
    border-radius: 30px;
}

.backto-btn a:before {
    content: "\e5c4";
    position: absolute;
    top: 50%;
    left: 25px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    transform: translateY(-50%);
}

/*-------お気に入りに追加ボタン--------*/
.gallery-list-list .favorite-toggle-btn {
    margin-top: 15px;
}

.favorite-toggle-btn {
    padding: 0.8em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background: #f66;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.7rem;
    display: block;
    border-radius: 3px;
}

.favorite-toggle-btn.is-favorite {
    background: #ddd;
    color: #333;
}

.single .members-cta {
    display: flex;
    gap: 10px;

}

.single .members-cta li {
    flex: 1;

}

.single .members-cta .entry-btn {
    padding: 0.8em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background: var(--main-color-2) !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.7rem;
    display: block;
    border-radius: 3px;
    color: #fff;
}

/*-------お気に入りページ--------*/
.page-id-1113 .members-content {
    order: 2;
}

/* 20250403 added by Fabo */
.mt-0 {
    margin-top: 0 !important;
}

.mt-s {
    margin-top: 4vh !important;
}

.mt-m {
    margin-top: 7vh !important;
}

.mt-l {
    margin-top: 10vh !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-s {
    margin-bottom: 4vh !important;
}

.mb-m {
    margin-bottom: 7vh !important;
}

.mb-l {
    margin-bottom: 10vh !important;
}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]) {
    margin-bottom: 3vh;
}

.box-color {
    margin: 0 0 6vh;
    padding: 3vh;
    background: #f7f7f7;
}

.box-color :first-child {
    margin-top: 0 !important;
}

.box-color :last-child {
    margin-bottom: 0 !important;
}

.page-content .image-text-type01 .text {
    overflow: hidden;
}

.page-content .image-text-type01 .text :first-child {
    margin-top: 0;
}

.page-content .list-check-type01 {
    display: flex;
    justify-content: flex-start;
}

.align-center {
    text-align: center;
}

.table-fixed {
    width: calc(100% + 10px);
    margin: 0 -5px 25px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}

.table-fixed th,
.table-fixed td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.table-fixed th {
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
}

.table-fixed td {
    background: var(--sub-color);
}

/* 横スクロール対応用ラッパー */
.table-scroll {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}


/* スマホ時に最小幅を確保 */
@media (max-width: 768px) {
    .table-fixed {
        min-width: 600px;
        /* スクロールが出るように */
    }


    /* 矢印インジケーター */
    .scroll-indicator {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-65%, -50%);
        pointer-events: none;
        z-index: 10;
    }

    /* アイコン表示を疑似要素で */
    .scroll-indicator::after {
        content: "\f69b";
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Material Symbols Outlined';
        font-size: 30px;
        line-height: 1;
        color: #fff;
        background: rgba(150, 150, 150, 0.8);
        border-radius: 5px;
        animation: scroll-bounce 1.2s ease-in-out infinite;
    }

    /* bounceアニメーション */
    @keyframes scroll-bounce {
        0% {
            transform: translateY(-50%) translateX(0);
        }

        50% {
            transform: translateY(-50%) translateX(-10px);
        }

        100% {
            transform: translateY(-50%) translateX(0);
        }
    }

}

.list-flow-type01>ul>li .icon {
    width: 85px;
}

/*-------男性、女性向けページ--------*/
.local-nav {
    position: relative;
    top: -2vmax;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 2vmax 0;
}

.local-nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 1rem;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

.local-nav-list li a {
    display: inline-block;
    padding: 0.8em 2em 0.8em 1em;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.local-nav-list li a:after {
    content: "\e313";
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
    line-height: 1;
    margin-left: 0.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5em;
}


.local-nav-list li a:hover,
.local-nav-list li a.active {
    border-bottom: 2px solid #333;
    color: #000;
    font-weight: bold;
}

/* スクロールバー非表示（スマートに） */
.local-nav::-webkit-scrollbar {
    display: none;
}

.local-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/*------------------------------------------------------------------------------
  PC~TABLET
------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
    .drawer-open {
        background: none;
    }

    .drawer-open .bar01,
    .drawer-open .bar02 {
        background: #111;
    }

    .mainvisual-catch div.copy {
        font-size: 6.8rem;
    }

    .mainvisual-catch div.copy .sub {
        font-size: 3.2rem;
    }

}

/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .members-favorite-link a {
        right: 10px;
        width: 80px;
        height: 80px;
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 1024px) {



    /* 検索 */
    .members-wrapper {
        display: block;
    }

    .members-content,
    .members-sidebar {
        width: 100%;
    }

    .members-sidebar {
        margin-bottom: 30px;
        background-color: #fff;
    }

    .members-filter-toggle {
        display: block;
    }

    .members-filter {
        overflow: hidden;
        transition: max-height 0.5s ease;
        max-height: 0;
        opacity: 0;
        pointer-events: none;
    }



    .members-filter.open {
        max-height: 2000px;
        /* 適当に大きく */
        opacity: 1;
        pointer-events: auto;
    }
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/

@media screen and (max-width: 599px) {

    .box-wrap.lg {
        padding: 0 2vmin;
    }

    .image-text-type03 .text,
    .image-text-type03.right .text {
        padding: 1.5em;
        margin: -30px 2vmin 0 2vmin;
        width: calc(100% - 4vmin);
    }

    .box .btn a,
    .btn03 a {
        font-size: 1.2rem;
    }

    .content {
        margin-top: 60px;
    }

    .header-inner {
        height: 60px;
    }

    .header-logo {
        width: 220px;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    #loading-logo {
        width: 80vw;
        max-width: 300px;
    }

    .header-contact {
        display: none;
    }

    .header-translate {
        right: 70px;
        top: 8px;
    }


    .header-translate .gt_float_switcher img {
        width: 23px !important;
    }

    .header-translate .gt_float_switcher {
        font-size: 1.2rem !important;
    }

    .header-translate .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 10px 2px;
    }




    .mainvisual-catch div.copy .sub {
        font-size: 5vw;
    }

    .mainvisual-catch div.copy {
        font-size: 9vw;
    }

    .mainvisual-catch div.sub-text {
        font-size: 3.5vw;
    }

    .mainvisual-catch {
        width: 90%;
    }

    .mainvisual-button ul {
        gap: 15px;
    }

    .mainvisual-button ul li {
        width: auto;
        flex: 1;
    }

    .mainvisual-button ul li a::after {
        right: 3px;
        font-size: 2rem;
    }

    .mainvisual-button ul li a .en {
        font-size: 6vw;
    }

    .main-flow {
        display: block;
    }

    .main-flow .left .list-flow-type01 {
        width: 95%;
    }

    .main-flow .left-inner {
        width: 100%;
    }

    .main-flow .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-flow-type01>ul>li .text h3.box-h3 {
        font-size: 1.8rem;
    }

    .list-flow-type01 ul li .icon {
        margin: 0 0 10px 0;
    }

    .list-flow-type01>ul>li {
        padding: 0 0 15px 0;
    }

    .sphone-fixed-footer ul li.login a:before {
        content: "\e853";
    }

    .sphone-fixed-footer ul li.men a:before {
        content: "\e58e";
    }

    .sphone-fixed-footer ul li.women a:before {
        content: "\e590";
    }

    .page-title h1 span,
    .page-title p span {
        font-size: 2rem;
    }

    .page-title h1 span:nth-child(2),
    .page-title p span:nth-child(2) {
        display: block;
        font-size: 1.2rem;
    }

    .footer-menu {
        flex-direction: column;
        gap: 0;
    }

    .sphone-fixed-footer {
        padding: 0 0px;

    }

    .sphone-fixed-footer ul li {
        flex: 1;
        border-right: 1px solid #222;
    }

    .sphone-fixed-footer ul li.login {
        background: #333;
    }

    .contact-type02 .title {
        font-size: 2.8rem;
    }

    .contact-type02 .text .btn div a {
        font-size: 3vw;
    }

    .footer-column>ul>li {
        border-bottom: 1px solid #dfdfdf;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .footer-menu .toggle-btn {
        display: flex;
    }

    /* 初期状態は非表示（アニメ付き） */
    .footer-menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        margin-top: 0;
    }


    /* 開いたときにふわっと表示 */
    .footer-menu .parent.open .sub-menu {
        max-height: 1000px;
        margin-top: 10px;
    }

    .footer-menu .parent {
        padding-right: 40px;
    }


    .gallery-list-list {
        gap: 15px;
    }

    .gallery-list-item .text {
        padding: 0.5em;
    }

    .gallery-list-item-id,
    .gallery-list-item-ttl,
    .gallery-list-item-rating {
        margin: 2px 0 0 0 !important;

    }

    .single .members-content-wrap {
        display: block;
    }

    .class-label {
        width: 56px;
        height: 55px;
    }

    .single .members-content-left {
        width: 100%;
    }

    .single .tooltip-text {
        left: 0;
        right: auto;
    }

    #wpmem_login {
        width: 100% !important;
    }

    .single .members-cta {
        margin-bottom: 20px;
    }

    .favorite-toggle-btn,
    .single .members-cta .entry-btn {
        font-size: 1.5rem;
    }

    .members-logout {
        padding: 0 0 40px 0;
        width: 100%;

    }

    /*-------お気に入りページ--------*/
    .page-id-1113 .members-content {
        order: 1;
    }

    .local-nav-list li a {
        font-size: 1.4rem;
    }

}

/* PC（600px以上）では toggle-btn を非表示に */
@media screen and (min-width: 600px) {
    .footer-menu .toggle-btn {
        display: none !important;
    }

    .footer-menu ul.sub-menu {
        margin-top: 10px;
    }

}