/*for fix d2pass header cover heigh speed plan */
#fancybox-wrap{z-index: 9100 !important;}
.footer-KinkgSummit{display: inline-block;margin-left: 10px;}
#gradient-horizontal-member {
    --color-stop-1: #ddd;
    --color-stop-2: #999;
    --color-stop-3: #777;
}
.on #gradient-horizontal-member {
    --color-stop-1: #64B5F6;
    --color-stop-2: #03A9F4;
    --color-stop-3: #1976D2;
}

#gradient-horizontal {
    --color-stop-1: #ddd;
    --color-stop-2: #999;
    --color-stop-3: #777;
}
#clouldIconSVG-member{
    fill: url(#gradient-horizontal-member) gray;
}
#clouldIconSVG{
    fill: url(#gradient-horizontal) gray;
}

/*
videojs
*/

.video-js .forwardButton{
    background-image:url("https://ecp.heydouga.com/images/svg/videojs/forwardButton.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 5px 5px !important;
    background-size: 60% !important;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}

.video-js .backButton{
    background-image:url("https://ecp.heydouga.com/images/svg/videojs/backButton.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 15px 5px !important;
    background-size: 60% !important;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}


.video-js .display.forwardButton.setting,.display.backButton.setting{
    display: none !important;
}

.video-js .display.forwardButton{
    position: absolute;
    background-size: 50% !important;
    top: 47%;
    right: 0;
    display: block;
    width: 70px;
    height: 50px;
    background-position: 17px 5px !important;
}

.video-js .display.backButton{
    position: absolute;
    background-size: 50% !important;
    top: 47%;
    left: 0;
    display: block;
    width: 70px;
    height: 50px;
    background-position: 17px 5px !important;
}

.video-js .display .number{
    display: block;
    text-align: center;
    line-height: 50px;
}

.vjs-user-inactive .display.forwardButton,.vjs-user-inactive .display.backButton,.vjs-user-inactive #setSeekButton{
    display: none;
}

.vjs-user-active .display.forwardButton,.vjs-user-active .display.backButton,.vjs-user-active #setSeekButton{
    display: block;
}

.video-js #setSeekButton{
    position: absolute;
    right: 0;
    bottom: -150px;
    background:rgba(0,0,0,0);
    transition: all 0.3s ease 0s;
    opacity: 0;
    width: 40px;
}
.video-js #setSeekButton.on{
    bottom: 30px;
    opacity: 1;
    background:rgba(0,0,0,0.3);
}

.video-js #setSeekButton .skipset{
    display: block;
    padding: 10px;
    cursor: pointer;
}
.video-js #setSeekButton .skipset:hover{
    background:rgba(0,0,0,0.3);
}

.video-js .skipset.forwardButton,.video-js .skipset.backButton{
    background-position: 8px 3px !important;
    font-size: 8px !important;
}

.video-js .slectSkipValue{
    background-image:url("https://ecp.heydouga.com/images/svg/videojs/settingSeekValue.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 0px 4px !important;
    background-size: 100% !important;
    cursor: pointer;
    width: 20px;
    margin-right: 10px;
}
#mediaspace.video-js,#my-player.video-js,#movieContent.video-js{
    overflow: hidden;
}


/*
for moviepage to need to play movie
*/

#player_section{
    position: relative;
}

#player_section:hover::after{
    opacity: 0;
    left: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

#player_section:after{
    content: " ";
    background: url(https://ecp.heydouga.com/images/parts/player/play-btn.png) no-repeat;
    display: block;
    color: red;
    position: absolute;
    z-index: 771;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 86px;
    height: 41px;
    font-size: 50px;
    transition: opacity 0.5s ease 0.1s;
}

#player_section.d2p-member:after{
    display: none;
}

.guest-need-to-login{
    background:rgba(0,0,0,0.8);
    width: 752px;
    height: 423px;
    position: absolute;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
    display: none;
}
.guest-select-buttons{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.guest-select-buttons a{
    display: block;
    padding:10px;
    border-radius: 5px;
    margin: 20px auto;
    font-size: 16px;
    text-decoration: none;
    width: 200px;
}

a#movie-player-guest-login-button {
    display: block;
    background: rgba(252,255,255,0.7);
    color: rgba(0,0,0,0.9);
    border: solid 1px #FFF;
}
a#movie-player-guest-free-signup-button {
    display: block;
    background: rgba(237,28,36,0.7);
    color: rgba(255,255,255,0.9);
    border: solid 1px #ed1c24;
}

a#movie-player-guest-login-button:hover{
    background: rgba(252,255,255,1);
}

a#movie-player-guest-free-signup-button:hover{
    background: rgba(237,28,36,1);
}
.guest-need-to-login:hover{
    opacity: 1;
}
.guest-need-to-login p{
    color: white;
    font-size: 14px;
    position: relative;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }

.agreement .First ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 25px;
}

/* policy  */
#privacy_article{
    margin-bottom: 50px;
}

#privacy_article .section_title_headerling,#humanrights_article .section_title_headerling{
    border-bottom: 1px solid;
    font-size: larger;
    margin-bottom: 10px;
    font-weight: bold;
}

#ecp_additional[site="nyoshin.com"],
#ecp_additional[site="lesshin.com"]
{
    color:white;
    padding: 15px;
}

#ecp_additional[site="tousatsudou.com"]{margin-top: 15px;}
#ecp_additional[site="tousatsudou.com"] a{color: #F4175B;}


#ecp_coupon_banner {
    padding: 10px;
    background: radial-gradient(circle, rgba(251,179,63,1) 0%, rgba(252,238,70,1) 100%);
    border: 3px solid #FFEB3B;
    max-width: 300px;
    width: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .5);
    border-radius: 5px;
    z-index: 100000;
    display: none;
}

#ecp_coupon_banner.heyzo{
    left: 10px;
    right: inherit;
}

#ecp_coupon_banner.pikkur .coupon_count_down{
    text-align: center;
}

#ecp_coupon_banner .coupon_wapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#ecp_coupon_banner .coupon_header{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;

}

#ecp_coupon_banner .title{
    font-size: x-large;
    font-weight: bold;
    margin: 0;
    color:#ff5722;
}

#ecp_coupon_banner .coupon_hide_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#ecp_coupon_banner .coupon_hide_btn svg{
    fill:black
}

#ecp_coupon_banner .coupon_count_down{
    font-size: large;
    color:#ff5722;
    font-weight: bold;
}

#ecp_coupon_banner .coupon_info{
    color:black;
}

#ecp_coupon_banner .coupon_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#ecp_coupon_banner .coupon_price .discount{
    font-weight: bold;
    font-size: x-large;
    color:red;
}

#ecp_coupon_banner .coupon_code{
    border: 1px solid #ffc107;
    padding: 3px;
    background-color: white;
    color: gray;
}

#ecp_coupon_banner .code{
    font-weight: bold;
    color: black;
}

#ecp_coupon_banner .regular{
    font-size: small;
    line-height: 1;
    color: black;
}

#ecp_coupon_banner .c_price{
    font-size: large;
    font-weight: bold;
}
#ecp_coupon_banner .coupon_purchase{
    padding: 10px;
    background-color: green;
    color:white;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3px;
}
#ecp_coupon_banner .coupon_purchase:hover{
    background-color: #1b5e20;
}

#ecp_coupon_banner .coupon_banner_closed{
    display: none;
}

#ecp_coupon_banner.close_me{
    max-width: 25px;
    height: auto;
    cursor: pointer;
}

#ecp_coupon_banner.close_me .coupon_wapper{
    display: none;
}

#ecp_coupon_banner.close_me .coupon_banner_closed{
    display: flex;
    cursor: pointer;
}

/* ECP Login Form */
.ecp-overlay {
    background: rgba(0,0,0,.6);
    top: 0;
    height: auto;
    overflow-y: auto;
    left: 0;
    width: auto;
    z-index: 100000;
    position: fixed;
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  .ecp-overlay .content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
  }
  .ecp-overlay .overlay-click{
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  .ecp-overlay .dialog{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background: #fff; */
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto!important;
  min-height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  }

  .ecp-overlay .login {
      background: #fff;
      border-radius: 3px;
      max-width: 360px;
      width: 100%;
      box-sizing:border-box;
  }

  .ecp-overlay .login-logo {
      width: 150px;
      margin: auto;
      display: block;
  }

  .ecp-overlay .login-section--form input {
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing:border-box;
    color: #000;
  }
  
  .ecp-overlay .login-form-title {
    font-weight: bolder;
    margin: 1rem 0 .5rem;
  }

  .ecp-overlay .login-form-title span {
      color: rgba(0,0,0,.6);
      font-size: 13px;
      font-weight: 400;
      margin-left: 8px;
  }

  .ecp-overlay .login-form-input {
    border: 1px solid rgba(0,0,0,.24);
    line-height: inherit;
    padding: .5em 1em;
    width: 100%;
  }

  .ecp-overlay .login-pw-retrieval {
      font-size: 13px;
      margin-top: 8px;
  }
  .ecp-overlay [class^=login-section--] {
      margin: 3rem 0;
      padding: 0 24px;
  }
  .ecp-overlay .login-button {
      font-weight: bolder;
      height: 44px;
      line-height: 44px;
      width: 100%;
      border: none;
      cursor: pointer;
  }


  .ecp-overlay .button-fill.button-default {
      background: #f92460;
      color: #fff;
  }

  .ecp-overlay .button-fill:disabled {
      background: rgba(0,0,0,.2);
      cursor: default;
  }

  .ecp-overlay .login-signup {
      font-size: 13px;
      padding: 0 0 2rem;
      text-align: center;
      color: black;
  }

  .ecp-overlay #ecp_fail_login{
    color:#f92460;
    text-align: center;
    display: none;
    margin-bottom: 1rem;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: .25rem;
  }


  .ecp-overlay #ecp_fail_login.on{
    display: block;
  }

  @media screen and (min-width: 592px) and (min-height:560px) {
    .ecp-overlay .login-signup {
        background:rgba(0,0,0,.05);
        padding: 16px 0
    }
  }



  @media screen and (max-width: 592px){
    .ecp-overlay .dialog{
        background-color: white;
    }
  }
/* ===== heyzo.com ===== */
  [site="heyzo.com"] .login-section--brand,[site="m.heyzo.com"] .login-section--brand{
    background-color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }

/* ===== 3d-eros.net ===== */
[site="3d-eros.net"] .login-section--brand{
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }

  [site="3d-eros.net"] .dialog .login a{
    color:rgba(236, 33, 39, 0.8);
  }

  [site="3d-eros.net"] .button-fill.button-default{
    color:rgba(236, 33, 39, 0.8);
    color:#fff;
  }

/* ===== h4610.com ===== */
[site="h4610.com"] .dialog .login{
    background-color: #383330;
  }
  [site="h4610.com"] .dialog .login span{
    color:white;
  }
  [site="h4610.com"] .dialog .login input{
    color: #000;
  }
  [site="h4610.com"] .dialog .login a{
    color:#ffff44;
  }
  [site="h4610.com"] .button-fill.button-default{
    background-color: #ffff44;
    color:#000;
  }
  [site="h4610.com"] .button-fill:disabled {
    background: rgba(0, 0, 0, .2);
    color: white;
  }
  [site="h4610.com"] .login-signup{
    color:white;
  }

/* ===== h0930.com ===== */

  [site="h0930.com"] .dialog .login{
    background-color: #836445;
  }
  [site="h0930.com"] .dialog .login input{
    color: #000;
  }
  [site="h0930.com"] .dialog .login a{
    color:#ffff44;
  }
  [site="h0930.com"] .button-fill.button-default{
    background-color: #ffff44aa;
  }
  [site="h0930.com"] .button-fill:disabled {
    background: rgba(0, 0, 0, .2);
  }
  /* ===== c0930.com ===== */
  [site="c0930.com"] .dialog .login{
    background-color: #3c0d1b;
  }
  [site="c0930.com"] .dialog .login span{
    color:white;
  }
  [site="c0930.com"] .dialog .login input{
    color: #000;
  }
  [site="c0930.com"] .dialog .login a{
    color:#ffff44;
  }
  [site="c0930.com"] .button-fill.button-default{
    background-color: #ffff44;
    color:#000;
  }
  [site="c0930.com"] .button-fill:disabled {
    background: rgba(0, 0, 0, .2);
    color: white;
  }

  [site="c0930.com"] .login-signup{
    color:white;
  }


    /* ===== 貼り付け動画 ===== */

    #embedForm{
        color:rgba(0,0,0,.9);
    }

    #embedForm input[type=text], #embedForm input[type=number] {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .24);
        font-size: 1rem;
        margin-left: 8px;
        padding: 8px;
        width: 200px;
    }

 

    #embedForm .button {
        background: #3ea7fd;
        color: #fff;
    }

    #embedForm .button:hover {
        background: #1976d2;
    }

    #embedForm [type=button] {
        -webkit-appearance: button;
        cursor: pointer;
        border: none;
        border-radius: 4px;
        padding: 8px;
    }

    #embed-popup h2 {
        color: inherit;
        font-size: 1rem;
        font-weight: 700;
        color:rgba(0,0,0,.9);
    }


    #embed-popup #embed-code-container{
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    #embed-popup.show-code #embed-code-container{
        height: auto;
        opacity: 1;
    }

    #embed-popup code{
        line-height:21px;
        font-size:16px;
        color:#333;
        display:block;
        width:100%;
        overflow:auto;
        word-break: break-all;
        white-space:pre-wrap;
        box-sizing: border-box;
        padding:5px;
        user-select: none;
        opacity: .5;
    }
    #embed-popup.show-code code{
        opacity: 1;
        user-select: all;
    }

    #embed-popup .embed-error{
        color: #f00;
        font-size: 12px;
        margin-top: 10px;
        display: none;
    }

    #embed-popup .embed-player{
        position: relative;
    }

    #embed-popup #embed-site-logo{
        position: absolute;
        top: 10px;
        left: 5px;
        display: block;
        z-index: 1;
    }

    #embed-popup .dialog-body{
        overflow: scroll;
        max-height: 90vh;
    }

    #embed-popup p{
        padding: 15px 0;
        color:rgba(0,0,0,.9);
    }

    #embed-popup .copy-btn{
        background-color:#3ea7fd;
        color:#fff;
        padding:6px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        opacity: 0;
        cursor: pointer;
        pointer-events: none;
    }
    #embed-popup.show-code .copy-btn{
        opacity: 1;
        pointer-events: all;
    }

    #embed-popup .copy-btn:hover{
        background: #1976d2;
    }

    #embed-popup .copy-btn svg{
        fill:#fff;
        pointer-events: none;
    }

    #embed-popup[class*="javholic"] input.button{
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    #embed-popup[class*="javholic"] .copy-btn{
        width: 25px;
        height: 25px;
    }

    #embed-popup[class*="heydouga"]{
        font-size: 1rem;
    }

    #embed-popup[class*="heydouga"] #embedForm .button{
        padding: 0 10px !important;
    }

    #embed-popup[class*="heydouga"] .copy-btn{
        width: 25px;
        height: 25px;
    }