/* reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p, ul, ol, li, h1, h2, h3, h4, h5 {
    color: #1E1E1E;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

body, ul {
    position: relative;
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

/* common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.container-type1 {
    width: 96%;
    margin: 0 2%;
}

img {
    max-width: 100%;
}

.blur {
    filter: blur(5px);
    pointer-events: none;
}


/* common ~pagination~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
    box-sizing: border-box;
    display: block;
    color: #A4A4A4;
    text-decoration: none;
    text-align: center;
    background: #FFF;
    border: 1px solid #A4A4A4;
    border-radius: 1em;
    min-width: 2em;
    transition: all 0.2s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: calc(.5em - 1px) 0.5em;
}

.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
    color: #FFF;
    background: #FFDEF5;
    border-color: #FFDEF5;
}

@media (min-width: 520px) {
    .pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
        margin: 0 0.28em;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    color: #A4A4A4;
    line-height: 1;
    margin: 0;
    padding: 0 0 2em 0;
}

.pagination__list {
    display: none;
}

.pagination__item {
    margin: 0;
}

.pagination__item--current {
    background: #FFDEF5;
    color: #fff;
    font-weight: bold;
    border-color: #FFDEF5;
    margin: 0 0.28em;
}

.pagination__pos {
    order: 2;
    margin: 0 1em;
    padding: 0.5em;
}

.pagination__btn--prev {
    order: 1;
}

.pagination__btn--next {
    order: 3;
}

.pagination__btn--first {
    display: none;
}

.pagination__btn--last {
    display: none;
}

@media (min-width: 520px) {
    .pagination__list {
        order: 2;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pagination__pos {
        display: none;
    }

    .pagination__btn--prev {
        margin-right: 1.14em;
    }

    .pagination__btn--next {
        margin-left: 1.14em;
    }
}

@media (min-width: 960px) {
    .pagination__list {
        order: 3;
    }

    .pagination__btn--prev {
        order: 2;
    }

    .pagination__btn--next {
        order: 4;
    }

    .pagination__btn--first {
        order: 1;
        display: block;
    }

    .pagination__btn--last {
        order: 5;
        display: block;
    }
}




/* sidebar cloumn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidebar {
    display: none;
}

.main {}

@media (min-width: 764px) {
    .sidebar {
        width: 200px;
        display: block;
        height: auto;
        word-break: break-all;
        word-wrap: break-word;
    }


    .main {
        width: calc(100% - 200px);
    }
}

/* sidebar content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidebar-inner {
    width: 180px;

    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 4px;
}

.sidebar-inner h5 {
    color: #505050;
    padding: 0.5em;
    display: inline-block;
    line-height: 1.3;
    width: 90%;
    background: #ff9ed9;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
}


.sidebar-inner h5:before {
    content: '●';
    color: white;
    margin-right: 8px;
}

.sidebar-inner ul {
    margin-bottom: 20px;
}

.sidebar-inner li {
    margin-left: 10px;

}

.sidebar-rank li {
    margin-bottom: 20px;
}

.sidebar-rank-ul {
    display: flex;
}

.sideba-rank-card {
    display: block;
}

.sidebar-rank-ribbon {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
}

.sidebar-rank-content {
    text-decoration: none;
}

.sidebar-rank-content img {
    display: block;
    padding: 0 5% 2.5%;
    width: 90%;
}

.sidebar-rank-content h6 {
    margin: 0;
    font-size: 12px;
}

.sidebar-banner img {
    margin: 20px 0;
    display: block;
    width: 100%;
}

.sidebar-banner img:first-of-type {
    margin-top: 0;
}


/* check18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.check18 {
    width: 90%;
    max-width: 500px;
    background-color: #ffffffd2;
    position: fixed;
    height: auto;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.check18-inner {
    padding: 20px
}

.check18 p {
    font-size: 14px
}

p.pcheck18 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.check18-head {
    background-color: #F19DB2;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.check18-head img {
    display: block;
    margin: 0 auto;
}

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

.button-18over {
    background-color: #F19DB2;
    border-radius: 5px;
    margin-bottom: 2rem;
    padding: 1rem 0;
    text-align: center;
}

.check18 a {
    text-decoration: none;
    color: inherit;
}

p.over18 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.7rem;
    margin: 0;
}

p.under18 {
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
}


/* header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 97%;
    height: 70px;
    padding: 0 2% 0 1%;
    background: linear-gradient(0deg, #ff9ed9 0%, #e369e3 100%);
}

.logo {
    margin-top: 4px;
    margin-left: 5px;
}

.site-nav {
    width: 40%;
}


.site-nav ul {
    list-style: none;
    display: flex;
    align-items: baseline;
    justify-content: right;
}

.site-nav li {
    width: 47px;
}

.site-nav a {
    text-align: center;
    text-decoration: none;
    font-size: 10px;
}

.site-nav p {
    margin: 0;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 2px;
}

.site-nav img {
    display: block;
    margin: 8px auto 0;
}









/* fotter-navimenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-navimenu {
    position: fixed;
    z-index: 10;
    bottom: 0;
    background: #F19DB2;
    width: 100%;
}

.footer-navimenu ul {
    display: flex;
    justify-content: space-around;
    padding: 0px;
}

.footer-navimenu li {
    width: 30%;
    text-align: center;
}

.footer-navimenu li+li {
    border-left: 1px solid #ffffff4f;
}

.footer-navimenu a {
    text-align: center;
    text-decoration: none;
    font-size: 10px;
}

.footer-navimenu p {
    margin: 0;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 2px;
}

.footer-navimenu img {
    display: block;
    margin: 8px auto 0;
}

/* footer-rank
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-rank {
    background-color: #f0f0f0;
    padding: 1rem 0 3rem 0;
}

.footer-rank h5 {
    color: #3d3d3d;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.footer-rank h5::after {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #F273E6;
    left: 0;
    bottom: -10px;
    margin-bottom: 0.5rem;
}

.footer-rank-inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}




.footer-rank-ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-rank-ul1 li {
    margin-bottom: 20px;
    width: 100%;
}

.footer-rank-ul2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.footer-rank-ul2 li {
    width: 45%;
    margin: 2.5%;
}

.sideba-rank-card {
    display: block;
}

.footer-rank-ribbon {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
}

.footer-rank-content {
    text-decoration: none;
    color: #1E1E1E;
}

.footer-rank-content img {
    display: block;
    padding: 0 5% 2.5%;
    width: 90%;
}

.footer-rank-content h6 {
    margin: 0 auto;
    font-size: 16px;
    width: 90%;
}

.rank-p {
    font-size: 14px;
    margin-left: 10px;
    font-weight: bolder;
    position: relative;
}

.rank-p::after {
    content: "";
    position: absolute;
    top: 1.3rem;
    left: 0;
    border-bottom: solid 2px #1E1E1E;
    width: 96%;
}

@media (min-width: 764px) {
    .footer-rank-inner {
        width: 96%;
        margin: 0 2%;
    }

    .footer-rank-ul1 li {
        margin-bottom: 20px;
        width: 30%;
    }

    .footer-rank-ul2 li {
        margin-bottom: 20px;
        width: 20%;
    }
}

/* header-box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header-box {
    padding-top: 70px;
    display: flex;
    align-items: center;
    background: #fff;
}

.header-box p {
    color: #1E1E1E;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    margin: 7px auto;
}

/* text-decoration: underline; */
/* text-underline-offset: 0.25em;
}

/* search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.search-box {
    height: 50px;
    display: flex;
    align-items: center;
    background: #1E1E1E;
}

.search-box form {
    display: flex;
    align-items: center;
}

@media (min-width: 764px) {
    .search-box form {
        justify-content: flex-end;
    }
}

.search-box input[type="text"] {
    height: 27px;
    width: 50%;
    margin-right: 10px;
}

.search-box button {
    border: none;
    background: #6D6D6D;
    width: 35px;
    border-radius: 4px;
    height: 35px;
}

.siborikomi {}









/* description
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.site-description_int {}

.site-description_int p {
    font-size: 16px;
    border-bottom: #FF8B13 3px solid;
}

/*
.site-description_box {
    border: 1px solid #1E1E1E;
    padding: 0 1%;
    text-align: justify;
    border: 1px solid #dddddd;
}


.site-description_box h1 {
    font-size: 18px;
    letter-spacing: normal;
}
*/
.sample-movie {
    padding: 3% 3%;
    border: 1px solid #dddddd;
}


.sample-movie video {
    width: 100%;
}

.description-banararea ul {
    display: flex;
    margin: 10px 0 25px;
    gap: 20px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.description-banararea ul li {
    min-width: 234px;
    max-width: 468px;
}

.description-banararea p {
    margin: 0;
}

/* video sort
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.video_sort ul {
    display: flex;
    justify-content: space-around;
}

.video_sort li {
    line-height: 0;
}

.video_sort {
    width: 300px;
    background-color: #FF8B13;
    border-radius: 100px;
    margin: 0.5rem 0 2rem;
}

.video_sort th {
    padding: 5px 3px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.video_sort td {
    background-color: #fff;
    border-radius: 0 100px 100px 0;
}

.video_sort a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 14px;
}

*/
/* video sort2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.video_sort2 ul {
    display: flex;
    justify-content: space-around;
}

.video_sort2 li {
    line-height: 0;
}

.video_sort2 {
    width: 300px;
    width: 100%;
    margin: 0.5rem 0 2rem;
    font-weight: bold;
}

.video_sort2 th {
    padding: 5px 3px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.video_sort2 td {
    background-color: #fff;
    border-radius: 0 100px 100px 0;
}

.video_sort2 a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 14px;
}

span.orange {
    color: #FF8B13;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

span.sall {
    color: #ff1313;
}

@media (min-width: 764px) {
    .video_sort2 {
        width: 300px;
    }
}


/* key
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
section.key-visual {
    position: relative;
}

.hero-tittle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-15%, -66%);
    width: 38vw;
}

.hero-tittle {
    display: none;
}

@media (min-width: 764px) {

    section.key-visual {
        height: auto;
        overflow: hidden;
    }

    .key-visual .hero-pcbg {
        object-position: top;
        object-fit: cover;
        width: 100%;
    }

    .hero-tittle {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-15%, -66%);
        width: 38vw;
        min-width: 470px;
    }
}


/* video list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.video-list h2 {
    display: inline-block;
    text-shadow: 2px 2px 6px #8c8c8c;
}

.video_result-number {
    display: inline-block;
    margin-left: 3%;
}

.video-list-ul {
    display: flex;
    flex-direction: column;
}

.video-list-li {
    margin-bottom: 7%;
    padding-bottom: 5%;
    border-bottom: 1px solid #d5d5d5;
}

.video-kanrenlist-li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.video-info {
    width: 65%;
}

.video-info-inner {
    display: flex;
    width: 100%;
}

.video-info-inner .video-thumb {
    margin-right: 6px;
    width: 35%;
}


.video-thumb {
    width: 100%;
}

.video-thumb img {
    max-width: 100%;

    min-width: 110px;
}

.video-list-li a {}


.video-list-li a>div {
    overflow: hidden;
}


h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1E1E1E;
    margin: 0;
    line-height: 1.2rem;
    text-decoration: underline;
}

.date {
    display: block;
    font-size: 12px;
    margin: 0px 0px 2px 0px;
    line-height: 16px;
    text-align: right;
}

.category {
    height: 17px;
    background: #FF8B13;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.tags {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 2px 4px;
    height: 43px;
    overflow: hidden;
}

.tags a {
    display: inline-block;
    background: #4444;
    border-radius: 3vh;
    padding: 1px 10px;
    text-decoration: none;
    font-size: 12px;
    height: 1.1rem;
    line-height: 19px;
}

.description {
    display: block;
    font-size: 12px;
    margin: 0;
    color: #ddd;
}



.video-info {
    position: relative;
    height: auto;
}

.video-info h3 {
    /*    height: 70px;*/
    overflow: hidden;
    text-align: justify;
    margin-bottom: 1rem;
}

.price {

    line-height: 1rem;
}

.price p {
    color: #e50000;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    margin: 10px 0 0 0;


    margin: 0;
    padding: 0;
    line-height: 1rem;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 24px;
}

/*
.video-info:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.video-info-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/



/*1st footer nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.footer-nav {
    background-color: #1F1F1F;
    padding: 1rem 0 3rem 0;
}

.footer-nav-inner {
    width: 96%;
    margin: 0 2%;
}

.footer-nav-inner li {
    background: #FFFFFF;
    border: 1px solid #F273E6;
    border-radius: 24px;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 8px;
}

.footer-nav-inner a {
    color: #F273E6;
    text-decoration: none;
}

.footer-nav h5 {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;

}

.footer-nav h5::after {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #F273E6;
    left: 0;
    bottom: -10px;
    margin-bottom: 0.5rem;
}

/*2nd footer nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-nav2 {
    padding: 1rem 0 3rem 0;
}

.footer-nav2-inner {
    width: 96%;
    margin: 0 2%;
}


.footer-nav2 h5 {
    color: #3d3d3d;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.footer-nav2 h5::after {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #F273E6;
    left: 0;
    bottom: -10px;
    margin-bottom: 0.5rem;
}

.footer-nav2-inner a {
    color: #1F1F1F;
    text-decoration: none;
}


/*3rd footer nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-nav3 {
    padding: 1rem 0 1rem 0;
    background: #F19DB2;
}

.footer-nav3-inner {
    width: 96%;
    margin: 0 2%;
}


.footer-nav3 h5 {
    color: #3d3d3d;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.footer-nav3 h5::after {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #F273E6;
    left: 0;
    bottom: -10px;
    margin-bottom: 0.5rem;
}

.footer-nav3-inner a {
    color: #1F1F1F;
    text-decoration: none;
}

.footer-nav3 li {
    display: inline;
    font-size: 12px;
}

.footer-nav3 li+li {
    border-left: 1px solid #333;
    padding-left: 6px;
}


.copyright {
    text-align: center;
    font-size: 12px;
    margin-bottom: 75px;

}

.copyright span {
    font-size: 21px;
    vertical-align: sub;
}










/*TOP responsive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 764px) {
    .logo img {
        max-width: 550px;
        margin: 42px 0 0px 16px;
        transform: rotate(-3deg);
        width: 36vw;
    }


    h3 {
        font-size: 22px;
        line-height: 2.2rem;
    }

    .search-box input[type="text"] {
        width: 390px;
    }

    .content {
        display: flex;
    }

    /*~~~~~~~~~~*/

    .container-type1 {
        margin: 0 4% 0 0;
    }

    /* header-box pc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .header-box p {
        text-align: right;
        font-size: 16px;
    }

    /*~~~~~~~~~~*/

    /*~~~~~~~~~~*/

    .video-list-ul {
        flex-wrap: wrap;
        gap: 50px;
        flex-direction: column;
    }

    .video-list-li {
        flex-basis: calc(50% - 25px);
    }

    .video-kanrenlist-ul {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        flex-direction: inherit;
    }


    .description {
        font-size: 16px;
    }

    .date {
        font-size: 15px;
        margin: 5px 0px 10px 0px;
    }

    .category {
        margin: 5px 0;
    }

    .tags a {
        font-size: 14px;
    }

    .price {
        font-size: 21px;
        height: 54px;
        overflow: hidden;

    }

    .price p {
        margin: 0;
        padding: 0;
        line-height: 1rem;
        position: absolute;
        bottom: 10px;
        right: 0;
        font-size: 24px;
    }

    .video-info-inner .video-thumb {
        margin-right: 15px;
    }

    .video-thumb img {
        /*min-width: 147px;*/
    }

    .video-info h3 {
        font-size: 16px;
        line-height: 23px;
        text-align: justify;
    }


    /*~~~~~~~~~~*/

    .site-nav li {
        width: 65px;
    }

    /*~~~~~~~~~~*/
    .footer-navimenu {
        display: none;
    }

    .copyright {
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .video-list-ul {
        flex-direction: inherit;
    }
}










/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.page-content {
    padding: 0.5rem 0 0.5rem 0;
}

.page-tittle-inner {
    width: 96%;
    margin: 0 2%;
}

.page-content-inner {
    width: 92%;
    margin: 0 4%;
}

.page-tittle-inner a {
    text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Single
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.pankuzu p {
    font-size: 12px;
    color: #000;
}

.single-tittle {
    padding: 0.5rem 0 0.5rem 0;
}

.single-tittle-inner {
    width: 96%;
    margin: 0 2%;
}

.single-tittle-inner>a {
    text-decoration: none;
}

.single-tittle h1 {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: block;
    line-height: 1.6rem;
    border-bottom: 2px solid #1E1E1E;
}

.single-visual img {
    display: block;
    margin: 0 auto;
}

.single-purchase-button {
    margin-top: 1rem;
}

.single-purchase-button img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}


.single-description2 {
    background-color: #ECECEC;
    padding: 0.5rem 0 0.5rem 0;
}

.single-description2-inner {
    width: 96%;
    margin: 0 2%;
}

.single-description2 table {
    text-align: left;
}

.single-description2 tr {
    border-collapse: collapse;
    border-bottom: 1px solid #000;
    border-spacing: 8px;
}

.single-description2 th {
    width: 30%;
    vertical-align: top;
    line-height: 2em;

}

.single-description2 td {
    width: 70%;
    overflow-wrap: anywhere;
}

.single-price {
    font-size: 23px;
    color: #E35555;
    font-weight: bolder;
    letter-spacing: 0.2rem;
}

.single-price span {
    font-size: 14px;
    font-weight: bold;
}


.single-purchase-button2 {
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
}

.single-purchase-button2 img {
    width: 100%;
    max-width: 450px;
}


.single-reccomend {}

.single-reccomend-slide {
    background-color: #1E1E1E;
    padding: 3rem 0 0.5rem 0;
    overflow: hidden;
}

.single-reccomend-slide-inner {
    width: 96%;
    margin: 0 2%;
}

.responsiveslick .responsiveslick-image {
    margin: 0 10px;
}

.responsiveslick-image2 {
    margin: 10px 5px;
}

.responsiveslick2 {
    max-width: 732px;
    margin: 0 auto;
}

.resp-169-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}

.resp-169-slide:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.resp-169-slide img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

/*
.slider-nav img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}
*/
.responsiveslick-image2 {
    margin: 5px 0px;
}

.responsiveslick2 .slick-next:before {
    content: '→';
    font-size: 2rem;
    z-index: 10;
    right: 15px;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    color: #1e1e1e;
}

.responsiveslick2 .slick-prev:before {
    content: '←';
    font-size: 2rem;
    z-index: 10;
    left: 15px;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    color: #1e1e1e;
}

.responsiveslick p {
    font-weight: bold;
    color: #fff;
}

.slick-prev, .slick-next {
    z-index: 10;
    overflow: hidden;
}

.slick-prev:before {
    content: '←';
    font-size: 2rem;
    z-index: 10;
    left: 15px;
    opacity: 1 !important;
    position: absolute;
    top: -3rem;
}

.slick-next:before {
    content: '→';
    font-size: 2rem;
    z-index: 10;
    right: 15px;
    opacity: 1 !important;
    position: absolute;
    top: -3rem;
}

.slider-nav .slick-track {
    transform: unset !important;
}

.responsiveslick-image2 {
    opacity: 0.3;
    transition: opacity .3s linear;


    width: calc(100% / 6) !important;

}

.slider-nav .slick-current {
    opacity: 1;
}





.single-video-list-h {
    margin-bottom: 0.5rem;
}

/*slide special responsive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 764px) {

    .responsiveslick-image2 {
        width: calc(100% / 5) !important;
    }
}