
/* mv */
.section__mv__wrap {
  position: relative;
}
.section__mv__wrap .inner__wrap {
  position: relative;
}
.section__mv__wrap picture {
  display: block;
  overflow: hidden;
}
.section__mv__wrap .item__cap,
.section__mv__wrap .item__cap * {
  position: relative;
}
.section__mv__wrap .item__cap:before,
.section__mv__wrap .item__cap:after {
  content: "";
  background: #f6f6f9;
  position: absolute;
  bottom: 0;
}
.section__mv__wrap .item__cap:after {
  right: 100%;
}

@media(max-width:768px) {

  .section__mv__wrap {
    margin-bottom: 20%;
  }
  .section__mv .swiper-slide {
    max-width: 90%;
    width: calc(100% - 100px);
  }
  .section__mv picture {
    border-radius: 15px;
  }
  /* .swiper-slide .slide__title {
    border-radius: 0 15px 0 15px;
    padding: 1em 15px 1em;
    min-width: 90%;
  }
  .slide__title strong {
    font-size: 1.6rem;
    letter-spacing: .05em;
  } */

}

@media(min-width:769px) {

  .section__mv__wrap {
    margin-bottom: 44px;
  }
  /* .section__mv__wrap .section__mv {}
  .section__mv .swiper-slide {
    max-width: 780px;
    width: calc(100% - 200px);
  } */
  .section__mv__wrap picture {
    border-radius: 60px;
    position: relative;
    z-index: 1;
  }
  .swiper-slide .slide__title {
    border-radius: 0 30px 0 30px;
    padding: 26px 30px 24px;
    min-width: 390px;
  }
  .slide__title strong {
    font-size: 22px;
    letter-spacing: .05em;
  }
  .section__mv__wrap .item__cap {
    transform: translateY(-100px);
    padding-top: 195px;
    padding-bottom: 34px;
  }
  .item__cap:before {
    border-radius: 0 0 60px 0;
    width: 300px;
    height: 100%;
  }
  .item__cap:after {
    width: 100vw;
    height: 100%;
  }
  .item__cap h1 {
    font-size: 32px;
    letter-spacing: .05em;
    margin-bottom: 22px;
  }
  .item__cap time {
    font-size: 16px;
  }



}




.contents__wrap * {
  font-size: 16px;
  line-height: 2.125;
}
.contents__wrap h1 {
  background: #f6f6f9;
}
.contents__wrap h2 {
  border-bottom: 2px solid #000;
}

.st_toc_hierarchical {
  border: 1PX solid #465585;
  border-radius: 20PX;
  display: inline-block;
}




@media(max-width:768px) {


}

@media(min-width:769px) {

  .contents__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .contents__fx .contents__wrap {
    width: 70%;
    padding-bottom: 100px;
  }
  .contents__wrap > * {
    margin: 0 auto 36px;
  }

  .contents__wrap .more__btn__wrap > * {
    width: 290px;
  }
  .contents__wrap .more__btn__wrap a span {
    font-size: 18px;
  }




  .contents__fx .side__wrap {
    width: 22.72%;
  }




}


