#main {
  margin-bottom: 20px;
}

#corner01 .contents {
  width: 100%;
  min-height: 88px;
}

#corner01 .contents .slick-list {
  padding: 0 20% 0 7px !important;
}

#corner01 .contents li {
  margin: 0;
  bottom: 5px;
}

#corner01 .contents li figcaption {
  margin: 10px 0 0;
}

#corner01 .contentsBox {
  margin: 0 2px;
}

#corner03 .contents {
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  min-height: 123px;
}

#corner03 .contents .slick-list {
  padding: 0 40% 0 2px !important;
}

#corner03 .contents .contentsBox {
  margin: 25px 2px;
  height: auto;
}

#corner03 .contents .contentsBox figcaption {
  margin: 10px 0 0;
}

/* ranking */
#corner03 .contentsBox:nth-child(1) span.rank {
  background: url(../img/img_rank01.gif) no-repeat;
  margin-top: -25px;
  margin-left: -2px;
  -webkit-background-size: 70px 25px;
  -moz-background-size: 70px 25px;
  -o-background-size: 70px 25px;
  -ms-background-size: 70px 25px;
  background-size: 70px 25px;
}

#corner03 .contentsBox:nth-child(2) span.rank {
  background: url(../img/img_rank02.gif) no-repeat;
  margin-top: -25px;
  margin-left: -2px;
  -webkit-background-size: 70px 25px;
  -moz-background-size: 70px 25px;
  -o-background-size: 70px 25px;
  -ms-background-size: 70px 25px;
  background-size: 70px 25px;
}

#corner03 .contentsBox:nth-child(3) span.rank {
  background: url(../img/img_rank03.gif) no-repeat;
  margin-top: -25px;
  margin-left: -2px;
  -webkit-background-size: 70px 25px;
  -moz-background-size: 70px 25px;
  -o-background-size: 70px 25px;
  -ms-background-size: 70px 25px;
  background-size: 70px 25px;
}

#corner03 .contentsBox:nth-child(4) span.rank {
  background: url(../img/img_rank04.gif) no-repeat;
  margin-top: -25px;
  margin-left: -2px;
  -webkit-background-size: 70px 25px;
  -moz-background-size: 70px 25px;
  -o-background-size: 70px 25px;
  -ms-background-size: 70px 25px;
  background-size: 70px 25px;
}

#corner03 .contentsBox:nth-child(5) span.rank {
  background: url(../img/img_rank05.gif) no-repeat;
  margin-top: -25px;
  margin-left: -2px;
  -webkit-background-size: 70px 25px;
  -moz-background-size: 70px 25px;
  -o-background-size: 70px 25px;
  -ms-background-size: 70px 25px;
  background-size: 70px 25px;
}

/* slick */
.slick-dots li {
  width: 15px;
  margin: 0;
}

.slick-dots li button {
  width: 15px;
  padding: 0;
}

.slick-dots li button:before {
  background: url(../img/icon01_out.gif) no-repeat 50% 50%;
  background-size: 10px;
  content: '';
  opacity: 1;
  width: 15px;
  color: transparent;
}

.slick-dots li.slick-active button:before {
  background: url(../img/icon01_over.gif) no-repeat 50% 50%;
  background-size: 10px;
  opacity: 1;
  width: 15px;
  color: transparent;
}

#corner01 .slick-dots {
  background-image: url(../img/list_bg.gif);
  background-color: #fff;
  background-size: 115px 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  bottom: -30px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

#corner03 .slick-dots {
  background-size: 115px 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  bottom: 5px;
}

#corner03 .slick-dots li button:before {
  background: url(../img/icon05_out.gif) no-repeat 50% 50%;
  background-size: 10px;
}

#corner03 .slick-dots li.slick-active button:before {
  background: url(../img/icon05_over.gif) no-repeat 50% 50%;
  background-size: 10px;
}

#corner03 .slick-track {
  display: flex;
  height: auto !important;
}

#corner03 .detail {
  min-height: 80px;
  height: auto;
}

#corner03 .detailInner span {
    display: block;
}