@charset "shift_jis";
/* CSS Document */
.girls_list{
  width:100%;
  margin:0 auto;padding:1%;
}
.girls_list li{
  width: calc(96% / 2);
  margin:1%;
  background:#f0f0f0;
}
.girls_list li .inner{
  padding:4%;
}
@media screen and (min-width:660px){
  .girls_list li{width:calc(94% / 3);}
  .girls_list li .inner{padding:5%;}
}
@media screen and (min-width:1080px){
  .girls_list li{width:calc(90% / 5);}
}

.girls_list li .thumb{
  width:100%;
  position:relative;
}
.entry_date_bg{
  width:6em;height:6em;
  position:absolute;left:0;bottom:0;
  border-top: 3em solid transparent;border-right: 3em solid transparent;border-bottom: 3em solid #ff0000b8;border-left: 3em solid #ff0000b8;
  display: block;
}
.entry_date{
  width:3em;height:3em;
  position:absolute;left:.3em;bottom:0;
	text-align:left;color:#fff;
}
.girls_list .girls_comment{
  height: 2.2em;
  margin-bottom:1em;
  border-bottom: solid 2px #000;
  line-height:2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.girls_list .girls_name{
  font-size:16px;font-weight: bold;
}
.girls_list .girls_name span{
  font-size:12px;font-weight: normal;
}
.girls_list .time{
  background: var(--color-primary);
  line-height:3;color:#fff;
}

.girls_list .type_icon li{
  width:calc(100% / 3);
  margin: .4%;
}

/* hygiene_date */
.cast .girls_list li .inner {
  padding-top: 0;
}
.girls_list .hygiene_date {
  height: 16px;
  padding: 0 4%;
  color: var(--color-primary);text-align: right;line-height: 16px;
}
@media screen and (min-width:660px){
  .girls_list .hygiene_date {padding: 0 5%;}
}
@media screen and (min-width:1800px){
  .girls_list .hygiene_date {
    line-height: 20px;
    padding: 0 20px;
  }
}
/* gauge */
.gauge-wrap {
  background: #000;
  padding: 2px;
}
.gauge-wrap > div {
  align-items: center;
  color: #fff;
}
.gauge-title {
  width: 35%;height: 3em;
  margin: 2px;padding-left: 2px;
  font-size: 10px;line-height: 1.5;letter-spacing: -.3px;text-align: left;
  border-left: solid 3px #e38cb7;
  overflow: hidden;
}
.gauge-bar {
  width: 60%;
}
.scale p {
  margin-top: -3px;
  font-size: 9px;line-height: 1;
}
.gauge-bar .bar {
  width: 96%;height: 12px;
  margin-left: 2%;
}
.gauge-bar .bar div {
  width: calc( 100% / 10 );height: 12px;
  background: #fff79a;
  border: solid 1px #000;
}
.gauge-bar .bar.pt90 div:last-of-type,
.gauge-bar .bar.pt80 div:nth-of-type(n+9),
.gauge-bar .bar.pt70 div:nth-of-type(n+8),
.gauge-bar .bar.pt60 div:nth-of-type(n+7),
.gauge-bar .bar.pt50 div:nth-of-type(n+6),
.gauge-bar .bar.pt40 div:nth-of-type(n+5),
.gauge-bar .bar.pt30 div:nth-of-type(n+4),
.gauge-bar .bar.pt20 div:nth-of-type(n+3),
.gauge-bar .bar.pt10 div:nth-of-type(n+2),
.gauge-bar .bar.pt0 div {background: var(--color-border);}
/*
.gauge-bar table {
  width: 96%;height: 1em;
  margin-left: 2%;
}
.gauge-bar table td {
  width: calc( 100% / 10 );
  padding: 5%;
  background: #fff79a;
  border: solid 1px #000;
}
.gauge-bar table.pt90 td:last-of-type,
.gauge-bar table.pt80 td:nth-of-type(n+9),
.gauge-bar table.pt70 td:nth-of-type(n+8),
.gauge-bar table.pt60 td:nth-of-type(n+7),
.gauge-bar table.pt50 td:nth-of-type(n+6),
.gauge-bar table.pt40 td:nth-of-type(n+5),
.gauge-bar table.pt30 td:nth-of-type(n+4),
.gauge-bar table.pt20 td:nth-of-type(n+3),
.gauge-bar table.pt10 td:nth-of-type(n+2),
.gauge-bar table.pt0 td {background: var(--color-border);}
*/

/* top_schedule */
.top-schedule{background: var(--color-primary);}
section.top-schedule h2 {
  margin: 0 1.6em !important;padding-top: 1.6em;
  color: #fff;
}
.top-schedule .girls_list .time {background: var(--color-tertiary) !important;}
/* schedule */
#sch_nav{margin:0 auto;}
.schedule .tab-area{
  margin: 0 auto;
  border-bottom: solid 2px var(--color-primary);
}
@media screen and (min-width:660px){
  #sch_nav,
  .schedule .tab-area{
    width:96%;
  }
}
@media screen and (min-width:1800px){
  #sch_nav,
  .schedule .tab-area{
    width:1760px;
  }
}
.sch_weekly{
  width:100%;
  border-bottom: solid 4px #ffc800;
}
.sch_value li{
  width:13%;
  padding:1em 0;
  text-align:center;
}
.sch_weekly li a {
  display:block;
  color:#fff;
}
.sch_weekly li.active,
.profile .sch_weekly li:first-of-type,
.sch_value li:first-of-type{
  width:20%;
}
.sch_weekly li{
  width:13%;height:60px;
  line-height:60px;text-align:center;
  background:linear-gradient(225deg, transparent 8px, #000 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  color:#fff;
}
.sch_weekly li.saturday{
  background:linear-gradient(225deg, transparent 8px, #00afff 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
.sch_weekly li.holiday{
  background:linear-gradient(225deg, transparent 8px, #f00 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
.sch_weekly li.active,
.profile .sch_weekly li:first-of-type,
.schedule .sch_weekly li:hover{
  color:#000;
  background:linear-gradient(225deg, transparent 8px, #ffc800 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
@media screen and (max-width:659px){
  .sch_weekly li:not(:first-of-type){
	padding-top:1em;
    line-height:inherit;
  }
  .sch_weekly li:not(:first-of-type) span{
	display: block;
  }
}
@media screen and (min-width:1080px){
  .sch_weekly li{
    height:80px;
	line-height:80px;
    background:linear-gradient(225deg, transparent 14px, #000 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
    color:#fff;
  }
  .sch_weekly li.saturday{
    background:linear-gradient(225deg, transparent 14px, #00afff 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
  .sch_weekly li.holiday{
    background:linear-gradient(225deg, transparent 14px, #f00 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
  .sch_weekly li.active,
  .profile .sch_weekly li:first-of-type,
  .schedule .sch_weekly li:hover{
    background:linear-gradient(225deg, transparent 14px, #ffc800 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
}
.sch_weekly li.active a,
.sch_weekly li a:hover{color:#000;}
.schedule .tab-area label:hover{
}
.sch_weekly li:first-of-type time:before{
  content: "�{�� | ";
}
@media screen and (max-width:659px){
  .sch_weekly li{
	letter-spacing: -.6px;
  }
  .sch_weekly li span{
    font-size:90%;
  }
  .sch_weekly li:first-of-type time:before{
    content:"";
  }
}
.schedule .tab-area label{
  padding-top: 1.2em;
}
@media screen and (min-width:1000px){
  .schedule .tab-area label{
    padding-top: 2.2em;
  }
}

.schedule .girls_list{
  animation:tabAnim ease .6s forwards;
}
