.star-member-head {
    background-image: url(../images/exhibition-sp-bg.svg);
    /* aspect-ratio: 3 / 1; */
    background-size: cover;
    padding: 150px 0 60px;
}
.star-member-head .flex-container {
    height: 100%;
    align-items: center
}
.star-member-head-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height:1.4;
    letter-spacing: 2px;
}
.star-member-head-summary {
    color: #ddd;
    line-height:1.8;
    font-size: 18px;
}
.star-member-head-summary {
	padding-right: 30px;
}
#plan-year {
    background: none !important;
    width: 90px;
    height: 34px;
    padding: 0 5px;
/*     color: #fff;
    border-color: #fff; */
    border-radius: 4px;
    appearance: auto;
    -webkit-appearance: auto;
    margin-bottom: 10px;
}
#plan-year:focus-visible {
    outline: none;
}
.btn-normal {
    color: #0d2f28;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #85d6c7;
    border-radius: 4px;
}
/* .btn-normal:hover {
	color: #85d6c7;
	background-color: #0d2f28;
} */
.minititle {
	margin: 60px 0 20px;
}
.star-mem-name span {
   font-size: 14px;
}
@media (max-width: 1250px) {
    .star-mem-info .star-mem-user,
    .star-mem-info .star-lv {
        width: 100%;
    }
    
	.star-member-head {
	    padding: 100px 0 60px;
	}
}
@media (max-width: 500px) {
	.star-mem-name p, 
	.star-mem-name span {
	   font-size: 14px;
	}
}

.search-container {
  width: 100%;
  position: relative;
  margin: 20px auto;
}
.search-main {
	width: calc(100% - 138px);
    position: relative;
    display: inline-block;
}
.search-reset {
	display: inline-block;
}
.btn-search-reset {
	padding: 12px 20px;
    background-color: #228d76;
    color: #fff;
}
.btn-search-reset:hover {
    background-color: #1e695a;
}
.search-input {
  width: 100%;
  padding: 12px 40px 12px 45px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.search-input:focus {
    border-color: #17493f;
    box-shadow: 0 0 0 2px rgb(23 73 63 / 30%);
}

.search-input::placeholder {
  color: #999;
  font-style: italic;
}

.search-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}
.filter-info {
	margin-top: 15px;
	margin-bottom: 10px;
}

.search-clear:hover {
  color: #17493f;
}
.ico-starmember-search{
    background: url(../images/ico-search.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-size: cover;
    cursor: pointer;
}
.ico-starmember-search:hover {
	color: #17493f;
	opacity: .85;
}
.star-lv1 {
    background-image: url(../images/star-lv1.png);
    width: 94px;
    height: 24px;
    margin-top: 8px;
}
.star-lv2 {
    background-image: url(../images/star-lv2.png);
    width: 94px;
    height: 24px;
    margin-top: 8px;
}
.star-lv3 {
    background-image: url(../images/star-lv3.png);
    width: 94px;
    height: 24px;
    margin-top: 8px;
}
.star-lv4 {
    background-image: url(../images/star-lv4.png);
    width: 94px;
    height: 24px;
    margin-top: 8px;
}
.star-all {
    background-image: url(../images/star-all.png);
    width: 94px;
    height: 24px;
    margin-top: 8px;
}
.filter-container .mm-ico {
	margin-right: 10px;
	cursor: pointer;
}
.filter-container .mm-ico:not(.cur){
	filter: grayscale(1);
}
.star-mem-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.star-mem-user {
	display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
}
.star-mem-avatar {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
.star-mem-avatar img {
    border-radius: 50%;
}
.star-mem-avatar img.err {
    line-height: 10;
}
.star-mem-name {
	width: calc(100% - 50px);
}
.star-lv {
	width: 94px;
}
.red {
	color: red;
}