#top .slick-slide {
  height: auto;
}

#top .hero {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 560px) {
  #top .hero {
    width: 100%;
    min-width: auto;
  }
}

#top .hero .heroImg {
  width: 100%;
  height: auto;
}

#top .hero .slick-dots {
  top: 0;
  left: -20px;
  width: auto;
  height: auto;
}

#top .hero .slick-dots li {
  background: #ebebeb;
  width: 5px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}

#top .hero .slick-dots li button::before {
  display: none;
}

#top .hero .slick-dots li:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  #top .hero .slick-dots {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
    bottom: -20px;
    display: flex;
  }
  #top .hero .slick-dots li {
    width: 40px;
    height: 5px;
  }
}

#top .hero .slick-dots .slick-active {
  background: #7be599;
}

#top .bnrListBlock .bnrList {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 560px) {
  #top .bnrListBlock .bnrList {
    width: 100%;
    min-width: auto;
  }
}

#top .bnrListBlock .bnrList__item a img {
  width: 480px;
}

#top .bnrListBlock .bnrList .slick-slide img {
  width: 100%;
  padding: 0 10px;
}

#top .bnrListBlock .bnrList .slick-dots li {
  background: #ebebeb;
  width: 10px;
  height: 10px;
}

#top .bnrListBlock .bnrList .slick-dots li button::before {
  display: none;
}

#top .bnrListBlock .bnrList .slick-dots .slick-active {
  background: #db5c79;
}

@media (max-width: 560px) {
  #top .bnrListBlock .bnrList {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #top .bnrListBlock .bnrList .bnrList__item img {
    width: 100%;
  }
  #top .bnrListBlock .bnrList .bnrList__item--dummy {
    display: none !important;
  }
}

#top .whatsnew {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 560px) {
  #top .whatsnew {
    width: 100%;
    min-width: auto;
  }
}

#top .whatsnew .secTtl {
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  #top .whatsnew .secTtl img {
    width: 65%;
  }
}

#top .whatsnew .newsList__item {
  margin-bottom: 20px;
}

#top .whatsnew .newsList__item .txtBlock {
  display: flex;
  align-items: center;
}

#top .whatsnew .newsList__item .txtBlock .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  margin-right: 20px;
}

@media (max-width: 560px) {
  #top .whatsnew .newsList__item .txtBlock .txt {
    flex-basis: 100%;
  }
}

#top .whatsnew .newsList__item .txtBlock .label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}

@media (max-width: 560px) {
  #top .whatsnew .newsList__item .txtBlock .label {
    margin-bottom: 5px;
  }
}

@media (max-width: 560px) {
  #top .whatsnew .newsList__item .txtBlock {
    flex-wrap: wrap-reverse;
  }
}

#top .whatsnew .newsList__item .date {
  font-size: 12px;
  color: #959595;
}

@media (max-width: 560px) {
  #top .whatsnew .newsList__item {
    margin-bottom: 30px;
  }
}

#top .whatsnew .moreBlock {
  margin-top: 40px;
  display: block;
  text-align: right;
}

#top .whatsnew .moreBlock__txt {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

#top .whatsnew .moreBlock__txt::after {
  content: url(../img/common/arrow.svg);
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 560px) {
  #top .whatsnew .moreBlock {
    margin-top: 80px;
  }
}

@media (max-width: 560px) {
  #top .whatsnew {
    margin-top: 120px;
  }
}

#top .movie {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 560px) {
  #top .movie {
    width: 100%;
    min-width: auto;
  }
}

#top .movie .lineBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 560px) {
  #top .movie .lineBlock {
    width: 100%;
    min-width: auto;
  }
}

#top .movie .lineBlock .line {
  margin: 60px auto 40px 0;
  width: 100px;
  height: 2px;
  background: #000;
}

@media (max-width: 560px) {
  #top .movie .lineBlock {
    display: none;
  }
}

#top .movie .secTtl {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  #top .movie .secTtl {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 560px) {
  #top .movie .secTtl {
    margin-top: 120px;
  }
  #top .movie .secTtl img {
    width: auto;
  }
}

#top .movie .movieList {
  display: flex;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}

#top .movie .movieList__item {
  width: 32%;
}

#top .movie .movieList__item .videoBlock {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#top .movie .movieList__item .videoBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 560px) {
  #top .movie .movieList__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  #top .movie .movieList {
    display: block;
    width: 100%;
    min-width: inherit;
    margin: none;
    justify-content: inherit;
  }
}

#top .movie .moreBlock {
  margin-top: 40px;
  display: block;
  text-align: right;
}

#top .movie .moreBlock__txt {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

#top .movie .moreBlock__txt::after {
  content: url(../img/common/arrow.svg);
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 560px) {
  #top .movie .moreBlock {
    margin-top: 80px;
  }
}

#top .clubMenu {
  margin-top: 80px;
  background: #000;
  background-image: url(../img/common/clubMenu_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#top .clubMenu .infoBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 120px 0 180px;
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock {
    width: 100%;
    min-width: auto;
  }
}

#top .clubMenu .infoBlock__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
}

#top .clubMenu .infoBlock__logo img {
  width: 100%;
}

#top .clubMenu .infoBlock__logo .login {
  display: flex;
  font-size: 14px;
}

#top .clubMenu .infoBlock__logo .login__btn {
  padding: 10px 20px;
  transition: 0.2s;
}

#top .clubMenu .infoBlock__logo .login__btn:hover {
  opacity: 0.8;
}

#top .clubMenu .infoBlock__logo .login__btn--join {
  background-color: #7be599;
}

#top .clubMenu .infoBlock__logo .login__btn--login {
  background-color: #db5c79;
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock__logo {
    width: 80%;
    margin: 0 auto;
  }
}

#top .clubMenu .infoBlock nav .fanclubList {
  flex-basis: 50%;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#top .clubMenu .infoBlock nav .fanclubList__item {
  flex-basis: 40%;
}

#top .clubMenu .infoBlock nav .fanclubList__item a {
  display: block;
  flex-basis: 40%;
  margin-bottom: 30px;
  border: 1px solid #fff;
  padding: 12px 5px;
  margin: 15px 20px;
  border-radius: 5px;
  text-align: center;
  transition: .3s;
}

#top .clubMenu .infoBlock nav .fanclubList__item a:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock nav .fanclubList__item a {
    margin: 15px 8px;
  }
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock nav .fanclubList__item {
    flex-basis: 50%;
  }
  #top .clubMenu .infoBlock nav .fanclubList__item--hidden {
    display: none;
  }
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock nav .fanclubList {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
  }
}

@media (max-width: 560px) {
  #top .clubMenu .infoBlock {
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px;
  }
}

@media (max-width: 560px) {
  #top .clubMenu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

#top .link {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

@media (max-width: 560px) {
  #top .link {
    width: 100%;
    min-width: auto;
  }
}

#top .link .twitter-timeline {
  flex-basis: 40%;
  border: 1px solid #f2f2f2 !important;
  border-radius: 15px;
}

@media (max-width: 560px) {
  #top .link .twitter-timeline {
    flex-basis: auto;
  }
}

#top .link .linkList {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  flex-basis: 40%;
}

@media (max-width: 560px) {
  #top .link .linkList {
    flex-basis: auto;
    margin-top: 40px;
  }
}

#top .link .linkList__item {
  margin-bottom: 40px;
}

#top .link .linkList__item a {
  display: flex;
  align-items: center;
}

#top .link .linkList__item a::before {
  margin-right: 20px;
  display: inline-block;
  width: 30px;
  height: auto;
}

#top .link .linkList__item .ico--youtube::before {
  content: url(../img/common/youtube_logo.svg);
}

#top .link .linkList__item .ico--twitter::before {
  content: url(../img/common/twitter_logo.svg);
}

#top .link .linkList__item .ico--instagram::before {
  content: url(../img/common/instagram_logo.svg);
}

@media (max-width: 560px) {
  #top .link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
