@charset "UTF-8";

/* =====================================
  profile
===================================== */

/*
  profile プロフィール文
========================== */
.profile_container {
  position: relative;
}

.profile_nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.name {
  font-size: 2.8rem;
  font-weight: normal;
}

.name_en {
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.profile_body {
  position: relative;
  margin-top: 2.4rem;
}

.profile_list {
  margin-top: 3.2rem;
  padding-top: 141.51%;
}

.profile_list.multiple_img {
  padding-top: 170%;
}

.profile_list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6em;
  font-weight: normal;
}

.profile_list dd {
  margin-left: 1em;
}

.profile_list .flex_container + .flex_container {
  margin-top: 1.2rem;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .profile_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }

  .profile_container.l_cont {
    max-width: 1000px;
  }

  .profile_body {
    width: 55%;
    margin-right: 3%;
  }

  .profile_list, .profile_list.multiple_img {
    padding-top: 0;
  }
}

/*
  sns
========================== */
.artist_sns_container {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.artist_sns_item {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}

.artist_sns_item + .artist_sns_item {
  margin-left: 1em;
}

.artist_sns_item a {
  display: block;
  color: #fefefe;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.artist_sns_item a::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.artist_sns_item a:hover,
.artist_sns_item a:hover::before {
  opacity: 1;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.artist_item:hover .artist_ttl {
  opacity: 0;
}

.artist_sns_item.youtube a::before {
  background-image: url(../img/common/sns/sns_youtube_off.png);
}

.artist_sns_item.twitter a::before {
  background-image: url(../img/common/sns/sns_twitter_off.png);
}

.artist_sns_item.instagram a::before {
  background-image: url(../img/common/sns/sns_instagram_off.png);
}

.artist_sns_item.facebook a::before {
  background-image: url(../img/common/sns/sns_facebook_off.png);
}

.artist_sns_item.tiktok a::before {
  background-image: url(../img/common/sns/sns_tiktok_off.png);
}

/* snsアイコン hover */
.artist_sns_item.youtube:hover a::before {
  background-image: url(../img/common/sns/sns_youtube_on.png);
}

.artist_sns_item.twitter:hover a::before {
  background-image: url(../img/common/sns/sns_twitter_on.png);
}

.artist_sns_item.instagram:hover a::before {
  background-image: url(../img/common/sns/sns_instagram_on.png);
}

.artist_sns_item.facebook:hover a::before {
  background-image: url(../img/common/sns/sns_facebook_on.png);
}

.artist_sns_item.tiktok:hover a::before {
  background-image: url(../img/common/sns/sns_tiktok_on.png);
}

.artist_blog_container {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.artist_blog {
  display: inline-block;
  margin-top: 2.4rem;
}

.artist_blog a {
  display: block;
  padding: .8rem 5rem;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #707070;
}

.profile_snsArea {
  position: relative;
  margin-top: 2.4rem;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .artist_sns_item:hover {
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 1;
  }

  .artist_blog a:hover {
    opacity: 1;
    background-color: #E5E1D3;
    border: 1px solid #E5E1D3;
    -webkit-transition: none;
    transition: none;
  }
}

/*
  プロフィール写真
========================== */
.profile_imgArea {
  position: absolute;
  top: 8.8rem;
  width: 100%;
  margin-top: 1.2rem;
}

.profile_img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 141.51%;
  overflow: hidden;
}

.profile_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.profile_imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ----- 複数写真がある時のタブ ----- */
.tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.tab_label {
  position: relative;
  width: 33.333%;
  margin-top: 1rem;
  padding-top: 28%;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}

.tab_label img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}

.tab_item {
  display: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.tab_switch:checked+.tab_label {
  /* background: #57C4E5; */
}

.tab_switch:checked+.tab_label+.tab_item {
   display: block;
}

.tab_switch {
  display: none;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .profile_imgArea {
    position: static;
    width: 42%;
    min-width: 42%;
    margin-top: 0;
  }

  .profile_img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .tab_label:hover {
    /* background: #afafaf;
    transition: .2s; */
  }
}

/* pc */
@media screen and (min-width: 1024px) {
  .profile_body {
    margin-top: 5rem;
  }
}

/*
  profile_news 最新情報
========================== */
.profile_news {
  margin-top: 4rem;
}

.news_category {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  font-size: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
}

.news_category_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  word-break: break-all;
}

.news_date {
  margin-left: 0;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .profile_news.l_cont {
    max-width: 1000px;
  }

  .profile_news {
    margin-top: 8rem;
  }

  .news_item {
    width: 100%;
  }

  .news_category {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}


/*
  works 出演履歴
========================== */
.works_container {
  margin-top: 2.4rem;
  padding: 3.2rem 0;
  background-color: #F1EFE8;
  color: #555;
}

.works_item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E1D3;
  font-size: 1.4rem;
  text-align: left;
}

.works_item + .works_item {
  margin-top: 1rem;
}

.works_type_container {
  padding: 0 1rem;
}

.works_type_item {
  padding: 1rem;
}

.works_type_item:nth-of-type(odd) {
  background-color: #F8F7F3;
}

.works_type_item:last-of-type {
  margin-bottom: -1rem;
}

.works_type {
  position: relative;
  padding: 1.2rem 1.5em;
  font-size: 1.6rem;
  font-weight: normal;
}

.works_type::before,
.works_type::after {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background: #555;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works_type::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-worksActive .works_type::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.works_type_ttl {
  font-weight: normal;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .works_container {
    margin-top: 4.8rem;
    padding: 4.8rem 0;
  }

  .works_item {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1em;
    cursor: pointer;
  }

  .works_type {
    padding-left: 0;
    font-size: 1.8rem;
  }

  .works_type::before,
  .works_type::after {
    right: 1em;
  }

  .works_type_container {
    padding-bottom: 2rem;
  }

  .works_type_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
  }

  .works_type_item + .works_type_item {
    margin-top: 1em;
  }

  .works_type_ttl {
    width: 15%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .works_type_text {
    width: 75%;
    /* width: calc((100% - 8em) * .8); */
    padding-left: 1em;
  }

  .works_type_date {
    width: 10%;
    padding-left: 1em;
    text-align: right;
  }

  .works_type_date.long {
    width: 15em;
  }

  .works_type_item:nth-of-type(odd) {
    background-color: transparent;
  }

}

/*
  js-works
========================== */
.js-works {
  -webkit-transition: none;
  transition: none;
}

.works_type_container {
  display: none;
}

.is-worksActive .works_type_container {
  display: block;
}

/* =====================================
  プロフィール写真
===================================== */
/* hover */
@media screen and (min-width: 768px) {

}

/* sp + tab */
@media screen and (max-width: 768px) {
  /* .tab_container {
    width: 100%;
  }

  .tab_label {
    padding: .5em 0;
  } */
}


/* =====================================
  アーティストグループページ
===================================== */

.group_photo {
  text-align: center;
}

.group_info {
  margin-top: 1.6rem;
}

.member_container {
  margin-top: 1.6rem;
}

.member_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 2.4rem 0;
}

.member_item + .member_item {
  border-top: 1px dotted #9B9174;
}

.group .profile_body {
  margin-top: 1.6rem;
}

.profile_list_member dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6em;
  font-weight: normal;
}

.profile_list_member dd {
  margin-left: 1em;
}

.profile_list_member .flex_container + .flex_container {
  margin-top: .5em;
}

.member_imgArea {
  width: 100%;
}

.member_img img {
  width: 100%;
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .group_container.l_cont {
    max-width: 1000px;
  }

  .group_container {
    margin-top: 17.8rem;
  }

  .group_photo {
    margin-top: 1.6rem;
  }

  .member_container {
    margin-top: 3.2rem;
  }

  .member_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .group .profile_body {
    width: 75%;
    margin: 0 0 0 2.4rem;
  }

  .member_imgArea {
    width: 25%;
    min-width: 25%;
    margin-top: 0;
  }

}
