.modal-overlay {
    z-index: 1002;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /*for old Safari*/
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

/*.modal-overlay(:target)*/
/*{*/
/*    height: 100% \9*/
/*} !* IE9,10 *!*/
a.modal-open:hover {
    cursor: pointer
}

.modal-content-wrap {
    position: absolute;
    display: none;
    z-index: 1003;
    /*background-color: red;*/
    width: 100%;
}

.modal-content {
    position: relative;
    margin: 10px auto;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    width: 565px;
    z-index: 1004;
}

.modal-content img {
    width: auto;
    max-width: 100%;
    max-height: 70vh;
}

.modal-content h1 {
    font-size: 120%;
    margin-bottom: 0.5em
}

.modal-content p {
    max-width: 565px;
    text-align: left;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 180%;
    width: 100%;
    box-sizing: border-box;
}

a.modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ff3399;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none
}

a.modal-close:hover {
    cursor: pointer;
    opacity: .6
}

.pop-title {
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 180%;
}

.girlsComentBox {
    text-align: left;
    padding: 10px;
    font-size: 160%;
    　font-weight: bold;
}

.listPink {
    color: #ff3399;
}

.girlsVoice {
    padding: 10px;
    border-radius: 10px;
    background-color: #F9DBF3;
    overflow: scroll;
    height: 100px;
    width: 94%;
    font-size: 160%;
}

.girlsImageList {
    background-color: #ff3399;
    width: 266;
    height: 70px;
    font-size: 18px;
    color: #ffff;
    font-weight: bold;
}


@media screen and (max-height: 640px) {
    .modal-content {
        padding: 10px;
    }

    .modal-content h1 {
        font-size: 100%;
        margin-bottom: 3px
    }

    .modal-content p {
        ffont-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 180%;
        width: 100%;
        padding: 10px;
        margin: auto
    }

    a.modal-close:hover {
        opacity: 1
    }
}

@media screen and (max-width: 640px) {
    .modal-content {
        padding: 10px;
        width: auto;
        max-width: 565px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-content {
        padding: 10px;

    }

    .modal-content img {
        max-height: inherit;
        width: 100%;
        height: auto;
    }

    .modal-content p {
    }

    .girlsVoice {
        height: 112px;
    }

    a.modal-close:hover {
        opacity: 1
    }
}





