@charset "utf-8";

/*common.css-------*/


/*thum photo*/

ul li .ph {
  transition: none;
}

.grayout img {
  opacity: 0.6;
}


/*text-overflow*/

.sns p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*
====================================================
 SNS / cast & schedule
====================================================
*/

.sns {
  display: flex;
  font-size: 1rem;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 5px;
}

.sns p {
  width: 100%;
  line-height: 2;
}


/*COLOR SETTING*/

.sns {
  color: #fff;
}

.sns .sns01 {
  background-color: #000;
}

.sns .sns02 {
  background-color: #00acee;
}

.sns .room {
  background-color: #A64DFF;
}

@media screen and (max-width: 768px) {
  .sns {
    font-size: 0.8rem;
  }
}


/*
====================================================
List display switch
====================================================
*/

.switch-radio {
  display: none;
}

.switchB {
  display: flex;
  justify-content: space-between;
  width: 70px;
  margin: 20px 10px 20px auto;
}

.switchB__gridv, .switchB__listv {
  cursor: pointer;
}

.switchB__gridv i, .switchB__listv i {
  display: block;
  color: #ccc;
  font-size: 2.2rem;
  transition: all .3s ease;
}

.switchB__gridv:hover i, .switchB__listv:hover i {
  color: #aaa;
}

.switchB__gridv {
  position: relative;
}

.listswich {
  transition: all .3s ease;
}


/*COLOR SETTING*/

#gridv:checked~.switchB .switchB__gridv i, #listv:checked~.switchB .switchB__listv i {
  color: #FF007F;
}

#gridv:checked~.switchB .switchB__gridv,
#listv:checked~.switchB .switchB__listv {
  cursor: default;
}



/*case of List display*/

#listv:checked~.listswich .list__item {
  flex-wrap: wrap;
  width: 49%;
  margin: 0.5%;
}

#listv:checked~.listswich .list__item .ph {
  width: 40%;
  padding-top: 53%;
  float: left;
}

#listv:checked~.listswich .list__item article {
  width: 59%;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
}

#listv:checked~.gallist.listswich .list__item article {
  padding-top: 26px;
}

@media screen and (max-width: 640px) {
  .switchB {
    margin: 20px 2% 20px auto;
  }
  #listv:checked~.listswich .list__item {
    width: 98%;
    margin: 0.5% 1% 1%;
  }
  #listv:checked~.listswich .list__item .ph {
    width: 30%;
    padding-top: 40%;
  }
  #listv:checked~.listswich .list__item article {
    width: 69%;
  }
}

#footer .copyright {
  font-family: initial;
}

@media screen and (min-width: 768px) {
  #footer .copyright {
    font-size: 1.1rem;
  }
}


/*cast.css*/

.gallist {
  display: flex;
  flex-wrap: wrap;
}

.gallist li {
  width: 24%;
  margin: 0 0.5% 25px;
  float: none;
}

.gallist li article {
  bottom: auto;
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .gallist li {
    width: 32.333%;
  }
  .gallist li article .body {
    font-size: 0.8rem;
  }
  .gallist li .ph .sns {
    font-size: 0.8rem;
  }
}

@media screen and (max-width:440px) {
  .gallist li {
    width: 49%;
  }
}


/*schedule.css*/

#list {
  display: flex;
  flex-wrap: wrap;
}

#list li {
  width: 24%;
  margin: 0 0.5% 25px;
  float: none;
}

#list li article {
  bottom: auto;
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}

#list li article p {
  font-weight: normal;
}

#list li .timedata {
  padding: 5px 0 4px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #list li {
    width: 32.333%;
  }
  #list li .timedata {
    font-size: 1rem;
  }
}

@media screen and (max-width:440px) {
  #list li {
    width: 49%;
  }
}
#waiting #wrap li article .time {
	/*color: #FFF;*/
}

/*waiting color setting*/
.gallist li article .latency::after,
.gallist li article .latency_no::after{
color:inherit !important;
}
/*waiting font size setting*/
.gallist li article .latency,
.gallist li article .latency_no{
   font-size:1.4rem;
}
@media screen and (max-width:768px) {
  .gallist li article .latency,
  .gallist li article .latency_no{
     font-size:1rem;
  }
}



#waiting #listv:checked~.gallist.listswich .list__item article {
padding-top: 0;
}
/*
====================================================
newface
====================================================
*/
#newface .gallist > li
{width:100%;}

.gallist li article .latency:after{
   content:"";
}
.gallist li article .latency_no:after{
   content:"";
}

#qu-form .qu-list-h label.option
{background:transparent;white-space:nowrap;margin-left:30px;}
