#side_contents {
  font-size: 1.5rem;
  color: #333333;
}

#side_contents a {
  color: #333333;
}

#side_profile_header .side_profile_summary p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

#side_profile_header .mypage_top_profile_summary p {
  font-size: 1.4rem;
}

#side_profile_header_label {
  font-weight: 500;
  display: none;
}

#side_profile_header .side_profile_summary span {
  font-weight: 700;
}

#side_profile_header #user_nickname a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

#id_with_clipboard,
#id_with_clipboard_profile {
  display: flex;
  align-items: center;
}

.profile_margin {
  margin-bottom: 5px;
}

.profile_width {
  width: 125px !important;
}
@media screen and (max-width: 736px) {
    .profile_width {
        width: 10em !important;
      }
}
.qr_width {
    width: auto !important;
  }

#side_profile_header #id_with_clipboard span,
#side_profile_header #id_with_clipboard_profile span {
  font-weight: normal;
}

#id_with_clipboard button {
  display: inline-block;
  text-decoration: none;
  background: none;
  padding: 0 3px;
  margin-left: 5px;
  font-size: 1.5rem;
  border: solid 1px;
  border-radius: 4px;
  outline: none;
}

#id_with_clipboard_profile button {
  display: inline-block;
  text-decoration: none;
  background: none;
  padding: 0 3px;
  font-size: 1.5rem;
  border: solid 1px;
  border-radius: 4px;
  outline: none;
}

#side_profile_body {
  background-color: #fff;
}

#side_profile_body .account_status span {
  font-weight: 700;
}

#level_up_label {
  position: relative;
  color: #dc000c;
  font-weight: 500;
  text-align: right;
  font-weight: bold;
}

#meters {
  position: relative;
  border-right: dotted 1px #000;
}

#meter_label {
  text-align: center;
}

#meters::before {
  content: "\f0d7";
  font-family: "fontAwesome";
  position: absolute;
  line-height: 0;
  top: 0;
}

#meters::after {
  content: "\f0d8";
  font-family: "fontAwesome";
  position: absolute;
  line-height: 0;
  bottom: 0;
}

#side_profile_body .meter_box {
  position: relative;
}

#side_profile_body .meter_foundation {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: 2px solid #9a9a9a;
  border-radius: 6px;
  z-index: 1;
}

#side_profile_body .meter_measure {
  background: url(/assets/mypage/meter_measure-15832a766b31684d1fa75833ec769ed344cf857493444ec9b930785a849e4be3.webp) no-repeat;
  position: absolute;
  bottom: 2px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 4px;
  background-size: contain;
  display: inline-block;
  z-index: 2;
}

#side_profile_body .content_label {
  font-weight: bold;
}

#side_profile_body .catch_color_bar {
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(-135deg, #557dff, #5ed5ef);
  border-left: 2px solid gray;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  z-index: 2;
}

#side_profile_body .hit_color_bar {
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(-135deg, #ffc600, #fff54f);
  border-left: 2px solid gray;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  z-index: 2;
}

#side_profile_body .full_bar {
  border-radius: 6px;
  border-right: 2px solid gray;
}

#side_profile_body .meter_box p {
  position: absolute;
  width: 100%;
  z-index: 3;
  padding: 0;
  font-weight: bold;
  font-size: 1.4rem;
}

#side_profile_body .present_button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

#side_profile_body .present_button a {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

#side_profile_footer {
  background-color: #fff;
}

#side_profile_footer .follow_field {
  width: 100%;
  display: inline-block;
}

#side_profile_footer .follow_field p {
  float: left;
  margin: 0;
}

#side_profile_footer .redirect_button {
  float: right;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 5px;
}

#side_profile_footer .redirect_button a {
  display: block;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

#side_profile_footer .edit_button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

#side_profile_footer .edit_button a {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

#side_joined_circles aside {
  padding: 15px;
  margin: 2px 0;
  background-color: #fff;
}

#side_joined_circles h3,
#side_other_services h3 {
  font-weight: 700;
  margin: 0;
  flex: 1;
}

#side_circle_detail a {
  width: 100%;
}

#side_circle_detail h6 {
  font-weight: bold;
}

#side_circle_body {
  display: grid;
}

#side_circle_body .side_circle_summary {
  min-width: 0;
}

#side_circle_body .side_circle_summary p {
  margin-bottom: 0;
  word-break: break-all;
  font-weight: bold;
}

#side_circle_body label.circle_info {
  color: #666666;
  font-weight: normal;
}

#side_joined_circles .title {
  display: flex;
  align-items: center;
  margin: 0;
}

#side_joined_circles .all_circle_show_button {
  background: none;
  border: 1px solid #333333;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

#side_joined_circles .all_circle_show_button a {
  font-size: 1.1rem;
  background: #fff;
  border-radius: 5px;
  vertical-align: text-top;
}

#side_joined_circles .button_field {
  display: flex;
  justify-content: center;
}

#joined_circle_show_button {
  cursor: pointer;
  background: #4a70eb;
  border-radius: 5px;
}

#joined_circle_show_button .button_anchor {
  display: inline-block;
  font-weight: bold;
  background: rgba(0, 0, 0, 0);
  color: white;
}

#joined_circle_show_button .button_anchor:after {
  position: absolute;
  content: "";
  background-image: url(/../assets/global/continue.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

#side_other_services p {
  margin-bottom: 0;
}

#side_other_services .side_service_title {
  font-weight: 700;
}

#side_banners aside,
#side_other_services aside {
  padding: 15px;
  background-color: #fff;
}

#side_other_services .other_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#right_arrow {
  height: 20px;
  width: 20px;
  border: 1px solid #666666;
  border-radius: 6px;
}

#right_arrow p {
  width: 20px;
  color: #333333;
  text-align: center;
}

#side_profile .present_icon {
  background: url(/assets/mypage/present-e5fd5f616b142e5d6dd018e2a71e1d0d45e9ba7029958456ad8c44dacdc12338.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#side_profile .profile_edit_icon {
  background: url(/assets/mypage/profile_edit-e4e8fb2bbcd70a742235cd926ffb5b11445d5b32282e1c12f7315b0d1663afcd.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#side_profile .favorite_edit_icon {
  background: url(/assets/mypage/favorite_edit-ceb38255c0fb07b9f82f3d244f8a9a6c040e53d18cfff07c09d53c0f14c5d039.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

/* side_contents(PC) */
@media screen and (min-width: 737px) {



  #side_profile,
  #side_joined_circles,
  #side_other_services,
  #side_profile_header,
  #side_profile_body,
  #side_profile_footer {
    margin-bottom: 5px;
  }

  #side_contents {
    float: left;
    width: 288px;
  }

  .mypage_top_profile_header {
    background: none !important;
    margin-top: 20px;
  }

  .mypage_top_profile_header_detail {
    color: #fff;
    display: flex;
  }

  .mypage_top_profile_summary {
    flex: 6;
    margin-left: 20px;
    min-width: 835px;
  }

  .mypage_top_id_field button {
    color: #fff !important;
    border-color: #fff !important;
  }

  .mypage_top_profile_summary span#user_nickname {
    font-size: 2.4rem !important;
  }

  .mypage_top_background {
    background: #f1f1f1 url(/assets/mypage/mypage_main_pc-e3230fd489c4c34f0072de768facf4af4c1920c76c6d598045c893724c941e46.webp) center top scroll no-repeat;
    background-size: 100% 30vw;
  }

  #side_profile aside {
    padding: 15px;
  }

  #side_profile_header_label {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #side_profile_header {
    background: url(/assets/global/profile_background-c1b6c441b9e0bcdbf3d956693911b3d672bedec3ae9a6ebfb85516f3deda653a.webp) center top scroll no-repeat;
    background-size: 100% 50%;
    background-color: #fff;
  }

  #side_profile_header .side_profile_image {
    width: 110px;
    height: 110px;
  }

  #side_profile_header .mypage_top_profile_image {
    width: 125px;
    height: 125px;
  }

  #side_profile_header .side_profile_summary span {
    font-size: 1.8rem;
    padding-right: 3px;
  }

  #side_profile_header .side_profile_summary h6 {
    font-size: 1.4rem;
    margin: 10px 0 6px;
  }

  #side_profile_header #user_nickname a {
    max-width: 85%;
    line-height: 1;
    padding-bottom: 0.4rem;
  }

  #side_profile_header #id_with_clipboard span,
  #side_profile_header #id_with_clipboard_profile span {
    font-size: 1.4rem;
  }

  #id_with_clipboard button {
    color: #333333;
    border-color: #333333;
    padding: 0 6px;
    margin-left: 5px;
    font-size: 1.2rem;
    height: 26px;
    width: 80px;
  }

  #id_with_clipboard_profile button {
    color: #333333;
    border-color: #333333;
    padding: 0 6px;
    font-size: 1.2rem;
    height: 26px;
    width: 80px;
  }

  #level_up_label {
    width: 265px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }

  #meters {
    padding-bottom: 3px;
  }

  #meters::before {
    font-size: 1.6rem;
    right: -0.55rem;
  }

  #meters::after {
    font-size: 1.6rem;
    right: -0.55rem;
  }

  #side_profile_body .status_meter {
    margin-bottom: 15px;
  }

  #side_profile_body h6 {
    font-size: 1.6rem;
  }

  #side_profile_body p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  #side_profile_body .content_label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  #side_profile_body .account_status span {
    font-size: 3.2rem;
    padding-left: 5px;
  }

  #side_profile_body .account_status h6 {
    font-size: 1.3rem;
  }

  #side_profile_body .meter_box {
    height: 30px;
  }

  #side_profile_footer .follow_field p {
    float: left;
    margin: 0;
    font-size: 1.8rem;
  }

  #side_profile_footer .follow_field p span {
    font-size: 1.4rem;
  }

  #side_profile_body .present_button {
    height: 50px;
  }

  #side_profile_body .present_button a {
    font-size: 1.4rem;
    padding: 12px 0;
  }

  #side_profile_footer a {
    font-size: 1.9rem;
  }

  #side_profile_footer .redirect_button {
    height: 20px;
    width: 20px;
  }

  #side_profile_footer .redirect_button a {
    font-size: 1.6rem;
  }

  #side_profile_footer .edit_button {
    height: 50px;
    margin-top: 10px;
  }

  #side_profile_footer .edit_button a {
    font-size: 1.4rem;
    padding: 12px 0;
  }

  #side_joined_circles .all_circle_show_button {
    height: 24px;
    width: 130px;
  }

  #side_joined_circles .all_circle_show_button a {
    padding: 1px 8px 3px 8px;
  }

  #side_joined_circles h3,
  #side_other_services h3 {
    font-size: 1.6rem;
  }

  #joined_circle_show_button {
    width: 260px;
  }

  #joined_circle_show_button .button_anchor {
    padding: 15px 26px 15px 8px;
    font-size: 1.4rem;
  }

  #side_circle_detail h6 {
    font-size: 1.4rem;
    grid-column: 2/2;
    grid-row: 1/1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #side_circle_body {
    grid-template-columns: 75px 2.5fr;
  }

  #side_circle_body .side_circle_image {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 65px;
    width: 65px;
    margin: 5px 5px 5px 0;
  }

  #side_circle_body .side_circle_summary {
    grid-column: 2/2;
    grid-row: 2/3;
  }

  #side_circle_body .side_circle_summary p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  #circle_comment {
    grid-row: 3/3;
    grid-column: 1/3;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  #side_other_services .side_service_title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  #side_other_services .side_service_summary {
    font-size: 1.2rem;
  }

  #side_profile .favorite_edit_icon,
  #side_profile .profile_edit_icon {
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
  }

  #side_profile .present_icon {
    width: 21px;
    height: 18px;
    margin-bottom: 5px;
  }

  #side_banners aside,
  #side_other_services aside {
    margin: 2px 0;
  }
}

/* side_contents(SP) */
@media screen and (max-width: 736px) {

  #side_profile,
  #side_joined_circles,
  #side_other_services {
    margin-bottom: 5%;
  }

  #side_profile_header .side_profile_image {
    width: 85px;
    height: 85px;
  }

  #side_contents {
    width: auto;
  }

  .mypage_top_background {
    background: #f1f1f1 url(/assets/mypage/mypage_main_sp-f0de693bf587fca69010f0134d0234b1fd6d88fd2fff1dce9920eca34cfa99b4.webp) center top scroll no-repeat;
    background-size: 100% 75vw;
  }

  #side_contents aside {
    margin-bottom: 1%;
  }

  #side_profile {
    font-size: 1.3rem;
    color: #333333;
    width: auto;
  }

  #side_profile aside {
    margin-bottom: 1%;
    padding: 5%;
  }

  #side_profile a {
    color: #333333;
  }

  aside#side_profile_header {
    position: relative;
    color: #fff;
    background: none;
    /* padding: 3% 6% 5%; */
    padding: 2% 0 10vw;
  }

  #side_profile_header_label {
    font-size: 1.3rem;
    margin-bottom: 3%;
    display: block;
  }

  #side_profile_header_detail {
    display: flex;
  }

  #side_profile_header #user_nickname a {
    color: #fff;
    font-size: 1.8rem;
    max-width: 80%;
    padding-bottom: 0.2rem;
  }

  #side_profile_header .side_profile_summary {
    flex: 3;
    padding-left: 5%;
    width: 60%;
    margin: 5px 0;
  }

  #side_profile_header .side_profile_summary h6 {
    font-size: 1.3rem;
    margin-bottom: 2%;
    min-width: 100%;
  }

  #side_profile_header .side_profile_summary span {
    font-size: 1.6rem;
    padding-right: 1%;
  }

  #side_profile_header .side_profile_summary p {
    font-size: 1.3rem;
    display: flex;
  }

  #side_profile_header #id_with_clipboard span,
  #side_profile_header #id_with_clipboard_profile span {
    font-size: 1.3rem;
  }

  #id_with_clipboard button {
    color: #fff;
    border-color: #fff;
    padding: 0 4px;
    margin-left: 3%;
    font-size: 1.1rem;
    height: 20px;
  }

  #id_with_clipboard_profile button {
    color: #fff;
    border-color: #fff;
    padding: 0 4px;
    font-size: 1.1rem;
    height: 20px;
  }

  #side_profile_body .account_status {
    position: relative;
  }

  #side_profile_body .account_status #level_up_label {
    position: absolute;
    width: auto;
    font-size: 1rem;
    top: 5%;
    right: -2%;
  }

  #side_profile_body .meter_box p {
    font-size: 1.2rem;
  }

  #meters {
    margin-top: 1%;
    padding-top: 5%;
    padding-bottom: 1%;
  }

  #meters::before {
    font-size: 1.6rem;
    right: -0.48rem;
  }

  #meters::after {
    font-size: 1.6rem;
    right: -0.48rem;
  }

  #side_profile_body .status_meter {
    display: flex;
    margin-bottom: 5%;
  }

  #side_profile_body .status_meter:last-child {
    margin-bottom: 5px;
  }

  #side_profile_body h6 {
    font-size: 1.4rem;
    margin-bottom: 2%;
  }

  #side_profile_body p {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  #side_profile_body .content_label {
    flex: 1;
    font-size: 1.2rem;
    margin-bottom: 0.5%;
    display: flex;
    align-items: center;
  }

  #side_profile_body .content_label img {
    height: 17px;
    width: 17px;
    margin-right: 3px;
  }

  #side_profile_body .account_status span {
    position: relative;
    font-size: 2.5rem;
    padding-left: 3%;
  }

  #side_profile_body .meter_box {
    flex: 4;
    height: 20px;
  }

  #side_profile_body .present_button {
    height: 35px;
  }

  #side_profile_body .present_button a {
    font-size: 1.1rem;
    padding: 7px 0;
  }

  #side_profile_footer a {
    font-size: 1.3rem;
  }

  #side_profile_footer .redirect_button {
    height: 18px;
    width: 18px;
  }

  #side_profile_footer .redirect_button a {
    font-size: 1.3rem;
  }

  #side_profile_footer .edit_button {
    height: 35px;
    margin-top: 10px;
    flex: 1;
  }

  #side_profile_footer .edit_button a {
    font-size: 1.1rem;
    width: 100%;
    padding: 7px 0;
  }

  #side_profile_footer .sp_flex {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }

  #side_profile_footer .flex_padding_right {
    padding-right: 5px;
    border-right: 1px solid #dadada;
  }

  #side_profile_footer .flex_padding_left {
    padding-left: 5px;
  }

  #side_profile_footer .follow_field {
    font-size: 1.4rem;
  }

  #side_profile_footer .follow_field span {
    font-size: 1.1rem;
  }

  #side_profile_footer .flex_margin {
    margin-left: 10px;
  }

  #side_joined_circles .all_circle_show_button {
    height: 23px;
    width: 123px;
  }

  #side_joined_circles .all_circle_show_button a {
    padding: 1px 5px 3px 5px;
  }

  #side_joined_circles h3,
  #side_other_services h3 {
    font-size: 1.8rem;
  }

  #joined_circle_show_button {
    width: 280px;
  }

  #joined_circle_show_button .button_anchor {
    padding: 10px 42px 10px 30px;
    font-size: 1.3rem;
  }

  #side_circle_detail h6 {
    font-size: 1.3rem;
    grid-row: 1/1;
    grid-column: 1/3;
  }

  #side_circle_body {
    grid-template-columns: 110px 2fr;
    grid-template-rows: 20px 0.5fr 1fr;
  }

  #side_circle_body .side_circle_image {
    grid-column: 1/2;
    grid-row: 2/4;
    height: 100px;
    width: 100px;
    margin: 5px 5px 5px 0;
  }

  #side_circle_body .side_circle_summary {
    grid-row: 2/3;
    grid-column: 2/2;
  }

  #side_circle_body .side_circle_summary p {
    font-size: 1.2rem;
  }

  #circle_comment {
    grid-row: 3/3;
    grid-column: 2/2;
    font-size: 1.2rem;
    margin: 5px 0;
  }

  #side_other_services .side_service_title {
    font-size: 1.3rem;
    margin-bottom: 1%;
  }

  #side_other_services .side_service_summary {
    font-size: 1.1rem;
  }

  #side_profile .favorite_edit_icon,
  #side_profile .profile_edit_icon {
    width: 13px;
    height: 13px;
    margin-bottom: 2px;
  }

  #side_profile .present_icon {
    width: 14px;
    height: 13px;
    margin-bottom: 3px;
  }
}



#side_profile .sidebar{
    background-size: 100% 40% !important;
}
#side_profile .sidebar .detail{
    margin-top: 10px;
}
#side_profile .sidebar .detail .side_profile_summary{
    position: relative;
}
#side_profile .sidebar .detail .side_profile_summary h6{
    font-size: 1.5rem;
}
#side_profile .sidebar .detail .side_profile_summary #user_nickname{
    font-size: 2.5rem;
}
#side_profile .sidebar .detail .title{
  color: #000;
}
@media screen and (max-width: 736px) {
  #side_profile .sidebar .detail .title{
    color: #FFF;
  }
}
#side_profile .sidebar .detail .qr_code{
  position: absolute;
  right: 0;
  bottom: 7px;
}



@media screen and (max-width: 375px) {
    .mypage_top_background {
      background: #f1f1f1 url(/assets/mypage/mypage_main_sp-f0de693bf587fca69010f0134d0234b1fd6d88fd2fff1dce9920eca34cfa99b4.webp) center top scroll no-repeat;
      background-size: 100% 77vw;
    }

    aside#side_profile_header {
      position: relative;
      color: #fff;
      background: none;
      /* padding: 3% 6% 5%; */
      padding: 2% 0 10%;
    }
}

@media screen and (max-width: 390px) {
  aside#side_profile_header {
    position: relative;
    color: #fff;
    background: none;
    /* padding: 3% 6% 5%; */
    padding: 2% 0 8.5vw;
  }
}
