/* -----------------------------
category.css
------------------------------- */
.category_contents{
  width: calc(100vw - 270px);
  padding: 20px;
  max-width: 1250px;
}
.category_contents .category_title{
  margin: 20px 0px 10px 20px;
  font-size: 30px;
  color: #00b3f0;
  text-shadow: 0 0.03em 0.03em #3182d4, 0 0.03em 0.03em #2666a7, 0 0.03em 0.03em #1f5286;
  letter-spacing: .1em;
}

@media screen and (max-width:1024px) {
  .category_contents .category_title{
    margin: 20px 0px 10px 0px;
  }
  .category_contents{
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width:768px) {
  .category_contents .category_title{
    font-size: 30px;
  }
}

/* --------------------------------------
カテゴリサブタイトル
----------------------------------------- */
.category_subtitle,.category_regist_alert{
  margin: 10px 0px 10px 20px;

}
.category_subtitle span{
  border-bottom: 1px dashed #FC1B67;;
  width: auto;
}
.category_subtitle .fas{
  margin-right: 5px;
  color:#FC1B67;;
  padding: 2px;
  /* background-color: yellow; */
  border-radius: 50%;
}
.category_regist_alert{
  color: #FC1B67;
  font-weight: bold;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* --------------------------------------
カテゴリセレクトボックス
----------------------------------------- */

.category_select_wrap{
  margin: 30px 0px 10px 14px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3c9dff;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  box-shadow: 0px 0.5px 2px -1px rgba(0,0,0,.1);
}

.category_select_wrap select{
  border: solid 1px #cccccc;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  background-color: #e2e2e2;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  color: rgb(0 0 0 / 50%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  appearance: auto;
  margin-right: 10px;
}

.category_select_wrap input {
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  background-color: #e2e2e2;
  background-image: linear-gradient(#4c4a4a 0%, #403f3f 100%);
  color: rgb(0 0 0 / 50%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  color: #fff;
  transition: .3s;
}

.category_select_wrap input:hover {
  opacity:.8;
}

@media screen and (max-width:768px) {
  .category_select_wrap select{
    font-size: 16px;
    margin-right: 1px;
    width: 225px;
  }
  .category_select_wrap input{
    font-size: 2vw;
  }
}

/* ----------------------------------
アクティブコンテンツセレクトボックス
------------------------------------- */
.activeLearningSelect_wrap{
}

.activeLearningSelect_wrap tr,.activeLearningSelect_wrap tr:last-child{
  border: none;
}

.activeLearningSelect_wrap tr:first-child td{
  color: #8e8e8e;
}

.activeLearningSelect_wrap tr td{
  text-align: center;
  font-size: 14px;
  padding: 0px 3px;
}

.activeLearningSelect_wrap tr td select{
  margin: 0px;
  width: 170px;
}

.activeLearningSelect_wrap tr td select:focus{
  border: solid 1px #cccccc;
}

.activeLearningSelect_wrap tr td input{
  padding: 5px;
}


@media screen and (max-width:768px) {
  .activeLearningSelect_wrap tr td select{
    width: 25vw;
    font-size: 1.5vw;
  }
}


/* ------------------------------
動画リスト
--------------------------------- */
.movie_list_items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.movie_list_items li{
  width: 22%;
  margin: 1% 1.5%;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,.5);
  transition: .5s;
  cursor: pointer;
}

.movie_list_items li:hover{
  opacity: .7;
  transform: scale(1.05);
}

.movie_list_items li a p{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -1px;
}

.movie_list_items li a p video{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.movie_list_items li span{
  font-size: 13px;
  color: #404040;
  display: block;
  padding: 10px;
  line-height: 130%;
display: flex;
justify-content: flex-start;
align-items: center;
height:50px;
}
.movie_list_items li span img{
	margin-right: 3px;
}

@media screen and (max-width:1024px) {
.category_select_wrap{
  margin: 30px 0px 10px 0px;
}

  .movie_list_items li{
    width: 22%;
    margin: 1.5%;
  }
}

@media screen and (max-width:768px) {
  .movie_list_items li{
    width: 30%;
    margin: 1.6%;
  }
}

@media screen and (max-width:480px) {
  .movie_list_items li{
    width: calc(100vw - 50% - 10px - 3.2%);
    margin: 1.6%;
  }
}

/* ------------------------------
画像リスト
--------------------------------- */
.category_slider_wrap img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* --------------------------------------
セレクトムービー（モーダル）
----------------------------------------- */
.select_movie_warp{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  background-color: rgba(255,255,255,.8);
  transition: .5s;
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  opacity: 0;
}

.select_movie_warp_active{
  opacity: 100;
  z-index: 10000;
}

.select_movie_inner{
  position: relative;
  background-color: #fff;
  position: relative;
  width: 880px;
  margin: auto;
  padding: 15px 15px 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  transform: scale(0);
  transition: .3s;
  transform: rotatex(90deg);
}

.select_movie_warp_active .select_movie_inner{
  transform: scale(1);
  transform: rotatex(0deg);
}

.select_movie_close{
  position: absolute;
  top: -25px;
  right: 0px;
  cursor: pointer;
}

.select_movie_close span{
  display: inline-block;
  height: 3px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
}

.select_movie_close span:nth-child(1){
  transform: rotate(-45deg);
}

.select_movie_close span:nth-child(2){
  transform: rotate(45deg);
}

.select_movie_inner video{
  width: 100%;
  margin-bottom: 20px;
  outline: none;
}

.select_movie_btn_wrap p{
  border-bottom-style:solid;
  border-bottom-width:thin;
  border-bottom-color: #DCDCDC;
  margin-bottom:10px;
  padding-bottom:10px;
  font-size:16px;
  padding-left: 10px;
}

.select_movie_btn_wrap ul{
  display: flex;
  align-items: center;
  justify-content:center;
  transition: .5s;
  width: 100%;
  margin: auto;
}

.select_movie_btn_wrap li{
  margin: 0px 15px;
}

.select_movie_btn_wrap li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: .3s;
}

.select_movie_btn_wrap li a span{
  font-size: 13px;
}

.select_movie_btn_wrap li a img{
  height: 28px;
  width: auto;
  margin: 0px 3px;
}

.select_movie_btn_wrap li a:hover{
  opacity: .8;
}

@media screen and (max-width:1024px) {
  .select_movie_close{
    right: 45px;
  }
  .select_movie_warp_active .select_movie_inner{
    width: 98%;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape){
.select_movie_warp_active .select_movie_inner{
    width: 48%;
  }
  .select_movie_close span{
    width: 30px;
  }
  .select_movie_close{
    right: 0px;
    top: -12px;
  }
}

@media screen and (max-width:768px) {
  .select_movie_btn_wrap li a {
      justify-content: center;
      flex-wrap: wrap;
      width: 95px;
  }

  .select_movie_btn_wrap li a img{
      margin-bottom: 5px;
  }

  .select_movie_btn_wrap li {
    margin: 0px 10px;
  }
}

@media screen and (max-width:480px) {
  .category_contents{
    padding: 20px 5px;
  }
  .select_movie_btn_wrap{
    flex-wrap: wrap;
  }

  .select_movie_btn_wrap li{
    width: auto;
    margin: 0px;
  }

  .select_movie_inner{
    padding: 0px 0px 10px;
  }
  .select_movie_inner video{
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
  }

  .select_movie_btn_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    width: 85px;
    font-weight: bold;
    background: #b9b9b9;
    border-bottom: solid 2px #6f6f6f;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    margin: 0px 5px;
    padding: 5px;
    filter:grayscale();
  }
  .select_movie_btn_wrap li.good_btn:hover{
    transform: none;
  }
  .select_movie_btn_wrap li a span{
    display:inline-block;
    font-size: 10px;
  }
  .select_movie_btn_wrap li a img{
    height: 18px;
    width: auto;
    margin: 0px 2px 5px;
  }
  .select_movie_btn_wrap li a img:hover{
    opacity: .5;
  }
  .select_movie_btn_wrap li.btndisabled a img{
    opacity: .5;
  }
  .movie_list_items li span{
    font-size: 12px;
  }
}
/* ------------------------------
アクティブコンテンツ　コース選択
--------------------------------- */
.course_select li {
  position: relative;

}
.category_ribbon {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 6px;
  margin: 0;
  padding: 5px 0!important;
  z-index: 2;
  width: 50px;
  height: 40px!important;											
  font-size: 13px;
  background:#FC1B67;
  border-radius: 2px 0 0 0;
}
.ribbon_num{
  font-family: 'arial black'!important;
  color: white!important;
  text-align: center;	
  width: 100%;
  font-weight: bold;
}

.category_ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #FC1B67;
}

.course_select .category_slider_wrap{
  position: relative;  
}
.next_content_li{
  box-shadow: 0 0 15px #F8DB00!important;
}

.next_content_icon{
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 25%;
  color: #fff;  
}
.next_content_icon img{
  width: 40%;  
}
.reflection-img{
  width       :auto;
  height      :auto;
  position    :relative;
  overflow    :hidden;
}

.reflection {
  height      :100%;
  width       :30px;
  position    :absolute;
  top         :-180px;
  left        :0;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
