@charset "shift_jis";
.sort-btn {
  margin-bottom: 10px;padding: 0 5px;
}
@media screen and (max-width: 999px){
  .sort-btn {
    width: 97%;
    gap: 1.5%;
  }
}
@media screen and (min-width: 1000px){.sort-btn {gap: 1%;}}
.sort-btn li {
  margin-bottom: 1%;
  text-align: center;line-height: 1em;color: var(--color-border);
  border-radius: 4px;
  background: var(--color-white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
  cursor: pointer;
  -webkit-transition: all .3s ease;transition: all .3s ease;
}
@media screen and (max-width: 999px){
  .sort-btn li {
    width: calc(97% / 3);
    font-size:12px;letter-spacing: -.2px;
  }
}
@media screen and (min-width: 1000px){.sort-btn li {width: calc(96% / 5);}}
.sort-btn li:hover,
.sort-btn li.active {
  color: var(--color-txt);
  background: var(--color-active);
}
.sort-btn a {
  padding: .6em 0;
  display: block;
}

.costume-list {
  overflow: hidden;
}
.costume-list li {padding: 5px;}
@media screen and (max-width: 999px){
  .costume-list li {width: calc(97% / 3);height: auto;}
}
.costume-list figure {
  padding: 3px;
  background: #20c1bb;
  text-align: center;
}
.costume-list figure img {width: 100%;height: auto;}
@media screen and (min-width: 1000px){
  .costume-list figure {width: 148px;}
}
.costume-list .name {
  height: calc( 2.6em + 2px );
  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;color: var(--color-white);
}

.costume-list li[data-groups*="new"]:after {
  padding: 3px 6px;
  content: "NEW";
  position: absolute;top: 5px;left: 5px;
  display: inline-block;
  background: var(--color-primary);
  font-size: 12px;line-height: 1.2;font-weight: bold;text-align: center;color: #fff;
  z-index: 2;
}
.costume-list li[data-groups*="limited"]:after {
  padding: 3px 6px;
  content: "ŠúŠÔŒÀ’è";
  position: absolute;top: 5px;left: 5px;
  display: inline-block;
  background: var(--color-primary);
  font-size: 12px;line-height: 1.2;font-weight: bold;text-align: center;color: #fff;
  z-index: 2;
}


.costume h3 {
  margin: 20px auto 10px;
  font-size: 1.6rem;line-height: 2em;
  border-bottom: solid 3px #ddd;
}
.costume-list li figcaption {position: relative;}
.entry_date_bg{
  width: 4em;height: 4em;
  position: absolute;left: 0;top: -4em;
  border-top: 2em solid transparent;border-right: 2em solid transparent;border-bottom: 2em solid #20c1bb91;border-left: 2em solid #20c1bb91;
  display: block;
}
.entry_date{
  width:2em;height:2em;
  position:absolute;left:.1em;top: -2.4em;
  text-align:left;color:#fff;font-size: 12px;line-height: 1.1;
}
@media screen and (max-width: 999px){
  .costume-ranking-list li {width: calc(97% / 2);height: auto;}
}
.costume-ranking-list .rank {
  padding-bottom: 3px;
  color: #fff;
}

.costume .regist_date {
  padding-bottom: 3px;
  color: #fff;
}
