.mangalist-enter,
.mangalist-leave-to {
  opacity: 0 !important;
}

.mangalist-leave-active {
  position: absolute;
}

.mangalist-block__list a {
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.mangalist-block__list a.is-hidden {
  opacity: 0;
  height: 0;
}

.footer-block__checkbox {
  /*margin-left: 20px;*/
  background-color: #032030;
  padding-left: 20px;
}

.footer-block__checkbox h6 {
  font-size: 24px;
  font-family: "HelveticaNeue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-block__form label {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #D0DFE6;
  margin-right: 20px;
}

.footer-block__form label:hover {
  color: #ffffff;
}

.more-wrapper {
  background-color: #032030;
  text-align: center;
}

.more {
  border: none;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 20px;
  cursor: pointer;
  outline-style: none;
  transition: 0.3s;
}

.more:hover {
  filter: brightness(1.2);
}

.sp-br {
  display: none;
}

.footer-block__nav {
  margin-left: 20px;
  margin-top: 30px;
}

.footer-block__nav h1 {
  font-size: 24px;
  font-family: "HelveticaNeue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 15px;
}

.footer-block__item {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #D0DFE6;
}

.footer-block__item:hover {
  color: #ffffff;
}

.footer-block__list {
  text-align: left;
  display: block;

}

.footer-block__list li {
  padding-left: 0;
  margin-right: 20px;
}

.re {
  font-family: "HelveticaNeue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 41px;
  color: #ffffff;
  background-color:#0088e7;
  border-radius: 50px;
}

@media screen and (min-width:447px){
  .sp-br {
    display: block;
  }
}
@media screen and (min-width:768px){
  .sp-br {
    display: none;
  }
}
