/* ========================================================
    nav
======================================================== */
.nav_list {
  position: fixed;
  right: 0;
  top: 26rem;
  display: none;
  width: auto;
  z-index: 100;
}
.nav_list > li {
  width: 13rem;
  aspect-ratio: 130/110;
  margin-top: 1rem;
}

.nav_list > li.nav_tver > a figure {
  width: 10.5rem;
}

.nav_list > li.nav_tver > a figure > img {
    width: 100%;
    vertical-align: bottom;
    border: none;
}

.nav_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  border-radius: 2rem 0 0 2rem;
  background-color: #ffffff;
  transform: translateX(1rem);
  filter: drop-shadow(0 3px 8px rgba(76, 134, 161, 0.3));
}
@media screen and (min-width: 768px) {
  .nav_list {
    top: 17rem;
  }
  .nav_list > li > a:hover {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav_list > li > a span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(0.03deg);
}
.nav_list > li > a span.fs16 {
  font-size: 1.6rem;
}
.nav_list > li > a span.fs12 {
  font-size: 1.2rem;
}
.nav_list > li > a figure {
  margin: 0.8rem 0;
  line-height: 1;
}
.nav_list > li > a figure:first-child {
  margin-top: 0;
}
.nav_list > li > a figure:last-child {
  margin-bottom: 0;
}






.contents {
  margin:2rem auto 3rem;
}
.contents .inner{
  margin:0 auto;
}

.contents .contents_wrap {
  border:3px dashed #ff00a5;
  padding:2rem;
  border-radius:3rem;
  background-color:#ffffff;
}

.contents_tver_wrap {
  margin: 0 auto 2rem;

}

.next_date_box {
  width:100%;
  text-align:center;
  font-size: 2.3rem;
  font-weight:bold;
  color:#be32b4;
}


.contents_tver {
  width:100%;
}
.contents_tver a {
  position: relative;
  overflow: hidden;
}
.contents_tver a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.6140350877%;
  padding-top: 22.4561403509%;
  background: url("../images/top/icon_play.png") no-repeat center/contain;
}

.contents_wrap .banner_list {
  magin:0;
}
.contents_wrap .banner_list li {
  margin:0 auto;
  width:35rem !important;
}


@media screen and (min-width: 768px) {

  .contents_wrap {
    margin:0 20rem;
  }
  .contents_tver_wrap {
    margin: 0 auto 3rem;
  }
  .contents_tver a::after {
    width: 11.7543859649%;
    padding-top: 16.4912280702%;
    transition: 0.3s ease;
  }
  .contents_tver a:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
  }

}




