@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* CSS Document */
.popup_wrap {
  width: 252px;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.popup_in {
  padding: 10px 21px 10px 16px;
  width: 215px;
  clear: both;
  float: left;
  height: auto;
  background: #FFF;
  border-radius: 1px;
  filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
}
.popup_left {
  width: 140px;
  height: auto;
  float: left;
}
.popup_photo {
  width: 140px;
  height: 182px;
  overflow: hidden;
}
.popup_left img {
  width: 140px;
  height: auto;
  display: block;
}
.popup_girls_name {
  line-height: 1.6;
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 5px;
}
.popup_girls_name em {
  font-size: 13px;
  font-weight: bold;
}
a.to_detail {
  color: #fffffe;
  line-height: 19px;
  font-size: 11px;
  width: 130px;
  height: 20px;
  display: block;
  text-align: center;
  padding: 2px 5px;
  margin-top: 20px;
  clear: both;
  background: #ff5f6f;
  float: left;
}
a:hover.to_detail {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  background: #ff5f6f !important;
  background: linear-gradient(90deg, #ff5f6f 0%, #fcad4f 50%, #ff5f6f 100%) !important;
}
.popup_right {
  width: 50px;
  height: 340px;
  float: right;
}
ul.popup_sam {
  list-style: none;
}
ul.popup_sam li {
  margin-bottom: 1px;
}
ul.popup_sam li img {
  width: 50px;
  height: auto;
  display: block;
}
ul.popup_ico {
  width: 140px;
  height: 35px;
  margin-bottom: 12px;
}
ul.popup_ico li {
  display: block;
  width: 64px;
  height: 13px;
  float: left;
  margin: 1px;
  background: #0871c1;
  color: white;
  font-size: 4px;
  border-radius: 1px;
  border: 1px solid #999;
  letter-spacing: 0;
}
ul.popup_ico li.active {
  background: #005e15;
}
ul.popup_ico li.rookie {
  background: #e81a93;
}
ul.popup_ico li.rank1 {
  background-image: linear-gradient(to right, #643432 0, #cb9b51 22%, #d9c76d 45%, #ffeb80 50%, #d9c76d 55%, #cb9b51 78%, #643432 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
ul.popup_ico li.rank2 {
  background-image: linear-gradient(to right, #5c5e5e 0, #cdd5d3 22%, #d3e0dc 45%, #e9f6ee 50%, #d3e0dc 55%, #cdd5d3 78%, #5c5e5e 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
ul.popup_ico li.rank3 {
  background-image: linear-gradient(to right, #643432 0, #e18f5b 22%, #ee9b78 45%, #fcb18a 50%, #ee9b78 55%, #e18f5b 78%, #643432 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
ul.popup_ico li.rankOther {
  background: black;
}
.popupScheduleArea {
  width: 140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.popupScheduleArea > p:first-child {
  color: #fffffe;
  padding: 2px 4px;
  border-radius: 1px;
  background: linear-gradient(to right, #1e1e1e 0%, #fcad4f 100%);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  -o-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
.popupScheduleArea > p:last-child {
  font-size: 12px;
  color: #666666;
}
ul.popup_ico li img {
  width: 68px;
  height: 13px;
}
