img.cp-img {
    width: 100%;
    /* height: 100%; */
    transition: 3s;
    /* transform: scale(1); */
}

/* img.cp-img:hover {
    transform: scale(1.05);
    transition: 3s;
} */

.cp-card-wrap {
    box-shadow: var(--box-shadow);
    position: relative;
}

.cp-info-wrap {
    padding: 1rem;

}

/* Smartphone */
@media (max-width: 992px) {
    .cp-info-wrap {
        padding: .5rem;
    }

    .cp-info-wrap p {
        font-size: .8rem;
        color: var(--grey-dk);
    }

    .cp-info-wrap h3 {
        font-size: .9rem;
    }

    .escort-cards-wrap .row {
        width: 98%;
    }
}

.hover14 figure {
    position: relative;
    overflow: hidden;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity:.2;
}
.hover14 figure:hover::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.cp-name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

.cp-area-wrap {
    text-align:right;
}

.cp-name-wrap.height-adj {
    padding: .4rem 0;
}

h3.cp-name-wrap a {
    font-size: 1rem;
}


.cp-area {
    font-family: 'Montserrat';
    font-size: .9rem;
    font-weight: 400;
    margin-bottom:.25rem;
}

@media (max-width: 992px) {
    .cp-area {
        font-size:.7rem;
    }
}

.cp-travel {
    display: flex;
    align-items: center;
    column-gap: .2rem;
}

.cp-travel * {
    font-size: .7rem;
}

@media (max-width: 992px) {
    .cp-travel * {
        font-size: .45rem!important;
    }
}

.cp-travel-title,
.cp-travel-location {
    font-family: 'Montserrat';
    font-weight: 200;
}

.cp-travel-location {
    font-weight: 400;
    opacity: 1;
    height: 1.5rem;
}

img.jp-travel {
    width: .7rem;
}

@media (max-width: 992px) {
    img.jp-travel {
        width: .45rem;
    }
}

span.world-travel {
    font-size: .8rem;
    opacity:.7;
}

.region-tag {
    padding: 2px 10px;
    font-size: 0.9rem;
    border: 1px solid var(--gold);
    color: var(--gold);
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
    height: auto; /* 元の高さに戻す */
    line-height: normal;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition);
}

.region-tag.active {
    padding: 2px 10px;
    font-size: 0.9rem;
    border: 1px solid var(--gold);
    color: white;
    background-color: var(--gold);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
    height: auto; /* 元の高さに戻す */
    line-height: normal;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: all;
    /* cursor: default; */
}

.region-tag:hover {
    background-color: var(--gold);
    color: white;
    border: 1px solid var(--gold);
}

.new-girl-tag {
    padding: 1px 10px;
    border: 1px solid var(--gold);
    color: white !important;
    background-color: var(--gold);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
    line-height: normal;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition);
}

a.cp-reviews {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-size: .8rem!important;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: .25rem;
}

.cp-reviews span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: .8rem;
    font-weight: 500;
    color: var(--gold);
    border: 1px solid var(--gold);
    min-width: 1rem;
    height: 1rem;
    padding: 0 .25rem;
}

.cp-card-award-wrap {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    top: 1rem;
    left: 1rem;
}

.cp-card-award-text-wrap {
    /* background: var(--black); */
    text-align:center;
    padding: .2rem .5rem;
}

p.cp-card-award-title {
    color: #c69c66;
    font-weight: 500;
    font-size: .7rem;
}

p.cp-card-award-text {
    color: #c69c66;
    font-size: .6rem;
    margin-top: -.4rem;
}

img.cp-card-crown {
    width: 3rem;
}

