/* ! --------------------------------------------------
variable
-------------------------------------------------- */
:root{
  --gold: #C9A777;
  --pink :#E72E8B;
  --purple:#64286C;
  --bg-fivestar: rgb(157,80,187);
  --bg-fivestar-grade: linear-gradient(90deg, rgba(157,80,187,1) 0%, rgba(110,72,170,1) 100%);
  --bg-gold: rgb(172, 125, 53);
  --bg-gold-grade: linear-gradient(90deg, rgba(172, 125, 53, 1) 0%, rgba(201, 167, 119, 1) 31%, rgba(243, 222, 191, 1) 65%, rgba(172, 125, 53, 1) 100%);


  --bcointown: #E5006E;
  --bcointown-bg: #F9F6F9;
  --bg-onecoin: #FFE7EB;
  --bg-onecoin-grade: linear-gradient(105deg,rgba(255, 231, 235, 1) 0%, rgba(255, 209, 216, 1) 100%);
}

/* ! --------------------------------------------------
- FIVESTAR（ユーザーマイページ）
-------------------------------------------------- */
/* ユーザー基本情報：共通  */
/* box */
.c-box{
  padding: 1.5em;
  border-radius: 10px;
  background-color: #fff;
}
.c-box--head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 .5em;
}
.c-box--head .ttl{
  font-size: 16px;
  font-weight: 700;
}
.c-box--foot{
  margin: 1em 0 0;
  border-top: 1px solid #F1F1F1;
  padding: 1em 0 0;
}
.c-box .btn__text{
  font-size: 12px;
  text-decoration: underline;
}
.c-box .btn__text:hover{
  text-decoration: none;
}

.c-box .btn_gold{
  background: var(--bg-gold);
  background: var(--bg-gold-grade);
  color: #463605;
}
.c-box .btn_gold:hover{
  border-color: var(--bg-gold);
  background: #fff;
  color: var(--bg-gold);
}

/* ! --------------------------------------------------
- レイアウト変更用スタイル
-------------------------------------------------- */
/* header */
.excludeFivestar .homepage_banner.small{
  min-height: 130px;
}
.excludeFivestar .homepage_banner .logo{
  width: 150px;
  height: 40px;
  margin: 0;
}
.excludeFivestar .homepage_banner .button_group{
  align-items: center;
  gap: 8px;
}
.excludeFivestar .homepage_banner .btn_banner_top{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  line-height: 1.2;
}
.excludeFivestar .homepage_banner .btn_banner_top br{
  display: none;
}
.excludeFivestar .homepage_banner button{
  margin: 0;
}
@media screen and (max-width: 992px) {
  .excludeFivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3)) {
    min-height: 160px;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(3)) {
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(3)) .navbar_toggler {
    position: absolute;
    top: 24px;
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .excludeFivestar .homepage_banner .logo_row{
    flex-direction: row;
    margin-top: 16px;
    margin-right: 40px;
  }
  .excludeFivestar .navbar_main .navbar_toggler{
    top: 20px;
    right: 14px;
  }
}
@media screen and (max-width: 576px) {
  /* aタグが2個の場合 */
  .excludeFivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(2)) {
    min-height: 160px;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(2)) {
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(2)) .button_group{
    display: flex;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(2)) .btn_banner_top{
    min-width: 160px;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(2)) .navbar_toggler {
    top: 16px;
  }

  /* aタグが3個の場合 */
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(2)) .button_group{
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(3)) .btn_banner_top{
    width: 33.333%;
    min-width: 110px;
  }
  .excludeFivestar .homepage_banner .logo_row:has(.btn_banner_top:nth-of-type(3)) .btn_banner_top br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .excludeFivestar .homepage_banner .logo_row{
    margin-top: 16px;
  }
  .excludeFivestar .homepage_banner .logo{
    height: 36px;
    width: 130px;
    margin: 0 0 5px;
  }
  .excludeFivestar .homepage_banner .btn_banner_top{
    font-size: 10px;
  }
}
/* FIVESTARの場合 */
.fivestar .homepage_banner.small{
  background: var(--bg-fivestar);
  background: var(--bg-fivestar-grade);
  min-height: 180px;
}
.fivestar .homepage_banner.small::after{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
}
.fivestar .homepage_banner.small::before{
  content: "";
  display: block;
  width: 185px;
  height: 80px;
  background-image: url(../../images/five_star/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(2)) {
  min-height: 200px;
}
.fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3)) {
  min-height: 220px;
}
@media screen and (max-width: 992px) {
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3)) {
    min-height: 250px;
  }
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3))::after{
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
  }
}
@media screen and (max-width: 640px) {
  .fivestar .homepage_banner.small::before{
    width: 140px;
    height: 60px;
    bottom: 32px;
  }
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3)) {
    min-height: 230px;
  }
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(3))::after{
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  }
}
@media screen and (max-width: 576px) {
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(2)) {
    min-height: 230px;
  }
  .fivestar .homepage_banner.small:has(.btn_banner_top:nth-of-type(2))::after{
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  }
}

/* ユーザー基本情報：個別 */
.p-userInfo{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin: 30px 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #D9D9D9;
}
.p-userInfo__avatar{
  position: relative;
}
.p-userInfo .base_info .viewport{
  width: 160px;
  height: 160px;
  margin-top: -50px;
}
.p-userInfo .camera{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url(../../images/mypage/ico_white_camera.svg) center center no-repeat;
  background-size: 16px;
  background-color: #CCCCCC;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 4px;
  bottom: 4px;
}
.p-userInfo__main{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.p-userInfo:has(.p-userInfo__announce .member_keizoku) .p-userInfo__main{
  width: 100%;
}
.p-userInfo__name{
  text-align: left;
}
.p-userInfo__name--rank{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.p-userInfo__name .rating_item{
  display: flex;
  gap: .25em;
}
.p-userInfo__name .btn{
  background-color: #fff;
  margin: 10px 0 0;
}

/* アナウンス */
.p-userInfo__announce:has(.member_keizoku){
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: auto;
  padding-inline-start: 24px;
  border-left: 1px solid #dde;
}
.p-userInfo__announce .c-box--head{
  margin: 0 0 4px;
}
.p-userInfo__announce .ttl{
  font: 16px 'cinzel-regular';
}
.p-userInfo__announce .c-box--body{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-userInfo__main .member_keizoku{
  width: 100%;
  text-align: left;
  padding: 8px;
  margin: 0;
}
.p-userInfo__main .member_keizoku.present{
  color: #00CA9A;
  border-color: #00CA9A;
  background-color: #f6fffd;
}
.p-userInfo__main .member_keizoku p{
  margin: 0;
}
@media screen and (max-width: 880px) {
  .p-userInfo{
    gap: 10px 24px;
  }
  .p-userInfo__announce{
    width: 100%;
    padding-inline-start: 0 !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-userInfo{
    margin: 20px 0 40px;
  }
  .p-userInfo .base_info .viewport{
    width: 120px;
    height: 120px;
    margin-top: -40px;
  }
  .p-userInfo .camera{
    width: 22px;
    height: 22px;
    background-size: auto;
    bottom: 14px;
  }
}
@media screen and (max-width: 640px) {
  .p-userInfo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* gap: 20px; */
  }
  .p-userInfo__main{
    gap: 16px;
    width: 100%;
  }
  .p-userInfo__name{
    flex: auto;
    position: relative;
    padding-right: 40px;
  }
  .p-userInfo__name .btn{
    font-size: 0;
    width: auto;
    margin: 0;
    padding: 4px 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1693_8720)"><path d="M12.6666 8.03064C12.298 8.03064 12 8.32935 12 8.69727V14.0306C12 14.3979 11.7013 14.6973 11.3334 14.6973H2C1.63196 14.6973 1.33337 14.3979 1.33337 14.0306V4.69727C1.33337 4.32996 1.63196 4.03064 2 4.03064H7.33337C7.70203 4.03064 8 3.73193 8 3.36401C8 2.99597 7.70203 2.69727 7.33337 2.69727H2C0.897339 2.69727 0 3.5946 0 4.69727V14.0306C0 15.1333 0.897339 16.0306 2 16.0306H11.3334C12.436 16.0306 13.3334 15.1333 13.3334 14.0306V8.69727C13.3334 8.32861 13.0353 8.03064 12.6666 8.03064Z" fill="%23A79CB5"/><path d="M6.25075 7.4231C6.20412 7.46973 6.17275 7.52905 6.15944 7.59302L5.68813 9.95044C5.66616 10.0597 5.70082 10.1724 5.77944 10.2517C5.84279 10.3151 5.92812 10.349 6.01552 10.349C6.03676 10.349 6.05886 10.347 6.08083 10.3424L8.43752 9.87109C8.50283 9.85767 8.56215 9.82642 8.60817 9.77966L13.8828 4.505L11.5261 2.14844L6.25075 7.4231Z" fill="%23A79CB5"/><path d="M15.5117 0.518768C14.8618 -0.131256 13.8044 -0.131256 13.155 0.518768L12.2324 1.44138L14.5891 3.79807L15.5117 2.87534C15.8264 2.56137 15.9998 2.14267 15.9998 1.69736C15.9998 1.25204 15.8264 0.833344 15.5117 0.518768Z" fill="%23A79CB5"/></g><defs><clipPath id="clip0_1693_8720"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-userInfo .base_info .viewport{
    width: 80px;
    height: 80px;
  }
  .p-userInfo .camera{
    bottom: auto;
    top: 20px;
    right: 0;
  }
}

/* ONLINESHOP / SALON / SCHOOL */
.p-userInfo__dashboard{
  display: none;
  flex-wrap: nowrap;
  flex: auto;
  margin: 0 -2.5px;
}
.p-userInfo__dashboard .box_item{
  display: flex;
  flex-direction: column;
  padding: 0 2.5px;
}
.p-userInfo__dashboard .box_item .head{
  font: 18px 'cinzel-regular';
  text-align: left;
  margin-bottom: 4px;
}
.p-userInfo__dashboard .box_item .box{
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #CCDBE8;
  background-color: #fff;
  color: #000;
  height: auto;
  min-height: 96px;
  flex: auto;
}
.p-userInfo__dashboard .box_item .box > div{
  gap: 8px;
}
.p-userInfo__dashboard .box .name{
  font: bold 11px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: left;
}
.p-userInfo__dashboard .box > div .text_right{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: .25em;
}
.p-userInfo__dashboard .box .unit{
  font: bold 10px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.p-userInfo__dashboard .box .number{
  font: bold 16px 'Roboto';
  color: #E62E8B;
  line-height: 1;
}
.p-userInfo__dashboard .box .color_text{
  color: #A79CB5;
  font: 500 10px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.p-userInfo__dashboard .box .color_text .number{
  font: 500 13px 'Roboto';
}
.p-userInfo__dashboard .box .new_item{
  width: 50%;
  float: left;
  text-align: left;
}
.p-userInfo__dashboard .box .new_item .number{
  color: #fff;
  font-size: 11px;
  background-color: #E62E8B;
  padding: 1px 6px;
  border-radius: 30px;
  margin-left: 5px;
}
.p-userInfo__dashboard .box .icon_before.icon_flower::before{
  display: inline-block;
  content: "";
  margin-right: 8px;
  vertical-align: middle;
  background: url(../../images/mypage/ico_subsc_logo.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.p-userInfo__dashboard .box_item .coupon:before{
  right: -10px;
}
@media screen and (max-width: 640px) {
  .p-userInfo__dashboard{
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-userInfo__dashboard{
    flex-direction: column;
    gap: 10px;
  }
  .p-userInfo__dashboard .box_item{
   flex: auto;
   max-width: 100%;
  }
  .p-userInfo__dashboard .box_item .box{
    padding-inline: 20px;
  }
  .p-userInfo__dashboard .box_item .coupon:before{
    right: -14px;
  }
}

/* FIVESTAR権利状況 / 友達に紹介する / アンケート */
.p-userInfo__other{
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  gap: 10px;
  width: 100%;
}
/* 友達に紹介する */
.p-userInfo__friend .c-box--body{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.p-userInfo__friend img{
  width: 100px;
  height: auto;
}
.p-userInfo__frien--btn{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-userInfo__friend .member_inquiry_btn{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-userInfo__friend .member_inquiry_btn a{
  margin: 0;
  width: 180px;
}
/* 「全国エステ券を申し込む」ボタン */
.p-userInfo__questionary--warp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-userInfo__questionary--warp .member_raiten{
  width: 100%;
  margin: 0;
}
.p-userInfo__questionary--warp .member_raiten a{
  margin: 0;
  border-radius: 4px;
}
/* アンケート */
.p-userInfo__questionary .c-box--body{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-userInfo__questionary .member_inquiry_coin .tooltip.active .description{
  top: -204px;
  left: auto;
  right: -20px;
}
.p-userInfo__questionary .member_inquiry_coin .description:before{
  left: auto;
  right: 56px;
}

@media screen and (max-width: 960px) {
  .p-userInfo__other{
    grid-template-columns: 1fr .5fr;
  }
  .p-userInfo__fivestar{
   grid-column: 1 / 3;
  }
  .p-userInfo__friend .c-box--head{
    margin: 0 0 1.75em;
  }
}
@media screen and (max-width: 640px) {
  .p-userInfo__other{
    grid-template-columns: 1fr;
  }
  .p-userInfo__fivestar{
    grid-column: auto;
  }
  .p-userInfo__questionary--warp {
    display: contents;
  }
  .p-userInfo__questionary .member_inquiry_coin .tooltip.active .description{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .p-userInfo__questionary .member_inquiry_coin .description:before{
    right: 80px;
  }
}
@media screen and (max-width: 400px) {
  .p-userInfo__friend .member_inquiry_btn{
    width: 100%;
  }
  .p-userInfo__friend .member_inquiry_btn a{
    width: 100%;
  }
  .p-userInfo__questionary .member_inquiry_btn{
    width: 100%;
  }
  .p-userInfo__questionary .member_inquiry_btn a{
    width: 100%;
  }
  .p-userInfo__questionary .member_inquiry_coin{
    width: 100%;
  }
  .p-userInfo__questionary .member_inquiry_coin table{
    width: 100%;
  }
  .p-userInfo__questionary .member_inquiry_coin .description:before{
    right: 40px;
  }
}

/* トグルボタン */
.p-userInfo--toggleBtn{
  display: flex;
  align-items: center;
  gap: 4px 8px;
  color: var(--purple);
  font-weight: 700;
  line-height: 1;
  padding: 12px;
  margin-inline-start: auto;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}
.p-userInfo--toggleBtn::after{
  content: "";
  display: block;
  width: 9px;
  min-height: 9px;
  background-image: url(../../images/admin/ico_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-userInfo--toggleBtn.is-open::after{
  transform: rotate(-90deg);
}
.p-userInfo--toggleContent{
  display: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-userInfo--toggleBtn{
    justify-content: center;
    flex-direction: row;
    margin: 0 0 -10px;
    width: 100%;
    height: auto;
  }
}
/* TOPページ用 */
.p-userInfo--top{
  gap: 10px 24px;
  position: relative;
}
.p-userInfo--top .p-userInfo__dashboard{
  margin: 10px 0 0;
}
.p-userInfo--top .p-userInfo--toggleBtn{
  display: none;
}
.p-userInfo--top .p-userInfo--toggleBtn::after {
  transform: rotate(-90deg);
}
.p-userInfo--top .p-userInfo--toggleBtn.is-open::after {
  transform: rotate(90deg);
}
.p-userInfo--top .p-userInfo--toggleContent{
  display: contents;
}
.p-userInfo--top .p-userInfo__dashboard{
  display: flex;
}
.p-userInfo--top .p-supporter,
.p-userInfo--top .p-bcointownSales{
  margin: 0;
}
@media screen and (max-width: 880px) {
  .p-userInfo--top .p-userInfo--toggleBtn{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-userInfo--top .p-userInfo--toggleBtn{
    position: static;
  }
}
@media screen and (max-width: 576px) {
  .p-userInfo--top .p-userInfo--toggleContent{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-userInfo--top .p-userInfo__dashboard{
    margin: 0;
  }
}

/* 研修契約してない場合 */
.box_item .no_school_user{
  background-color: transparent;
  border: none !important;
  padding: 0;
  height: 120px !important;
  background: url('../../images/mypage/banner_academy.webp') center center / cover no-repeat !important;
  position: relative;
}
@media screen and (min-width: 391px){
  .box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy_xs.webp) !important;
  }
}
@media screen and (min-width: 577px){
 .box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy_sm.webp) !important;
  }
}
@media screen and (min-width: 661px){
.box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy.webp) !important;
  }
}

 .box_item .no_school_user a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/* 回数券内容表示 */
.area_coupon_detail{
  top: 100%;
  width: calc(100% - 5px);
  left: 2.5px;
}

/* 研修契約してない場合 */
.box_item .no_school_user{
  background-color: transparent;
  border: none !important;
  padding: 0;
  height: auto !important;
  background: url('../../images/mypage/banner_academy.webp') center center / cover no-repeat !important;
  position: relative;
}
@media screen and (min-width: 350px){
  .box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy_xs.webp) !important;
  }
}
@media screen and (min-width: 577px){
 .box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy_sm.webp) !important;
  }
}
@media screen and (min-width: 661px){
.box_item .no_school_user{
    background-image: url(../../images/mypage/banner_academy.webp) !important;
  }
}

.box_item .no_school_user a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}



/* サポーター制度 */
.p-supporter{
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  overflow: hidden; 
}
.p-supporter p{
  margin: 0;
}
.p-supporter__logo{
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url('../../images/five_star/bg_supporter.webp');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.p-supporter__logo::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-fivestar);
  background: var(--bg-fivestar-grade);
  opacity: .8;
  position: absolute;
  inset: 0;
}
.p-supporter__logo img{
  position: relative;
  z-index: 1;
}

.p-supporter__main{
  flex: auto;
  padding: 1.5em;
}
.p-supporter__main .ttl{
  color: #7349AC;
}
.p-supporter__item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.p-supporter .c-box--head{
  margin: 0;
}
.p-supporter .c-box--body{
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-supporter__logo{
    padding: 20px;
  }
  .p-supporter__logo img{
    width: 160px;
  }
}
@media screen and (max-width: 879px) {
  .p-supporter{
    flex-direction: column;
  }
  .p-supporter__logo{
    padding: 20px 10px 0;
  }
  .p-supporter__logo img{
    height: 100px;
  }
  .p-supporter__item a{
    order: 1;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-supporter__item a{
    order: 1;
    width: 100%;
  }
}

.p-supporter__userMember .c-box--body{
  display: flex;
}
.p-supporter__userMember .item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 8px 4px;
  padding-inline-start: 8px;
  margin-inline-end: -1%;
  border-radius: 3px;
  background-color: #fff;
  clip-path: polygon(96% 0%, 100% 50%, 96% 100%, 0% 100%, 4% 50%, 0% 0%);
}
.p-supporter__userMember .data{
  line-height: 1;
}
.p-supporter__userMember .unit{
  font: bold 12px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.p-supporter__userMember--model{
  width: calc(100% - 160px);
  display: block;
  padding: 10px;
  padding-inline-end: 16px;
  margin-inline-end: -.25%;
  border-radius: 3px;
  background-color: #f1ebf4;
  clip-path: polygon(0% 0%, 98.75% 0%, 100% 50%, 98.75% 100%, 0% 100%);
}
.p-supporter__userMember--model .ttl{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  white-space: nowrap;
}
.p-supporter__userMember--model .ttl::before{
  content: "";
  display: none;
  flex: auto;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background-color: #e9ddef;
}
.p-supporter__userMember--model .ttl::after{
  content: "";
  display: block;
  flex: auto;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #e9ddef;
}
.p-supporter__userMember--model .data{
  color: #7349AC;
}
.p-supporter__userMember--model .model__list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-inline-end: -0.5%;
}
.p-supporter__userMember--model .model__list--item:first-child{
  padding-inline-start: 4px;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.p-supporter__userMember--model .rating_item{
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
}
.p-supporter__userMember--model .score{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
  width:100%;
}
.p-supporter__userMember--model .star{
  min-width: 12px;
}
.p-supporter__userMember--model .star_gray{
  background-image: url('../../images/five_star/ico_star_purple_line.svg');
}
.p-supporter__userMember--model .star_purple{
  background-image: url('../../images/five_star/ico_star_purple.svg');
}
.p-supporter__userMember--fivestar{
  min-width: 160px;
  background: var(--bg-fivestar);
  background: var(--bg-fivestar-grade);
}
.p-supporter__userMember--fivestar.item{
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%) !important;
}
.p-supporter__userMember--fivestar *{
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-supporter__userMember--model{
    width: calc(100% - 130px);
    clip-path: polygon(0% 0%, 98.5% 0%, 100% 50%, 98.5% 100%, 0% 100%);
  }
  .p-supporter__userMember .item{
    margin-inline-end: 0%;
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  }
  .p-supporter__userMember--fivestar{
    min-width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .p-supporter__userMember .c-box--body{
    flex-direction: column-reverse;
    gap: 12px;
  }
  .p-supporter__userMember .item{
    flex-direction: row;
    clip-path: none !important;
    position: relative;
  }
  .p-supporter__userMember .data{
    flex: 0 0 80px;
    text-align: right; 
  }
  .p-supporter__userMember--model{
    width: 100%;
    display: flex;
    padding-inline-end: 16px;
    margin-inline-end: 0;
    clip-path: none;
    position: relative;
  }
  .p-supporter__userMember--model::after{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url('data:image/svg+xml,<svg width="14" height="40" viewBox="0 0 14 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 20L0 40L0 0L14 20Z" fill="%23F1EBF4"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 38px;
    transform: rotate(-90deg) translateX(-50%);
    background-position: center center;
  }
  .p-supporter__userMember--model .ttl{
    margin: 0;
    margin-block-start: 10px;
    -ms-writing-mode:  vertical-rl;
    writing-mode: vertical-rl;
  }
  .p-supporter__userMember--model .ttl::before{
    display: block;
  }
  .p-supporter__userMember--model .ttl::after{
    width: 1px;
    height: 100%; 
  }
  .p-supporter__userMember--model .model__list{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
  }
  .p-supporter__userMember--model .model__list--item::after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="15" height="24" viewBox="0 0 15 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1117 11.2403C13.5773 11.6394 13.5773 12.3597 13.1117 12.7588L1.64832 22.5846C0.999647 23.1406 -0.00247192 22.6797 -0.00247192 21.8254L-0.00247192 2.17381C-0.00247192 1.31945 0.999646 0.858544 1.64832 1.41455L13.1117 11.2403Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.236635 0.354079C0.593379 -0.0675277 1.22436 -0.120109 1.64596 0.236635L13.7438 10.4732C14.6879 11.2721 14.6879 12.7279 13.7438 13.5268L1.64596 23.7634C1.22436 24.1202 0.593379 24.0676 0.236635 23.646C-0.120109 23.2244 -0.0675277 22.5934 0.354079 22.2366L12.4519 12L0.354079 1.76341C-0.0675277 1.40666 -0.120109 0.775686 0.236635 0.354079Z" fill="%23F1EBF4"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -17px;
  left: 16px;
  transform: rotate(-90deg) translateX(-50%);
  z-index: 1;
  background-position: center center;
  }
  .p-supporter__userMember--model .rating_item{
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .p-supporter__userMember .c-box--head .ttl span{
    display: block;
    margin-inline-start: -8px;
  }
}

.p-supporter__erea{
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid #D9D9D9;
}
.p-supporter__erea .c-box--head{
  align-items: baseline;
  gap: .5em 1em;
}
.p-supporter__erea .c-box--body{
  display: flex;
  align-items: center;
  gap: 5px 16px;
}
.p-supporter__erea--num{
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
  white-space: nowrap;
}
.p-supporter__erea--num .font_24{
  margin-inline-start: 2px;
}
.p-supporter__erea--contract{
  flex: auto;
  width: 100%;
  display: flex;
  padding: 2px;
  border-radius: 24px;
  min-height: 24px;
  background-color: #eee;
}
.p-supporter__erea--contractBar{
  height: 20px;
  border-radius: 24px;
  background-color: #7349AC;
  position: relative;
}
.p-supporter__erea--contractNum{
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 2px;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}
.p-supporter__erea--contractNum span{
  color: #7349AC;
}
.is-wide .p-supporter__erea--contractNum{
  color: #fff;
  right: 10px;
  left: auto;
}
.is-wide .p-supporter__erea--contractNum span{
  color: #fff;
}
@media screen and (max-width: 879px) {
  .p-supporter__erea .c-box--head{
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-supporter__erea .c-box--head{
    width: 100%;
  }
  .p-supporter__erea .c-box--body{
    align-items: flex-start;
    flex-direction: column;
  }
}

/* KAIZENBODY回数券メニュー */
.p-campaignMenu {
  width: 100%;
}
.p-campaignMenu .p-coinCampaign {
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.p-campaignMenu .p-coinCampaign:has(.is-campaign) {
  gap: 16px;
}
.p-campaignMenu .p-coinCampaign__item.is-campaign {
  grid-column: 1/7;
}
.p-campaignMenu .p-coinCampaign__item--box {
  padding: 10px;
  border: 1px solid #e5e1e7;
}
.p-campaignMenu .p-coinCampaign__detail {
  padding: 6px;
  justify-content: space-between;
}
.p-campaignMenu .p-coinCampaign__detail--label {
  color: #000;
  padding: 0;
  background-color: transparent;
}
.p-campaignMenu .p-coinCampaign__item--box:has(.p-coinCampaign__detail--info) {
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 1080px) {
  .p-campaignMenu .p-coinCampaign {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .p-campaignMenu .p-coinCampaign__detail {
    justify-content: flex-start;
  }
  .p-campaignMenu .p-coinCampaign__item--box:has(.p-coinCampaign__detail--info) {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-campaignMenu .p-coinCampaign__item--box:has(.p-coinCampaign__detail--info) {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (max-width: 576px) {
  .p-campaignMenu .p-coinCampaign {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
 .p-campaignMenu .p-coinCampaign__item--box:has(.p-coinCampaign__detail--info) {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .p-campaignMenu .p-coinCampaign__item--box > div {
    flex-direction: column;
  }
}


/* TOPページ レイアウト */
@media screen and (min-width: 992px){
  .excludeFivestar .row.no_gutters:has(.mypage_sidebar){
    flex-wrap: nowrap;
  }
  .theme_gray .main_content{
    width: calc(100% - 280px);
  }
}
.excludeFivestar .advertisement_container:not(.advertisement_object) {
  margin: 0;
}
.excludeFivestar .advertisement_container:has(.advertisement_object) {
  margin: 0 0 3rem;
}
.excludeFivestar .big_header{
  margin-top: 0;
}
.excludeFivestar .big_header + div:has(.nav_tabs){
  margin-top: -12px;
}
.excludeFivestar div + .big_header{
  margin-top: 35px;
}
.excludeFivestar .sidebar_user_menu .nav{
  margin: 0;
}
/* TOPページ 下層部分 */
.p-fivestar__usermypage{
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-fivestar__usermypage .logo{
  padding: 4px 16px 8px;
  border-radius: 6px;
  border: 1px solid var(--gold);
  background: var(--bg-fivestar);
  background: var(--bg-fivestar-grade);
}
.p-fivestar__usermypage .nav_tabs .nav_item{
  background: #ddd9e0;
  color: #7c7585;
}
.p-fivestar__usermypage .nav_tabs .nav_item.active{
  background: linear-gradient(90deg, rgb(148 78 184) 0%, rgb(137 77 180) 100%);
  color: #fff;
}
.p-fivestar__usermypage .nav_tabs .nav_item.active:first-child{
  background: linear-gradient(90deg, rgba(157, 80, 187, 1) 0%, rgb(148 78 184) 100%);
}
.p-fivestar__usermypage .nav_tabs .nav_item.active:last-child{
  background: linear-gradient(90deg, rgb(138 77 180) 0%, rgb(128 75 176) 100%);
}
@media screen and (max-width: 768px) {
  .p-fivestar__usermypage .nav_tabs .nav_item.active:last-child{
    background: linear-gradient(90deg, rgb(134 76 179) 0%, rgb(124 75 175) 100%);
  }
}
@media screen and (max-width: 576px) {
  .p-fivestar__usermypage .nav_tabs{
    flex-wrap: nowrap;
  }
  .p-fivestar__usermypage .nav_tabs .nav_item{
    flex-basis: auto;
    font-size: 12px;
  }
  .p-fivestar__usermypage .nav_tabs .nav_item.active{
    background: linear-gradient(90deg, rgb(141 77 181) 0%, rgb(126 75 175) 100%);
  }
  .p-fivestar__usermypage .nav_tabs .nav_item.active:first-child{
    background: linear-gradient(90deg, rgb(148 78 184) 0%, rgb(137 77 180) 100%);
  }
  .p-fivestar__usermypage .nav_tabs .nav_item.active:last-child{
    background: linear-gradient(90deg, rgb(126 75 176) 0%, rgb(109 71 170) 100%);
  }
  .p-fivestar__usermypage .tab_container .object{
    padding: 28px 10px;
  }
  .p-fivestar__usermypage .p-fivestar__member-nav .owl-prev{
    left:5px;
  }
  .p-fivestar__usermypage .p-fivestar__member-nav .owl-next{
    right:5px;
  }
}



/* FIVESTAR 商品レビュー  */
.p-fivestar__reviewList--mypage ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  padding: 0;
}
.p-fivestar__reviewList--mypage ul *{
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-fivestar__reviewList--mypage ul{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* FIVESTAR 美コインショップ */
.p-fivestar__productList--mypage{
  margin: .5em 0 0 !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.p-fivestar__productList--mypage .p-fivestar__item--status span{
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-fivestar__productList--mypage{
    grid-template-columns: repeat(4,1fr) !important;
  }
}
@media screen and (max-width: 576px) {
  .p-fivestar__productList--mypage{
    grid-template-columns: repeat(2,1fr) !important;
  }
}


/* ! --------------------------------------------------
- 下層ページ
-------------------------------------------------- */
.area_sort > .form_inline {
  gap: 4px;
}
.area_sort .form_control{
  font-size: 13px;
  height: 28px;
  padding: 3px 10px;
}
.area_sort select.form_control{
  padding-right: 28px;
}
.area_sort select.form_control.form_control.theme_pink{
  background-size: 8px;
}

.dataTables_wrap .dataTables_wrapper .dataTables_scroll {
  padding-bottom: 3rem;
  background: #fff;
}


/* ——————————————————————————————————————————————————————————————
BcoinTwon
—————————————————————————————————————————————————————————————— */
/* 販売状況 */
.p-bcointownSales {
  width: 100%;
  margin: 10px 0 0;
  border: 1px solid var(--bcointown);
}
.p-bcointownSales .l-grid--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .p-bcointownSales .l-grid--4 {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .p-bcointownSales .l-grid--4 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}
.p-bcointownSales .l-grid--item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: var(--bcointown-bg);
  position: relative;
  transition: all .3s;
}
.p-bcointownSales .l-grid--item::before{
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7705 13.5H4V12.5H18.2295L14.8496 10.4258L15.373 9.57422L21.7705 13.5Z" fill="%23d1c7da"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 8px;
  transition: all .3s;
}
.p-bcointownSales .l-grid--item:hover {
  text-decoration: none;
  border-color: #e4ddea;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .06);
}
.p-bcointownSales .l-grid--item:hover::before{
  right: 4px;
}
@media screen and (max-width: 576px) {
  .p-bcointownSales .l-grid--item {
    padding: 8px;
  }
}
.p-bcointownSales--ttl {
  margin-bottom: 4px;
  font-weight: 700;
}
.p-bcointownSales__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  background-color: var(--bcointown);
  aspect-ratio: 1 / 1;
}
.p-bcointownSales__logo:has(.p-bcointownSales__logo--brand) {
  background-color: #fff;
}
.p-bcointownSales__logo--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.p-bcointownSales__logo--brand span {
  font-size: 10px;
}
.onecoin .p-bcointownSales__logo {
  background: var(--bg-onecoin);
  background: var(--bg-onecoin-grade);
}
.onecoin .p-bcointownSales__logo img {
  height: 25px;
}
.five_star .p-bcointownSales__logo {
  background: var(--bg-fivestar);
  background: var(--bg-fivestar-grade);
  border: 1px solid var(--gold);
}
.five_star .p-bcointownSales__logo img {
  width: 64px;
  height: 28px;
}
.p-bcointownSales--numWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.p-bcointownSales--num {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
}
.c-status--store, .c-status--online {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--bcointown);
  font-size: 11px;
  font-weight: 400;
}
.c-status--store::before, .c-status--online::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-status--store::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.96175 4.25H19.0388C19.2513 4.25 19.4293 4.32192 19.573 4.46575C19.7168 4.60958 19.7888 4.78775 19.7888 5.00025C19.7888 5.21292 19.7168 5.391 19.573 5.5345C19.4293 5.67817 19.2513 5.75 19.0388 5.75H4.96175C4.74925 5.75 4.57117 5.67808 4.4275 5.53425C4.28367 5.39042 4.21175 5.21225 4.21175 4.99975C4.21175 4.78708 4.28367 4.609 4.4275 4.4655C4.57117 4.32183 4.74925 4.25 4.96175 4.25ZM5.154 19.75C4.898 19.75 4.68334 19.6634 4.51 19.4902C4.33684 19.3169 4.25025 19.1022 4.25025 18.8462V13.75H3.94075C3.65609 13.75 3.42175 13.6387 3.23775 13.4162C3.05375 13.1939 2.99509 12.9404 3.06175 12.6557L4.06175 7.9635C4.10742 7.75533 4.21375 7.58442 4.38075 7.45075C4.54775 7.31692 4.73759 7.25 4.95025 7.25H19.0503C19.2629 7.25 19.4528 7.31692 19.6198 7.45075C19.7868 7.58442 19.8931 7.75533 19.9388 7.9635L20.9388 12.6557C21.0054 12.9404 20.9468 13.1939 20.7628 13.4162C20.5788 13.6387 20.3444 13.75 20.0598 13.75H19.7503V19C19.7503 19.2125 19.6783 19.3906 19.5345 19.5342C19.3907 19.6781 19.2125 19.75 19 19.75C18.7873 19.75 18.6093 19.6781 18.4658 19.5342C18.3221 19.3906 18.2503 19.2125 18.2503 19V13.75H13.7503V18.8462C13.7503 19.1022 13.6637 19.3169 13.4905 19.4902C13.3172 19.6634 13.1025 19.75 12.8465 19.75H5.154ZM5.75025 18.25H12.2503V13.75H5.75025V18.25ZM4.6655 12.25H19.335L18.5715 8.75H5.429L4.6655 12.25Z" fill="%23E5006E"/></svg>');
}
.c-status--online::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.30775 21.5C4.80908 21.5 4.38308 21.3234 4.02975 20.9703C3.67658 20.6169 3.5 20.1909 3.5 19.6923V8.30775C3.5 7.80908 3.67658 7.38308 4.02975 7.02975C4.38308 6.67658 4.80908 6.5 5.30775 6.5H7.5C7.5 5.25133 7.93783 4.18917 8.8135 3.3135C9.68917 2.43783 10.7513 2 12 2C13.2487 2 14.3108 2.43783 15.1865 3.3135C16.0622 4.18917 16.5 5.25133 16.5 6.5H18.6923C19.1909 6.5 19.6169 6.67658 19.9703 7.02975C20.3234 7.38308 20.5 7.80908 20.5 8.30775V19.6923C20.5 20.1909 20.3234 20.6169 19.9703 20.9703C19.6169 21.3234 19.1909 21.5 18.6923 21.5H5.30775ZM5.30775 20H18.6923C18.7693 20 18.8398 19.9679 18.9038 19.9038C18.9679 19.8398 19 19.7693 19 19.6923V8.30775C19 8.23075 18.9679 8.16025 18.9038 8.09625C18.8398 8.03208 18.7693 8 18.6923 8H5.30775C5.23075 8 5.16025 8.03208 5.09625 8.09625C5.03208 8.16025 5 8.23075 5 8.30775V19.6923C5 19.7693 5.03208 19.8398 5.09625 19.9038C5.16025 19.9679 5.23075 20 5.30775 20ZM9 6.5H15C15 5.66667 14.7083 4.95833 14.125 4.375C13.5417 3.79167 12.8333 3.5 12 3.5C11.1667 3.5 10.4583 3.79167 9.875 4.375C9.29167 4.95833 9 5.66667 9 6.5ZM11.9845 13.5C13.1153 13.5 14.1311 13.1173 15.0318 12.352C15.9324 11.5865 16.3776 10.7179 16.3673 9.74625C16.3673 9.53975 16.298 9.36375 16.1595 9.21825C16.0212 9.07275 15.8456 9 15.6328 9C15.4571 9 15.3 9.06058 15.1615 9.18175C15.023 9.30292 14.9249 9.47183 14.8673 9.6885C14.7224 10.3667 14.3769 10.9215 13.8307 11.353C13.2846 11.7843 12.6692 12 11.9845 12C11.3 12 10.6821 11.7843 10.1308 11.353C9.57942 10.9215 9.2365 10.3667 9.102 9.6885C9.04433 9.4615 8.95133 9.29 8.823 9.174C8.69483 9.058 8.54292 9 8.36725 9C8.15442 9 7.97625 9.07275 7.83275 9.21825C7.68908 9.36375 7.61725 9.53975 7.61725 9.74625C7.61725 10.7179 8.0625 11.5865 8.953 12.352C9.84333 13.1173 10.8538 13.5 11.9845 13.5Z" fill="%23E5006E"/></svg>');
}