/** Shopify CDN: Minification failed

Line 25:0 Unexpected "{"
Line 25:1 Expected identifier but found "%"
Line 25:39 Expected identifier but found "%"
Line 116:0 Unexpected "{"
Line 116:1 Expected identifier but found "%"
Line 116:45 Expected identifier but found "%"

**/

.member-profile {
  padding: 80px 20px 0;
}
.member-profile__container {
  margin-top: 60px;
  padding: 30px 10px;
  border: 3px solid;
  border-radius: 8px;
  background-color: #fff;
}
.member-profile__header {
    position: relative;
}
{% comment %} ----- 共通項目 -----{% endcomment %}
.section-title__img {
  overflow: hidden;
  position: relative;
  height: clamp(40px,14.5vw,80px);
  width: 100%;
}
.section-title__img > img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member-name {
  font-size: 28px;
  font-weight: bold;
}
.member-img {
  margin-top: 15px;
}
.member-img > img {
  width: 100%;
}
.member-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 0;
  padding: 10px;
  border-radius: 8px;
}
.member-sns__item {
  list-style: none;
  width: 44px;
}
.member-profile__body {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 8px;
}
.member-info__bond {
  display: flex;
  gap: 8px;
}
.member-type {
  width: 52%;
  max-width: 130px;
}
.member-info__wrapper {
  display: flex;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.member-birthday,
.member-height,
.member-charge {
  padding: 12px 6px;
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
  border-radius: 8px;
  font-weight: bold;
}
.member-birthday,
.member-height {
  display: flex;
  align-items: center;
  max-height: 60px;
  width: 100%;
  margin: 0;
}
.member-charge {
  margin-top: 15px;
}
.member-charge span {
  display: block;
  width: 100px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.member-charge__desc {
  margin: 0;
}
{% comment %} ----- カスタム項目 -----{% endcomment %}
.custom-index {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
}
.index-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.index-item {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #000;
  border: 4px solid #abaaaa;
  height: 80px;
  position: relative;
  border-radius: 8px;
}
.index-title {
  width: 35%;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
  padding-left: 25px;
  font-size: clamp(15px, 3vw, 20px);
  padding-left: 2vw;
}
.index-meter {
  width: 65%;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 0;
  padding-right: 1vw;
  height: 100%;
  position: relative;
}
.index-meter::before {
  content: '';
  display: block;
  width: 16.5%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(88% 0%, 99% 0%, 10% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(10px, -50%);
  z-index: 1;
}
.meter {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
  height: 100%;
  padding-right: 3vw;
  overflow: hidden;
}
.meter-cell {
  width: 230%;
  height: 100%;
  background-color: #222;
  box-sizing: border-box;
  clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.meter-cell:last-of-type {
  clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.meter-cell.filled {
  background-color: #ff7f00;
}
.index-desc {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 50%;
  color: #fff;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: bold;
  /* -webkit-text-stroke: 1px #000; */
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .member-profile__container {
    width: 80%;
    margin: 60px auto 0;
    padding: 50px 40px;
    border-width: 6px;
  }
  .member-sns {
    margin-top: 30px;
    position: absolute;
    top: -48px;
    left: -8px;
  }
  .member-sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 12px;
    border-radius: 8px;
    flex-wrap: wrap;
    width: 100px;
    width: clamp(80px, 12vw, 160px);
  }
  .member-sns__item {
    width: fit-content;
  }
  .member-name {
    font-size: 36px;
  }
  .member-img {
    margin-top: 30px;
  }
  .member-sns {
    margin-top: 30px;
  }
  .member-profile__body {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .member-info__bond {
    gap: 15px;
  }
  .member-type {
    max-width: 160px;
  }
  .member-info__wrapper {
    gap: 20px;
  }
  .member-birthday, .member-height, .member-charge {
    padding: 20px;
  }
}