@import url("phone.min.css") screen and (max-width: 767px);
@import url("tablet.min.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("pc.min.css") screen and (min-width: 1025px);
@keyframes statusIconAnimation {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.slideBannerArea {
  width: 100%;
}
.slideBannerArea > ul {
  opacity: 0;
}
.todayCastArea {
  margin: auto;
}
.todayCastArea .moreRead {
  width: 300px;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  margin: auto;
  margin-top: 3rem;
}
.todayCastArea .moreRead > * {
  text-decoration: none;
}
.todayCastArea .moreRead > * > p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: -3;
}
.todayCastArea .moreRead > * > p > span {
  color: #000000;
  margin: 0 0.5rem;
  transition: 300ms;
  z-index: -1;
}
.todayCastArea .moreRead > * > p > i {
  color: #000000;
  z-index: -1;
}
.todayCastArea .moreRead > * > p::before {
  content: "";
  background: #ef0a6a;
  background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
  background-size: 400% 400%;
  animation: keyGradientAnimation 10s ease infinite;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transform: rotate(500deg);
  position: absolute;
  z-index: -2;
  transition: 300ms;
}
@keyframes keyGradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.todayCastArea .moreRead > * > p::after {
  content: "";
  background: #ffffff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  position: absolute;
  z-index: -2;
  transition: 300ms;
}
.todayCastArea .moreRead > *:hover > p > i {
  color: #000000;
}
.todayCastArea .moreRead > *:hover > p > span {
  color: #000000;
}
.todayCastArea .moreRead > *:hover > p::before {
  top: 0;
  left: 0;
  transform: rotate(0deg);
}
.topPageBannerList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
}
.topPageBannerList > li > a {
  width: 100%;
}
.topPageBannerList > li img {
  max-width: 100%;
  height: auto;
}
.informationArea > .body #informationList {
  list-style: none;
  width: 100%;
  opacity: 0;
}
.informationArea > .body #informationList li.recommendInformationLi {
  width: 100%;
}
.informationArea > .body #informationList li.recommendInformationLi > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}
.informationArea > .body #informationList li.recommendInformationLi > a > div:first-child {
  width: 20%;
}
.informationArea > .body #informationList li.recommendInformationLi > a > div:first-child > img {
  width: 100%;
}
.informationArea > .body #informationList li.recommendInformationLi > a > div:last-child {
  width: 80%;
}
.informationArea > .body #informationList .slick-arrow::before {
  color: #ffffff;
  opacity: 1;
}
.informationArea > .body #informationList .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transition: 300ms;
}
.informationArea > .body #informationList .slick-dots li button:before {
  content: "";
}
.informationArea > .body #informationList .slick-dots li.slick-active button {
  background: #ffffff;
}
.informationArea > .body .buttonWrapper {
  width: 100%;
  z-index: 0;
}
.informationArea > .body .buttonWrapper .moreRead {
  margin: 3rem auto;
  width: 300px;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.informationArea > .body .buttonWrapper .moreRead > * {
  text-decoration: none;
}
.informationArea > .body .buttonWrapper .moreRead > * > p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  z-index: -3;
}
.informationArea > .body .buttonWrapper .moreRead > * > p > span {
  color: #ef0a6a;
  margin: 0 0.5rem;
  transition: 300ms;
  z-index: -1;
}
.informationArea > .body .buttonWrapper .moreRead > * > p > i {
  color: #ffffff;
  z-index: -1;
}
.informationArea > .body .buttonWrapper .moreRead > * > p::before {
  content: "";
  background: #ef0a6a;
  background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
  background-size: 400% 400%;
  animation: keyGradientAnimation 10s ease infinite;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transform: rotate(500deg);
  position: absolute;
  z-index: -2;
  transition: 300ms;
}
@keyframes keyGradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.informationArea > .body .buttonWrapper .moreRead > * > p::after {
  content: "";
  background: #000000;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  position: absolute;
  z-index: -2;
  transition: 300ms;
}
.informationArea > .body .buttonWrapper .moreRead > *:hover > p > i {
  color: #ffffff;
}
.informationArea > .body .buttonWrapper .moreRead > *:hover > p > span {
  color: #ffffff;
}
.informationArea > .body .buttonWrapper .moreRead > *:hover > p::before {
  top: 0;
  left: 0;
  transform: rotate(0deg);
}
.rookieArea > .body > .rookieList {
  list-style: none;
}
.rookieArea > .body > .rookieList > li {
  transition: 300ms;
}
.rookieArea > .body > .rookieList > li > a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #000000;
}
.rookieArea > .body > .rookieList > li > a > .image {
  width: 100%;
  position: relative;
  padding-top: 1px;
}
.rookieArea > .body > .rookieList > li > a > .image > picture {
  width: 100%;
}
.rookieArea > .body > .rookieList > li > a > .image > picture > img {
  width: 100%;
  height: auto;
  display: block;
  background: url(/img/loading.gif) center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.rookieArea > .body > .rookieList > li > a > .image > .image:before {
  content: "";
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 1.8px);
  display: block;
  position: absolute;
  background: #aaa;
  z-index: -2;
  overflow: hidden;
}
.rookieArea > .body > .rookieList > li > a > .image > .image:after {
  content: "";
  top: 1px;
  left: 1px;
  width: 100%;
  height: calc(100% - 1px);
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: -2;
}
.rookieArea > .body > .rookieList > li > a > .profile > .tagList {
  list-style: none;
  display: flex;
}
.rookieArea > .body > .rookieList > li > a > .profile > .tagList > li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.rookieArea > .body > .rookieList > li > a > .profile > .joinDate > span {
  font-weight: 700;
}
.rookieArea > .body > .rookieList > li:hover {
  transform: scale(105%);
}
@media screen and (max-width: 767px) {
  .slideBannerArea {
    background: #ffffff;
    padding: 0!important;
    max-height: 410px;
    margin-top: 1px;
  }
  .slideBannerArea > ul {
    width: 100%;
    margin: auto;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi {
    width: 33%;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a > img {
    width: 100%;
    height: auto;
    max-width: 413px;
  }
  .slideBannerArea > ul .slick-arrow::before {
    color: #ffffff;
    opacity: 1;
  }
  .slideBannerArea > ul .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-dots li button:before {
    content: "";
  }
  .slideBannerArea > ul .slick-dots li.slick-active button {
    background: #ffffff;
  }
  .todayCastArea {
    width: 96%;
    margin: auto;
  }
  .topPageBannerList {
    width: 96%;
    margin: auto;
  }
  .topPageBannerList > li {
    width: 100%;
  }
  .informationArea > .body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .informationArea > .body #informationList {
    width: calc(100% - 50px);
    margin: auto;
    margin-top: 4rem;
  }
  .informationArea > .body #informationList li.recommendInformationLi {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    text-decoration: none;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child {
    width: 50%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child > img {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:last-child {
    width: 80%;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .informationArea > .body #informationList .slick-arrow::before {
    color: #ffffff;
    opacity: 1;
  }
  .informationArea > .body #informationList .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    transition: 300ms;
  }
  .informationArea > .body #informationList .slick-dots li button:before {
    content: "";
  }
  .informationArea > .body #informationList .slick-dots li.slick-active button {
    background: #ffffff;
  }
  .rookieArea > .body > .rookieList > li {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #f2f2f8;
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a {
    justify-content: space-between;
    align-items: stretch;
  }
  .rookieArea > .body > .rookieList > li > a > .image {
    width: 25%;
  }
  .rookieArea > .body > .rookieList > li > a > .profile {
    width: calc(75% - 0.5rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .joinDate {
    width: 40%;
    max-width: 100px;
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 35px;
    border-image: linear-gradient(90deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    border-image-slice: 1;
    border-width: 1px;
    border-style: solid;
    border-image-repeat: round;
    background: #000000;
    color: #ffffff;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList {
    width: 60%;
    gap: 0.1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 35px;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList > li {
    width: calc(50% - 0.2rem);
    font-size: 1rem;
    padding: 0.2rem 0;
    height: 17px;
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .joinDateAndTagList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 35px;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .sizes > span {
    margin-right: 0.5rem;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .arrow {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slideBannerArea {
    background: #000000;
    padding-top: 2rem;
    padding-bottom: 3rem;
    max-height: 285px;
  }
  .slideBannerArea > ul {
    width: calc(96% - 50px);
    margin: auto;
  }
  .slideBannerArea > ul .slick-slide {
    opacity: 0.5;
    transition: 300ms;
    width: 285px !important;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi {
    width: 33%;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a {
    width: 100%;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a > img {
    width: calc(100% - 0.5rem);
    height: auto;
  }
  .slideBannerArea > ul .slick-current {
    opacity: 1;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-arrow::before {
    color: #ffffff;
    opacity: 1;
  }
  .slideBannerArea > ul .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-dots li button:before {
    content: "";
  }
  .slideBannerArea > ul .slick-dots li.slick-active button {
    background: #ffffff;
  }
  .todayCastArea {
    width: 96%;
    margin: 3rem auto 0!important;
  }
  .topPageBannerList {
    width: 96%;
    margin: auto;
  }
  .topPageBannerList > li {
    width: calc(50% - 0.5rem);
  }
  .informationArea > .body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .informationArea > .body #informationList {
    width: calc(100% - 50px);
    max-width: 700px;
    margin: auto;
    margin-top: 4rem;
  }
  .informationArea > .body #informationList li.recommendInformationLi {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    text-decoration: none;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child {
    width: 30%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child > img {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:last-child {
    width: 75%;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .rookieArea {
    margin: 3rem auto;
  }
  .rookieArea > .body > .rookieList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    width: 96% !important;
    margin: auto;
  }
  .rookieArea > .body > .rookieList > li {
    width: calc(33.3% - 1rem);
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .rookieArea > .body > .rookieList > li > a > .image {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a > .profile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0.1rem;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .joinDate {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-image: linear-gradient(90deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    border-image-slice: 1;
    border-width: 1px;
    border-style: solid;
    border-image-repeat: round;
    background: #000000;
    color: #ffffff;
    order: 1;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList {
    width: 100%;
    gap: 0.1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
    order: 3;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList > li {
    width: calc(50% - 0.1rem);
    font-size: 1rem;
    padding: 0.2rem 0;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .nameAndAge {
    order: 1;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .sizes {
    order: 2;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
    align-items: center;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .arrow {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .slideBannerArea {
    background: #f2f2f8;
    padding-top: 2rem;
    padding-bottom: 1rem;
    max-height: 380px;
  }
  .slideBannerArea > ul {
    max-width: 1680px;
    width: 100%;
    margin: auto;
  }
  .slideBannerArea > ul .slick-slide {
    width: 380px!important;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi {
    width: 100%;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a {
    width: 100%;
  }
  .slideBannerArea > ul .slick-slide li.bannerLi a > img {
    width: calc(100% - 0.5rem);
    height: auto;
  }
  .slideBannerArea > ul .slick-current {
    opacity: 1;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-arrow::before {
    color: #000000;
    opacity: 1;
  }
  .slideBannerArea > ul .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
    box-sizing: border-box;
    transition: 300ms;
  }
  .slideBannerArea > ul .slick-dots li button:before {
    content: "";
  }
  .slideBannerArea > ul .slick-dots li.slick-active button {
    background: #000000;
  }
  #wideBannerArea {
    padding: 0!important;
    width: 100%;
    height: 1080px;
    overflow: hidden;
  }
  #wideBannerArea #wideBanner {
    width: 1920px;
    height: 100%;
    margin: auto;
    background: #f2f2f8;
    transition: 300ms;
    cursor: pointer;
  }
  #wideBannerArea #wideBanner img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .todayCastArea {
    padding: 4rem 0 ;
  }
  .topPageBannerList {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    padding: 3rem 0;
  }
  .topPageBannerList > li {
    width: calc(33% - 0.5rem);
  }
  .informationArea > .body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .informationArea > .body #informationList {
    width: calc(100% - 50px);
    max-width: 900px;
    margin: 2rem auto;
  }
  .informationArea > .body #informationList li.recommendInformationLi {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    text-decoration: none;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child {
    width: 30%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:first-child > img {
    width: 100%;
  }
  .informationArea > .body #informationList li.recommendInformationLi > a > div:last-child {
    width: 75%;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .rookieArea {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    padding: 3rem 0;
  }
  .rookieArea > .body > .rookieList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .rookieArea > .body > .rookieList > li {
    width: calc(20% - 1rem);
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .rookieArea > .body > .rookieList > li > a > .image {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
  }
  .rookieArea > .body > .rookieList > li > a > .profile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0.1rem;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .joinDate {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-image: linear-gradient(90deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    border-image-slice: 1;
    border-width: 1px;
    border-style: solid;
    border-image-repeat: round;
    background: #000000;
    color: #ffffff;
    order: 1;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList {
    width: 100%;
    gap: 0.1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
    order: 3;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .tagList > li {
    width: calc(50% - 0.1rem);
    font-size: 1rem;
    padding: 0.2rem 0;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .nameAndAge {
    order: 1;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .sizes {
    order: 2;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .rookieArea > .body > .rookieList > li > a > .profile > .arrow {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}
/*# sourceMappingURL=top.css.map */