body.fixed {
    overflow: hidden;
}
.member-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.member-head {
    padding: 35px 0 0;
    text-align: center;
}
.member-head p {
    font-size: 18px;
    line-height: 1.8em;
}
.member-body {
    padding: 50px 0;
}
.member-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.member-list::before {
    content: "";
    display: block;
    order: 1;
    width: 30%;
}
.member-item {
    cursor: pointer;
    margin: 25px 0 0;
    transition-duration: .3s;
    width: 30%;
}
.member-item:nth-child(-n+3) {
    margin-top: 0;
}
.member-item:hover {
    opacity: .8;
}
.member-image {
    overflow: hidden;
    height: 0;
    padding: 0 0 80%;
    position: relative;
    width: 100%;
}
.member-image img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.member-text {
    padding: 15px 0 0;
    text-align: center;
}
.member-name {
    font-size: 26px;
    margin: 0 0 10px;
}
.member-department {
    font-size: 18px;
}


.meber-popup {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 130px);
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.member-popup__bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.popup-content__close {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
}
.member-popup__content {
    height: 500px;
    margin: auto;
    width: 1000px;
    z-index: 1;
}
.popup-content__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.popup-left {
    width: 300px;
}
.popup-right {
    width: calc(100% - 325px);
}
.popup-right__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.popup-name {
    width: 100%;
}
.popup-name .names {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
}
.name__jp {
    border-right: 1px solid #000;
    font-size: 28px;
    margin-right: 15px;
    padding-right: 15px;
}
.name__en {
    font-size: 23px;
}
.departments p {
    font-size: 18px;
    font-weight: bold;
}
.popup-book a {
    background-image: url(https://katana-marketing.co.jp/assets-v2/img/top/contents-row-button.png);
    background-size: 260px 52px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 260px;
}
.popup-right__bottom {
    height: 325px;
    overflow-y: auto;
}
.popup-comment p {
    font-size: 18px;
    line-height: 1.8em;
}

@media screen and (max-width: 1000px) {
    .member-head p {
        font-size: 16px;
    }
    .member-item {
        width: 49%;
    }
    .member-item:nth-child(-n+3) {
        margin-top: 25px;
    }
    .member-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .member-popup__content {
        height: 80%;
        overflow-y: scroll;
        width: 90%;
    }
    .popup-left {
        height: 0;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0 0 100%;
        position: relative;
        width: 100%;
    }
    .popup-left img {
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }
    .popup-right {
        width: 100%;
    }
    .popup-name {
        margin: 0 0 20px;
        width: 100%;
    }
    .popup-name .names {
        margin: 0 0 10px;
    }
    .name__jp {
        font-size: 24px;
        margin-right: 10px;
        padding-right: 10px;
    }
    .name__en {
        font-size: 18px;
    }
    .departments p {
        font-size: 16px;
    }
    .popup-right__bottom {
        height: 100%;
        overflow-y: auto;
    }
    .popup-comment p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .member-item {
        width: 100%;
    }
    .member-item:nth-child(-n+2) {
        margin-top: 25px;
    }
    .member-item:first-child {
        margin-top: 0;
    }
}

.popup-paginate {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 0 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
}
.popup-paginate__prev,
.popup-paginate__next {
    display: flex;
    align-items: center;
}
.popup-paginate__prev::before,
.popup-paginate__next::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    width: 10px;
}
.popup-paginate__prev::before {
    background-image: url(https://katana-marketing.co.jp/assets-v2/img/member/photo2020/modal-arrow.png);
    margin-right: 10px;
}
.popup-paginate__next::after {
    background-image: url(https://katana-marketing.co.jp/assets-v2/img/member/photo2020/modal-arrow.png);
    margin-left: 10px;
    transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
    .popup-paginate {
        display: block;
        position: static;
        margin: 0 0 25px;
    }
    .popup-paginate__prev,
    .popup-paginate__next {
        width: 100%;
    }
    .popup-paginate__next {
        justify-content: flex-end;
    }
}