@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


    /************************************
    ** グローバルメニュー PC
    ************************************/
     /* ロゴの大きさ・幅に関するもの */
    .header-container-in.hlt-top-menu .logo-header img {
      max-height: 100%;
      height: auto;
      max-width: 250px;
      vertical-align: middle;
      margin: 10px 0;
    }
    #header-container {
      box-shadow: 0 0 10px rgba(30, 30, 30, .1);
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      z-index: 4000;
    }
    .site-name-text-link {
      color: #fff;
    }
    .navi {
      background: none;
    }
    .navi-in > ul .sub-menu {
      background: #fff;
      box-shadow: 0 0 10px rgba(30, 30, 30, .1);
    }
    .navi-in > ul li {
      width: auto;
	  line-height:60px;
    }
    .navi-in a {
      font-size: 13px; /* ナビ文字大きさ */
      font-weight: bold;
      position: relative;
      color: #e9608a; /* ナビ文字色 */
      padding: 0 20px;
      display: block;
      text-decoration: none;
    }
    .navi-in a:hover {
      background: none;
    }
    .navi-in a:before {
      position: absolute;
      left: 0;
      bottom: 6px;
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: #e9608a; /* マウスON時の下線色 */
      transform: scale(0, 1);
      transition: 0.4s;
    }
    .navi-in a:hover:before {
      transform: scale(1);
    }
    .navi-in > ul .sub-menu a {
      color: #666; /* サブメニュー文字色 */
      font-size: 12px; /* サブメニュー文字の大きさ */
    }
    .navi-in > ul .sub-menu a:before {
      background: #42d5e7; /* サブメニューマウスON時の下線色 */
    }
    .header-container-in.hlt-top-menu .logo-header {
      max-height: 100%;
    }
    .header-small {
      opacity: 0.9;
    }
    .header-small .header-container-in.hlt-top-menu .logo-header img {
      max-width: 130px;
      margin: 10px 0;
    }
    #container {
      padding-top: 65px;
    }
    [id^="toc"]:target {
      padding-top: 85px;
      margin-top: -85px;
    }
/*埋め込み動画レスポンシブル*/
.umekomi {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.umekomi iframe {
  width: 100%;
  height: 100%;
}


/* モーダルのスタイル */
/* 画面の中央に表示されるようにするスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 0 auto; /* 水平方向に中央揃え */
  margin-top: 8%; /* 上下方向に調整 */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal input[type="button"], .modal button, .randomVid {
	-webkit-appearance: none;
	border: 1px solid var(--cocoon-thin-color);
	background-color: #f5f8fa;
	color: #333;
	padding: 11px;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.modal label {
	margin-right:10px;
}



@media screen and (max-width: 1024px) {
	.mobile-menu-buttons {
		z-index:4001 !important;
	}
	#navi-menu-content .widget_search {
		margin-left:10px;
		margin-right:10px;
	}
}


.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie-info {
    font-size: 11px !important; 
}

.creator-credit {
    padding: 0px;
}

.creator-credit li {
    list-style-type: none;
    padding: 0px;
    margin: 0px !important;
}

.movie th {
  white-space: nowrap;
}

.column-video h2 {
	border-bottom: 2px solid #ddd;
	font-size: 20px;
	padding: 9px 10px;
  background-color: #FFF;
}
/* 独自のコンテキストメニューのスタイル */
        #customContextMenu {
            display: none;
            position: absolute;
            background-color: white;
            border: 1px solid #ccc;
            z-index: 1000;
        }
        #customContextMenu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #customContextMenu ul li {
            padding: 8px 12px;
            cursor: pointer;
        }
        #customContextMenu ul li:hover {
            background-color: #eee;
        }
        #customContextMenu ul li i {
            margin-right: 8px;
        }
blockquote.twitter-tweet{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
    overflow: hidden;
	visibility:hidden;
}
blockquote.twitter-tweet:before{
content:"ロード中です。お待ちください。";
	visibility:visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* 黒い薄い幕 */
    color: white;
    padding: 10px; /* テキストの内側の余白 */
	font-size:10px;
    text-align: center; /* テキストを中央揃えにする */
}

div.unknown-creator {
   color: #333;
   border:1px solid #333;
	border-radius:5px;
   padding: 1px 4px;
   font-size:12px;
	text-decoration:none !important;
	display:inline;
	opacity:0.8;
}
div.unknown-creator-caption {
   color: #333;
   padding: 4px 4px;
   font-size:10px;
	text-decoration:none !important;
	display:inline;
	opacity:0.8;
}


/* ボタンのスタイル */
.randomVidC {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #4CAF50 0%, #8BC34A 100%);
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

/* オンの状態 */
.randomVidC.mode-on {
    background: linear-gradient(90deg, #FF5722 0%, #FF9800 100%);
}

/* ホバー時のアニメーション */
.randomVidC:hover {
    transform: scale(1.05);
}

/* クリック時のアニメーション */
.randomVidC:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}


.movie-page-link .video-credits {
	margin-bottom:10px;
	text-align:center;
}

.movie-page-link a.mpagelink {
	display:block;
	text-align: center;
	width:100%;
	text-decoration:none;
	height:40px;
	line-height:37px;
	/* 幅 | 種類 | 色 */
	border: 2px solid #e9608a;
	border-radius:10px;
	font-size:15px;
	transition:all 0.5s ease;
	font-weight:bold;
}
.movie-page-link a.mpagelink:hover {
	background-color:#e9608a;
	color:#fff;
}

.carousel-new-entry-cards .card-content .card-title {
	-webkit-line-clamp:3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.carousel-new-entry-cards .category {
    position: absolute; /* 絶対位置を設定 */
    top: 0px; /* 親要素の上端からの距離 */
    left: 0px; /* 親要素の右端からの距離 */
    background-color: rgba(250, 0, 0, 0.5); /* 半透明の黒背景 */
    color: #ffffff; /* テキストカラーを白に設定 */
    padding: 5px 10px; /* 内側の余白を設定 */
    border-radius: 0px 0px 10px 0px; /* 角を少し丸くする */
    font-size: 12px; /* フォントサイズを設定 */
    z-index: 1; /* 必要に応じてz-indexを設定 */
	max-width:60%;
	    opacity: 1; /* 初期状態は完全に表示されている */
    transition: all 0.5s ease; /* フェードアウトのトランジションを設定 */
}
.a-wrap:hover .category,.a-wrap:hover .pub-date {
	    opacity: 0; /* マウスオーバー時に透明度を0に変更し、フェードアウトさせる */
	margin-top:-4em;
}
.pub-date {
    position: absolute; /* 絶対位置を設定 */
    top: 10px; /* 親要素の上端からの距離 */
    right: 10px; /* 親要素の右端からの距離 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒背景 */
    color: #ffffff; /* テキストカラーを白に設定 */
    padding: 5px 10px; /* 内側の余白を設定 */
    border-radius: 3px; /* 角を少し丸くする */
    font-size: 10px; /* フォントサイズを設定 */
    z-index: 1; /* 必要に応じてz-indexを設定 */
		opacity: 1; /* 初期状態は完全に表示されている */
    transition: all 0.5s ease; /* フェードアウトのトランジションを設定 */
}



div.carousel-block {

	margin-top:50px;
}
div.carousel-title {
	font-weight:bold;
	font-size:1.4em;
	margin:4px 5px 3px 5px;
}

a.disabled-link {
    pointer-events: none; /* リンクを無効化 */
    cursor: default; /* マウスカーソルをデフォルトに変更 */
    color: inherit; /* リンクの色を継承 */
    text-decoration: none; /* 下線を削除 */

	 
}
a.disabled-link .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 親要素全体に幕を広げる */
    height: 100%; /* 親要素全体に幕を広げる */
    background-color: rgba(50, 50, 50, 0.8); /* 黒い薄い幕 */
    color: white;
    text-align: center; /* テキストを中央揃えにする */
    padding: 59px; /* テキストの内側の余白 */
	z-index:10;
}
.inner-content::before {
	content:'表示中';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* 黒い薄い幕 */
    color: white;
    padding: 10px; /* テキストの内側の余白 */
    text-align: center; /* テキストを中央揃えにする */
	border-radius: 10px;
}


.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #ff80c0;
    color: #333333;
}


.carousel-new-entry-cards {
	padding:5px;
}

.carousel-new-entry-cards a.a-wrap {
	padding: 0;
	border-radius: 12px;
}


.carousel-new-entry-cards figure {
    position: relative;
    width: 100%; /* 親要素の幅いっぱいに設定 */
    height: 0; /* 高さを0に設定 */
    padding-top: 56.25%; /* 16:9のアスペクト比に対するパディングの割合（9 ÷ 16 × 100） */
    overflow: hidden; /* はみ出た部分を隠す */
	margin-bottom: 0;
	margin-top: 0;
}
.carousel-new-entry-cards .new-entry-card-title {
	font-size:15px;
}
.carousel-new-entry-cards figure img {
    position: absolute;
    top: 50%; /* 上下中央に配置するために50%に設定 */
    left: 50%; /* 左右中央に配置するために50%に設定 */
    transform: translate(-50%, -50%); /* 上下左右に移動して中央に配置 */
    width: auto; /* 幅を自動調整 */
    height: 100%; /* 高さを100%に設定 */
}
.carousel-new-entry-cards a {
	margin-top:15px;
	width:257px !important;
}

.carousel-container {
            width: 100%;
            max-width: 1200px;
            overflow: hidden;
            position: relative;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
					padding-left:50px;
					padding-right:50px;
        }
        .carousel-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .carousel-nav {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 50px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
						z-index:500;
        }
        .carousel-nav.left {
            left: 0;
        }
        .carousel-nav.right {
            right: 0;
        }
        .carousel-nav.left::before, .carousel-nav.right::before {
            font-size: 24px;
        }
        @media (max-width: 600px) {
            .carousel-item {
                min-width: 150px;
            }
            .carousel-nav {
                width: 30px;
            }
					.carousel-container {
						padding-left:30px;
					padding-right:30px;
					}
					#carousel .card-large-image a {
						max-width:60vw !important;
					}
					.carousel-new-entry-cards .card-content .card-title {
	-webkit-line-clamp:2;
}
        }

a.title-text {
	font-weight:bold;
}
/*
article.video-category-op h3::before {
	content: "OP";
	color: #FFF;
	background-color:  #ff1493 ;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -1.8px; /* 上に5px移動 
}
article.video-category-pv h3::before {
	content: "PV";
	color: #FFF;
	background-color: #2E8B57;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 
}
article.video-category-teaser h3::before {
	content: "ティザー";
	color: #FFF;
	background-color:  #556B2F;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 *
}
article.video-category-introduction h3::before {
	content: "紹介";
	color: #FFF;
	background-color:  #800000;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 
}
article.video-category-play-movie h3::before {
	content: "プレイ";
	color: #FFF;
	background-color:  #654321;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 
}
article.video-category-demo h3::before {
	content: "デモ";
	color: #FFF;
	background-color:  #6B5B95;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
	    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 
}
article.video-category-countdown h3::before {
	content: "カウントダウン";
	color: #FFF;
	background-color: #2F4F4F;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 
}
article.video-category-cm h3::before {
	content: "CM";
	color: #FFF;
	background-color: #8B4513;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 12px;
	display: inline;
    position: relative; /* 相対位置指定 
    top: -2px; /* 上に5px移動 */
}
.toggle-button-1 {
    display:none;
    position: relative;
    width: 100px;
    height: 50px;
    border-radius: 50px;
    background-color: #dddddd;
    cursor: pointer;
}

.toggle-button-1:has(:checked) {
    background-color: #ff80c0;
}

.toggle-button-1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    content: '';
}

.toggle-button-1:has(:checked)::after {
    left: 50px;
}

.toggle-button-1 input {
    display: none;
}

.toggle-button-1 span {
	padding-left:100px;
	display: inline-block;
	
}

#categoryModal {
	z-index:10000;
}

/* 検索ウィジェットをナビメニューの右に配置 */
.navi-in {
    display: flex;
    justify-content: flex-end;
	width: 813px !important;
}

.navi-in .widget_search {
	   margin-left: auto; /* ナビメニューの右側に配置 */
     margin-right: 10px; /* 適切な間隔を調整 */
	margin-bottom:0px;
	height:60px;
	width:30%;
}
.navi-in .widget_search .search-box .search-edit {
	padding:5px;
	
}


div.box-staff-credit + div.box-staff-credit::before {
    content: ' / ';
	margin-left:5px;
}

.age-gate__challenge {
	font-size:17px;
}

.dl-link-pr::before {
	content: "PR";
   margin-right: 0px;
   color: #333;
   border:1px solid #333;
	border-radius:5px;
   padding: 1px 4px;
   font-size:12px;
	text-decoration:none !important;
}

h1.promo_display::after {
	 content: "PR";
   margin-left: 10px;
   color: #333;
   border:1px solid #333;
	border-radius:5px;
   padding: 1px 5px;
   font-size:12px;
	top: -0.5em;
  position: relative;
}

div.promo_caption {
	font-size:1.0em;
	margin-top:10px;
	border:1px solid #696969;
	border-radius:5px;
  padding: 5px 10px;
	
}
div.column-left div.selecter {
	box-shadow: 3px 3px 4px 2px rgba(0,0,0,0.1);
	margin: 5px;
	padding: 4px;
	border-radius:10px;
}

#source-select {
	width:60%;
	font-size:0.95em;
}

.bb-01 img {
	width:300px;
	height:250px;
}

select.wpcf7-form-control {
	width:90%;
}

.video-emdb-caption {
  opacity: 0.8;
	text-align:right;
	margin-bottom:9px;
	margin-top:-8px;
}
.video-emdb-caption small {
	font-size:0.75em;
}
	
.balloon-002 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #ffdfef;
    color: #333333;
	  font-size:0.9em;
	text-decoration: none !important;
}

.balloon-002::before {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    background-color: #ffdfef;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}


.blogcard-thumbnail img, .card-thumb img {
	aspect-ratio:auto !important;
}

.btn_creatorlink {
  display: inline-block;
  padding: 10px 20px; /* ボタンのパディングを設定 */
  background-color: #E9608A; /* ボタンの背景色を設定 */
  color: #ffffff; /* ボタンのテキスト色を設定 */
  text-decoration: none; /* テキストの下線を削除 */

  /* 左右の部分だけを半円にする */
  border-radius: 30px 30px 30px 30px;
	
	transition: background-color 0.3s, opacity 0.3s;
	font-size:14px;
}	
.btn_creatorlink svg {
	height:11px;
}
.btn_creatorlink:hover {
	opacity: 0.8; /* ホバー時の半透明度 */
	color:#fff;
}
.facebook {
	background-color:#0866FF;
}
.twitter {
	background-color:#000;
}
.pixiv {
	background-color:#0097FA;
}
.fanbox{
	background-color:#231815;
}
.note {
	background-color:black;
}
.erogamescape {
	background: linear-gradient(to right, #FF8B00,#009A44);
}
.instagram {
	background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}
.cien {
	background:linear-gradient(to right, #238AC5,#238AC5,#E2437F);
}
.narou {
	background-color:#18B7CD;
}
.naroux {
	background-color:#333333;
}
.youtube {
	background-color:#FF0000;
}
.fantia {
	background: linear-gradient(to right, #8CC13F, #E1097F, #8D2680, #00A098, #383877, #F05B26);
}

.simplefavorite-button {
	width:100%;
	
}

.adsUnderRelated {
   text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.bb-banner img {
	width:300px;

}
div#bbpress-forums a.bbp-topic-permalink::before {
	display:none !important;
}

.video-date-tags {
	opacity:0.6;
	text-align:left !important;
   color: #333;
	border-top:1px solid;
	padding-top:8px;
	line-height: 1; /* 行間を調整 */
	margin-top:50px;
}
.video-date-tags span.page-id-indicator {
	font-size:0.7em;
	padding-right:5px;

}
.video-date-tags span.page-id-indicator::before {
	content:'ページID： ';
}
.video-date-tags .date-tags {
  display: inline-block;
	margin-bottom:0px;
	text-align:left;
}
.video-date-tags .date-tags .post-date::before {
	content:'掲載日： ';
}
.video-date-tags .date-tags .post-update::before {
	content:'更新日： ';
}
.video-date-tags span.page-publication-date {
		font-size:0.7em;
	padding-right:15px;
}
.video-date-tags span.page-publication-date::before {
	content:'楽曲公開日： ';
}

h2.main-widget-label {
	text-align:center;
	font-size:1.2em;
}

#main {
	padding-top:10px;
}

h1 span {
	font-size:0.5em;
	opacity:0.8;

	display:inline-block;
}
h1 span + span::before {
    content: ' / ';
	margin-left:5px;
}

h1.alias {
	font-size:20px;
}

.surugayalink img {
	min-width:100px;
	min-height:100px;
}

/*固定ページ（トップページカスタマイズ）*/
/*フロント固定ページのタイトルを非表示*/ .home.page .entry-title{ display: none; } /*フロント固定ページのシェアボタンを非表示*/ .home.page .sns-share{ display: none; } /*フロント固定ページのフォローボタンを非表示*/ .home.page .sns-follow{ display: none; } /*フロント固定ページの投稿日を非表示*/ .home.page .post-date{ display: none; } /*フロント固定ページの更新日を非表示*/ .home.page .post-update{ display: none; } /*フロント固定ページの投稿者名を非表示*/ .home.page .author-info{ display: none; }
/* ジャンルナビ　*/
.genre-nav {
	display: flex;
	gap: 16px;
	margin-top: 40px;
	margin-bottom: 60px;
	justify-content: center;
	white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	flex-wrap:wrap;
}

.blogcard-content {
	max-height:200px;
}

@media screen and (max-width: 1023px) {
	.genre-nav {
	margin-top: 20px;
	margin-bottom: 30px;
	}
}

/* スクロールで左にはみ出さないように左寄せ */
@media screen and (max-width: 480px) {
	.genre-nav {
	justify-content: center;
	}
}

.genre-nav::-webkit-scrollbar {
	display: none;
}

.genre-nav-link a {
	color: #888;
	font-weight: bold;
	padding: 4px 20px;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid transparent;
	transition: border .3s, color .3s;
}

@media screen and (max-width: 480px) {
	.video-emdb-caption small {
	font-size:0.75em;
}
	.video-emdb-caption {
		text-align:left;
	}
	
	.genre-nav-link {

	}
	
	.genre-nav-link a {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 8px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
}

.genre-nav-link a:hover,
.genre-nav-link .is-active {
	border-bottom: 2px solid;
	color: #333;
}
/*  */
ul.creator-credit {
	padding-left:0px;
	margin-bottom:0px;

}
.blogcard-content ul.creator-credit li {
	margin-bottom: 0px !important;
}

ul.creator-credit li {
  margin-left:0px;
	margin-bottom:7px !important;
	line-height:1.5;
}

ul.creator-credit li span {
  opacity:0.6;
	font-size:80%;
}
ul.creator-credit li span.credited {
  opacity:1;
	font-size:100%;
	font-weight:bold;
	color:#dc143c;
}
.blogcard-content ul.creator-credit li span {
  opacity:1;
	font-size:100%;
}

ul.creator-credit li:last-child {
  margin-left:0px;
	margin-bottom:0px !important;
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適用される */
    .header-site-logo-image {
        max-width:90%;
    }
}

.bbp-form .bbp-form p:nth-child(3),
.bbp-form .bbp-form p:nth-child(4) {
	display: none;
}

/* ヘッダー検索窓 */
#navi-wrap {
	display:flex;
		justify-content:flex-start;
}

#navi-in {
	margin-right:0px !important;
}

#header-searchbox {
	height:60px;
	width:250px;
	padding-left:20px;
}
#header-searchbox form input.search-edit {
	height:30px;
	font-size:13px;
}
#header-searchbox button {

	
}
div.embed {
	max-height:100vh;
}

@media screen and (max-width: 1240px) {
	#header-searchbox {
		width:100px;
		display:none;
	}
	.navi-in .widget_search {
	   display:none;
	}
}


.movie th {
	width:0;
	white-space:nowrap;
	padding-left:7px;
	padding-right:7px;
}

.selecter {
	margin:20px;
	text-align:center;
}
.selecter input,select {
	width:30%;
	margin:5px;
}
.selecter input {

}
a.btn_03 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 45%;
	margin: 10px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #fff;
	background: #27acd9;
}

.footer-bottom-logo {
	top:0;
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適用される */
    a.btn_03 {
        display:block;
			width:90%
    }
	.footer-bottom-logo img {
		height:auto;
	}
	
	.selecter {
		margin:0px;
		text-align:center;
	}
	
	
	.adsUnderRelated img {
		margin-left:0px;
		margin-right:0px;
		max-width:93%;
	}
	.custom-play-button {
    font-size: 40px !important;
	}
	h1.alias {
	font-size:1.0em;
		padding:.6em .8em;
}
}

.textwidget a img{
		transition-duration:0.5s;
}

.textwidget a img:hover {
	opacity:0.8;

}

div.kugiri2 + div::before {
  content: "/";
  color: #333 !important;
  font-weight: normal !important;
  margin-right:0.5em;
  margin-left:0.5em
}

/* 歌のクレジット変更用 */
ul.creator-credit li.singer-plus {
	float: left;
	margin-bottom:0px !important;
}
ul.creator-credit li.singer-plus:after {
	content: '+';
}
ul.creator-credit li.singer-plus:last-child:after {
	content: '';
}

ul.creator-credit li.singer-kakeru {
	float: left;
	margin-bottom:0px !important;
}
ul.creator-credit li.singer-kakeru:after {
	content: '×';
}
ul.creator-credit li.singer-kakeru:last-child:after {
	content: '';
}

ul.creator-credit li.singer-mugen {
	float: left;
	margin-bottom:0px !important;
}
ul.creator-credit li.singer-mugen:after {
	content: '∞';
}
ul.creator-credit li.singer-mugen:last-child:after {
	content: '';
}                   

.fanza_box {
	margin: 1em 0;
  padding: 1em;
	border-color: var(--cocoon-three-d-border-colors);
	border-width: 1px;
	border-style: solid;
}
span.product-title {
	font-weight: bold;
}

span.product-title a {

}

.fanza_box .price {
	color: #dc143c;
	font-weight: bold;
}
.fanza_box .stock {
	display: block;
}



.adsUnderRelated img {
	margin-left:10px;
	margin-right:10px;
}

.bbp-breadcrumb {
	display: none;
}


/* カスタムニュースショートコード用のスタイル */
.news-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.news-date {
  flex: 0 0 122px; /* 日付の幅を指定 */
  font-size: 14px;
  color: #888;
  padding-right: 10px; /* 日付とタイトルの間にスペースを追加 */
}

.news-title {
  flex: 1; /* タイトル部分が残りの幅を占有 */
  color: #333;
}

/* カスタム新着記事ショートコード用のスタイル */
.recent-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.recent-post-type {
  flex: 0 0 80px; /* 投稿タイプの幅を指定 */
	text-align:center;
  font-size: 14px;
  color: #fff;
  margin-right: 10px; /* 投稿タイプと日付の間にスペースを追加 */
	background-color: #e9608a;
}

.recent-post-date {
  flex: 0 0 122px; /* 日付の幅を指定 */
  font-size: 14px;
  color: #888;
  padding-right: 10px; /* 日付とタイトルの間にスペースを追加 */
}

.recent-post-title {
  flex: 1; /* タイトル部分が残りの幅を占有 */
  color: #333;
}
/* 各投稿タイプに対応するクラスを定義して色を指定 */
.video-label {
  background-color: #e9608a; /* イエロー */
}

.creator-label {
  background-color: #87CEFA; /* スカイブルー */
}

.game-label {
  background-color: #5F88E8; /* ライトサーモンピンク */
}

.brand-label {
  background-color: #98FB98; /* ミントクリーム */
}

.music-label {
  background-color: #E87B5F; /* ピンク */
}

    .custom-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 70px;
      color: white;
      cursor: pointer;
      /* 文字に影を設定 */
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      opacity: 1; /* 初期値は1（不透明） */
      transition: opacity 0.3s ease; /* フェード効果を追加 */
    }
    .custom-play-button:hover {
      opacity: 0.7; /* ホバー時の不透明度を設定（0.7で70%の透明度） */
			
			
			
    }

    .hide-play-button {
      display: none;
    }
    #embed-video {
      position: relative;
    }

.package-img-large img {
	max-height: 560px;
}


.custom-contextmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.custom-contextmenu .option {
  padding: 5px 10px;
  cursor: pointer;
}

.custom-contextmenu .option:hover {
  background-color: #eee;
}

.continuous-caption {
	background-color:#edcd82;
	padding:10px;
	text-align:center;
	position:absolute;
	top:5px;
	right:5px;
	opacity:0.4;
	font-size:10.5px;
	text-align:right;
	border-radius:8px;
	transition:all 0.5s;
}
.continuous-caption:hover {
	opacity:0;
}

.continuous-caption span {
	font-size:small;
}

.blogcard ul.creator-credit li {
	line-height:1.6em;
}



.modal-content h1, .modal-content h2, .modal-content p, .modal-content form, .modal-content label, .modal-content input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* h1とh2のスタイル */
.modal-content h1, .modal-content h2 {
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
}

.modal-content h1 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
}

.modal-content h2 {
  font-size: 1.2em;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

/* pのスタイル */
.modal-content p {
  margin-bottom: 10px;
  padding: 5px;
  color: #666;
  font-size: 0.9em;
}

/* formのスタイル */
.modal-content form {
  padding: 10px;
}

/* labelとinputのスタイル */
.modal-content label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.modal-content label input[type="checkbox"],
.modal-content label input[type="radio"] {
  margin-right: 5px;
}

/* inputのスタイル */
.modal-content input[type="button"] {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 8px 15px;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15px;
}

.modal-content input[type="button"]:hover {
  background-color: #0056b3;
}

/* 横並び用のスタイル */
.horizontal-labels {
  display: flex;
  flex-wrap: wrap;
}

.horizontal-labels label {
  flex: 1 0 25%; /* ラベルを横に並べる */
  margin-bottom: 5px;
}

/* ボタングループのスタイル */
.button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.button-group input[type="button"] {
	width: 49.5%;
	background-color: #444;
}
.button-group input[type="button"]:hover {
  background-color: #222;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .modal-content h1, .modal-content h2 {
    font-size: 1.2em;
  }
  
  .modal-content p, .modal-content label, .modal-content input[type="button"] {
    font-size: 0.8em;
  }
  
  .modal-content input[type="button"] {
    width: 100%;
  }

  .horizontal-labels label {
    flex: 1 0 100%; /* 画面幅が狭い場合、ラベルを縦に並べる */
  }

  .button-group {
    flex-direction: column;
  }

  .button-group input {
    width: 100%;
    margin-bottom: 5px;
  }
}
/* リストのスタイル */
.favorites-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.favorites-list li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
    width: calc(100% / 3 - 40px); /* 3列配置で隙間を考慮 */
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.favorites-list li:hover {
    transform: scale(1.05);
}

/* 画像のスタイル */
.favorites-list img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* テキストのスタイル */
.favorites-list p {
    margin: 10px 0;
    flex: 1; /* 残りのスペースを使用 */
	padding-bottom:10px;
}

/* リンク部分のスタイル */
.favorites-list a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 6px 15px 6px;
    background-color: #f1f1f1;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    height: 5.1em; /* 3行分の高さ */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 行数制限 */
    -webkit-box-orient: vertical;
	font-size:1em;
    line-height: 1.5em;
    word-break: break-word; /* 長い単語を折り返し */
}

/* ボタンのスタイル */
.simplefavorite-button {
    background-color: 	#f25076 !important; /* ピンク系の薄い色 */
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: none !important;
    align-self: flex-end; /* ボタンをリストアイテムの下部に固定 */
}

.simplefavorite-button:hover {
    background-color: #ff99aa !important; /* ピンクの濃い色 */
}

.simplefavorite-button i {
    margin-left: 5px !important;
    color: #ffdd33 !important;
}

.vidp-music-fav-btn .simplefavorite-button {
    background-color: #fff !important;
	color: #e9608a !important;
	border: 1.5px solid #f25076 !important;
	opacity: 1 !important;
    padding: 4px 12px !important;
}
.vidp-music-fav-btn .simplefavorite-button.active {
    background-color: #f2507626 !important;
	color: #e9608a !important;
	border: 1.5px solid #f25076 !important;
	opacity: 0.8 !important;
}
.vidp-music-fav-btn .simplefavorite-button:hover {
    opacity: 0.5 !important;
}
.vidp-music-fav-btn .simplefavorite-button::before {
	content: "【楽曲】";
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
    .favorites-list li {
        width: calc(50% - 30px); /* 2列配置 */
    }
}

@media (max-width: 768px) {
    .favorites-list li {
        width: calc(100% - 20px); /* 1列配置 */
    }
}


/* 青い四角いリンクボタン */
a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(39, 172, 217);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}

#uniqueInfoIcon {
	display:inline;
	opacity: 0.3;
	font-size: 0.9em;
	cursor: pointer;
	margin-left: 1.8px;
}
        /* モーダルのスタイル */
        .unique-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
        }
        .unique-modal-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
			max-width: 500px;
        }
        .unique-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .unique-close:hover,
        .unique-close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

input[readonly] {
    background-color: #f0f0f0;  /* 背景色 */
    color: #333;  /* 文字色 */
    border: 1px solid #ccc;  /* 枠線の色 */
    cursor: not-allowed;  /* カーソルの変更 */
}

th.no-width {
  width: 0;
  white-space: nowrap;
  padding-left: 7px;
  padding-right: 7px;
}
table.cast {
	width: 100% !important;
}
span.external-icon {
	opacity: 1 !important;
}

span.music-title-read {
	display: block;
	font-weight:normal;
	margin-top:3px;
}

div.game-title-read {
	font-size: 0.8em;
  opacity: 0.8;
	margin-top:-15px;
}
span.brand-name-read {
	margin-left:5px;
}

.fixed-buttons {
    position: fixed;
    bottom: 140px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-buttons.right {
    left: auto;
    right: 0;
}

.fixed-buttons .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    background-color: #777; /* ボタンの背景色 */
    color: white;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease;
	opacity: 1;
	cursor: pointer;
}

.fixed-buttons .button:hover {
    background-color: #444; /* ホバー時の背景色 */
	width: 80px;
}

.fixed-buttons.right .button {
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

.fixed-buttons .button i {
    font-size: 24px; /* アイコンのサイズ */
}

.fixed-buttons .button span {
    font-size: 8px; /* 文字のサイズ */
    margin-top: 5px;
}



div.rand-game-bnr {
	text-align: center;
	margin-bottom: 30px;
	padding:10px;
	border-radius:10px;
	box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
div.rand-game-bnr img {
	max-width: 100%;
}

/* サンプルCG */

.sample-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap:10px;
	
}
.sample-images.dlsite {
	gap:14px;
}

.sample-image {
  object-fit: cover;
	flex-grow: 0;
  height: auto;
  overflow: hidden;
	width: 120px;
}
.sample-image.dlsite {
	height: auto;
	width: 100px;
}


.sample-image a img {
  max-width: 120px;
  height: 90px;
 flex-grow: 0;


}
.sample-image.dlsite a img {
  max-width: 100px;
  height: auto;
  object-fit: cover;
}
.sample-image a {
	transition: all 0.5s ease;
}
.sample-image a:hover {
	opacity:0.5;
}


.custom-modal {
    display: none; 
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
	transition: all 0.3s;
}

.custom-modal-content {
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 680px;
    background: white;
    overflow: hidden;
	margin-top: 80px;
	text-align: center;
}

.custom-modal-content img {
    display: block;
    width: 100%;
    margin: 10px 0;
	opacity: 1;
	transition: all 0.2s;
}
.custom-modal-content img:hover {
    opacity: 0.8;
}

.custom-close {
    position: fixed;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  text-shadow: 4px 2px 7px rgba(0, 0, 0, 0.36);
}

.custom-close:hover {
    color: #bbb;
}
button.btn_03 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
	background-color: #fff;
	cursor: pointer;
}
button.btn_03:hover {
	color: #fff;
	background: #27acd9;
}

.music-card-in-game .blogcard-content {
	margin-left:20px;
}
.grecaptcha-badge { visibility: hidden; }

.recaptcha-caption {
	font-size: 0.8em;
	opacity: 0.85;
	line-height: 0.85em;
}

p.bbp-topic-meta {
	display: none;
}

#open-image-modal {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #e95295;
    color: white;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative; /* Make it possible to position the icon */
}

#open-image-modal::before {
    content: "\f00e"; /* Unicode for Font Awesome search-plus icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px; /* Space between icon and text */
    font-size: 18px;
}

#open-image-modal:hover {
    background-color: #993662;
}

/* Vidstack用 */


media-player {
  aspect-ratio: 16 / 9;
	width:100%;
}
/*
.vds-buffering-spinner {
    width: 96px;
  height:96px;
}*/


    /* 大きめの再生ボタンのスタイル */
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      font-size: 2em;
      padding: 20px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      border: none;
      transition: opacity 0.3s;
    }

    .play-button.hide {
      opacity: 0;
      pointer-events: none;
    }

/* */
.api-credit {
	margin-left: 10px;
}

.adsUnderRelated img,.adsUnderRelated iframe {
	margin-top:10px;
}
.adsUnderRelated iframe {
	margin-bottom:10px;
}

.entry-card-content .illustrators,.entry-card-content .writers {
	font-size:0.8em;
}
.entry-card-content .brand-names {
	margin-top:-5px;
	font-size:0.9em;
}
.entry-card-content .brand-names .brand-name {
	display: inline-block;
}
.entry-card-content .brand-names .brand-name::after {
	content: ' /';
	margin-right: 0.5em;
}
.entry-card-content .brand-names .brand-name:last-child::after {
	content: '';
	
}

.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  padding: 10px;
  width: 100%
}

.cast-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.8s 0s ease;/*transitionの記述を追加*/

}

.role-name, .actor-name {
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap; /* テキストを1行に収める */
  overflow: hidden;
  text-overflow: ellipsis;
}

.role-name {
  margin-right: 15px; /* 適度な余白 */
}

.actor-name {
  flex: 1 0 auto; /* 残りのスペースを占有 */
  text-align: right;
  font-weight: bold;
  color: #555;
}

/* ホバーで完全表示 */
.cast-item:hover .role-name,
.cast-item:hover .actor-name {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;

}

/* レスポンシブ対応 */
@media (max-width: 270px) {
  .cast-list {
    grid-template-columns: 100%; /* 狭い画面では1列 */
  }
}

.dmm-api-credit {
	margin-right:10px;
}

.ogp-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.ogp-container {
    position: relative;
    display: inline-block;
}

.ogp-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ogp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    color: white;
    font-size: 12px;
    padding: 6px;
    box-sizing: border-box;
    text-align: left;
}

.ogp-title {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ogp-snippet {
    font-size: 12px;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ogp-domain {
	display: block;
    opacity: 0.7;
}

.ogp-domain .blogcard-site{
	background: rgba(0, 0, 0, 0.6);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
}

.media-player {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 0px;
}

.new-entry-card-thumb img {
	max-width:102%;
}

.carousel-new-entry-cards

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1400px以下*/
@media screen and (max-width: 1400px){
  /*必要ならばここにコードを書く*/
	.fixed-buttons {
		display: none;
	}

}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#header-container {
		display: none;
	}
	img.site-logo-image {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.dmm-api-credit {
		margin-right:0px;
		display: block;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#header-container {
		position:static;
	}
	#container {
		padding-top:0px;
	}
	.custom-close {
    position: fixed;
    top: 20px;
    right: 20px;
}

}
@media screen and (max-width: 710px){
    .play-button {
		display: none;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	h1.promo_display::after {
		top: -0.2em;
	}
	div.game-title-read {
		padding-left:16px;
		padding-right:16px;
	}
	.vjs-skip-backward-10 {
		display:none !important;
	}
	.vjs-skip-forward-10 {
		display:none !important;
	}
	.vjs-time-divider {
		padding: 0 !important;
		min-width: 0 !important;
		
	}
	.vjs-progress-control {
		visibility: hidden !important;
	}
	.video-js .vjs-progress-control {
		min-width: 0 !important;
	}
	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		overflow: hidden;
	}
}
