@charset "UTF-8";
.common_mv .common_mv_inr {
  background: url(../../images/member/member_mv.png)no-repeat right 10% center/cover
}
.contents {
  position: relative;
}
.odd_img {
  width: 40%;
  max-width: 45rem;
  position: absolute;
  bottom: 10%;
  right: -5%;
  z-index: -1;
}
.term_ttl {
  color: #FFFF00;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}
.term_ttl span {
  font-size: 1.6rem;
  display: block;
  padding-left: 5rem;
  position: relative;
  text-transform: capitalize;
}
.term_ttl span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  border: 1px solid #FFFF00;
  border-radius: 1rem;
  opacity: 0.4;
}
.member_list {
  margin-bottom: 8rem;
  justify-content: start;
}
.member_list li {
  width: calc(100% / 2);
  padding: 0 0.5rem;
  margin-bottom: 4rem;
}
.member_list .thum {
  width: 16rem;
  height: 16rem;
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.member_list a {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
.member_list a .thum img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 1s;
}
.single.contents {
  padding: 8rem 2rem;
}
.single .cont_inr {
  max-width: 70rem;
}
.single .thum figure {
  max-width: 18rem;
  line-height: 0;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 2rem;
}
.single .topcont {
  justify-content: space-between;
  align-items: flex-start;
}
.single .txt {
  overflow-wrap: break-word;
}
.single .txt a {
  color: #FF3912;
  border-bottom: 1px solid #FF3912;
}
.single .right_cont {
  width: 100%;
}
.single .right_cont_ttl {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2rem;
  align-items: center;
}
.single .right_cont_ttl .ttl {
  color: #2846D8;
  font-size: 2.4rem;
  font-family: "YuGothic-B";
}
.single .right_cont_ttl .ttl span {
  color: #666666;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
/*
.featherlight .featherlight-content {
  width: 94%;
  max-width: 80rem;
}
.featherlight .featherlight-close-icon {
  background-color: #777777;
  font-size: 20px;
  width: 40px;
  font-weight: 400;
  height: 40px;
  color: #fff;
}
*/
.single .snsnav {
  margin: 1rem 0;
  justify-content: flex-start;
}
.single .snsnav li {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.single .snsnav li a {
  font-size: 1.6rem;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  display: block;
}
.single .txt .subttl {
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.single .txt span {
  font-family: 'Jost', sans-serif;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .common_mv .common_mv_inr {
    background: url("../../images/member/member_mv.png")no-repeat center center/cover;
  }
  .member_list li {
    width: calc(100% / 3);
  }
  .member_list a:hover .thum img {
    transform: translate(-50%, -50%)scale(1.2);
  }
  .member_list .thum {
    width: 18rem;
    height: 18rem;
  }
  .featherlight .featherlight-close-icon {
    background-color: #777777;
    font-size: 45px;
    width: 70px;
    height: 70px;
  }
  .single .thum, .single .thum figure {
    max-width: 18rem;
  }
  .single .topcont {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .single .right_cont {
    width: calc(100% - 22rem);
  }
  .single .right_cont_ttl .ttl {
    width: calc(100% - 16rem);
  }
  .single .snsnav li a:hover {
    color: #FFDC00;
    border: 1px solid #FFDC00;
  }
}
@media only screen and (min-width: 1067px) {
  .member_list li {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 768px) {
  /*
  .lightbox .thum {
    width: 100%;
    margin: 0 auto 2rem;
  }
*/
  .single .thum figure {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .single .thum {
    margin: auto;
  }
  .single .snsnav {
    width: 100%;
  }
  .single .right_cont {
    margin-bottom: 4rem;
  }
  .single .right_cont_ttl {
    padding: 2rem 0 1.5rem;
  }
  .single .right_cont_ttl .ttl {
    margin-bottom: 1.5rem;
  }
}