@charset "shift_jis";
/* CSS Document */
.girls_list {
  width: 100%;
  margin: 0 auto;
  padding: 1%;
}
.girls_list li {
  width: 48%;
  margin: 1%;
  background: #f0f0f0;
}
.girls_list li .inner {
  padding: 4%;
}

@media screen and (min-width: 660px) {
  .girls_list li {
    width: 31.3333333333%;
  }
  .girls_list li .inner {
    padding: 5%;
  }
}
@media screen and (min-width: 1080px) {
  .girls_list li {
    width: 18%;
  }
}
@media screen and (min-width: 1800px) {
  .girls_list {
    width: 1800px;
    padding: 1% 0;
  }
  .girls_list li {
    width: 320px;
    margin: 20px;
  }
  .girls_list li .inner {
    padding: 20px;
  }
}
.girls_list li .thumb {
  width: 100%;
  position: relative;
}

.entry_date {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 4px;
  left: 0.3em;
  text-align: left;
  color: #fff;
}

.entry_date_bg {
  width: 6em;
  height: 6em;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 3em solid rgba(255, 0, 0, 0.7215686275);
  border-right: 3em solid transparent;
  border-bottom: 3em solid transparent;
  border-left: 3em solid rgba(255, 0, 0, 0.7215686275);
  display: block;
}

.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: 33.3333333333%;
  margin: 0.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: -0.3px;
  text-align: left;
  border-left: solid 3px var(--color-pink-light);
  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: 10%;
  height: 12px;
  background: var(--color-yellow-light);
  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);
}

/* top_schedule */
.top-schedule {
  background: url(/com/temp4/img/tile.webp) top center/calc(818px/5) repeat;
}

section.top-schedule h2 {
  margin: 0 1.6em !important;
  padding-top: 1.6em;
  color: #030303;
}

/* schedule */
#sch_nav {
  margin: 0 auto;
  width: 100%;
  overflow-x: 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,
.sch_value {
  width: 100%;
}

.sch_weekly li,
.sch_value li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 13.5%;
  min-width: 57px;
  height: 54px;
}

.sch_weekly li {
  border-left: 2px solid transparent;
  background: linear-gradient(225deg, transparent 8px, #000 8px);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1em;
  line-height: inherit;
  text-align: center;
  color: #fff;
}
.sch_weekly li span {
  display: block;
}

.sch_weekly li a {
  display: block;
  color: #fff;
}

.sch_value li {
  border-left: 2px solid var(--color-yellow);
  border-top: 2px solid var(--color-yellow);
  line-height: 1.5em;
  padding: 0.5em 2px;
  background: #fff;
}

.sch_weekly li.saturday {
  background: linear-gradient(225deg, transparent 8px, var(--color-cyan) 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, var(--color-yellow) 8px);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 659px) {
  .sch_weekly li {
    padding-top: 1em;
    line-height: inherit;
  }
}
@media screen and (min-width: 1080px) {
  .sch_weekly li {
    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, var(--color-cyan) 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, var(--color-yellow) 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;
}

@media screen and (max-width: 659px) {
  .sch_weekly li {
    letter-spacing: -0.6px;
  }
  .sch_weekly li span {
    font-size: 90%;
  }
}
.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 0.6s forwards;
}

.girls_list .thumb {
  display: block;
  position: relative;
}
.girls_list .sorg-icons {
  align-items: flex-end;
  bottom: 4px;
  display: flex;
  gap: 2%;
  height: 15%;
  justify-content: space-between;
  left: 0;
  padding: 0 4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.girls_list .sorg-icons .heart_icon {
  display: block;
  width: 23%;
}
.girls_list .sorg-icons .star_icon {
  display: flex;
  justify-content: flex-end;
  width: 77%;
  position: absolute;
  right: 0;
}

/* search-panel */
.search-panel {
  width: 96%;
  margin: 10px auto;
}

@media screen and (min-width: 1800px) {
  .search-panel {
    max-width: 1760px;
  }
}
.search-bar input[type=text] {
  width: 20em;
  padding: 0.8em;
  border: solid 1px var(--color-secondary);
}

.search-bar input::placeholder {
  color: var(--color-border);
}

.search-bar input[type=text]:focus {
  outline: 0;
}

.search-bar input[type=submit] {
  width: 5em;
  padding: 0.8em;
  color: #fff;
  background: var(--color-secondary);
  border: solid 1px var(--color-secondary);
  cursor: pointer;
  outline: none;
}
