@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: .705vw;
    height: 100%;
}

body {
    color: #3d3d3d;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.el_sp {
  display: none;
}

.el_imgEffect {
  border-radius: 10px;
  box-shadow: 3px 3px 10px #ccc;
}

.el_tag {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.el_bg_premium {
  background: #DC4991;
}

.el_bg_trial {
  background: #f1b200;
}

.el_bg_free {
  background: #49b2dc;
}

.contents {
  font-family: 'Noto Sans JP',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue',
    Arial,
    'Hiragino Sans',
    'Meiryo',
    sans-serif;
}

.bl_top {
  display: flex;
  justify-content: center;
  padding: 0px 5%;
  max-width: 1200px;
  margin: 30px auto;
}

.bl_top_img {
  max-width: 210px;
  margin-right: 30px;
}

.bl_top_txtBox {
  width: calc(100% - 210px);
}

.bl_top_nmBox {
  padding-left: 15px;
  border-left: 5px solid #DC4991;
  margin-bottom: 10px;
}

.bl_top_nm {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 0 15px;
}

.bl_top_subNm {
  font-size: 22px;
  font-weight: bold;
  color: #999;
  padding-bottom: 15px;
}

.bl_top_txt {
  font-size: 23px;
  font-weight: bold;
}

.bl_slide {
  padding-left: 5%;
  margin-bottom: 100px;
}

.bl_slide_head {
  font-size: 38px;
  font-weight: bold;
  margin-right: 130px;
  border-left: 5px solid #DC4991;
  padding: 0px 0 5px 10px;
  line-height: 1.1;
}

.bl_slide_item {
  margin-bottom: 50px;
}

/* スライド部分 */
.slide-card {
   overflow: hidden; /*2.代わりに親要素で hidden にする */

}

.swiper {
  overflow: visible; /*1.はみ出させるように visible で上書き */
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 10rem;
  padding-bottom: 20px;
}

.swiper-slide {
  max-width: 500px;
  width: 58rem;
}

.swiper-controller {
  position: relative;
  align-items: center;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: end;
          justify-content: flex-start;
  margin: 30px 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
  width: 10px;
  height: 10px;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
  transition: .8s cubic-bezier(.2, 1, .2, 1);
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  border: 2px solid #ccc;
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 10px;
  height: 10px;
  content: "";
  border: solid #DC4991;
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-button-disabled::before {
  -webkit-box-shadow: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
          box-shadow: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
}

.swiper-pagination {
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.swiper-pagination.pagination_reccomend {
  left: 270px;
}

.swiper-pagination.pagination_new {
  left: 195px;
}

.swiper-pagination-bullet-active {
  background-color: #DC4991;
}

.slide {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}

.slide-content {
  height: 100px;
  padding: 20px;
}

.slide-media {
  /* margin-bottom: 15px; */
  transition: .3s ease;
}

.slide-media > img {
  border-radius: 10px 10px 0 0;
}

.slide:hover > .slide-media {
  opacity: .8;
}

.slide-title {
    font-size: 21px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 演者一覧 */
.bl_member {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 8% 140px;
  background: #fff1f8;
  border-radius: 10px;
}

.bl_member_head {
  font-size: 33px;
  font-weight: bold;
  padding: 0 15px 5px 15px;
  border-bottom: 5px solid #DC4991;
  display: inline-block;
  margin-bottom: 70px;
}

.bl_member_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.bl_member_item {
  width: calc((100% - (5% * 2)) / 3);
  margin-bottom: 40px;
}

.bl_member_item:hover .bl_member_img {
  opacity: .8;
}

.bl_member_item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.bl_member_img {
  max-width: 200px;
  margin: 0 auto 10px;
  transition: .3s ease;
}

.bl_member_img > img {
  border-radius: 10px;
  box-shadow: 2px 2px 5px #ccc;
}

.bl_member_nm {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* .bl_member_subNm {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  word-break: normal;
} */

@media screen and (max-width: 768px) {
  .el_pc {
    display: none;
  }

  .el_sp {
    display: block;
  }

  .el_border {
    height: min(1rem,3px);
    width:  min(60rem,200px);
    background: #DC4991;
    margin: 0px auto min(4rem,28px);
  }

  .el_imgEffect {
    border-radius: 10px;
    box-shadow: 2px 2px 5px #ccc;
  }

  .el_tag {
    margin-bottom: 8px;
  }

  .bl_top {
    flex-direction: column;
    align-items: center;
    margin: 20px auto min(9rem,25px);
  }

  .bl_top_img {
    margin-right: 0;
    width: 60rem;
    max-width: 200px;
  }

  .bl_top_txtBox {
    width: 100%;
  }

  .bl_top_nmBox {
    border-left: unset;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .bl_top_nm {
    font-size: min(9.3rem,28px);
    padding: min(3.8rem, 15px) 0 0;
  }

  .bl_top_subNm {
    padding-bottom: 0;
    font-size: min(6.2rem,20px);
  }

  .bl_top_txt {
    font-size: min(6rem,18px);
  }

  .bl_slide {
    padding: 0 3%;
    margin-bottom: 0;
  }

  .bl_slide_item {
    margin-bottom: 0;
  }

  .swiper-controller {
    margin: min(5rem,20px) 0;
  }

  .bl_slide_head {
    font-size: min(9.3rem,28px);
    border-left: 3px solid #DC4991;
  }

  .l-inner {
    padding-right: 0;
  }

  .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-slide {
    max-width: 490px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .slide-content {
    padding:min(6rem,20px) min(3rem,20px) min(8rem,20px);
    height: unset;
  }

  .slide-title {
    font-size: min(7rem,22px);
  }

  .el_tag {
    font-size: min(5.5rem,18px);
  }

  .bl_member {
    padding: 40px 2% 70px;
  }

  .bl_member_head {
    font-size: min(8rem,28px);
    border-bottom: 3px solid #DC4991;
    padding: 0 2rem 10px 2rem;
    margin-bottom: min(12rem,30px);
  }

  .bl_member_item {
    width: calc((100% - (3% * 2)) / 3);
    margin-bottom: min(9rem,30px);
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .bl_member_item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .bl_member_img {
    margin: 0 auto min(3rem,20px);
    width: min(40rem,180px);
  }

  .bl_member_txtBox {
    height:  min(11rem,80px);
  }

  .bl_member_nm {
    font-size: min(5.8rem,22px);
    margin-bottom: 0;
  }

  /* .bl_member_subNm {
    font-size: min(4rem,16px);
    font-weight: normal;
    line-height: 1.2;
  } */
}
