/** @format */

@charset "utf-8";

/*  profile.css
Roboto
Regular 400
Medium 500
Bold 700
Black 900
---------------------------------------------- */

/*  pc
---------------------------------------------- */


/* .clm2_wrap */
.clm2_wrap {
  position: relative;
}

.clm2_wrap::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 10vw;
  height: 130px;
  background: url(../img/character02.svg) no-repeat center bottom/ contain;
}

/* prof_left */
#prof_left .card_lists {
  gap: 40;
}

#prof_left .card_lists li {
  width: calc((100% - 40px) / 2);
}

#prof_left .card_lists li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#prof_left .card_lists li .card_head .favorite2 {
  width: 70px;
  height: 40px;
}

#prof_left .card_lists li .card_head .favorite2::after {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_heart.svg);
  width: 14px;
  height: 12.301px;
  margin-left: 5px;
}

#prof_left .card_lists li .card_body {
  padding: 20px;
}

#prof_left .card_lists.posts li .card_body .ttl {
  font-size: 2.3rem;
}

/* リスト表示 */
#prof_left .list_view {
  display: flex;
  flex-flow: column !important;
}

#prof_left .list_view li {
  width: auto;
  height: calc(100% / 4);
}

#prof_left .list_view li .card_head {
  float: left;
  width: 50%;
}

#prof_left .list_view li .card_body {
  float: left;
}

/* prof_right */
#prof_right {
  padding: 40px 10px 0;
}

#prof_right .ttl::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -40px;
  width: 7vw;
  height: 110px;
  display: inline-block;
  background: url(../img/character01.svg) no-repeat center / contain;
  z-index: 2;
}

#prof_right .plan_list li {
  margin-bottom: 20px;
  width: 100%;
  padding: 30px 20px;
  background: #f7f9fd;
  border: 1px solid #e4e6ea;
  border-radius: 20px;
}

#prof_right .plan_list .paln_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#prof_right .plan_list .paln_cont .name {
  min-width: 200px;
  max-width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #ffffff;
  color: #101c39;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 20px;
  border: 1px solid #e4e6ea;
}

#prof_right .plan_list .paln_cont .txt {
  margin: 20px 0 30px;
  font-size: 1.6rem;
  line-height: 1.4;
  opacity: 0.8;
} 

#prof_right .plan_list .paln_cont .plan_img {
  width: 40px;
  height: 40px;
}

#prof_right .plan_list li .plan_btn span {
  width: 115px;
  font-size: 1.8rem;
}

/* shop */
#shop .sec_head .select_area .link {
  width: 200px;
  height: 50px;
  font-size: 1.9rem;
}

.card_lists .card_body .price {
  margin-top: 5px;
  font-size: 1.8rem;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {


  /* .clm2_wrap */
  .clm2_wrap {
    gap: 0;
  }

  .clm2_wrap::after {
    display: none;
  }

  .clm2_wrap .right_wrap {
    border: none;
    background: none;
  }

  /* prof_left */
  #prof_left .card_lists li {
    width: 100%;
  }

  #prof_left .card_lists li .card_body {
    padding: 25px 20px;
  }

  #prof_left .card_lists.posts li .card_body .ttl {
    font-size: 1.6rem;
  }

  /* prof_right */
  #prof_right {
    padding: 50px 0 0 0;
  }

  #prof_right .ttl::after {
    position: absolute;
    top: -35px;
    right: -75px;
    width: 80px;
    height: 70px;
    z-index: 0;
  }

  #prof_right .plan_list li {
    position: relative;
    padding: 20px;
    z-index: 1;
  }

  #prof_right .plan_list .paln_cont {
    gap: 25px;
  }

  #prof_right .plan_list .paln_cont .txt {
    margin: 10px 0 20px;
  }

  #prof_right .plan_list .paln_cont .plan_img {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  /* shop */
  #shop .sec_head .select_area .link {
    width: 100%;
    height: 45px;
    font-size: 1.9rem;
  }

  #shop .card_lists li {
    width: calc((100% - 10px) / 2);
  }
}