/* Additional design */

html {
    scroll-behavior: smooth;
}

.f-num{
    font-family: "NotoSansJP", 'Ubuntu', sans-serif;
}

.pos-relative{
    position: relative;
}

.spacing{
    margin-top: 15px;
    margin-bottom: 15px;
}

.main--bottom-spacing{
    margin-bottom: 45px;
}

.spacing--for-vids{
    padding: 160px 0px 70px 0px;
}

.cursor-p{
    cursor: pointer;
}

.my--list-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.text-14{
    font-size: 14px;
}

@media all and (max-width: 425px) {
    .margin--auto{
        margin: 0 auto;
    }
}

@media all and (max-width: 425px) {
    .spacing--for-vids{
        padding: 0px 0px 0px 0px;
    }
}

.text--pink{
    color: #e95f85;
}

.btn--text-white{
    color: #fff !important;
}

.btn--text-black{
    color: #000 !important;
}

@media all and (max-width: 425px) {
    .btn--block{
        display: block;
        width: 100% !important;
    }
}

/* end of additional design */

.gradient--white{
    background: rgb(240,240,240,1) 0%;
    background: linear-gradient(60deg, rgba(247,247,247,0.95) 20%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%), url('/storage/vod_tempbg.jpg'); 
    background-size: cover; -webkit-animation: fadein 4s;
    /* Safari and Chrome */
    -moz-animation: fadein 4s;
    /* Firefox */
    -ms-animation: fadein 4s;
    /* Internet Explorer */
    -o-animation: fadein 4s;
    /* Opera */
    animation: fadein 4s;
}

.series--hero{
    background: rgb(240,240,240,1) 0%; background: linear-gradient(60deg, rgba(247,247,247,0.95) 20%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%), url('/storage/vod_tempbg.jpg'); background-size: cover; -webkit-animation: fadein 4s;
    /* Safari and Chrome */
    -moz-animation: fadein 4s;
    /* Firefox */
    -ms-animation: fadein 4s;
    /* Internet Explorer */
    -o-animation: fadein 4s;
    /* Opera */
    animation: fadein 4s;
}

.card--text-black{
    color: #000 !important;
}

.card--text-black li{
    color: #000 !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
}

.gallery li{
    margin-bottom: 15px;
}

.image--reso{
    height: 175px;
    background-color: #000;
}

.latest--text {
    font-weight: 900;
    display: flex;
    color: #e95f85;
    text-transform: uppercase;
}
.latest--text .right {
    margin-left: auto;
    color: #e95f85;
    text-transform: uppercase;
    cursor: pointer;
}

.font--resp{
    font-size: 14px;
}

.gallery--font-series{
    font-size: 14px;
}

@media all and (min-width: 769px) {
    .font--resp{
    font-size: 14px !important;
    }

    .gallery--font-series{
        font-size: 14px !important;
    }
}

@media all and (min-width: 426px) and (max-width: 768px) {
    .font--resp{
    font-size: 16px !important;
    }

    .gallery--font-series{
        font-size: 16px !important;
    }
}

@media all and (max-width: 425px) {
    .font--resp{
    font-size: 3.75vw !important;
    }

    .gallery--font-series{
        font-size: 3.75vw !important;
    }

}

.font--resp li:first-child{
    height: 50px;
    padding: 5px;
    margin-top: 2px;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.font--resp p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.font--resp .tag{
    background: #A9A9A9;
    border-radius: 5px;
    padding:3px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}
.font--resp .tag a{
    color: #000 !important;
}

.font--resp .tag:hover{
    background: #e95f85;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
}

.btn-genre-tag{
    height: 40px;
    width: 90px;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    opacity: 0.85;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.ranking{
    /* font-size: 7.5vh !important; */
    -webkit-text-stroke: 1px #e95f85 !important;
    top: 0 !important;
    right: 20px !important;
    bottom: 0 !important;
    position: absolute !important;
    color: #fff;
    padding: 5px;
}

.paginator--v2 li.disabled span{
    color: #000 !important;
}

.paginator__item--active a {
    color: #fff !important;
    cursor: default;
    font-weight: 500;
    /* background: none !important; */
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
    box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
}

.subriber--image{
    display: block;
    width: 100%;
    padding: 10px;
}

.subscriber__avatar-size{
    height: 180px !important;
    width: 180px !important;
    margin: 0 auto;
    display: block;
}

.active-black{
    background-color: #000;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.56); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.56);
}

@media all and (min-width: 425px) {
    .btn-premium{
        width: 250px !important;
    }
}

@media all and (max-width: 425px) {
    .btn-premium{
        width: 100% !important;
    }
}

.btn--upgrade-premium{
    width: 250px; 
    margin: 30px auto 0;
}

@media all and (max-width: 425px) {
    .btn--upgrade-premium{
        width: 100%; 
    }
}


.banner--page{
    background: url(../img/section/index--top-banner.jpg) no-repeat;
    background-size: cover;
}

@media all and (min-width: 425px) and (max-width: 1024px) {
    .banner--page{
        background-position: 45% 50%;
    }
}

@media all and (max-width: 425px) {
    .banner--page{
        background-position: 25% 50%;
    }
}

@media all and (max-width: 320px) {
    .banner--page{
        background-position: 30% 50%;
    }
}

.og--grid-resp{
    grid-template-columns: repeat(auto-fill, 300px) !important;
}

@media only screen and (min-width: 610px) {
    .og--grid-resp{
        grid-template-columns: repeat(auto-fill, 250px) !important;
    }
}

.filter--text{
    line-height: 34px;
}

@media only screen and (max-width: 610px) {
    .filter--text{
        position: absolute;
    }
}

.btn--payment-method{
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(
90deg
, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(
90deg
, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    opacity: 0.85;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px;
    margin: 20px;
}

.btn--cancel-payment{
    justify-content: center;
    align-items: center;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #E95F85 0%, #ef14b5 100%);
    background-image: -webkit-linear-gradient(90deg, #E95F85 0%, #ef14b5 100%);
    background-image: -ms-linear-gradient(90deg, #E95F85 0%, #ef14b5 100%);
    background-image: linear-gradient(90deg, #E95F85 0%, #ef14b5 100%);
    -webkit-box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    box-shadow: none;
    opacity: 0.85;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px;
    margin: 10px 20px 0;
}

@media all and (max-width: 425px) {
    .btn--payment-method{
        /* margin: 0 auto; */
    }
}

.content__head:before{
    height: 0px !important
}

.responsive--spacing{
    margin-top: 15px;
    margin-bottom: 15px;
}

.img--cover{
    height: 200px;
    object-fit: cover;
}

.panel--height-auto{
    height: auto !important;
}

.height--top-10{
    overflow: hidden;
    object-fit: cover;
}

@media all and (max-width: 425px) {
    .height--top-10{
        height: 250px !important;
        
    }
}

@media all and (min-width: 426px) and (max-width: 768px){
    #genreName{
        width: 67% !important;
    }

    #title{
        width: 67% !important;
    }

    #seriesName{
        width: 67% !important;
    }
}

@media all and (max-width: 425px){
    #genreName{
        width: 63% !important;
    }

    #title{
        width: 63% !important;
    }

    #seriesName{
        width: 63% !important;
    }
}

@media all and (max-width: 375px){
    #genreName{
        width: 59% !important;
    }

    #title{
        width: 59% !important;
    }

    #seriesName{
        width: 59% !important;
    }
}

@media all and (max-width: 320px){
    #genreName{
        width: 55% !important;
    }

    #title{
        width: 55% !important;
    }

    #seriesName{
        width: 55% !important;
    }
}

.acc--info{
    float: right;
    margin-right: 10px;
}

@media all and (max-width: 425px){
    .acc--space{
        margin: 0px 0px 15px 0px;
    }

    .acc--info{
        float: left;
        margin-left: 25px;
    }
}

.prev-arrow{
    z-index: 999;
    position: absolute;
    margin-top: 120px;
    top: 0;
    left: 0;
    font-size: 40px;
    height: 30%;
    width: 100px;
    color: rgba(233, 95, 133, 0);
    transition: .5s;
}

.prev-arrow:hover{
    color: rgba(233, 95, 133, 1);
    text-shadow: 0px 0px 15px rgba(233, 95, 133, 1);
}

.next-arrow{
    z-index: 999;
    position: absolute;
    margin-top: 120px;
    top: 0;
    right: 0;
    font-size: 40px;
    height: 30%;
    width: 100px;
    color: rgba(233, 95, 133, 0);
}

.next-arrow:hover{
    color: rgba(233, 95, 133, 1);
    text-shadow: 0px 0px 15px rgba(233, 95, 133, 1);
}

@media all and (max-width: 425px){
    .prev-arrow, .next-arrow{
        display: none;
    }
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    font-size: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #e95f85;
}


/* ads */
@media all and (max-width: 425px){
    .pc-preview{
        height: 250px !important;
    }
}

@media all and (min-width: 1200px){
    .pc-preview{
        height: 450px !important;
    }
}

/* tablet size for video slider */
@media all and (min-width: 768px) and (max-width: 1024px){
    .content-inside--tablet{
        max-width: 100% !important;
    }
}

.icon__spacing{
    margin-right: 10px;
}

.mod__notif-message{
    margin: 7.5px 0px;
}

.mod__col-11-notif{
    padding: 0px 10px;
}

.mod__col-1-notif{
    padding-left: 0px !important;
}

/* delay of showing carousel */
.will--show-carousel{
    animation: showingCarousel 1s;
}

@keyframes showingCarousel {
    0% {
    opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
    opacity: 1;
    }
}
/* end */

.input__login-width{
    width: 100% !important ;
}

.cust-min__body{
    min-height: 50vh;
}

.panel-body__resp{
    height: 100% !important;
}

.filter__mod-ranking{
    height: 40px;
}

/* featured search */
@media all and (min-width: 320px) and (max-width: 374px){
    .mod__search #title{
        width: 75% !important;
    }
}

@media all and (min-width: 375px) and (max-width: 425px){
    .mod__search #title{
        width: 80% !important;
    }
}
/* end */

.display__block{
    display: inline;
}

@media (max-width: 425px){
    .display__block {
        display: block !important;
    }
}


/* model or actresses */
.model{
    width: 100%;
    display: inline-block;
    position: relative; 
    margin-bottom: 1.5rem;
}

.model img{
    width: 100%;
    border-radius: 5px;

}

@media all and (max-width: 600px){
    .model img{
        height: 250px;
    }
}

.model__reso{
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
}

.model__title{
    color: #fff;
    font-size: 18px;
    text-align: left;
    display: flex;
    margin-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.model__tag{
    color: #C0C0C0;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
    text-transform: lowercase;
    line-height: 1.1rem;
    overflow: hidden;
    margin: .6rem 0 0 0;
    display: flex;
    flex-flow: row wrap;
}

@media all and (min-width: 1024px){
    .model__tag{
        justify-content: space-between;
    }
}

.model__tagline{
    margin: .6rem 0 0 0;
    text-align: left;
    color: #C0C0C0;
}

.show__tag{
    display: none !important;
}

.model__grid-derived{
    width: 100% !important;
    max-width: 80rem;
}

.model__search-bottom{
    margin-bottom: 10px;
}

.model__search-bottom input{
    color: #fff !important;
}

.header__search-content ::placeholder{
color: #C0C0C0 !important;
}

.model__tag button{
    position: relative;
    display: flex;
    margin: .2rem .2rem .2rem 0;
}

@media all and(max-width:600px) {
    .model__tag-content{
        height: 300px !important;
    }
}

.model__tag .model__tag-btn{
    height: 25px;
    padding: 0 0.8rem;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    opacity: 0.85;
    font-size: 0.85rem;
    color: #686868;
    font-weight: 500;
    letter-spacing: 0.6px;
    border: 1px solid #686868;
    line-height: 1.5;
    display: inline-block;
}


    
.model__tag .model__tag-btn:hover{
    background-color: #686868;
    color: #fff;
}

.model__tag .model__btn-showall{
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    height: 25px;
    padding: 0 0.8rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.85;
    font-size: 0.85rem;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0.6px;
    border: 2px solid #e95f85;
    line-height: 1.5;
}

.modal__hidden-tag{
    padding-top: 0;
    text-align: left;
}

.model__group-title:first-of-type{
    margin-top: .9rem;
}

.model__group-title{
    width: 4rem;
    float: left;
    margin: .4rem 1rem 0 0;
    text-align: right;
    font-weight: bold;
    color: #686868;
}

.modal__hidden-tag ul{
    /* margin: .6rem 0 .6rem 5rem; */
    margin-top: 0px;
    text-align: center;
    display: block;
}

@media all and (min-width: 601px) and (max-width: 1024px){
    .model__grid-derived{
        width: 90% !important;
    }    
}

@media all and (max-width: 600px){
    .model__grid-derived{
        grid-template-columns: repeat(auto-fill, 50%) !important;
        width: 100% !important;
    }
}

/* video page */

.video__col-derived{
    margin: 20px 0 !important;
    text-transform: lowercase;
}

.video__content{
    position: relative;
}

.video__content img{
    width: 100%;
}

.video__desc{
    padding: 2rem 0 0 0;
}

.video__desc span{
    font-weight: bold;
    text-transform: capitalize;
}

.video__desc a{
    text-transform: uppercase;
    position: relative;
    background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff5860;
    margin-right: 7px;
    opacity: 0.8;
}

.video__content .video_content-reso{
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 20px;
    border-radius: 5px;
}

.modal-viewer {
    transition: all 200ms linear;
}

.modal-viewer.blur {
filter: blur(5px);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.modal.modal-age-restriction{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.modal .modal-content {
    position: relative;
    padding: 20px;
    max-width: 400px;
    min-height: 400px;
    height: 100%;
    background-image: url('../img/new-czech-v2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
    /* box-shadow: 5px 10px;
    box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6); */
}

.modal.modal-age-restriction .modal-content {
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.modal .proceed {
    padding: 0 20px;
    display: flex;
    margin: 0 auto 20px;
    text-align: center;
    align-items: center;
    border: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    top: 5px;
    right: 5px;
    height: 30px;
    cursor: pointer;
    background-color: #F8BD00;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    /* clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%); */
}

.modal a.close {
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    border-radius: 0px;
    top: 5px;
    right: 5px;
    width: 90px;
    height: 30px;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
/* clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%); */
}

.modal.open {
opacity: 1;
visibility: visible;
}

.modal.open .modal-content {
transform: scale(1);
}

/* modification */
.modal--text_small{
    font-size: .6rem;
}

.modal--text_medium{
    font-size: 1rem;
}

.modal--text_mid{
    font-size: 1.2rem;
}

.modal--text_large{
    font-size: 3.2rem;
}

.modal--text_xlarge{
    font-size: 4.5rem;
}

.text-center{
    text-align: center;
}

.text--red{
    color: #FF0000;
}

/* end modification */

.r18-text{
    font-size: 4.5rem;
    color: #FF0000;
    transform: scaleY(1.3);
}

.adultOnly-text{
    align-items: center;
    justify-content: center;
    display: flex;
}

.adultOnly-text__adult{
    font-size: 1.5rem;
    transform: scaleY(1.2);
}

.ul--classification{
    justify-content: center;
    align-items: center;
    display: block;
    text-align: center;
    line-height: normal;
}

.li-classification{
    display: inline-block;
    padding: 0 5px;
}

.li-classification span{
    color: #f1c40f;
}

.modal--fixed_text{
    margin-left: 55px;
    font-size: .5rem;
}

.modal--fixed_text text{
    margin-left: 40px;
    font-size: .5rem;
}

.modal--actress_text{
    text-align: center;
}

#stripes {
    height: 100%;
    background-image: linear-gradient(125deg, #ffffff 42.86%, #000000 42.86%, #000000 50%, #ffffff 50%, #ffffff 92.86%, #000000 92.86%, #000000 100%);
    background-size: 8.55px 12.20px;
    margin-bottom: 20px;
}

#stripes span{
    background-color: #fff;
    padding: 4px 10px;
}

.modal--text_gray{
    color: #686868;
}

@media all and (max-width: 375px){
    .modal--fixed_text{
        margin-left: 40px;
    }
    
    .modal--fixed_text text{
        margin-left: 40px;
    }

    .modal--text_large{
        font-size: 2.6rem;
    }
}

@media all and (max-width: 320px){
    .modal--fixed_text{
        margin-left: 15px;
    }
    
    .modal--fixed_text text{
        margin-left: 40px;
    }

    .r18-text{
        font-size: 3rem;
    }

    .adultOnly-text__adult{
        font-size: 1.2rem;
    }

    .modal--text_large{
        font-size: 2rem;
    }
}

/* home page modification */

.header__padding{
    padding: 40px 0px 20px 0px;
    width: 70%;;
}

.header__padding-2{
    padding: 5px 0px 10px 0px;
}

.header{
    background-color: #fff !important;
}

.header__logo, .header__logo:hover{
    background-color: #fff !important;
}

.header__logo-text{
    margin-top: 5px;
    text-align: center;
}

.header__logo-text div{
    border-radius: 3px;
    display: initial;
    padding: 5px;
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);
}

.header__logo-text span{
    padding: 0 10px;
}

.header__logo-text span:nth-child(2){
    color: #FF0000;
}

@media(max-width: 640px){
    .header__logo img{
        height: 80px;
        max-width: 170px !important;
    }
}

@media(min-width: 641px){
    .header__logo img {
        max-width: 160px !important;
    }
}

.header__wrap{
    background-color: #fff !important;
}

.header__lang{
    margin-left: 15px !important;
}

.header__nav-mod{
    text-align: center;
}

.header__nav-mod li{
    display: inline-block;
    color: #686868;
    border-right: 1px solid #686868;
}

.header__nav-mod li:nth-child(4){
    display: inline-block;
    color: #686868;
    /* border: none; */
}

.header__nav-mod li:nth-child(5){
    border: none;
}

.header__nav-mod li a{
    margin: 0 10px;
    color: #686868;
    font-weight: bold;
}

.header__signin{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header__signin .header__join {
    background-color: #FF0000;
    height: 30px;
    width: 100px;
    justify-content:center;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 4px;
    border-radius: 3px;
}

.header__input-search{
    position:relative;
}

.header__input-field{
    width: 100%;
    padding: 5px 15px;
    margin: 4px;
    box-sizing: border-box;
    padding-left: 30px;
    border: 1px solid #686868 !important;
    border-radius: 2px !important;
}

.header__input-search i{
    position: absolute;
    padding: 12.5px 10px;
    color: #686868;
}

.header__input-search button{
    padding:5px 10px;
    color: #fff;
    background-color: #686868;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.header__tag-red{
    padding: 0 10px;
    color: #FF0000;
    letter-spacing: 4px;
    line-height: 1.6;
}

.header__tagShowAll{
    padding: 0 10px;
    color: #686868;
    letter-spacing: 4px;
    line-height: 1.6;
    cursor: pointer;
}

@media(max-width:640px){
    .header__tag-mod{
        text-align: center;
    }
}

.header__tag-mod li{
    display: inline-block;
    color: #686868;
}

.header__tag-mod li button{
    margin: 0 5px;
    color: #686868;
    font-weight: bold;
    border: 1px solid #686868;
    border-radius: 2px;
    letter-spacing: 4px;
    padding: 0 10px;
}

.header__tag-mod button:nth-child(5){
    margin: 0 5px;
    color: #686868;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    letter-spacing: 4px;
    padding: 0 10px;
}

.filter-tag{
    background-color: #fff;
}

.slicer{
    border: -.5px solid #686868;
    background-color: #fff;
    padding: 0 15px;
}

/* section 1 */

.sect1{
    padding: 30px 0;
}

.sect1 .sect1__bg{
    background-color: #b5b5b5;
}

.sect1 span{
    display: block;
    position: relative;
    font-size: 2.5vw;
    color: #fff;
    font-style: italic;
}

.sect1 span text{
    font-size: 1em;
}

.sect1 img{
    position: relative;
    padding: 0px 0px 15px 0;
}

.sect1 .sect1__actress-name{
    font-size: 5vw;
    color: #fff;
    position: absolute;
    top: 55px;
    right: 20px;
}

.sect1 .sect1__actress-num{
    font-weight: 100;
    font-family: "NotoSansJP", "NotoSansJP", 'Ubuntu', sans-serif;
    font-size: 5em;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: normal;
}

.sect1 .sect1__actress-id{
    display: inline;
    color: #fff;
    font-size: 1.5vw;
    text-align: center;
    margin: 20px 0;
}

.sect1 .sect1__actress-id ul li{
    display: inline;
    padding: 0 10px;
}

.sect1 .sect1__actress-id text{
    text-transform: lowercase;
}

.sect1 .sect1_tagline{
    display: block;
    color: #686868;
    margin: 0 auto;
    font-size: 5vw;
    text-align: center;
}

/* end of section 1 */

/* section 2 */
.sect2{
    padding: 30px 0;
}

.sect2__spacing{
    padding-bottom: 30px;
}

.sect2__title{
    display: flex;
    font-size: 2.5vw;
    color: #686868;
    font-style: italic;
    align-items: center;
    height: 40px;
}

.sect2__title .small{
    padding-left: 10px;
    display: inline;
    font-size: .5em;
    align-items: center;
    margin: auto 0;
}

.sect2 img{
    position: relative;
}

.sect2 .sect2__actress-num{
    font-weight: 100;
    font-family: "NotoSansJP", 'Ubuntu', sans-serif;
    font-size: 5em;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: normal;
}

@media (min-height: 425px) and (max-width: 640px){
    .sect2 .sect2__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}
@media (min-height: 320px) and (max-width: 424px){
    .sect2 .sect2__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}

.sect2 ul{
    display: inline;
    text-align: center;
    font-size: 22px;
    color: #686868;
}

.sect2 ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.sect3{
    padding: 30px 0;
}

.sect3__title{
    display: flex;
    font-size: 2.5vw;
    color: #686868;
    font-style: italic;
    align-items: center;
    height: 40px;
}

.sect3__title .small{
    padding-left: 10px;
    display: inline;
    font-size: .5em;
    align-items: center;
    margin: auto 0;
}

.sect3__order-by{
    margin: auto 0 auto auto;
    align-items: center;
    font-size: 1em;
    padding-left: 10px;
    color: #686868;
    justify-content: flex-end;
    display: flex;
}

@media(max-width: 640px){
    .sect3__order-by{ 
        justify-content: center;
    }
}

.sect3__order-by a{
    padding: 0 10px;
}

.sect3 img{
    position: relative;
}

.sect3 .sect3__actress-num{
    font-weight: 100;
    font-family: "NotoSansJP", 'Ubuntu', sans-serif;
    font-size: 5em;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: normal;
}

@media (min-height: 425px) and (max-width: 640px){
    .sect3 .sect3__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}
@media (min-height: 320px) and (max-width: 424px){
    .sect3 .sect3__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}

.sect3 ul{
    display: inline;
    text-align: center;
    font-size: 1.5vw;
    color: #686868;
}

.sect3 ul:not(.pagination) li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.sect4{
    padding: 30px 0;
}

/* .sect4__spacing{
    padding-bottom: 30px;
} */

.sect4__title{
    display: flex;
    /* font-size: 2.5vw; */
    color: #686868;
    /* font-style: italic;
    align-items: center;
    height: 40px; */
}

.sect4__title h2{
    font-weight: 300;
}

.sect4__title .small{
    padding-left: 10px;
    display: inline;
    font-size: .5em;
    align-items: center;
    margin: auto 0;
}

.sect4 img{
    position: relative;
}

.sect4 .sect4__actress-num{
    font-weight: 100;
    font-family: "NotoSansJP", 'Ubuntu', sans-serif;
    font-size: 5em;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: normal;
}

@media (min-height: 425px) and (max-width: 640px){
    .sect4 .sect4__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}
@media (min-height: 320px) and (max-width: 424px){
    .sect4 .sect4__actress-num{
        font-size: 2em;
        bottom: 10px;
    }
}

.sect4 ul{
    display: inline;
    text-align: center;
    font-size: 1.5vw;
    color: #686868;
}

.sect4 ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.sect5{
    padding: 30px 0;
}

.sect5 .sect5__show-all{
    display: block;
    margin: 50px auto;
    color: #686868;
    font-size: 18px;
    /* padding: 5px 25px; */
    padding-top:5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 29px;
    box-shadow: 5px 10px;
    box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    letter-spacing: 8px;
}

.sect5 .sect5__show-all i{
    color: #FF0000;
    padding-left: 5px;
}

.sect5 .sect5__join-now{
    display: block;
    margin: 50px auto;
    color: #fff;
    font-size: 1.5vw;
    padding: 5px;
    box-shadow: 5px 10px;
    box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    letter-spacing: 8px;
    background-color: #F8BD00;
}

.czech-footer{
    width: 100%;
    height: 300px;
    background-color: #BEBEBE;
    color: #fff;
    padding: 30px 25px;
}

/* Actress page */

.actress{
    color: #686868 !important;
}

@media(max-width: 640px){
    .actress__img{
        height: 25vh;
    }
}

.actress .img-fluid{
    padding-bottom: 1em;
}

.actress .actress__name{
    color: #686868;
    font-weight: bold;
    padding-bottom: .5vw;
}

@media screen and (max-width: 600px){
    .actress__name{
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media screen and (min-width: 641px){
    .display-sp, .share-icon-sp{
        display: none !important;
    }
    .display-pc{
        display: block;
    }
}

@media screen and (max-width: 640px){
    .display-sp{
        display: block !important;
    }
    .display-pc, .share-icon-pc{
        display: none;
    }
    .share-icon-sp{
        text-align: center;
    }
    .actress__prevnext-btn, .actress__home-btn{
        display: none !important;
    }
}

.actress__info{
    margin-top: 8vw;
}

.actress__info td{
    color: #686868 !important;
    border-bottom: 0px !important;
    padding: 0px !important;
}

.actress__info tr:nth-last-child(1){
    border: 0px !important;
}

.actress__tagline{
    color: #686868;
    min-width: 100%;
    font-size: 2rem;
}

.actress__tagline2{
    color: #686868;
    min-width: 100%;
    justify-content: flex-end;
    display: flex;
}

.actress__desc h2{
    text-align: center;
}

@media(max-width: 640px){
.actress__desc p{
    margin-bottom: .5rem;
    }
}

.actress__tagline-box{
    border-bottom: 2px solid #686868;
}

.actress__masterpiece-title{
    font-size: 2rem;
}

.actress__masterpiece strong{
    margin-left: 30px;
}

.container__mod{
    max-width: 1240px;
    border-bottom: 2px solid #686868;
    padding-bottom: 15px;
}

.actress__icon{
    text-align: center;
}

.actress__icon li{
    width: 30px;
    display: inline;
    padding: 5px 0;
}

.actress__icon .share-logo{
    background-color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.actress__icon li div{
    align-items: center;
justify-content: center;
    display: inline-flex;
    height: 40px;
    width: 40px;
    background-color: #686868;
    border-radius: 50%;
    color: #fff;
}

.actress__icon li div i{
    font-size: 1.5em;
    line-height: 1.6;
    display: flex;
    text-align: center;
}

.actress__tags, .actress__masterpiece, .actress__masterpiece-info{
    padding-top: 15px;
    padding-bottom: 15px;
}

.actress__tags-title{
    font-size: 1rem;
    color: #FF0000;
    text-transform: uppercase;

}

.actress__tag-btn{
    font-size: 0.85rem;
    padding: 0 10px;
    border: 1px solid #686868;
    margin: 5px;
    border-radius: 5px;

}

@media (min-width: 1200px){
    .container__mod{
        max-width: 1240px !important;
    }
}

/* CAROUSEL */
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
background-size: cover;
background-position: center;
}

.swiper-title{
    color: #707070;
    position: absolute;
    top: 10px;
    left: 10px;
}

.mySwiper2 {
height: 80%;
width: 100%;
}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 5px 0 !important;
}

.mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-button-prev{
    left: 10px !important;
}

.swiper-button-next{
    right: 10px !important;
}

.actress__prevnext-btn{
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.actress__prevnext-btn button{
    padding: 0 10px;
}

.actress__home-btn{
    padding: 25px 0;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

/* END OF CAROUSEL */

.join-now{
    display: block;
    margin: 50px auto 20px auto;
    color: #fff;
    font-size: 1em;
    padding: 5px 200px 5px 5px;
    box-shadow: 5px 10px;
    box-shadow: 1px 1px 38px 2px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 1px 1px 38px 2px rgb(0 0 0 / 60%);
    -moz-box-shadow: 1px 1px 38px 2px rgba(0,0,0,0.6);
    background-color: #F8BD00;
}

@media (max-width: 640px){
    .join-now{
        margin: 20px auto 20px auto;
        color: #fff;
        font-size: 1em;
        padding: 5px 5px 5px 5px;
        box-shadow: 5px 10px;
    }
}

.main-camera{
    text-align: center;
    font-size: 4em;
}
@media (max-width: 640px){
    .main-camera{
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 5px;
    }
    .main-camera span:nth-child(2){
        display: none;
    }
}
.main-camera span{
    color: #F50E2E;
}

.recommnded__title{
    padding: 15px 0;
    display: flex;
    font-size: 2.5em;
    color: #686868;
    font-style: italic;
    align-items: center;
}

.recommnded__title .small{
    padding-left: 10rem;
    display: inline;
    font-size: .3em;
    align-items: center;
    margin: auto 0;
}

@media (max-width: 640px){
    .recommnded__title{
        padding: 15px 0;
        display: flex;
        font-size: 1em;
        color: #686868;
        font-style: italic;
        align-items: center;
    }
    
    .recommnded__title .small{
        padding-left: 1rem;
        display: inline;
        font-size: .5em;
        align-items: center;
        margin: auto 0;
    }
}

.directors-eye{
    font-size: 2.5em;
}
@media (max-width: 640px){
    .directors-eye{
        font-size: 1.5em;
        text-align: center;
    } 
}

.model__mod ul{
    text-align: center;
}

.container__border-bot{
    border-bottom: 2px solid #686868;
    padding-bottom: 15px;
}

.reso{
    padding-left: 70px;
    padding-right: 70px;
}

.reso__8k{
    margin-top: 30px;
    margin-bottom: 30px;
}

.reso .reso__8k-title{
    text-align: center;
    display: block;
    font-size: 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reso__8k-movie{
    padding: 30px;
    background-color: #F5F5F5;
}

.reso__4k-movie{
    padding: 30px;
    background-color: #F5F5F5;
}

.reso__4k{
    margin-top: 30px;
    margin-bottom: 30px;
}

.reso .reso__4k-title{
    text-align: center;
    display: block;
    font-size: 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reso__4k-movie{
    padding: 30px;
    background-color: #F5F5F5;
}

.reso__4k-moviedesc{
    font-size: 3rem;
    float: left;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.model__mod{
    margin: 2em 0;
}

.model__mod img{
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
}

@media(max-width: 640px){
    .model__mod img{
        height: 30vh;
    }
}

.model__mod .sect3__model-num{
    font-weight: 100;
    font-family: "NotoSansJP", 'Ubuntu', sans-serif;
    font-size: 5em;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: normal;
}

@media(min-width: 425px) and (max-width: 640px){
    .model__mod .sect3__model-num{
        font-size: 2em;
        bottom: 10px;
    }
}

@media(max-width: 424px){
    .model__mod .sect3__model-num{
        font-size: 2em;
        bottom: 10px;
    }
}

.actress__pagination{
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #686868;
}

.actress__pagination a{
    cursor: pointer;
    padding: 0 10px;
}

.actress__pagination .active{
    font-weight: bold;
}

.showall-center{
    text-align: center;
}

@media screen and (max-width: 640px) {
    .header__logo {
        width: 100% !important;
        height: 100px !important;
    }

    .header__padding{
        padding: 0px;
        width: 100% !important;
    }

    .pc-display{
        display: none;
    }

    .header__signin{
        justify-content: center;
    }

    .header__tag-mod li button{
        margin: 2.5px 2.5px;
        font-size: 12px;
    }

    .tag-center, .showall-center{
        text-align: center;
        width: 100%;
    }

    .header__input-field{
        width: 99%;
    }

    .header__input-search button{
        width: 40%;
    }

    .header__input-search .center-button{
        display: flex;
        justify-content: center;
    }

    .model__tag .model__tag-btn{
        font-size: 12px;
        height: 100%;
        line-height: normal;
    }

    .sect1__actress-id{
        display: none;
    }

    .sect1 span, .sect2__title, .sect2 ul, .sect3__title, .sect3 ul, .sect4__title, .sect4 ul{
        font-size: 4.5vw;
    }
    
    .sect1 .sect1__actress-id{
        display: none;
    }

    .sect1 span text, .sect2__title .small, .sect3__title .small, .sect4__title .small{
        font-size: 2.5vw;
    }

    .sect1 .sect1__actress-name, .sect1 .sect1__actress-num{
        display: none;
    }

    .sect2__spacing, .sect3__spacing, .sect4__spacing{
        padding-bottom: 5px;
    }
    
    .sect5 .sect5__show-all, .sect5 .sect5__join-now{
        font-size: 18px;
        letter-spacing: 0px;
    }
}

/* @media screen and (min-width: 641px)  {
    .sp-display{
        display: none;
    }
} */

/* pop up message */
.bigtext-intro{
    top: -8px;
    text-align: center;
    color: #fff;
    font-size: 11em;
    word-spacing: 48px;
    clip-path: ellipse(42% 56% at 50% 58%);
}

.bigtext-r18{
text-align: center;
position: absolute !important;
top: 100px;
font-size: 2.5em;
letter-spacing: -5px;
color: #FFFDA8;
transform: scaleY(2);
}

.bigtext-adultonly{
    font-size: 2em;
    color: #000;
    text-align: center;
    position: absolute !important;
    top: 169px;
    line-height: 80%;
    transform: scaleY(1.2);
    letter-spacing: -3px;
}

.smalltext-intro{
    color: #fff;
    text-align: center;
    top: -55px;
}

.modal-age-restriction .smalltext-intro{
    top: 0;
}

.modal-age-restriction .smalltext-intro p{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-age-restriction .modal-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.smalltext-intro li{
    font-size: 16px;
}

.smalltext-intro li:nth-child(3), li:nth-child(5){
    color: #FFFB09;
    font-weight: 500;
    margin-bottom: 5px;
}

.pagination li.next span {
    color: #707070 !important;
}

.smalltext-intro li:nth-child(2){
    text-align: start;
    font-size: .5em;
    word-spacing: 26px;
    margin-left: 140px;
}

@media screen and (max-width: 641px)  {
    .modal .modal-content{
        background-position: center;
        background-size: 500px 100%;
        background-size: cover;
    }
}

@media screen and (max-width: 425px){
    .bigtext-intro {
        top: 0px;
        font-size: 8em;
        word-spacing: 26px;
        clip-path: none;
    }

    .bigtext-r18 {
        top: 115px;
        font-size: 1.5em;
        letter-spacing: 0px;
        transform: scaleY(1);
    }

    .bigtext-adultonly {
        font-size: 1.5em;
        top: 150px;
        line-height: 80%;
        transform: scaleY(1);
        letter-spacing: 0px;
    }

    .smalltext-intro{
        top: 0px;
    }

    .smalltext-intro li:nth-child(2){
        text-align: start;
        font-size: .5em;
        word-spacing: 24px;
        margin-left: 103px;
    }
        
}

@media screen and (max-width: 375px){
    .bigtext-intro{
        font-size: 8em;
        clip-path: none !important;
    }

    .bigtext-r18{
        top: 100px;
        font-size: 1em;
        letter-spacing: normal;
        transform: scaleY(1);
        letter-spacing: 0px;
    }

    .bigtext-adultonly {
        font-size: 1em;
        color: #000;
        text-align: center;
        position: absolute !important;
        top: 135px;
        line-height: 80%;
        transform: scaleY(1);
        letter-spacing: 0px;
    }

    .smalltext-intro{
        top: 0px;
    }

    .smalltext-intro li:nth-child(2){
        word-spacing: 20px;
        margin-left: 82px;
    }
}

@media screen and (max-width: 320px)  {
    .bigtext-intro{
        font-size: 7em;
        clip-path: none !important;
    }

    .bigtext-r18{
        top: 90px;
        font-size: 1em;
        letter-spacing: normal;
        transform: scaleY(1);
        letter-spacing: 0px;
    }

    .bigtext-adultonly{
        font-size: 1em;
        top: 115px;
    }

    .smalltext-intro{
        top: 20px;
    }

    .smalltext-intro li{
        font-size: .9em;
    }

    .smalltext-intro li:nth-child(2){
        text-align: start;
        font-size: .5em;
        word-spacing: 30px;
        margin-left: 41px;
    }
}

.actress-profile li{
    color: #686868 !important;
}

.actress-profile li:nth-child(even){
    margin-bottom: 7.5px;
}

@media(max-width: 640px){
    .order1{
        -webkit-order: 12;
        order: 12;
    }
    .order2{
        -webkit-order: 1;
        order: 1;
    }
}

.video-js__responsive{
    max-width: 2600px;
    width: 100% !important;
    height: 800px;
}

@media(max-width: 640px){
    .video-js__responsive{
        height: 240px;
    }
}