@charset "UTF-8";



/*---------------------------------------------------------------*\
$profile
\*---------------------------------------------------------------*/

#profile {
  padding: 100px 0;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#profile .inner_profile {
  display: flex;
}
#profile .thumbnail_profile {
  width: 41%;
}
#profile .thumbnail_profile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#profile .info_profile {
  width: 55%;
  margin-left: 4%;
}
#profile .title_profile {
  font-size: 40px;
  margin-bottom: 24px;
}
#profile .each_data_profile {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#profile .each_data_profile:last-child {
  margin-bottom: 0;
}
#profile .each_data_profile dt {
  width: 100px;
  border-radius: 64px;
  margin-right: 12px;
  padding: 8px 0;
}
#profile .each_data_profile dd {
  width: calc(100% - 112px);
}
#profile .each_topic_profile {
  margin-bottom: 32px;
}
#profile .each_topic_profile:last-child {
  margin-bottom: 0;
}
#profile .subject_profile {
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 8px;
}
#profile .description_profile {
  margin-bottom: 24px;
  padding: 24px;
}
#profile .description_profile:last-child {
  margin-bottom: 0;
}
#profile .detail_description_profile {
  margin: 0 0 24px 0;
}
#profile .detail_description_profile:last-child {
  margin: 0;
}
#profile .each_sns {
  margin-right: 16px;
  border-radius: 42px;
  width: 72px;
  height: 72px;
}
#profile .each_sns > a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#profile .each_sns:last-child {
  margin-right: 0px;
}
#profile .inner_sns_profile {
  display: flex;
  align-items: center;
}
#profile .each_sns i {
  font-size: 32px;
  text-align: center;
}
#profile .titile_ichinana {
  font-size: 12px;
}
#profile .icon_bigo {
  width: 32px;
  margin: 0 auto;
}
#profile .icon_livexlive {
  width: 32px;
  margin: 0 auto;
}
#profile .icon_ichinana {
  width: 27px;
  margin: 0 auto;
}
#profile .icon_tiktok {
  width: 23px;
  margin: 0 auto;
}
#profile .icon_pococha {
  width: 42px;
  margin: 0 auto;
}


@media screen and (max-width: 960px) {

  #profile .sns_profile {
    width: 100%;
  }
  #profile .each_sns i {
    font-size: 24px;
  }
}


@media screen and (max-width: 600px) {

  #profile {
    padding: 16px 0 80px;
  }
  #profile {
    width: calc(100% - 32px);
  }
  #profile .info_profile {
    width: 100%;
    margin: 40px auto 0;
  }
  #profile .inner_profile {
    flex-direction: column;
  }
  #profile .thumbnail_profile {
    width: 100%;
  }
  #profile .each_sns {
    width: 48px;
    height: 48px;
  }
  #profile .each_topic_profile {
    margin-bottom: 24px;
  }
  #profile .title_profile {
    font-size: 26px;
  }
  #profile .detail_description_profile {
    font-size: 14px;
  }
}