@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}


/* コンテンツの中身 */
/* 動画サイトTOPのCSS */

:root{
  --body-bg-color:rgb(107, 107, 107);

  /* --main-bg-color:#ffffff;   */
  /* --main-text-color:rgb(0, 0, 0); */
  --main-bg-color:rgb(0, 0, 0);  /* */
  --main-text-color:#ffffff;
  --top-text-color: rgb(0,0,0);

  --main-report-text-color:#aaa;
  --button-color:silver;
  --side-bg-color: rgb(107, 107, 107);
  --menu-bar-text-color:rgb(0, 0, 0);
  --movie-button-background-color:#333;

  --hover-bg-color:rgb(67, 68, 68);
}

footer{
  color: var(--side-bg-color);
  text-align: center;
  margin-bottom: 0;
  font-size: 50%;
  width: 100%;
  /* height: 30px; */
  height: 3%;
  /* position: absolute;
  bottom: 0; */
}

#wrapper{
  background-color: var(--main-bg-color);
  min-height: 100vh;
  max-width: 100%;
}

/* header{
  background-color: var(--side-bg-color);
  
  max-width: 100%;
  padding: 5px;
  height: 50px;
  z-index: 1;
} */

header{
  max-width: 100%;
  height: 50px;
  z-index:1;
}

.searchTextbox{
  display: none;
}

.header-button{
  display: none;
}

/* .movie-page-header{
  display: none;
} */

/* .top-header{
  background-color: #fff;
} */

#side-nav-drawer{
  border: solid 1px #fff;
  background-color: white;
  z-index: 9999;
  /* width: 70%; */
  height: 100%;
}

#body{
  background-color: var(--main-bg-color);
  color: var(--main-text-color);
  overflow-wrap: break-word;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  /* height: 100%; */

}

a{
  text-decoration: none;
  color: var(--main-text-color);
}

button{
  border-radius: 5px;
  color:#333;
  border: solid 0.5px #000;
  background-color: var(--button-color);
  letter-spacing: 0.5px;
}

.left-sidebar{
  display: none;
  position: absolute;
  width: 70%;
  height: 100%;
  top:50px;
  border: solid 1px rgb(0, 0, 0);
  left: 0;
  z-index: 1;
}

.breadList{
  padding: 10px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  margin-left: 0;
  /* font-weight: bold;太字 */
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  /* padding: 0 0.2em; */
  /* color: #555; */
  /* color: #fff; */
  color:var(--main-text-color);
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  /* color: #52b5ee;色 */
  /* color: #fff; */
  color:var(--main-text-color);
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* .mainContents{
  position: absolute;
  width: 98%;
  padding: 1%;
} */

.about-card{
  display: flex;
  flex-direction: column;
}

.card-wrap{
  border: solid 1px rgb(0, 0, 0);
  padding:30px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 350px;
  text-align: center;
  /* float: left; */
}

.card-wrap-login{
  margin: 0 auto;
  text-align: center;
  border: #fff 1px solid;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
}


.card-wrap input{
  margin:5px;
}

.fieldset-card{
  padding: 10px;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 30px;
  margin: auto;
  top:3px;
  left:6px;
}

.informWidth{
  width: 100px;
}

.informCheckClass{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

label[for="informCheck"]{
  width: 38px;
  height: 20px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}

label[for="informCheck"]:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.informCheckClass:checked + label[for="informCheck"] {
  background-color: #4BD865;
}
.informCheckClass:checked + label[for="informCheck"]:after {
  left: 19px;
}

.speed-mute-card{
  display: flex;
  justify-content: center;
  align-items: center;
}

.speed-mute{
  margin-left: 20px;
}
/* #firstOldPassword{
  margin: 10px;
} */

form{
  margin: auto;
}

.page-title{
  font-size: 25px;
  margin-bottom: 20px;
}

.card-title{
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

.fieldset-card-title{
  font-size: 0.9em;
}

.movieData{
  margin-bottom : 10px;
  width: 100%;
  display: flex;
}

div.movieData *{
  float: left;
}

.movieData a{
  width: 50%;
  margin: 5px;
}

.movieData video{
  width: 100%;
  height: 100%;
}

.aboutReport{
  display: flex;
  width: 50%;
  position: relative;
  flex-direction: column;
}

.aboutReport a{
  width: 100%;
  padding: 0%;
  margin: 10px;
  text-align: left;
}

/* .reportTitle{
  height: 20%;
  font-size: 25px;
} */

.reportText{
  height: 80%;
  font-size: 75%;
}

.reportText a{
  color: var(--main-report-text-color);
}

/* .movie-page-movie{
  padding:5px;
  text-align: left;
  background-color: #000;
} */

.movie-page-movie video{
  /* width: 50px;
  height: 50px; */
  max-width: 100%;
  max-height: 100%;
  /* margin: auto; */
}

.movie-parts{
  padding: 0 15px;
}

.movie-parts-title{
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  /* color:#fff; */
}

/* .movie-page-movie strong{
  font-size: 30px;
} */

/* .movie-parts *{
  padding: 5px;
} */

/* .moveQuestion{
  text-decoration:underline;
  color: red;
} */

#favoriteFormId{
  display: inline-block;
  /* font-size: 16px; */
  /* border:solid 1px #fff; */
  /* width: 150px; */
  text-align: center;
  /* right: 0%; */
}

.questionForm{
  text-align: left;
  padding: 5px;
  font-size: 90%;
}

.questionForm button{
  display: block;
  margin: 0 auto;
}

.contact-table{
max-width: 100%;
box-sizing: inherit;
}


.contact-table tr{
  padding:30px;
} 

.questionForm th{
  text-align: right;
}

.questionModal{
  width: 100%;
  height: 100%;
}

.questionDone *{
  /* display: inline-block; */
  text-align: center;
}

.questionDone img{
  display:block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
}

.firstChangeDone{
  padding: 30px;
}

.firstChangeDone a{
  /* display: block; */
  /* padding-top: 20px; */
  margin: 0;
  padding: 0;
}


/* .fa-solid{
  display:none;
} */

input[type="checkbox"][class="favoriteClass"]:checked ~ .fillHeart{
  /* background:rgb(102, 102, 102); */
  display: block;
}


.cate-parent{
  position: relative;
  display: inline-block;
}

.cate-list-item-ul{
  display: none;
  position: absolute;
  z-index: 2;
  top:45px;
  left: 20px;
  width: 100%;
  background-color: #fff;
  /* color: #000; */
}

.cate-list-item-ul a{
  color: #000;
}

.cate-list-item-ul li{
  font-size: 0.8em;
  padding:5px;
  border:1px solid #000;
}

.CateClass:checked ~ .cate-list-item-ul{
  display: block;
}
/* label[for="favoriteCheck"]{
  display:block;
  background:rgb(212, 211, 211);

  border: solid 1px var(--main-report-text-color);
  width: 100px;
} */

.play-icon-class{
  position: absolute;
  top:10px;
  left:40px;
  color: #f00;
  font-size: 60px;
}

ul,li{
  list-style: none;
  display: block;
  /* padding: 5px;
  margin-left: 10px;
  text-align: left; */
}

.liStrong,.ulCate{
  font-weight: 900;
}

/* #nav-drawer{
  position: relative;
  width: auto;
  height: 100%;
  height: 40px;
  text-align: left;
  color: var(--menu-bar-text-color);
} */

/* #nav-drawer a{
  text-decoration: none;
  color: var(--menu-bar-text-color);
} */

#nav-content{
  display: flex;
  height: 50px;
  width: 100%;
}

/* 未対応ブラウザ用フォールバック */
/* #nav-content div{
  width : 33.33333% ; 
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
} */

/* #nav-content li,#nav-content ul{
  padding: 5px;
} */
#open-side-display{
  /* display: inline-block; */
  display: none;
}

.topLink{
  /* width: 25%; */
  display: inline-block;
  height: 100%;
  padding: 5px;
}

.topLink img{
  height: 100%;
  /* width: 100%; */
}

/* .topLink a{
  text-align: center;
} */

/* .topLink img{
  height: 30px;
} */

.sideCategory{
  padding: 5px;
}

.reportSearch{
  margin: 0 auto;
  padding-top: 7px;
  margin-left: 1%;
  max-width: 100%;
  width: 70%;
  top:0;
}
/* .reportSearch{
  display: none;
} */


.reportSearch form{
  display: flex;
  width: 80%;
  height: 30px;
}

.reportSearch input{
  display: inline-block;
  width: 90%;
}

.reportSearch button{
  display: inline-block;
}

/* #divIcon{
  position: absolute;
  top: 0;
  right: 0;
} */
#divIcon{
  float:right;
  padding: 5px;
}

/* .sideCategory label:hover,.left-sidebar a:hover,.headLinkLi:hover{
  background-color: var(--main-bg-color);
} */

.headLinkLi a{
  color: var(--main-bg-color);
}

#divIcon img{
  width: 40px;
  height: 40px;
}

.field-icon{
  color: #555;
  margin-left: -30px;
  margin-top: 7px;
  position: absolute;

}

.topicDiv p{
  color: red;
  margin-left: 10px;
  text-align: left;
}

.empDropdown{
  display:none;
  margin: 0px;
  position: absolute;
  right: 0;
  left:auto;
  border: solid 1px #333;
  background-color: rgb(255, 255, 255);
  /* 要素を一番上にする */
  z-index:9999;
}

.empDropdown li{
  border-bottom: solid 1px #333;
  /* padding: 0%; */
  margin: 0%;
  padding: 10px;
  color: var(--main-bg-color);
}

.sideCategoryDropDown{
  display:none;
  font-weight: lighter;
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]:checked + .sideCategoryDropDown {
  display: block;
}

label[for="employeeIcon"]{
  display:block;
}

#emp-close{
  display: none;
  position:fixed;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  /* background-color: #aaa; */
}

#employeeIcon:checked ~ .empDropdown{
  display:block;
  margin-right: auto;
}

#employeeIcon:checked ~ #emp-close{
  display: block;
}

.category a:hover{
  background-color: var(--hover-bg-color);
}


.attention-p{
  color: red;
}


.helpView dt,
.helpView dd{
  border: solid 0.5px #000;
}

.helpView{
  margin: 30px;
}

.helpTitle{
  display: flex;
  justify-content:space-between;
}

.helpTitle,.helpText{
  padding: 10px;
}

.helpClump{
  margin-bottom: 15px;
}

/* .body-item span{
  color: red;
} */

.exColor{
  color: red;
  font-size: 1em;
  margin: auto;
}

.notCheckReportClass{
  display: block;
  font-size: 0.8em;
}

.notCheckReportClass a{
  font-weight: bold;
  font-size: 1.1em;
}

.cautionAboutNotRead {
  display: inline-block;
  /* padding: 0.5em 1em; */
  /* margin: 2em 0; */
  color: #2c2c2f;
  background: #f0bb4f;/*背景色*/
}
.cautionAboutNotRead p {
  /* display: inline-block; */
  font-size: 0.8em;
  font-weight: bold;
  margin: 0; 
  padding: 5px;
}

.exClass{
  padding: 7px;
  font-size: 0.5em;
}

.breadListNotWatched{
  font-size: 0.7em;
}

.button-float-pagetop{
  display: none;
}

/* #reportTextId{
  border-top: solid 0.5px #404040;
  width: 95%;
  padding-top: 7px;
  margin-top: 7px;
} */

#reportTextId{
  font-size: 0.8em;
  color: var(--main-report-text-color);
}

#reportTextId a{
  color:#065fd4;
}

.movieData-cate-th{
  width: 50%;
  /* padding-bottom:10px;
  padding-left: 10px; */
}

.movieData-cate-th video{
  width:100%;
}

.movieData-cate-li-title{
  height: 80%;
  text-align: left;
  vertical-align: top;
  font-size: 1.2em;
  padding: 0;
  padding-bottom: 5px;
}

.movieData-cate-li-text{
  font-size: 0.8em;
  padding: 0;
}

.movieData-cate-ul{
  padding: 0;
  margin: 0;

}

.movieData-cate-td{
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}

/* .movieData-cate-li-title{
  padding-bottom: 10px;
} */

.exClass-cate{
  padding: 0;
}

#sortForm{
  display: inline-block;
}

img{
  pointer-events: none;
  user-select:none;
}

/* 20230529追加 スライドショー */
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
z-index: 1;
/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
/* height: 25vh; */
margin-bottom: 15px;
}
/*　背景画像設定　*/

.slider-item {
  width: 50%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /* height:50vh; */
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.slider-item a{
  width: 100%;
  height:100%;
}

.slider-item video{
  width: 100%;
  height:100%;
}

.slick-list{
  margin-bottom: 30px;
}

/*矢印の設定*/

.slick-prev,
.slick-next,
.slick-arrow{
  display: none;
}

/*戻る、次へ矢印の位置*/


/*ドットナビゲーションの設定*/

.slick-dots {
position: relative;
z-index: 3;
  text-align:center;
/* margin:-50px 0 0 0; */
margin:10px;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

/*ドットボタンのサイズ*/
/*ドットボタンの色*/ 
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  border-radius:60%;
  background:#ccc;
  margin-top: 10px;
}

/*ドットボタンの現在地表示の色*/
.slick-dots .slick-active button{
  background:#333;
}

/* .slider-item:not(.slick-center){
  color:#000;
  opacity: 0.5;
} */

.slider button{
  display: none;
}

.scroll-wrapper{
  display: flex;
  flex-wrap:nowrap;
  justify-content: unset;
  overflow: scroll;
  /* margin-top: 10px; */
  /* width: 100%; */
  /* height: 200px; */
  height: 30%;
}

.scroll-wrapper::-webkit-scrollbar{
  display: none;
}

.movieScrollItem{
  min-width: 40%;
  min-height: 20%;
  margin: 8px;
  width:40%;
  height: 100%;
  overflow: hidden;
}

.movieScrollItem a{
  display: block;
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  color:rgb(107, 107, 107);
}

.movie-cate{
  margin-top: 20px;
}

.movieScrollItem video{
  width:100%;
  border-radius: 3%;
}

.movie-cate-wrap{
  margin-top: 10px;
}

.cate-title{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 15px;
  /* color: var(--top-text-color); */
}

.moveQuestion{
  display: inline-block;
  border: #333 solid 1px;
  padding:0 5px;
}

.movie-page-button{
  margin: 20px 0;
}

.movie-page-button *{
  font-size: 0.7em;
  font-weight: bold;
  background-color:var(--movie-button-background-color);
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  font-size: 0.8rem;
}

.movie-page-gaiyo{
  font-size: 0.9em;
  font-weight: bold;
  color: var(--main-report-text-color);
}

.leftButton,.rightButton {
  display: none;
}

.video-wrap{
  position:relative;
}

.movie-Rate-Btn{
  position:absolute;
  top:5px;
  right: 5px;
  z-index: 1;
}

/* #rateBtn{
  border:none;
  font-weight: bold;
  background-color: transparent;
  color: #FFF;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
  letter-spacing: 2px;
} */
#rateBtn{
  padding: 3px 10px;
  border-radius: 17px;
  /* width: 120px; */
  /* height: 20px; */
  font-weight: bold;
  font-size: 1.1rem;
}

.rateCls{
  display: none;
  position: absolute;
  z-index: 2;
  width: 70px;
  vertical-align:top;
  padding: 0;
}

.rateCls li{
  padding-left: 10px;
  font-size: 1rem;
}

/* 各プレイリストページ */
.listpageLeft{
  width: 90%;
  height:30%
}

.listpageRight{
  width: 90%;
  border:solid bold 1px;
}

.playlist{
  margin-top: 20px;
}

.listTitle{
  margin-left: 10px;
  font-weight: bold;
}

.playlistVideoDiv{
  width: 100%;
}

.playlistVideoDiv video{
  width: 100%;
}

/* #listUlId li:first-child{
  background:rgba(255,237,229,1.000);
} */

.listLi{
  display: flex;
  width: 100%;
  padding: 5px;
  position: relative;
  /* margin-top: 10px;
  padding-bottom: 10px; */
}

.listLi video{
  width:150px;
  border-radius: 5px;
}

/* .playListMenu{
  display: none;
} */

.video-Edit-icon{
  display: none;
}

.listMovieTitle{
  padding-left: 10px;
  font-size: 0.9rem;
}


/* プレイリストTOP */

/* .playlistBody{
  width: 100%;
} */

.playlistWrapper{
  width: 100%;
}

.PLformDiv{
  display: none;
  position: absolute;
  /* top:20%;
  left: 37%; */
  width: 300px;
  height: 300px;
  background-color: #fff;
  z-index: 2;
}

#PLformId{
  display: none;
  width: 300px;
  height: 300px;
  position:relative;
}

.selectVideoWrap{
  display: flex;
  overflow-x: scroll;
  width: 100%;
}

.selectVideoDivCls{
  width: 100px;
  height: 100px;
}

.selectVideoDivCls video{
  width: 100px;
  height: 100px;
}

.leftContent{
  width: 100%;
}

.onlyPlaylistItem{
  width: 100%;
  display: flex;
  overflow-x: scroll;
  
}

.onlyPlaylistItem::-webkit-scrollbar{
  display: none;
}

.playlistMovie{
  width: 150px;
}

.playlistMovieCntFont{
  display: none;
}

.playlistMovieVideo video{
  width: 150px;
}

/* .cate-list{
  margin-left: 40px;
} */

.cate-list-item{
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 7px;
  display: inline-block;
  border: 1px #fff solid;
  border-radius: 20px;
  /* color:black ; */
}

.unique-item-beginner{
  background: linear-gradient(to bottom right, rgb(108, 207, 108), rgb(250, 250, 126));
}

.unique-item-heart{
  background: linear-gradient(to bottom right,rgb(221, 67, 93),rgb(253, 199, 99));
}

.unique-item-blue{
  background:linear-gradient(to bottom right,rgb(77, 77, 226),rgb(182, 182, 182));
}


.cate-list-item-ul{
  display: none;
}

.search-movie-wrap{
  width: 100%;
  height: 100%;
}

.search-movie-part{
  margin-bottom: 10px;
}

.search-movie-part a{
  display: flex;
  margin-left: 10px;
  /* float: left; */
}

.search-movie-image{
  width: 200px;
}

.search-movie-title{
  margin-left: 10px;
}

.search-movie-text{
  margin: 10px;
  font-size: 0.8em;
  color: var(--side-bg-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sameCateMvImg{
  border-radius: 5px;
  width: 150px;
}

.sameCateMvPart{
  display: flex;
  margin-bottom: 10px;
}

.sameCateMvPart a{
  /* display: block; */
  position: relative;
}

.sameCateMvTitle{
  margin-left: 10px;
  font-size: 0.8em;
  /* font-weight: bold; */
}

.sameCateTitle{
  font-weight: bold;
}

.cate-movie-part{
  display: flex;
  margin:  10px 10px;
  /* height: 200px; */
  /* float: left; */
}

.cate-movie-image{
  width: 40%;
}

.cate-movie-title{
  margin-left: 10px;
  font-size: 0.9em;
}

.cate-movie-a{
  display: flex;
}

.cate-movie-text{
  margin-left: 10px;
  font-size: 0.7em;
  color: var(--side-bg-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.icon-red{
  color: red;
}

.createdUpdatedDiv p{
  font-size: 0.7em;
  color: var(--main-report-text-color);
}