@charset "UTF-8";
/* clearfix */
.clearfix, .index ul, .index .new_staff, .concept ul, .system div, .recruit dl, .staff, .staff_detail, .staff_detail .photo .thumb, .staff_detail dl, .staff_detail .sns, .ranking, .ranking dl, .tab, .tab_otoko, .tab_detail, .tab_detail dl, .album_content ul li {
  *zoom: 1;
}
.clearfix:before, .index ul:before, .index .new_staff:before, .concept ul:before, .system div:before, .recruit dl:before, .staff:before, .staff_detail:before, .staff_detail .photo .thumb:before, .staff_detail dl:before, .staff_detail .sns:before, .ranking:before, .ranking dl:before, .tab:before, .tab_otoko:before, .tab_detail:before, .tab_detail dl:before, .album_content ul li:before, .clearfix:after, .index ul:after, .index .new_staff:after, .concept ul:after, .system div:after, .recruit dl:after, .staff:after, .staff_detail:after, .staff_detail .photo .thumb:after, .staff_detail dl:after, .staff_detail .sns:after, .ranking:after, .ranking dl:after, .tab:after, .tab_otoko:after, .tab_detail:after, .tab_detail dl:after, .album_content ul li:after {
  content: "";
  display: table;
}
.clearfix:after, .index ul:after, .index .new_staff:after, .concept ul:after, .system div:after, .recruit dl:after, .staff:after, .staff_detail:after, .staff_detail .photo .thumb:after, .staff_detail dl:after, .staff_detail .sns:after, .ranking:after, .ranking dl:after, .tab:after, .tab_otoko:after, .tab_detail:after, .tab_detail dl:after, .album_content ul li:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
h2 {
  text-align: center;
  padding: 40px 0 35px;
}

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
/* トップページ */
.index ul .bg1, .index ul .bg2 {
  width: 490px;
  height: 356px;
  float: left;
  color: #FFF;
  line-height: 24px;
  padding: 102px 0 0 55px;
  margin: 44px 0 37px;
}
.index ul .bg1 img, .index ul .bg2 img {
  display: block;
}
.index ul .bg1 {
  background: url(../images/index/menu1_bg.jpg) no-repeat;
  margin-right: 20px;
}
.index ul .bg2 {
  background: url(../images/index/menu2_bg.jpg) no-repeat;
}
.index bt {
  display: block;
  text-align: center;
  padding: 20px 0 25px;
}
.index .new_staff {
  margin: 0 -20px 65px 0;
}
.index .new_staff li {
  float: left;
  padding-right: 20px;
}
.index .new_staff li img {
  width: 235px;
}
.index .new_staff li figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.index .new_staff li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.index .new_staff li figure figcaption h3 {
  padding-top: 70px;
  font-size: 22px;
  margin-bottom: 20px;
}
.index .new_staff li figure figcaption h3 span {
  display: block;
  font-size: 14px;
}
.index .new_staff li figure figcaption p {
  margin-bottom: 30px;
}
.index .new_staff li figure figcaption .bt {
  width: 140px;
  padding: 12px 0;
  border: 2px solid #fff;
  font-size: 18px;
  margin: 0 auto;
}
.index .new_staff li figure figcaption .bt:hover {
  background: #000;
}
.index .new_staff li:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.index .news {
  border: #CCC 1px solid;
  margin: -1px 0 60px;
  padding-bottom: 27px;
}
.index .news dl {
  height: 45px;
  padding-top: 13px;
  border-bottom: #CCC 1px dashed;
}
.index .news dl dt {
  width: 120px;
  float: left;
  padding-left: 20px;
}
.index .news dl dd {
  width: 560px;
  float: left;
}
.index .news dl dd a {
  color: #df1313;
}
.index .app {
  margin: 0 0 60px;
}

/* コンセプト */
.concept {
  text-align: center;
}
.concept txt {
  display: block;
  padding: 15px 0 58px;
}
.concept ul {
  margin: 0 -10px 79px;
}
.concept ul li {
  float: left;
  padding: 8px 10px;
}

/* システム */
.system {
  margin-bottom: 45px;
}
.system div {
  width: 800px;
  background: #FFF;
  text-align: left;
  margin: 0 auto 20px;
}
.system div img {
  display: block;
  padding-top: 10px;
}
.system div txt {
  display: block;
  padding: 20px;
}
.system div red {
  display: block;
  color: #df1313;
  padding-top: 20px;
}

/* リクルート */
.recruit {
  margin-bottom: 65px;
}
.recruit #tab {
  text-align: center;
  font-size: 0;
}
.recruit #tab li {
  width: 180px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  background: #555;
  font-size: 12px;
  padding-top: 10px;
  margin: 0 20px 20px;
  cursor: pointer;
}
.recruit #tab li.active, .recruit #tab li:hover {
  color: #FFF;
  background: #991809;
}
.recruit .tab_contents {
  width: 738px;
  color: #333;
  margin: 40px auto;
}
.recruit .tab_contents .disnon {
  display: none;
}
.recruit .tab_contents b {
  font-size: 22px;
  padding-left: 80px;
}
.recruit .tab_contents span {
  color: #cc0d0d;
  font-size: 20px;
  font-weight: bold;
}
.recruit .tab_contents .faq li {
  padding-bottom: 20px;
}
.recruit .tab_contents .faq li question {
  width: 738px;
  display: block;
  color: #991809;
  border-bottom: #CCC 1px dashed;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.recruit .tab_contents .faq li answer {
  width: 738px;
  display: block;
}
.recruit p {
  width: 738px;
  text-align: center;
  font-size: 22px;
  border-bottom: #000 1px solid;
  margin: 40px auto;
}
.recruit table {
  width: 738px;
  margin: 0 auto;
}
.recruit table tr th {
  width: 255px;
  vertical-align: top;
  padding: 20px 0;
}
.recruit table tr td {
  width: 483px;
  padding: 20px 0;
}
.recruit dl {
  width: 738px;
  border-bottom: #999 1px dashed;
  margin: 0 auto;
}
.recruit dl dt {
  width: 130px;
  text-align: center;
  background: #991809;
  color: #FFF;
  float: left;
  padding: 10px 0;
  margin: 18px 0;
}
.recruit dl dd {
  width: 608px;
  text-align: left;
  padding-left: 31px;
  float: right;
  padding-top: 9px;
  margin: 18px 0;
}
.recruit dl dd a {
  color: #333;
  text-decoration: none;
}
.recruit dl .bg_no {
  background: none;
}
.recruit waku {
  width: 738px;
  background: #991809;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 30px 0;
  margin: 36px auto 0;
}
.recruit waku span {
  font-size: 28px;
  display: block;
  padding-top: 10px;
}

/* スタッフ */
.staff {
  margin: 0 -20px 65px 0;
}
.staff li {
  float: left;
  padding: 0 20px 20px 0;
}
.staff li img {
  width: 235px;
}
.staff li figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 320px;
}
.staff li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.staff li figure figcaption h3 {
  padding-top: 70px;
  font-size: 22px;
  margin-bottom: 20px;
}
.staff li figure figcaption h3 span {
  display: block;
  font-size: 14px;
}
.staff li figure figcaption p {
  margin-bottom: 30px;
}
.staff li figure figcaption .bt {
  width: 140px;
  padding: 12px 0;
  border: 2px solid #fff;
  font-size: 18px;
  margin: 0 auto;
}
.staff li figure figcaption .bt:hover {
  background: #000;
}
.staff li:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.staff_detail {
  width: 1000px;
  margin: 0 auto 40px;
}
.staff_detail .photo {
  float: left;
}
.staff_detail .photo .screen img {
  width: 330px;
  height: 440px;
}
.staff_detail .photo .thumb {
  margin-bottom: 30px;
}
.staff_detail .photo .thumb li {
  float: left;
}
.staff_detail .photo .thumb li img {
  width: 110px;
}
.staff_detail .photo .thumb li a {
  cursor: pointer;
}
.staff_detail .photo .thumb li:hover {
  opacity: 0.7;
}
.staff_detail dl {
  width: 640px;
  float: right;
  margin-bottom: 5px;
}
.staff_detail dl dt {
  width: 155px;
  float: left;
  background: #000;
  color: #FFF;
  padding: 5px 14px;
}
.staff_detail dl dt a {
  color: #FFF;
}
.staff_detail dl dd {
  width: 465px;
  float: right;
  padding-top: 5px;
}
.staff_detail dl dd a {
  color: #333;
  text-decoration: none;
}
.staff_detail dl dt.post {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.staff_detail dl dd.post {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 465px;
  float: right;
  padding-top: 5px;
}
.staff_detail dl dd.post span {
  display: block;
  color: #f33;
}
.staff_detail .sns {
  width: 640px;
  float: right;
}
.staff_detail .sns bt {
  width: 70px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.staff_detail .sns bt a {
  display: block;
  padding: 10px 0;
}
.staff_detail .sns bt img {
  width: 60px;
}

/* イベント */
/* ランキング */
.ranking {
  margin: 0 -20px 65px 0;
  text-align: center;
}
.ranking dl {
  margin: 0 auto;
}
.ranking dl dd {
  position: relative;
  float: left;
  margin: 10px;
}
.ranking dl dd img {
  width: 235px;
  height: 329px;
}
.ranking dl dd figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.ranking dl dd figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.ranking dl dd figure figcaption p {
  font-size: 40px;
  padding: 100px 0 20px;
}
.ranking dl dd figure figcaption h3 {
  font-size: 20px;
}
.ranking dl dd figure figcaption h3 span {
  display: block;
  font-size: 12px;
}
.ranking dl dd:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

/* PHOTO BBS */
.diary {
  width: 800px;
  margin: 0 auto 40px;
}
.diary ul {
  margin-top: 27px;
  text-align: left;
}
.diary ul li {
  *zoom: 1;
}
.diary ul li:before, .diary ul li:after {
  content: "";
  display: table;
}
.diary ul li:after {
  clear: both;
}
.diary ul li tit {
  display: block;
  font-weight: bold;
  border-bottom: #CCC 1px solid;
  margin-bottom: 10px;
}
.diary ul li txt img {
  width: 180px;
  height: auto;
  float: left;
  margin: 0 20px 50px 0;
}
.diary bt {
  display: block;
  text-align: center;
}
.diary bt a {
  color: #333;
  text-decoration: none;
}

/* ムービー */
/* 男メニュー */
h5 {
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 1% 0;
  margin: 0 0 5%;
}

.tab {
  width: 100%;
  font-size: 0;
  padding: 0 0 5% 5%;
}
.tab li {
  width: 45%;
  margin: 5% 5% 0 0;
  float: left;
}
.tab li img {
  width: 100%;
}
.tab li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
}
.tab li h3 span {
  display: block;
  font-size: 14px;
}
.tab li a {
  text-decoration: none;
  color: #333;
}

.tab_otoko {
  width: 100%;
  font-size: 0;
  padding-left: 5%;
}
.tab_otoko li {
  width: 28%;
  height: 700px;
  margin: 0 5% 5% 0;
  float: left;
}
.tab_otoko li img {
  width: 100%;
}
.tab_otoko li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
}
.tab_otoko li h3 span {
  display: block;
  font-size: 14px;
}
.tab_otoko li p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}
.tab_otoko li p span {
  display: block;
  font-size: 14px;
  color: #f00;
  font-weight: normal;
}
.tab_otoko li a {
  text-decoration: none;
  color: #333;
}

.tab_detail {
  width: 100%;
  padding: 0 5%;
}
.tab_detail .photo {
  text-align: center;
  padding: 0 0 5%;
}
.tab_detail .photo li {
  width: 100%;
  margin: 0 auto;
}
.tab_detail .name {
  color: #333;
  border-bottom: #333 2px solid;
  font-size: 20px;
}
.tab_detail .name rubi {
  font-size: 14px;
  display: inline-block;
}
.tab_detail post {
  display: block;
  text-align: right;
  color: #333;
  margin: 5px 0;
}
.tab_detail post2 {
  display: block;
  text-align: right;
  color: #f00;
  margin: 5px 0;
}
.tab_detail dl {
  border-bottom: #CCC 1px dashed;
  padding-bottom: 15px;
  margin: 15px 0;
}
.tab_detail dl dt {
  width: 30%;
  color: #333;
  float: left;
}
.tab_detail dl dd {
  width: 70%;
  float: right;
}
.tab_detail dl dd a {
  color: #333;
  text-decoration: none;
}
.tab_detail bt {
  text-align: center;
}
.tab_detail bt a {
  width: 80%;
  display: block;
  background: #000;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  padding: 2% 0;
  margin: 5% auto;
  border-radius: 8px;
}

.tab_menu dl {
  font-size: 20px;
}
.tab_menu dl dt {
  background: #999;
  color: #FFF;
  padding: 1% 0 1% 5%;
}
.tab_menu dl dd {
  padding: 1% 0 2% 5%;
}

/* アルバム */
.album_content {
  width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.album_content ul li {
  margin-bottom: 40px;
  text-align: left;
}
.album_content ul li img {
  display: block;
  float: left;
  margin-right: 20px;
}
.album_content ul li h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.album_content ul li .album_comment {
  display: block;
  float: left;
  width: 400px;
}
.album_content span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
