@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: .705vw;
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue',
    Arial,
    'Hiragino Sans',
    'Meiryo',
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.el_pk {
  color: #dc0606;
}

.el_paragraph {
  display: none;
}

.el_btn_mark {
  margin-right: 10px;
}

.el_shadow {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.contents {
  display: flex;
}

.el_cursor {
  cursor: pointer;
}

.el_hover_op {
  transition: all .25s ease;
}

.el_hover_op:hover {
  opacity: .8;
}

.el_two_linesWrap {
  display: inline-block;
}

.el_one_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.el_two_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.el_three_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.el_pc {
  display: block;
}

.el_sp {
  display: none;
}

.el_inner {
  padding: 0 30px;
}

.contents {
  background-image: url(../img/background.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.bl_main {
  min-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

/* header */
.bl_header {
  background: #000;
}

.bl_header_inner {
  display: flex;
  justify-content: space-between;
}

.bl_header_logo {
  display: inline-block;
}

.bl_header_menuWrap {
  max-width: 800px;
  padding-top: 14px;
  margin-right: 22px;
}

.bl_header_menu_head {
  color: #fff;
  font-size: 22.5px;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-align: right;
}

.bl_header_menu_list {
  display: flex;
}

.bl_header_menu_item {
  width: 190px;
}

.bl_header_menu_item:not(:last-child) {
  margin-right: 9px;
}

.bl_header_menu_item_link {
  width: 190px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 21.5px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.bl_member_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.bl_member_menu {
  width: 300px;
}

.bl_member_menu_head {
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(135deg, transparent 5px, #000 0) top left, linear-gradient(225deg, transparent 0, #000 0) top right, linear-gradient(315deg, transparent 0, #000 0) bottom right, linear-gradient(45deg, transparent 0, #000 0) bottom left;
  background-size: 50% 51%;
  background-repeat: no-repeat;
  line-height: 1;
}

.bl_member_menu_item_link {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px dashed #C5C5C5;
}

.bl_member_menu_item_link_img {
  margin-right: 30px;
}

.bl_member_menu_item_link_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.bl_member_menu_item_link_txt.new {
  position: relative;
}

.bl_member_menu_item_link_txt.new::after {
  content: 'NEW';
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  background: #ff0000;
  color: #ffff00;
  font-size: 12px;
  line-height: 1;
  padding: 3px;
  margin-left: 7px;
}

.bl_member {
  width: 830px;
}

.bl_kurobara_mv {
  margin-bottom: 20px;
}

.bl_member_head {
  display: block;
  padding: 10px 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background: #c00;
  background: linear-gradient(135deg, transparent 8px, #000 0) top left, linear-gradient(225deg, transparent 0, #000 0) top right, linear-gradient(315deg, transparent 0, #000 0) bottom right, linear-gradient(45deg, transparent 0, #000 0) bottom left;
  background-size: 50% 51%;
  background-repeat: no-repeat;
  line-height: 1;
  margin-bottom: 20px;
}

.bl_member_head.el_sp {
  display: none;
}

.bl_member_list {
  display: flex;
  flex-wrap: wrap;
}

.bl_member_list_kurobara {
  margin-bottom: 30px;
}

.bl_member_item {
  display: block;
  width: 176px;
  margin-bottom: 20px;
}

.bl_member_item.bl_member_item_kurobara {
  margin-bottom: 30px;
}

.bl_member_item:not(:nth-of-type(4n)) {
  margin-right: 42px;
}

.bl_member_item_link {
  display: inline-block;
  width: 176px;
  /* margin-bottom: 10px; */
}

.bl_member_item_img {
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.bl_member_item_img.new {
  position: relative;
  outline: 3px solid #e70712;
  outline-offset: -2px;
}

.bl_member_item_img.new::after {
  content: 'NEW';
  position: absolute;
  top: 0;
  left: 0;
  background: #e70712;
  color: #ffff00;
  font-size: 12.5px;
  padding: 1px 3px;
  line-height: 1;
}

.bl_member_item_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.bl_member_item_romaji {
  font-size: 16px;
  color: #999;
  line-height: 1;
}

.bl_member_item_sns_link {
  display: flex;
  align-items: center;
  background: #000;
  padding: 15px;
  margin-top: 10px;
}

.bl_member_item_sns_img {
  margin-right: 10px;
}

.bl_member_item_sns_txt {
  line-height: 1;
  color: #fff;
  font-size: 16px;
}


/* talents */
.bl_talent {
  width: 830px;
}

.bl_talent_detail {
  display: flex;
  margin-bottom: 20px;
}

.bl_talent_detail_img {
  width: 280px;
  border: 1px solid #888;
  margin-right: 20px;
}

.bl_talent_detail_img.new {
  position: relative;
  outline: 4px solid #ff0000;
  outline-offset: -2px;
}

.bl_talent_detail_img.new::after {
  content: 'NEW';
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0000;
  color: #ffff00;
  font-size: 24px;
  padding: 1px 3px;
  line-height: 1.2;
}

.bl_talent_detail_txt_wrap {
  width: 460px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.bl_talent_detail_headBox {
  padding: 40px 0 20px;
}

.bl_talent_detail_head_name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.bl_talent_detail_head_romaji {
  font-size: 18px;
  color: #999;
  line-height: 1;
}

.bl_talent_detail_tastes_item {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px dashed #888888;
  width: 100%;
  letter-spacing: normal;
}

.bl_talent_detail_tastes_item_head {
  width: 58px;
  margin-right: 28px;
}

.bl_talent_detail_tastes_item_txt {
  width: calc(100% - 58px);
}

.bl_talent_detail_link_wrap {
  margin-bottom: 30px;
}

.bl_talent_detail_link_list {
  width: 760px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #888888;
  padding-bottom: 20px;
}

.bl_talent_program {
  width: 760px;
}

.bl_talent_program_head {
  font-size: 24px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 10px;
  line-height: 1;
}

.bl_talent_program_list {
  display: flex;
  flex-wrap: wrap;
}

.bl_talent_program_item {
  margin-bottom: 10px;
  width: calc((100% - (10px * 2)) / 3);
}

.bl_talent_program_item:not(:nth-of-type(3n)) {
  margin-right: 10px;
}

.bl_talent_program_item_link {
  display: inline-block;
  border: 1px solid #666666;
}

/* フォーム */
.error_parts {
  display: block;
  font-size: 16px;
  color: #ff0000;
}

.bl_recruit {
  width: 830px;
}

.bl_recruit_mv {
  margin-bottom: 40px;
}

.bl_recruit_intro_txtWrap {
  line-height: 1.4;
  margin-bottom: 40px;
  font-size: 16px;
}

.bl_recruit_intro_head {
  margin-bottom: 20px;
}

.bl_recruit_intro_txt {}

.bl_recruit_form {
  width: 95%;
  margin: 0 auto;
}

.bl_recruit_form_inner {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.bl_recruit_form_container {
  display: flex;
}

.bl_recruit_form_container:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #767676;
  border-radius: 3px;
  padding: 1.5px 2px;
  font-size: 13px;
}

textarea {
  height: 146px;
}

.bl_recruit_form_item_radioBox {
  padding: 10px 0;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.bl_recruit_form_item_radio {
  margin-right: 7px;
}

.bl_recruit_form_item_radio_label {
  font-size: 15px;
}

.bl_recruit_form_item_radio_label:not(:last-child) {
  margin-right: 10px;
}

input[type="file"] {
  font-size: 13px;
  display: block;
}

select {
  width: 80px;
  outline: 0;
  border: 1px solid #767676;
  -webkit-appearance: auto;
  font-size: 13px;
  padding: 1.5px 1px;
  /* 文字の省略 */
  text-overflow: ellipsis;
  cursor: pointer;
  color: #000;
  -moz-appearance: auto;
}

.bl_recruit_form_ttl {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #f5f5f5;
  text-align: center;
  width: 290px;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_recruit_form_item {
  width: calc(100% - 290px);
  padding: 8px 10px;
}

.bl_recruit_form_item_double {
  margin-bottom: 30px;
}

.bl_recruit_form_check {
  text-align: center;
  margin-bottom: 50px;
}

.bl_recruit_form_check_txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.bl_recruit_form_check_answer {
  font-size: 16px;
  margin-left: 10px;
}

.bl_recruit_form_btn {
  display: block;
  width: 155px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  background: #fcc803;
  padding: 8px 0;
  border-radius: 5px;
}

.bl_recruit_form_error {
  font-size: 16px;
  border: 2px solid #f7e700;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  display: none;
}

.bl_recruit_form_error.active {
  display: block;
}

.bl_recruit_form_success {
  font-size: 16px;
  border: 2px solid #398f14;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  /* display: none; */
}

@media screen and (max-width: 766px) {
  .el_pc {
    display: none;
  }

  .el_sp {
    display: block;
  }

  .el_inner {
    padding: 0 7%;
  }

  .el_humberger {
    width: 10vw;
    height: 8vw;
    position: relative;
    cursor: pointer;
    z-index: 100;
  }

  .el_humberger_line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.1s ease-out;
  }

  .el_humberger_line:nth-of-type(1) {
    top: 0;
  }

  .el_humberger_line:nth-of-type(2) {
    top: 50%;
  }

  .el_humberger_line:nth-of-type(3) {
    top: 100%;
  }

  .el_humberger.active .el_humberger_line:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }

  .el_humberger.active .el_humberger_line:nth-of-type(2) {
    opacity: 0;
  }

  .el_humberger.active .el_humberger_line:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .el_humberger_list_background {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    transition: all .2s ease-out;
  }

  .el_humberger_list_wrap {
    position: absolute;
    top: 17vw;
    left: 2%;
    visibility: hidden;
    opacity: 0;
    width: 96%;
    background-color: #fff;
    padding: 2%;
    box-sizing: border-box;
    z-index: 9999;
    transition: all .2s ease-out;
  }

  .el_humberger_item {
    margin-bottom: 2vh;
  }

  .bl_main {
    min-width: unset;
    width: 100%;
    padding: 0;
  }

  .bl_header {
    margin-bottom: 1vh;
  }

  .bl_header_logo {
    width: 35vw;
  }

  .bl_header_menuWrap_sp {
    margin-right: 3%;
  }

  .bl_header_inner {
    align-items: center;
  }

  .bl_footer_txt {
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 2.5vw;
    padding: 10px 0;
  }

  .bl_member_wrap {
    width: 100%;
    /* flex-flow: column; */
    display: block;
    margin-top: 0;
  }

  .bl_member {
    width: 100%;
  }

  .bl_member_head.el_pc {
    display: none;
  }

  .bl_member_head.el_sp {
    display: block;
  }

  .bl_member_head {
    background: #000;
    margin-bottom: 1vh;
    font-size: 16px;
  }

  .bl_member_headMenu_list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 2vh;
  }

  .bl_member_list {
    width: 90%;
    margin: 0 auto;
  }

  .bl_member_list_kurobara {
    margin-bottom: 0;
  }

  .bl_member_item {
    width: calc((100% - (6rem * 2)) / 3);
    margin-bottom: 2vh;
  }

  .bl_member_item.bl_member_item_kurobara {
    margin-bottom: 2vh;
  }

  .bl_member_item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }

  .bl_member_item:not(:nth-of-type(3n)) {
    margin-right: 6rem;
  }

  .bl_member_item_link {
    width: 100%;
  }

  .bl_member_item_img {
    margin-bottom: 5px;
  }

  .bl_member_item_txtWrap {
    text-align: center;
  }

  .bl_member_item_name {
    font-size: 12px;
  }

  .bl_member_item_romaji {
    font-size: 10px;
  }

  .bl_member_item_sns_link {
    margin-top: 10px;
  }

  .bl_member_item_img.new::after {
    content: 'NEW';
    font-size: 11px;
  }

  .bl_kurobara_banner {
    display: block;
    width: 90%;
    margin: 0 auto 3vh;
  }

  .bl_kurobara_homeBtn {
    display: block;
    width: 160px;
    margin: 0 auto 3vh;
  }

  .bl_member_homeBtn {
    display: block;
    width: 160px;
    margin: 3vh auto 3vh;
  }

  .bl_talent {
    width: 100%;
  }

  .bl_talent_detail {
    flex-flow: column;
    margin-bottom: 8%;
  }

  .bl_talent_detail_img_outer {
    margin: 2vh 0 0 0;
    padding: 4%;
    background: #e5e5e5;
  }

  .bl_talent_detail_img {
    width: 100%;
    margin: 0;
    border: unset;
    text-align: center;
  }

  .bl_talent_detail_txt_wrap {
    width: 100%;
  }

  .bl_talent_detail_headBox {
    text-align: center;
    padding: 0 0 2vh;
    background: #e5e5e5;
    margin-bottom: 4%;
  }

  .bl_talent_detail_head_name {
    font-size: 24px;
    margin-bottom: 2px;
  }

  .bl_talent_detail_head_romaji {
    font-size: 14px;
  }

  .bl_talent_detail_tastes_item {
    padding: 1vh 2% 1vh 4%;
    font-size: 12.8px;
  }

  .bl_talent_detail_tastes_item_head {
    width: 4.5em;
    margin-right: 0;
  }

  .bl_talent_detail_tastes_item_txt {
    width: calc(100% - 4.5em);
  }

  .bl_talent_detail_link_list {
    max-width: 650px;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 3% 6% 3%;
    margin: 0 auto 2vh;
  }

  .bl_talent_detail_link_item {
    margin-bottom: 2%;
  }

  .bl_talent_detail_link_item:first-child {
    width: 100%;
  }

  .bl_talent_detail_link_item:not(:first-child) {
    width: 49%;
  }

  .bl_talent_program {
    width: 100%;
    padding: 0 3%;
  }

  .bl_talent_program_head {
    font-size: 18px;
  }

  .bl_talent_program_list {
    margin-bottom: 4vh;
  }

  .bl_talent_program_item {
    margin-bottom: 1.5%;
    width: calc((100% - (1% * 2)) / 3);
  }

  .bl_talent_program_item:not(:nth-of-type(3n)) {
    margin-right: 1%;
  }

  .bl_talent_backBtn {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-bottom: 3vh;
  }

  /* フォーム */
  .bl_recruit {
    width: 96%;
    margin: 0 auto;
  }

  .bl_recruit_form {
    width: 93%;
  }

  .bl_recruit_form_ttl {
    /* width: calc(90% - 274px); */
    width: 25%;
    padding: 6px 5px;
  }

  .bl_recruit_form_item {
    width: 75%;
  }

  .bl_recruit_form_btn {
    margin-bottom: 4vh;
  }

  input[type="file"] {
    font-size: 11px;
    max-width: 100%;
  }

  .bl_recruit_form_item_radio_label {
    font-size: 12px;
  }

  .error_parts {
    font-size: 13px;
  }

  .bl_recruit_form_error {
    font-size: 14px;
  }

  .bl_recruit_form_success {
    font-size: 14px;
  }
}