@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) {
  body {
    background: #fff url(../images/girl_bg2.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}

.mainContents {
    position: relative;
}

#topContents .mainContents__inner {
  padding: 0;
}

.mainContents__head {
  padding: 15px 0 20px;
  background: url(../images/pink_bg.jpg) no-repeat center;
  background-size: cover;
}

.mainContents__head-inner {
  padding: 15px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  max-width: 1024px;
  width: 100%;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1104px) {
  .mainContents__head-inner {
    padding: 15px 0 20px;
    display: flex;
    flex-direction: initial;
    align-items: initial;
    justify-content: center;
    margin: 0px auto;
    max-width: 1024px;
    width: 100%;
  }
}


.topSlider {
  min-width: 1024px;
  margin: 30px 0 0;
}

.topSlider .slick-slide {
  position: relative;
  transition: .3s ease;
  transform: scale(.85);
}

.topSlider .slick-current {
  position: relative;
  transform: scale(1.2) !important;
  z-index: 9999;
}

.topSlider .slick-list {
  padding: 42px 50px !important;
}

.topSlider .prev,
.topSlider .next {
  position: absolute;
  top: 45%;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #f9f6f3;
  font-size: 1.4rem;
  line-height: 50px;
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px -12px #000;
  cursor: pointer;
}

.topSlider .prev {
  left: 9% !important;
  padding: 0 17px;
  color: #f9aba7;
}

.topSlider .next {
  right: 9% !important;
  padding: 0 17px;
  color: #f9aba7;
  text-align: right;
}

.topSlider .slider__item {
  transition: .3s ease;
  transform: scale(.85);
  background: #fff;
}

.topSlider .slider__item img {
  width: 750px;
}

.topSlider .slick-slide.slick-current.slider__item,
.topSlider .slick-slide.is-active-next.slider__item {
  transform: scale(1.3) !important;
  z-index: 9999;
}

.topNews {
  padding: 0 10px 30px;
  width: 100%;
}

.topNews h2 {
  padding: 0px 50px 10px;
}

.topNews__bg {
  margin: 0 auto;
  max-width: 355px;
  padding: 34px 30px 32px;
  position: relative;
}

.topNews__bg:before {
  content: "";
  position: absolute;
  background-image: url(../images/sp_newwaku.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.topNews__inner {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 431px;
  background-color: #fff;
  overflow-y: scroll;
  box-sizing: border-box;
  z-index: 2;
}

.newsList ul li {
  width: 100%;
}

.newsList ul li a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ACACAC;
}

.newsList .news_image {
  display: block;
  margin-right: 10px;
  width: 120px;
  height: 100%;
  float: left;
}

.newsList .news_column_content {
  width: 100%;
}

.newsList .news_title2 {
  font-size: 14px;
  color: #F78A91;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}

.newsList .news_body {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .topNews {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: initial;
  }
  .topNews__inner {
    padding: 0 20px;
    height: 416px;
  }
  .topNews__bg {
    margin: 20px 0 0;
    max-width: initial;
    margin-top: 20px;
    padding: 45px 47px 40px;
    width: 703px;
  }
  .topNews__bg:before {
    background-image: url(../images/newwaku.png);
  }
  .newsList ul li a {
    padding: 20px 0;
  }
  .newsList .news_image {
    margin-right: 20px;
    width: 183px;
    height: 100%;
  }
  .newsList .news_title2 {
    font-size: 20px;
  }
  .newsList .news_body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1104px) {
  .topNews__bg {
    margin-top: 20px;
    padding: 45px 47px 40px;
    width: initial;
  }
}

.topNewface {
  width: 100%;
}

.topNewface__bg {
    background: url(../images/newface_bg_pc.png) no-repeat center bottom;
    padding: 35px 40px 35px;
    background-size: contain;
    background-size: cover;
    width: 355px;
    height: 628px;
    margin: 20px auto 0;
    box-sizing: border-box;
}

.topNewface .cast_frame {
  width: 100%;
}

.topNewface .cast_section {
    text-align: center;
}

.topNewface .ranker::before,
.topNewface .pickup::before {
    top: 33px;
    right: 138px;
}

.newface_innerbody .gorgeous, .newface_innerbody .fairy, .newface_innerbody .secret, .newface_innerbody .beauty{
    background-size: cover;
}

.topNewface .cast_cat {
  line-height: 2.2;
}

.topNewface .cast_sales {
  padding: 0 20px;
  margin-bottom: 5%;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}

.topNewface h2 {
  padding: 0px 50px 10px;
}

.topNewface .gorgeous {
    background-image: url(../images/rank_gorgeous_new.png);
    aspect-ratio: 600 / 1210;
}

.topNewface .secret {
    background-image: url(../images/rank_secret_new.png);
    aspect-ratio: 600 / 1210;
}

.topNewface .beauty {
    background-image: url(../images/rank_beauty_new.png);
    aspect-ratio: 600 / 1210;
}

.topNewface .fairy {
    background-image: url(../images/rank_fairy_new.png);
    aspect-ratio: 600 / 1210;
}

@media screen and (min-width: 768px) {
  .topNewface {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 40%;
  }
  .topNewface__bg {
    margin: 20px 0 0 0;
    padding: 35px 34px 35px;
    width: 282px;
    height: 500px;
  }
  .topNewface .cast_sales {
    line-height: 1.8;
  }
  .topNewface .cast_cat {
    line-height: 1.5;
  }
  .topNewface .cast_info {
    padding: 5% 0;
  }
}

@media screen and (min-width: 1104px) {
  .topNewface {
    margin: 0 0 0 40px;
    width: 40%;
  }
}

.topSchedule {
  width: 100%;
}

.topSchedule h2 {
  display: block;
  width: 290px;
}

.topSchedule__inner {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 0;
  text-align: center;
  display: grid;
  grid-template-columns: 175px 175px;
  justify-content: center;
  gap: 5px;
}

.topSchedule .cast_sales {
  padding: 0 13px;
}

@media screen and (min-width: 768px) {
  .topSchedule__inner {
    grid-template-columns: 220px 220px 220px;
    gap: 10px;
  }
  .topSchedule h2 {
    width: 370px;
  }
}

@media screen and (min-width: 1104px) {
  .topSchedule__inner {
    grid-template-columns: 200px 200px 200px 200px 200px;
    gap: 10px;
  }
}

/*.topEvent {
  width: 40%;
  margin-top: -68px;
  margin-left: 40px;
}*/

/*.topEvent__bg {
  position: relative;
  z-index: 9999999;
  overflow: hidden;
  margin-top:15px;
}*/

/*.topEvent__bg::before{
  content: '';
  background: url(../images/eventbg.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 490px;
  width: 310px;
}*/

/*.topEvent__inner {
  position: absolute;
  top: 11px;
  left: 17px;
}*/

/*.topEvent img {
  padding: 2px;
}*/

/*.topEvent .slider_text{
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 3px;
  font-weight: bold;
  letter-spacing: 1pt;
  text-align: center;
  background-size: contain;
  color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}*/

/*.topEvent .slider_text span{
  font-size: 20px;
}*/

/*.topEvent .news_title2 {
    font-size: 20px;
    color: #F78A91;
    font-weight: 500;
    margin-bottom: 5px;
}*/

/*.top_swiper {
  height: 380px;
}*/

.swiper-pagination {
  bottom: 10px !important;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  background: #e3e3e3 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.mainContents__body {
  width: 100%;
}

.mainContents__body-inner {
  margin: 0 auto;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .mainContents__body-inner {
    padding: 20px 40px;
    max-width: 1104px;
    background: rgba(300, 300, 300, 0.7);
    backdrop-filter: blur(3px);
  }
}

.swiper-container-horizontal> .swiper-pagination-bullets .swiper-pagination-bullets-dynamic{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}