@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* https://cloudcasting.jp/profile/●●●●（プロフcode
   https://cloudcasting.jp/profile/●●●●（プロフcode/skill
   https://cloudcasting.jp/profile/●●●●（プロフcode/photo
   https://cloudcasting.jp/profile/●●●●（プロフcode/limited */

.pubprof-upimg {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .pubprof-upimg__item {
    width: 50%;
    position: relative; }
    .pubprof-upimg__item a {
      display: block;
      padding-top: 100%; }
  .pubprof-upimg__zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url("/images/client/pubprof/icon_zoom.png") no-repeat center/22px auto;
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none; }

.pubprof-tags {
  margin: 1.25rem 0 2.5rem;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pubprof-tags img {
    width: auto;
    height: 30px;
    margin-right: 10px; }
  .pubprof-tags__item {
    display: flex;
    align-items: center;
    line-height: 23px; }
    .pubprof-tags__item + .pubprof-tags__item {
      margin-left: 2.5rem; }

.pubprof-bio {
  border: 1px solid #e1e1e9;
  border-radius: 2px; }
  .pubprof-bio__h {
    padding: 0.75rem 1.2rem;
    background-color: #f9f9f9;
    color: #57585c;
    font-size: 0.875rem;
    line-height: 1; }
  .pubprof-bio__floatbox {
    padding: 1.75rem 1.25rem 1rem;
    overflow: hidden; }
  .pubprof-bio__media {
    width: 320px;
    margin: 0 0 1rem 1rem;
    float: right;
    position: relative; }
    .pubprof-bio__media::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .pubprof-bio__media iframe {
      max-width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .pubprof-bio__text {
    color: #333;
    line-height: 1.5;
    font-size: 0.875rem;
    word-break: break-word; }
    .pubprof-bio__text + .pubprof-bio__text {
      margin-top: 1.25rem; }

.pubprof-review__item {
  margin-bottom: 3rem; }
.pubprof-review__head {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center; }

.pubprof-rate {
  display: flex;
  align-items: center; }
  .pubprof-rate__star {
    color: #32bbb7;
    font-size: 1.1rem;
    position: relative; }
    .pubprof-rate__star::before {
      content: "★★★★★";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
    .pubprof-rate__star.rate05::before {
      width: 10%; }
    .pubprof-rate__star.rate10::before {
      width: 20%; }
    .pubprof-rate__star.rate15::before {
      width: 30%; }
    .pubprof-rate__star.rate20::before {
      width: 40%; }
    .pubprof-rate__star.rate25::before {
      width: 50%; }
    .pubprof-rate__star.rate30::before {
      width: 60%; }
    .pubprof-rate__star.rate35::before {
      width: 70%; }
    .pubprof-rate__star.rate40::before {
      width: 80%; }
    .pubprof-rate__star.rate45::before {
      width: 90%; }
    .pubprof-rate__star.rate50::before {
      width: 100%; }
  .pubprof-rate__num {
    margin-left: 1.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 5px; }

.pubprof-morelink {
  color: #32bbb7;
  font-size: 0.8rem;
  text-align: right; }
  .pubprof-morelink a {
    padding-right: 2.5rem;
    background: url("/images/client/icon_more_green.png") no-repeat right 21px center/auto 10px;
    display: inline-block; }

.pubprof-skilltable {
  font-size: 0.75rem; }
  .pubprof-skilltable__row {
    display: flex;
    justify-content: space-between; }
  .pubprof-skilltable__th {
    width: 60px;
    padding: 0.5rem 12px 0.5rem 0;
    color: #a8a8a8;
    position: relative;
    text-align-last: justify;
    text-justify: inter-ideograph; }
    .pubprof-skilltable__th::before {
      content: ":";
      position: absolute;
      top: 7px;
      right: 0; }
  .pubprof-skilltable__td {
    width: calc(100% - 71px);
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e8ec;
    color: #000; }
    .pubprof-skilltable__td.noborder {
      border-bottom: none; }
    .pubprof-skilltable__td a {
      color: #56b8b8; }

.pubprof-detail {
  overflow: hidden; }
  .pubprof-detail.oms {
    max-height: 184px;
    position: relative; }
    .pubprof-detail.oms::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 30%;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
  .pubprof-detail__text {
    margin-bottom: 1.25rem;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.6; }

.pubprof-detailmore {
  color: #51b8b9;
  font-size: 0.875rem; }
  .pubprof-detailmore a {
    padding-right: 1.25rem;
    background: url("/images/client/lp_faq1.png") no-repeat right center/10px auto;
    display: inline-block; }
  .pubprof-detailmore.opened a {
    background-image: url("/images/client/lp_faq2.png"); }

.alliance-cast-profile {
  background-color: #fff;
  padding-top:60px; }

.mediabox-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "blur-up: always", "object-fit: cover";
  object-fit: cover;
  object-position: center top; }

.pubprof-negatags {
  display: flex;
  align-items: center;
  line-height: 1; }
  .pubprof-negatags img {
    width: auto;
    height: 30px; }
  .pubprof-negatags__item {
    margin-right: 0.8rem; }

.pubprof-aiinfo {
  display: flex;
  justify-content: space-between; }
  .pubprof-aiinfo__item {
    width: calc((100% - 1.25rem) / 2);
    border: 1px solid #ddd;
    display: flex;
    align-items: center; }

.pubprof-aiprice {
  width: 100%;
  padding: 1.75rem 1rem;
  color: #4a4a4a; }
  .pubprof-aiprice__item {
    padding: 1.1rem;
    background-color: #f6f6f9;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pubprof-aiprice__item + .pubprof-aiprice__item {
      margin-top: 0.5rem; }
  .pubprof-aiprice__th {
    font-size: 0.75rem; }
  .pubprof-aiprice__td {
    font-size: 1rem; }

.pubprof-aiprof {
  width: 100%;
  padding: 1.375rem 1.75rem;
  color: #48485a;
  font-size: 0.875rem; }
  .pubprof-aiprof__item {
    display: flex;
    align-items: center; }
    .pubprof-aiprof__item + .pubprof-aiprof__item {
      margin-top: 0.5rem; }
  .pubprof-aiprof__th {
    width: 50%;
    padding-right: 1rem;
    font-weight: bold; }
  .pubprof-aiprof__td {
    width: 50%; }

.pubprof-photolist {
  width: 100%;
  margin-bottom: 2.25rem;
  display: flex;
  flex-wrap: wrap; }
  .pubprof-photolist__item {
    width: 25%;
    position: relative; }
    .pubprof-photolist__item a {
      padding-top: 100%;
      display: block; }
  .pubprof-photolist__zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url("/images/client/pubprof/icon_zoom.png") no-repeat center/22px auto;
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none; }

.pubprof-nonetext {
  min-height: 150px;
  color: #858b94;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-align: center; }
  .pubprof-nonetext__text {
    width: 100%; }

@media screen and (min-width: 769px) {
  .sp {display: none !important; }

}

@media screen and (max-width: 768px) {
  .pc {display: none !important; }

  .profile-body--login60 {
    padding-top: 0; }

  .pubprof-bio__floatbox {
    padding: 20px 16px;
    display: flex;
    flex-direction: column; }
  .pubprof-bio__media {
    width: 100%;
    margin: 16px auto 0;
    float: none;
    order: 2; }
    .pubprof-bio__media iframe {
      width: 100%;
      max-width: 320px; }

  .pubprof-negatags {
    flex-wrap: wrap; }
    .pubprof-negatags__item {
      margin-bottom: 0.8rem; }

  .pubprof-aiinfo {
    flex-wrap: wrap; }
    .pubprof-aiinfo__item {
      width: 100%; }
      .pubprof-aiinfo__item + .pubprof-aiinfo__item {
        margin-top: 1rem; }

  .pubprof-photolist {
    width: calc(100% + 2rem);
    margin: 0 -1rem; }
    .pubprof-photolist__item {
      width: 50%; }


}
