@charset "utf-8";
body {
  background-color: #f3f3f3;
}

#sec_title {
  width: 100%;
  background-color: #9f449b;
}

#sec_title #sec_title_inner {
  width: 1030px;
  height: 80px;
  margin: 0px auto 0px auto;
  background: url(../images/sub_title_profile.png);
}

/* ================ プロフィールトップ定義 ================ */
#sec_main {
  position: relative;
}

#sec_main #sec_main_inner {
  position: relative;
  width: 1026px;
  margin: 20px auto 0px auto;
}

#sec_main #sec_main_inner .box {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20px 15px 20px;
  background-color: #eadbea;
}

#sec_main #sec_main_inner #prof_inner {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#sec_main #sec_main_inner #prof_inner.on {
  opacity: 1;
}

#sec_main #sec_main_inner .box h4 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #9f449b;
}
#sec_main #sec_main_inner .box ul {
  padding: 10px 0px 10px 0px;
}

#prof_inner .prof_ana .prof_list_ana {
  float: left;
  width: 239px;
  padding: 0px 9px 10px 0;
}

#prof_inner .prof_ana .prof_list_ana:nth-of-type(4n + 4) {
  padding: 0px 0px 10px 0;
}

#prof_inner .prof_ana .prof_list_ana a {
  display: table;
  width: 100%;
  text-decoration: none;
  background: #fff;
}

#prof_inner .prof_ana .prof_list_ana a .wrap_images {
  display: table-cell !important;
}

#prof_inner .prof_ana .prof_list_ana a .prof_list_right {
  display: table-cell;
  width: 50%;
  color: #474747;
  text-align: center;
  vertical-align: middle;
}

#prof_inner .prof_ana .prof_list_ana.new a .prof_list_right {
  position: relative;
}

#prof_inner .prof_ana .prof_list_ana.new a .prof_list_right:after {
  position: absolute;
  top: 18px;
  left: 45%;
  width: 14px;
  height: 20px;
  margin: 0 auto;
  content: "";
  background: url(../images/profile/prof_ana_new.png) no-repeat;
  background-size: contain;
}

#prof_inner .prof_ana .prof_list_ana a .prof_list_right span {
  display: block;
}

#prof_inner .prof_ana .prof_list_ana a .prof_list_right .name {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
#prof_inner .prof_ana .prof_list_ana a .prof_list_right .name-small {
  font-size: 15px;
  font-weight: bold;
}

#prof_inner .prof_ana .prof_list_ana a .prof_list_right .r_name {
  margin-bottom: 7px;
  font-size: 12px;
}

/* ================ 個別プロフィール定義 ================ */
#sec_prof_main {
  width: 100%;
}
#sec_prof_main .profile_title {
  font-size: 22px;
  font-weight: bold;
  color: #7d3079;
  letter-spacing: 4px;
}

#sec_prof_main #sec_prof_main_inner {
  width: 1020px;
  padding: 20px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

#sec_prof_main_inner #sec_prof_main_inner_left {
  float: left;
  width: 424px;
  margin: 0px 15px 0px 0px;
}

#sec_prof_main_inner_left #left_profile {
  padding: 30px;
  margin: 0px 0px 15px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#left_profile #profile_name {
  /* width: 400px; */
  height: 43px;
  padding: 0px 0px 20px 0px;
}

#left_profile #profile_name > img {
  opacity: 0;
}

#left_profile #profile_name > .wrap_images > span {
  background-size: contain !important;
}

#left_profile #profile_picture {
  max-height: 204px; /* slider発火前用 */
}
#left_profile #profile_picture_target {
  padding-top: 5px;
  font-size: 0;
}
#left_profile #profile_picture_target li {
  display: inline-block;
  width: 80px;
  height: 55px;
  overflow: hidden; /* slider発火前用 */
  text-align: center;
  vertical-align: top;
}
#left_profile #profile_picture_target li + li {
  margin-left: 5px;
}
#left_profile #profile_picture_target li a {
  display: block;
}
#left_profile #profile_picture_target li a img {
  opacity: 0; /* slider発火前用 */
}
#left_profile #profile_picture_target li a span {
  max-width: 100%;
  height: 55px !important;
  background-position: center center !important;
}
#left_profile #profile_picture_target li a span.wrap_images {
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #7d3079;
}

#left_profile .profile_list {
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 30px;
  word-break: break-all;
}

#left_profile .profile_list dl {
  font-size: 16px;
}
#left_profile .profile_list dl:not(:last-of-type) {
  padding-bottom: 10px;
}

#left_profile .profile_list .profile_c_key {
  display: table-cell;
  width: 100px;
}

#left_profile .profile_list .profile_c_key span {
  display: block;
  padding: 0px 5px 0px 5px;
  margin: 2px 4px 2px 4px;
  font-weight: bold;
  color: #7d3079;
}

#left_profile .profile_list .profile_c_value {
  display: table-cell;
  padding: 2px 2px 2px 2px;
  color: #676767;
}

#left_profile a[class*="bt_link"] {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 60px;
  padding: 18px 0px 18px 80px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #7d3079;
  text-decoration: none;
  border: 1px solid #7d3079;
}
#left_profile a[class*="bt_link"]:last-of-type {
  margin-bottom: 0px;
}

#left_profile a[class*="bt_link"]:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 58px;
  content: "";
  background-color: #7d3079;
}
#left_profile a[class*="bt_link"]:after {
  position: absolute;
  content: "";
}
#left_profile a.bt_link_twitter:after {
  top: calc(50% - 9.5px);
  left: calc(30px - 12.5px);
  width: 25px;
  height: 19px;
  background: url(../images/profile/prof_icon_twitter.png) no-repeat;
  background-position: center;
  background-size: contain;
}
#left_profile a.bt_link_instagram:after {
  top: calc(50% - 12.5px);
  left: calc(30px - 12.5px);
  width: 25px;
  height: 25px;
  background: url(../images/profile/prof_icon_instagram.png) no-repeat;
  background-size: cover;
}

#sec_prof_main_inner_left .left_bt_link {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #7d3079;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#sec_prof_main_inner_left .left_bt_link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: url(../images/profile/prof_message_icon.png) no-repeat;
  background-size: cover;
}

#sec_prof_main_inner_left #right_shutsuen {
  padding: 30px;
  margin: 0px 0px 15px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#right_shutsuen #profile_shutsuenbangumi {
  padding: 0px 0px 10px 0px;
}

#right_shutsuen .shutsuen_list {
  box-sizing: border-box;
  width: 390px;
  padding: 20px 20px 0 20px;
  margin: 0 auto;
  word-break: break-all;
}

#right_shutsuen .shutsuen_list li {
  float: left;
  width: 160px;
  margin: 0px 10px 10px 0px;
  vertical-align: top;
}

#right_shutsuen .shutsuen_list li + li {
  float: right;
}

#right_shutsuen .shutsuen_list li a {
  text-decoration: none;
}
.shutsuen_list .shutsuen_img {
  margin-bottom: 10px;
}
.shutsuen_list .shutsuen_img img {
  display: block;
  border: 2px solid #cccccc;
}
.shutsuen_list .shutsuen_title {
  color: #676767;
}

#right_shutsuen #profile_shutsuenjyouhou {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right;
}

#sec_prof_main_inner_left #left_bt_letter {
  position: relative;
  display: block;
  padding: 30px;
  margin: 0px 0px 15px 0px;
  color: #676767;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#sec_prof_main_inner_left #left_bt_letter:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#sec_prof_main_inner_left #left_bt_letter .profile_title {
  color: #ff6763;
  letter-spacing: 3px;
}
#sec_prof_main_inner_left #left_bt_letter .profile_title span {
  padding-left: 1em;
  font-size: 16px;
  color: #b1b1b1;
  letter-spacing: 3px;
}

#left_bt_letter #profile_letterjyouhou {
  display: table;
  margin-top: 10px;
}

#left_bt_letter #profile_letterjyouhou div,
#left_bt_letter #profile_letterjyouhou dl {
  display: table-cell;
}

#left_bt_letter #profile_letterjyouhou div {
  vertical-align: top;
}

#left_bt_letter #profile_letterjyouhou dl {
  padding-left: 15px;
}

#left_bt_letter #profile_letterjyouhou dl dt {
  color: #ff6763;
}

#left_bt_letter #profile_letterjyouhou dl dd {
  margin-top: 10px;
  word-break: break-all;
}

#left_bt_letter #profile_lettermore {
  position: absolute;
  right: 0;
  bottom: 0;
}

#left_bt_letter #profile_lettermore img {
  vertical-align: top;
}

#left_bt_letter #profile_lettermore .wrap_images {
  display: block;
}

#sec_prof_main_inner_left #left_bt_mobile {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

#sec_prof_main_inner_left #left_bt_mobile img {
  width: 100%;
}

#sec_prof_main_inner_left #left_bt_linklist {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

/* width: 580px */
#sec_prof_main_inner #sec_prof_main_inner_right {
  float: right;
  width: 580px;
}

#sec_prof_main_inner_right #right_qa {
  padding: 30px;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#right_qa .qa_list {
  padding: 10px 0px 10px 0px;
  color: #676767;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: solid 1px #8f8f8f;
}

#right_qa .qa_list .qa_hatena {
  padding: 0px 0px 0px 30px;
  font-weight: bold;
  line-height: 200%;
  background-image: url(../images/profile/prof_qa_hatena.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#right_qa .qa_list .qa_comment {
  padding: 0px 0px 0px 30px;
  line-height: 200%;
  background-image: url(../images/profile/prof_qa_comment.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#right_qa #qa_season {
  position: relative;
  margin-top: 30px;
}

#right_qa .qa_seasonWrapper_bottom {
  padding-bottom: 5px;
}
#right_qa .qa_seasonWrapper_top {
  padding-top: 4px;
  background-position: 1px 0;
}

#right_qa .qa_seasonWrapper {
  display: block;
  padding: 15px 20px;
  color: #676767;
  text-decoration: none;
  background-color: #f8f3f8;
}

#right_qa .qa_seasontitle {
  position: absolute;
  top: -11px;
  left: 18px;
}

#right_qa .tr {
  margin-top: 10px;
  text-align: right;
}

#sec_prof_main_inner_right #right_photogallery {
  display: block;
  padding: 30px;
  margin: 0px 0px 15px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#right_photogallery #prof_title_photogallery {
  margin-bottom: 20px;
}
#right_photogallery #prof_title_photogallery:after {
  display: table;
  clear: both;
  content: "";
}
#right_photogallery .main_photogallery {
  margin-bottom: 20px;
}
#right_photogallery a.link {
  display: block;
  padding: 20px 0px;
  font-weight: bold;
  color: #7d3079;
  text-align: center;
  text-decoration: none;
  border: 1px solid #7d3079;
}
#right_photogallery a.link span:after {
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  margin-left: 0.5em;
  vertical-align: -3px;
  content: "";
  background: url(../images/profile/prof_icon_load.png) no-repeat;
  background-size: cover;
}

#right_photogallery #photogallery_list li {
  display: inline-block;
  width: 250px;
  margin: 0px 10px 10px 0px;
  vertical-align: top;
}

#right_photogallery #photogallery_list li:nth-child(2n) {
  margin: 0px 0px 10px 0px;
}

#right_photogallery #photogallery_list li img {
  max-width: 100%;
}

.slider1 img {
  opacity: 0; /* slider発火前用 */
}
.slider1 .wrap_images {
  display: block;
}

.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
  left: 0 !important;
  background: none !important;
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#left_profile .bx-wrapper .bx-viewport {
  border: 1px solid #7d3079 !important;
}
/* NOTE: ページャをサムネにしたので使用箇所無し */
/* .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7d3079 !important;
} */

.profile_lineupjyouhou {
  height: 106px;
  overflow: hidden;
}

.profile_lineupjyouhou .wrap_images,
.profile_lineupjyouhou .wrap_images span {
  max-width: 141px;
  max-height: 106px;
  overflow: hidden;
  background-position: center center !important;
  background-size: contain !important;
}

#profile_letterjyouhou .wrap_images,
#profile_letterjyouhou .wrap_images span {
  max-width: 141px;
  max-height: 106px;
  overflow: hidden;
  background-position: center center !important;
  background-size: contain !important;
}
#letter_image img {
  max-width: 141px;
  max-height: 106px;
}

/*********************************
ラインナップ
*********************************/
#sec_prof_main_inner #right_tp_lineup {
  position: relative;
  display: block;
  padding: 75px 20px 15px;
  margin-bottom: 15px;
  color: #676767;
  text-decoration: none;
  word-break: break-all;
  background-color: #ffffff;
  border: 5px solid #e93a3a;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#sec_prof_main_inner #right_tp_lineup #profile_lineuptitle {
  position: absolute;
  top: 0;
  left: 10px;
  width: 384px;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineuptitle img {
  width: 100%;
}
#sec_prof_main_inner #right_tp_lineup .profile_lineupjyouhou {
  display: table;
  display: none;
}

#sec_prof_main_inner #right_tp_lineup .profile_lineupjyouhou div,
#sec_prof_main_inner #right_tp_lineup .profile_lineupjyouhou dl {
  display: table-cell;
}
#sec_prof_main_inner #right_tp_lineup .profile_lineupjyouhou div {
  vertical-align: top;
}
#sec_prof_main_inner #right_tp_lineup .profile_lineupjyouhou dl {
  padding-left: 15px;
}
#sec_prof_main_inner #right_tp_lineup　.profile_lineupjyouhou .wrap_images {
  display: block;
}

#sec_prof_main_inner #right_tp_lineup .profile_lineup_txt dt {
  font-size: 117%;
}
#sec_prof_main_inner
  #right_tp_lineup
  .profile_lineup_txt
  .profile_lineup_contents {
  height: 55px;
  overflow: hidden;
}
#sec_prof_main_inner
  #right_tp_lineup
  .profile_lineup_txt
  .profile_lineup_category {
  display: inline-block;
  padding: 2px 4px;
  font-size: 92%;
  border-radius: 4px;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineupmore a {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #e93a3a;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineupmore a span {
  position: relative;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineupmore a span:before {
  position: absolute;
  left: -25px;
  width: 21px;
  height: 19px;
  content: "";
  background: url(../images/profile/prof_icon_home.png) no-repeat;
  background-size: cover;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineupmore:hover {
  /*filter: alpha(opacity=70);*/
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#sec_prof_main_inner #right_tp_lineup #profile_lineupmore img {
  width: 100%;
}
