@charset 'UTF-8';
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, blockquote, form, fieldset, dir {
  margin: 0;
}

ul, ol, fieldset {
  padding: 0;
}

fieldset {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 10px;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 10px;
}

input, select {
  vertical-align: middle;
}

button {
  font-family: sans-serif;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

html {
  font-size: 10px;
}

html {
  font-family: 'メイリオ', Meiryo, sans-serif;
  color: #1b1b1b;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  background: red;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

.slider {
  width: 980px;
  height: 350px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  overflow: visible !important;
  width: 980px !important;
  margin-left: 5px;
}
.slider .bx-wrapper .bx-next, .slider .bx-wrapper .bx-next:hover {
  background: url("../images/structure/slider-next.png") left top no-repeat;
  width: 52px;
  height: 52px;
  right: 0;
}
.slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-prev:hover {
  background: url("../images/structure/slider-prev.png") left top no-repeat;
  width: 52px;
  height: 52px;
  left: 0;
}
.slider .bx-wrapper .bx-controls-direction a {
  width: 52px;
  height: 52px;
  margin-top: -26px;
}
.slider .bx-wrapper .bx-loading {
  background: none;
}
.slider .bx-wrapper img {
  width: 100%;
  display: block;
}

.header {
  position: relative;
  margin-bottom: 40px;
  border-bottom: solid 4px #454fac;
  background: #1b1b1b;
}
.header--inner {
  position: relative;
  width: 980px;
  height: 42px;
  margin: 0 auto;
}
.header--logo a {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 194px;
  height: 25px;
  background: url("../images/structure/header-logo.png") 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999em;
}
.header--navigation {
  position: absolute;
  top: 16px;
  right: 0px;
  display: table;
  height: 8px;
}
.header--navigation li {
  display: table-cell;
  padding: 0 14px 0 0;
}
.header--navigation li + li {
  padding-left: 50px;
}
.header--navigation li a {
  display: block;
  height: 12px;
  overflow: hidden;
  text-indent: -999em;
}
.header--navigation--talent a {
  width: 54px;
  background: url("../images/structure/header-talent.png") 0 0 no-repeat;
}
.header--navigation--audition a {
  width: 74px;
  background: url("../images/structure/header-audition.png") 0 0 no-repeat;
}
.header--navigation--company a {
  width: 72px;
  background: url("../images/structure/header-company.png") 0 0 no-repeat;
}

.page-top {
  width: 980px;
  margin: 10px auto;
  text-align: right;
}
.page-top a:before {
  content: '▲';
}

.footer {
  border-top: solid 1px #1b1b1b;
  padding: 7px 0;
}
.footer-copy {
  width: 980px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
}

main {
  display: block;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.home {
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
.home--talent-list {
  padding: 10px 5px;
  background: #535353;
  overflow: hidden;
  zoom: 1;
}
.home--talent-list > li {
  width: 50%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
.home--talent-list > li h2 {
  margin-bottom: 4px;
  padding-top: 1px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background: #eee;
  text-align: center;
}
.home--talent-list > li a {
  font-size: 12px;
  line-height: 18px;
  color: white;
}
.home--talent-list--woman h2 {
  color: #f54e00;
}
.home--talent-list--man h2 {
  color: #0044b9;
}
.home--information {
  float: left;
  width: 190px;
  margin-right: 20px;
}
.home--information--recruit h2 a {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 2px 10px 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  color: white;
  background: #454fac;
}
.home--information--recruit h2 a small {
  position: absolute;
  right: 10px;
}
.home--information--recruit h2 a small:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 3px 4px 3px 4px;
  border-color: transparent transparent transparent white;
}
.home--information--recruit p {
  padding: 5px 10px;
  border: solid 1px #b5b5b5;
  border-top: none;
  font-size: 12px;
  line-height: 18px;
}
.home--information--attention h2 {
  margin: 20px 0 0;
  padding: 2px 10px 0 36px;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  background: #b5b5b5 url("../images/structure/home-information-attention-icon.png") 10px center no-repeat;
}
.home--information--attention p {
  padding: 5px 10px;
  border: solid 1px #b5b5b5;
  border-top: none;
  font-size: 12px;
  line-height: 16px;
}
.home .timeline--insta {
  float: left;
  width: 424px;
  margin-right: 20px;
}
.home .timeline--sns-combo {
  float: left;
  width: 326px;
}
.home .timeline--facebook {
  /*
  float: left;
  width: 424px;
  margin-right: 20px;
  */
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 1px #898989;
}
.home .timeline--twitter {
  /*
  float: left;
  width: 326px;
  */
  border: solid 1px #898989;
  box-sizing: border-box;
}

article h1 {
  margin: 0 0 35px;
}
article h1 img {
  display: block;
  margin: 0 auto;
}

.company--profile {
  margin-bottom: 24px;
  overflow: hidden;
  zoom: 1;
}
.company--profile--outline {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 24px;
}
.company--profile--outline dl {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
  line-height: 1.25em;
}
.company--profile--outline dt {
  clear: left;
  float: left;
  width: 7.5em;
  margin: 0 0 .75em;
  text-align: right;
}
.company--profile--outline dt:after {
  content: '：';
  margin-left: -4px;
}
.company--profile--outline dd {
  margin: 0 0 .75em 8.5em;
}
.company--profile--access {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

.audition--outline {
  margin-bottom: 24px;
}
.audition--outline table {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.25em;
}
.audition--outline th {
  width: 6em;
  background: #dcdcdc;
}
.audition--outline th, .audition--outline td {
  padding: 1em;
  border: solid 1px #1b1b1b;
}

/*2018/10/29 add*/

.audition--outline p,
.audition--outline dl {
	font-size:12px
}
.audition--outline dl {
	margin-top:2em;
}
.audition--outline dl dt {
	font-weight:bold;
	margin-top:1em;
}
/* */

.talent--list--column {
  overflow: hidden;
  zoom: 1;
}

.talent--list {
  width: 50%;
  float: left;
  overflow: hidden;
  zoom: 1;
}
.talent--list li {
  float: left;
  box-sizing: border-box;
}
.talent--list img {
  display: block;
  width: 100%;
  borcer: solid 1px #d3d3d3;
  box-sizing: border-box;
}
.talent--list span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.talent--photo {
  float: left;
  width: 276px;
  margin: 0 0 40px;
}
.talent--photo--preview {
  width: 276px;
}
.talent--photo--preview img {
  width: 100%;
}
.talent--photo--thumbnails {
  width: 276px;
  overflow: hidden;
  zoom: 1;
}
.talent--photo--thumbnails li {
  width: 42px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.talent--photo--thumbnails li:nth-child(6n+7) {
  clear: left;
}
.talent--photo--thumbnails img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.talent--detail {
  float: right;
  width: 664px;
  font-size: 12px;
  line-height: 1.25em;
}
.talent--detail li, .talent--detail p, .talent--detail dd {
  margin: 0 0 .75em;
}
.talent--detail--individual {
  position: relative;
  margin-bottom: 34px;
}
.talent--detail--name {
  font-size: 28px;
  line-height: 35px;
  font-weight: normal;
}
.talent--detail--furigana {
  display: inline-block;
  margin-left: 2em;
  font-size: 12px;
  vertical-align: middle;
}
.talent--detail--sns {
  position: absolute;
  top: 2px;
  right: 10px;
  margin: 0;
  display: table;
}
.talent--detail--sns li {
  display: table-cell;
}
.talent--detail--sns li + li {
  padding-left: 10px;
}
.talent--detail--sns a {
  display: block;
  height: 32px;
  padding: 7px 1px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.talent--detail--sns--twitter {
  width: 32px;
  background: #27a8e1 url("../images/structure/icon-twitter.png") center center no-repeat;
  overflow: hidden;
  text-indent: -999em;
}

.talent--detail--sns--line {
  width: 32px;
  background: url("../images/structure/icon-line.png") center center no-repeat;
  overflow: hidden;
  text-indent: -999em;
}

.talent--detail--sns--blog {
  min-width: 47px;
  overflow: hidden;
  color: white;
  background: #ec6941;
}
.talent--detail--container {
  position: relative;
  padding-top: 55px;
}
.talent--detail--container h3 {
  margin: 1em 0;
  font-size: 14px;
  color: #454fac;
  border-bottom: dotted 1px #1b1b1b;
}
.talent--detail--container p {
  margin: 1.5em 0;
  font-size: 12px;
  line-height: 1.35em;
}
.talent--detail--container table {
  font-size: 12px;
  line-height: 1.25em;
}
.talent--detail--container tr {
  vertical-align: top;
}
.talent--detail--container th {
  padding: .25em 1em .5em 0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.talent--detail--container td {
  text-indent: -1em;
  padding: .25em 0 .5em 1em;
}
.talent--detail--container td:before {
  content: '：';
}
.talent--detail--tab {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 24px;
  border-bottom: solid 2px #1b1b1b;
  box-sizing: border-box;
}
.talent--detail--tab--profile {
  left: 0px;
  padding-right: 1px;
  cursor: pointer;
}
.talent--detail--tab--job-data {
  right: 0px;
  padding-left: 1px;
  cursor: pointer;
}
.talent--detail--tab label {
  position: relative;
  display: block;
  width: 100%;
  height: 22px;
  padding-top: 3px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  background: #dcdcdc;
  border: none;
  box-sizing: border-box;
}
.talent--detail--controller {
  display: none;
}
.talent--detail .talent--detail--profile, .talent--detail .talent--detail--job-data {
  display: none;
}
.talent--detail .talent--detail--profile a, .talent--detail .talent--detail--job-data a {
  color: #1b95e0;
}

.talent #profile:checked ~ .talent--ad, .talent #profile:checked ~ .talent--detail .talent--detail--profile, .talent #job-data:checked ~ .talent--detail .talent--detail--job-data {
  display: block;
}

.talent #profile:checked ~ .talent--detail .talent--detail--tab--profile label, .talent #job-data:checked ~ .talent--detail .talent--detail--tab--job-data label {
  color: white;
  background: #1b1b1b;
}
.talent #profile:checked ~ .talent--detail .talent--detail--tab--profile label:after, .talent #job-data:checked ~ .talent--detail .talent--detail--tab--job-data label:after {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #1b1b1b transparent transparent transparent;
}

.talent--ad {
  clear: left;
  float: left;
  width: 276px;
  margin: 0 0 40px;
}
.talent--ad--list li {
  text-align: center;
}
.talent--ad--list img {
  max-width: 100%;
}

.text-red {
  color: #c00;
}

.audition__button-outer {
  font-size: 16px;
  font-weight:bold;
  display: block;
  width: 13em;
  margin: 2em auto;
  text-align: center;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b
}
.audition__button-outer:hover {
  background-color: #454545
}
.audition__button-inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  color:#FFFFFF;
  text-decoration: none
}
.audition__button-inner:hover {
  text-decoration: none
}
.link {
	color:#0033FF;
	text-decoration:underline;
}
a.link:hover {
	text-decoration:none;	
}
.indent {
	display:block;
	padding-left:1em;
}

@media not screen and (max-device-width: 800px){
  a:hover{
    text-decoration: underline;
  }
  a:hover img{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .talent--detail--tab label:hover{
    background: #ccc;
  }
  .talent--detail .talent--detail--profile a:hover, .talent--detail .talent--detail--job-data a:hover{
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px){
  .slider{
    width: 100%;
    height: 35.71429vw;
    margin: 0 auto 10px;
  }
  .slider img{
    width: 100%;
  }
  .slider .bx-wrapper .bx-viewport{
    width: 100% !important;
  }
  .slider .bx-wrapper .bx-next, .slider .bx-wrapper .bx-next:hover{
    height: 26px;
    width: 26px;
    background-size: 26px 26px;
  }
  .slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-prev:hover{
    height: 26px;
    width: 26px;
    background-size: 26px 26px;
  }
  .slider .bx-wrapper .bx-controls-direction a{
    height: 26px;
    width: 26px;
    margin-top: -13px;
  }
  .header{
    margin-bottom: 15px;
    border-width: 2px;
  }
  .header--inner{
    width: auto;
    height: 36px;
  }
  .header--logo a{
    top: 0px;
    width: 107px;
    height: 36px;
    background: url("../images/structure/header-logo-sp.png") center center no-repeat;
    background-size: 97px 13px;
  }
  .header--navigation{
    top: 0px;
    height: inherit;
  }
  .header--navigation li{
    padding: 0 0 0 7px;
  }
  .header--navigation li + li{
    padding-left: 7px;
  }
  .header--navigation li a{
    height: 36px;
    padding: 0 6px;
  }
  .header--navigation--talent a{
    width: 35px;
    background: url("../images/structure/header-talent-sp.png") center center no-repeat;
    background-size: 35px 8px;
  }
  .header--navigation--audition a{
    width: 47px;
    background: url("../images/structure/header-audition-sp.png") center center no-repeat;
    background-size: 47px 8px;
  }
  .header--navigation--company a{
    width: 46px;
    background: url("../images/structure/header-company-sp.png") center center no-repeat;
    background-size: 47px 8px;
  }
  .page-top{
    width: auto;
    margin: 20px auto;
    padding: 0 10px;
  }
  .footer{
    padding: 4px 10px;
  }
  .footer-copy{
    width: auto;
    font-size: 7px;
  }
  main{
    width: auto;
    overflow: visible;
  }
  .home{
    margin-bottom: 10px;
  }
  .home--information{
    display: none;
  }
  article h1{
    margin: 15px 0;
  }
  article h1 img{
    height: 12.5px;
  }
  .company--profile--outline{
    float: none;
    width: auto;
    padding: 0 10px;
  }
  .company--profile--access{
    float: none;
    width: auto;
    padding: 0 10px;
  }
  .company--profile--access iframe{
    height: 300px;
  }
  .audition--outline{
    padding: 0 10px;
  }
  .talent--list--column{
    margin: 0 6px;
  }
  .talent--list li{
    width: 50%;
    padding: 0 4px 12px;
  }
  .talent--list li:nth-child(2n+3){
    clear: left;
  }
  .talent--list span{
    font-size: 8px;
    line-height: 9px;
  }
  .talent--photo{
    float: none;
    margin: 20px auto;
    padding: 0 10px;
  }
  .talent--detail{
    float: none;
    width: auto;
    margin: 20px 0;
    padding: 0;
    font-size: 10px;
  }
  .talent--detail--individual{
    margin-bottom: 17px;
    padding: 0 10px;
  }
  .talent--detail--name{
    font-size: 20px;
    line-height: 1.2em;
  }
  .talent--detail--furigana{
    display: block;
    margin: 0;
    font-size: 9px;
    line-height: 1.5em;
  }
  .talent--detail--sns li + li{
    padding-left: 5px;
  }
  .talent--detail--sns--twitter{
    background-image: url("../images/structure/icon-twitter-sp.png");
    background-size: 22px 22px;
  }
  
  .talent--detail--sns--line{
    background-image: url("../images/structure/icon-line-sp.png");
    background-size: 32px 32px;
  }
  
  .talent--detail--container{
    padding-top: 45px;
  }
  .talent--detail--container > section{
    padding: 0 10px;
  }
  .talent--detail--container h3{
    font-size: 12px;
  }
  .talent--detail--tab{
    height: 29px;
  }
  .talent--detail--tab--profile{
    padding: 0;
  }
  .talent--detail--tab--job-data{
    padding: 0;
  }
  .talent--detail--tab label{
    padding-top: 0;
    height: 27px;
    border-radius: 0;
    line-height: 27px;
  }
  .talent--ad{
    display: none;
    float: none;
    width: auto;
    margin: 20px 0;
  }
  .talent--ad--list{
    padding: 0 5px;
    overflow: hidden;
    zoom: 1;
    letter-spacing: -4px;
    text-align: center;
  }
  .talent--ad--list li{
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .talent--ad--list li:nth-child(1n+3){
    margin-top: 6px;
  }
  .talent--ad--list li:nth-child(odd){
    clear: left;
    text-align: right;
  }
  .talent--ad--list li:nth-child(even){
    text-align: left;
  }
  .talent--ad--list li:first-child:last-child{
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (min-width: 768px){
  .home .timeline--facebook{
/*     height: 630px; */
    height: 310px;
    margin-top: 20px;
  }
  .home .timeline--twitter{
/*     height: 630px; */
    height: 330px;
  }
  .home .timeline--twitter-inner{
/*     height: 630px !important; */
    height: 330px !important;
  }
  .home .timeline--twitter iframe{
/*     height: 628px !important; */
    height: 328px !important;
  }
/*
  .home--information--attention {
    display: table;
    width: 700px;
    margin: 20px auto 40px;
  }
  .home--information--attention h2 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
  .home--information--attention p {
    display: table-cell;
    border-top: solid 1px #b5b5b5;
  }
*/
}

/*
@media only screen and (max-width: 767px){
  .home--information--attention {
    margin: 20px 10px;
  }
}
*/
@media only screen and (min-width: 521px) and (max-width: 767px){
  .home .timeline--insta {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home .timeline--sns-combo {
    float: none;
    width: auto;
  }
  .home .timeline--facebook{
    /*
    width: 50%;
    */
    margin: 0;
    padding: 10px 5px 10px 10px;
    height: 382px;
  }
  .home .timeline--facebook .fb_iframe_widget span{
    display: block;
    height: 361px !important;
    overflow: hidden;
    border-bottom: solid 1px #e9eaed;
  }
  .home .timeline--facebook .fb_iframe_widget iframe{
    height: 361px !important;
  }
  .home .timeline--twitter{
    position: relative;
    /*
    width: 50%;
    */
    margin: 0;
    padding: 10px 10px 10px 10px;
    height: 382px;
    border: none;
  }
  .home .timeline--twitter-inner{
    height: 100%;
    box-shadow: 0 0 0 1px #e8e8e8;
    padding-right: 1px;
  }
  .home .timeline--twitter iframe{
    height: 360px !important;
  }
}

@media only screen and (max-width: 520px){
  .home .timeline--insta {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .home .timeline--sns-combo {
    float: none;
    width: auto;
  }
  .home .timeline--facebook{
    float: none;
    width: auto;
    margin: 10px;
    height: 362px;
  }
  .home .timeline--facebook .fb_iframe_widget span{
    display: block;
    height: 361px !important;
    overflow: hidden;
    border-bottom: solid 1px #e9eaed;
  }
  .home .timeline--facebook .fb_iframe_widget iframe{
    height: 361px !important;
  }
  .home .timeline--twitter{
    float: none;
    width: auto;
    margin: 10px;
    height: 362px;
  }
  .home .timeline--twitter iframe{
    height: 360px !important;
  }
}

@media only screen and (min-width: 786px){
  .talent--list--column{
    margin: 0 -8px;
  }
  .talent--list li{
    width: 33.333%;
    padding: 0 8px 24px;
  }
  .talent--list li:nth-child(3n+4){
    clear: left;
  }
  .talent--ad--list li + li{
    margin-top: 6px;
  }
}