@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 880px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 880px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.member {
  padding-top: 0;
}
.member-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1129px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 8%;
}
@media (max-width: 880px) {
  .member-wrapp {
    width: 94%;
  }
}
@media (max-width: 560px) {
  .member-wrapp {
    margin-top: 14%;
  }
}
.member-wrapp-content {
  width: 228px;
  position: relative;
  margin-bottom: 9%;
}
@media (max-width: 880px) {
  .member-wrapp-content {
    width: 170px;
  }
}
@media (max-width: 560px) {
  .member-wrapp-content {
    margin-bottom: 13%;
  }
}
@media (max-width: 370px) {
  .member-wrapp-content {
    width: 160px;
  }
}
@media (max-width: 370px) {
  .member-wrapp-content {
    width: 148px;
  }
}
.member-wrapp-content .member-name-img {
  position: absolute;
  width: 100%;
  max-width: 160px;
  top: -6%;
  right: -10%;
}
@media (max-width: 880px) {
  .member-wrapp-content .member-name-img {
    max-width: 135px;
    top: -6%;
    right: -14%;
  }
}
@media (max-width: 560px) {
  .member-wrapp-content .member-name-img {
    max-width: 116px;
    top: -5%;
    right: -3%;
  }
}
@media (max-width: 880px) {
  .member-wrapp-content .ski-name {
    max-width: 115px;
  }
}
@media (max-width: 560px) {
  .member-wrapp-content .ski-name {
    max-width: 92px;
  }
}
.member-wrapp-content-inner {
  pointer-events: auto;
  display: inline-block;
  overflow: hidden;
}
.member-wrapp-content-inner .picture {
  margin-top: -16%;
  overflow: hidden;
}
.member-wrapp-content-inner .picture img {
  width: 139%;
  height: 305px;
  object-fit: cover;
  object-position: 103% 100%;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media (max-width: 880px) {
  .member-wrapp-content-inner .picture img {
    object-position: 48% 100%;
    width: 100%;
    height: 204px;
  }
}
.member-wrapp-content-inner .picture .add-eria {
  display: block;
  color: white;
  padding: 0 10px 12px 0;
  position: relative;
  z-index: 2;
  text-align: right;
  background-image: linear-gradient(45deg, #3bbd2a 0%, #b5e448 100%);
}
@media (max-width: 880px) {
  .member-wrapp-content-inner .picture .add-eria {
    padding: 0 6px 4px 0;
  }
}
.member-wrapp-content-inner .picture .add-eria:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 125%;
  content: "";
  left: 0%;
  top: auto;
  bottom: 57%;
  transform: skewY(352deg);
  transform-origin: 100% 0;
  background-image: linear-gradient(45deg, #3bbd2a 0%, #b5e448 100%);
  z-index: -1;
}
@media (max-width: 880px) {
  .member-wrapp-content-inner .picture .add-eria:after {
    height: 128%;
  }
}
.member-wrapp-content-inner .pic-ex {
  margin-top: -27%;
}
.member-wrapp-content-inner .pic-ex img {
  width: 180%;
  object-position: 586% center;
  height: 329px;
  object-fit: cover;
}
@media (max-width: 880px) {
  .member-wrapp-content-inner .pic-ex {
    margin-top: -20%;
  }
  .member-wrapp-content-inner .pic-ex img {
    width: 116%;
    height: 211px;
    object-position: 84% center;
  }
}
@media (max-width: 560px) {
  .member-wrapp-content-inner .pic-ex {
    margin-top: -20%;
    height: 240px;
  }
  .member-wrapp-content-inner .pic-ex img {
    width: 126%;
    height: 229px;
    object-position: 84% center;
  }
  .member-wrapp-content-inner .pic-ex .add-eria {
    margin-top: -9%;
  }
}
@media (max-width: 370px) {
  .member-wrapp-content-inner .pic-ex img {
    object-position: 64% center;
  }
}
.member-wrapp-content-inner .pic-ex-f img {
  object-position: 115% 100%;
}
@media (max-width: 880px) {
  .member-wrapp-content-inner .pic-ex-f img {
    width: 100%;
    height: 204px;
    object-position: 58% 100%;
  }
}
.member-wrapp-content .text .name {
  color: #003F88;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  padding: 2% 0px;
  font-weight: bold;
}
.member-wrapp-content .text .name span {
  font-size: 0.6em;
  display: inline-block;
  line-height: 0.6;
  font-weight: normal;
}
.member-wrapp-content .text .class-eria {
  font-size: 16px;
}
@media (max-width: 880px) {
  .member-wrapp-content .text .class-eria {
    font-size: 15px;
  }
}
.member-wrapp-content .text .class-eria .acce {
  margin-bottom: 1%;
  margin-top: 3%;
}
.member-wrapp-content .text .class-eria .angle {
  display: block;
  position: relative;
  padding-left: 14px;
}
.member-wrapp-content .text .class-eria .angle::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #003F88;
  left: 0.15em;
  top: 7px;
}
.member-wrapp-content .text .member-linkbtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3%;
}
@media (max-width: 880px) {
  .member-wrapp-content .text .member-linkbtn {
    margin-top: 7%;
  }
}
.member-wrapp-content .text .member-linkbtn a {
  font-size: 1.6em;
  line-height: 1;
  margin-right: 3px;
  transition: 0.3s ease;
}
.member-wrapp-content .text .member-linkbtn a:hover {
  opacity: 0.7;
}
.member-wrapp-content .text .member-linkbtn a.icon-home {
  color: #8FC31F;
}
.member-wrapp-content .text .member-linkbtn a.icon-fb {
  color: #1877F2;
}
.member-wrapp-content .text .member-linkbtn a.icon-tw {
  color: black;
}
.member-wrapp-content .text .member-linkbtn a.icon-in {
  background: rgb(255, 214, 0);
  background: linear-gradient(142deg, rgb(255, 214, 0) 0%, rgb(255, 122, 0) 24%, rgb(255, 0, 105) 49%, rgb(211, 0, 197) 72%, rgb(118, 56, 250) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-wrapp-content .text .member-linkbtn a.icon-yt {
  color: #ff0000;
}
.member-wrapp-content .text .member-linkbtn a.icon-li {
  color: #06c755;
}
.member-wrapp-flex {
  max-width: 879px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 20px;
}
@media (max-width: 880px) {
  .member-wrapp-flex {
    margin-top: 0;
  }
}
.member-wrapp-flex .member-wrapp-box {
  margin-bottom: 9%;
}
@media (max-width: 880px) {
  .member .sp-aline {
    margin-right: auto;
    margin-left: 7px;
  }
}

/*# sourceMappingURL=member.css.map */
