.top-header {
  background: url(/bandesu/images/common/bg_pink.png) repeat center top;
}

.top-header__title a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  background: url(/bandesu/images/top/header_sp.jpg) no-repeat center/cover;
  display: block;
  padding-top: calc(480 / 750 * 100%);
}

.top-date {
  background-color: #F059A0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
}

.top-news {
  background-color: #fff9fc;
  border-bottom: 1px solid #F059A0;
  padding: 15px;
}

.top-news__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.top-news-prev, .top-news-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #F059A0;
  flex-shrink: 0;
  background-color: #fff;
  position: relative;
}

.top-news-prev::before, .top-news-next::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #F059A0;
  border-right: 2px solid #F059A0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.top-news-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}

.top-news-next::before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}

.top-news-lists {
  flex-grow: 1;
  position: relative;
}

.top-news-lists__item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
}

.top-news-lists__item.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s .3s;
}

.top-news-item {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-news-item__date {
  color: #F059A0;
}

.top-news-item__title {
  color: #333;
}

.top-banner {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 0;
}

.top-banner li {
  display: inline-block;
}

.top-banner li a {
  display: block;
}

.top-banner li img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-news-lists {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .top-header__title a {
    background: url(/bandesu/images/top/header_pc.jpg) no-repeat center;
    padding-top: 240px;
  }
  .top-date {
    font-size: 2.4rem;
    padding: 20px 0;
  }
  .top-news {
    padding: 30px 15px;
  }
  .top-news-lists {
    margin: 0 20px;
  }
  .top-news-item {
    font-size: 1.7rem;
    display: flex;
  }
  .top-news-item__title {
    flex-grow: 1;
    margin-left: 10px;
  }
  .top-banner {
    padding: 40px 0;
  }
}

/*********************
  top-articles
**********************/
.top-articles {
  background: url(/bandesu/images/common/bg_pink.png) repeat;
}

.top-articles-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .top-articles {
    padding: 60px 0 70px;
  }
  .top-articles-link {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .top-articles {
    padding: 80px 0 100px;
  }
  .top-articles-title {
    margin-bottom: 60px;
  }
  .top-articles-link {
    margin-top: 50px;
  }
}

/*********************
  top-corner
**********************/
.top-corner {
  padding-top: 60px;
  background: url(/bandesu/images/common/bg_middle_sp.png) no-repeat right top/210px auto;
}

.top-corner-main {
  background-color: #f7f7f7;
  padding: 0 0 60px;
  margin-top: 30px;
}

.top-corner-main-lists {
  display: none;
}

.top-corner-link {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .top-corner-main .bandesu-inner {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .top-corner {
    padding-top: 80px;
    background: url(/bandesu/images/common/bg_middle_pc.png) no-repeat right -60px;
  }
  .top-corner-main {
    padding: 40px 0 100px;
    margin-top: 55px;
    position: relative;
  }
  .top-corner-main .bandesu-weekly-nav {
    position: relative;
    top: -60px;
  }
  .top-corner-link {
    margin-top: 50px;
  }
}

/*********************
  top-cast
**********************/
.top-cast {
  padding: 60px 0 0;
}

.top-cast-title {
  margin-bottom: 30px;
}

.top-cast-link {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .top-cast {
    padding: 80px 0 0;
  }
  .top-cast-title {
    margin-bottom: 60px;
  }
}
