.corner-wrapper {
  padding-bottom: 30px;
}

.corner-main {
  padding: 40px 0 60px;
  background: url(/bandesu/images/common/bg_pink.png) repeat top center;
}

.corner-main-title {
  margin-bottom: 20px;
}

.corner-pagination {
  margin-top: 30px;
}

.corner-link {
  margin-top: 25px;
  padding: 0 20px;
}

.corner-fade-enter {
  opacity: 0;
}

.corner-fade-enter-active {
  transition: opacity .3s;
}

.corner-fade-leave-active {
  display: none;
}

@media only screen and (min-width: 768px) {
  .corner-wrapper {
    padding-bottom: 40px;
  }
  .corner-main {
    padding: 60px 0 90px;
  }
  .corner-main-title {
    margin-bottom: 40px;
  }
  .corner-pagination {
    margin-top: 40px;
  }
  .corner-link {
    margin-top: 50px;
  }
}
