.skelton__anime {
  background-image: linear-gradient(-45deg, #eee 25%, #f6f6f6 50%, #eee 75%);
  animation: skeltonTitle 20s linear infinite;
}

.skelton__txt {
  border-radius: 100vh;
}
.skelton__txt::before {
  color: transparent;
}

@keyframes skeltonAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400rem 0;
  }
}
.c-gender__tab {
  border-radius: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-gender__tab button {
  display: block;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #a0a0a0;
}
@media screen and (max-width: 767px) {
  .c-gender__tab button {
    font-size: 0.875rem;
    padding: 10px 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-gender__tab button {
    font-size: 1rem;
    padding: 12px 2px;
  }
}
.c-gender__tab button.active {
  background: #2e2e2e;
  color: #fff;
}
.c-gender__panel {
  display: none;
}
.c-gender__panel.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .fs-l-main {
    max-width: 1000px;
    width: calc(100% - 60px);
  }
}

.new__tab {
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .new__tab {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .new__tab {
    max-width: 640px;
    width: 80%;
    margin: 30px auto 0;
  }
}
.new__control {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .new__control {
    margin-top: 20px;
    padding: 8px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .new__control {
    margin-top: 30px;
    padding: 8px 20px;
  }
}
.new__total {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .new__total {
    font-size: 0.875rem;
  }
}
.new__total span {
  font-size: 0.75rem;
  margin-left: 3px;
}
.new__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 30px) 2px;
}
@media screen and (max-width: 767px) {
  .new__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .new__list {
    margin-top: 30px;
  }
}
.new__spec {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.new__date {
  font-size: 0.625rem;
  color: #a0a0a0;
  margin-top: 10px;
}
.new__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .new__name {
    -webkit-line-clamp: 2;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .new__name {
    -webkit-line-clamp: 1;
    font-size: 0.75rem;
  }
}
.new__price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}
.new__price span {
  font-size: 0.625rem;
  font-weight: normal;
}
.new__labels {
  display: flex;
  gap: 2px;
  line-height: 1;
}
.new__label {
  font-size: 0.625rem;
  line-height: 1.9;
  color: #fff;
  padding: 0 5px;
}
.new__label-new {
  background: #e69800;
}
.new__label-re {
  background: #55bba7;
}

.skelton__thumb {
  aspect-ratio: 1/1;
}

.skelton__anime.new__date::before {
  content: "dummydummy";
}
.skelton__anime.new__name {
  white-space: nowrap;
  text-overflow: clip;
}
.skelton__anime.new__name::before {
  content: "dummydummydummydummydummydummy";
}
.skelton__anime.new__label::before {
  content: "dummydummy";
}
.skelton__anime.new__label::before {
  content: "dummydummy";
}
.skelton__anime.new__price::before {
  content: "dummydummy";
}