@charset "UTF-8";

/*トップページコンセプト*/
.concept_contents {
    position: absolute;
    bottom: 360px;
    left: 50px;
    z-index: 100;
    padding: 0 50px 0 0;
}
.concept_introduction {
    position: relative;
    z-index: 1;
}
.concept_introduction_inner h3 {
    font-size: 42px;
    line-height: 1.4;
    font-feature-settings: "palt";
    color: #3e3301;
}
.concept_introduction_inner p {
    color: #3e3301;
    font-size: 18px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    .concept_contents {
        position: absolute;
        bottom: 330px;
        left: 15px;
        z-index: 100;
        padding: 0 15px 0 0;
    }
    .concept_introduction_inner h3 {
        font-size: 22px;
        color: #3e3301;
        text-shadow: none;
    }
    .concept_introduction_inner p {
        font-size: 12px;
        color: #3e3301;
        text-shadow: none;
    }
}

/*ニュース*/
.news_outer {
}
#top_news {
    margin: 20px 0 0 0;
}
.top_news_inner {
    width: 100%;
}
.top_news_box {
}
@media screen and (max-width: 768px) {
    .news_outer {
        margin: 40px 0 0 0;
    }
}

/*撮って出し*/
.tottedashi_outer {
    margin: 40px 0 0 0;
}
#top_tottedashi {
    margin: 20px 0 20px 0;
}
.top_tottedashi_inner {
    width: 100%;
    text-align: center;
}
#top_tottedashi ul li {
    display: inline-block;
    width: 19.4%;
    vertical-align: top;
}
#top_tottedashi ul li a{
    margin: 0 0 0.5%;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
#top_tottedashi ul li img {
    display: block;
    width: 100%;
}
.top_tottedashi_inner .cast_photo:after {
    background-image: none;
}
@media screen and (max-width: 768px) {
    #top_tottedashi ul li {
        width: 49%;
        padding: 0 0 5px;
        margin: 0 0 0.5%;
    }
}


/*ピックアップ*/
.pickup_outer {
}
#top_pickup {
    margin: 10px 0 0 0;
    padding: 0 15px;
}
#top_pickup .col-xs-6:nth-child(odd) {
    padding-right: 5px;
}
#top_pickup .col-xs-6:nth-child(even) {
    padding-left: 5px;
}
.top_pickup_wrap {
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
    display: block;
    width: 100%;
    text-decoration: none;
}
.top_pickup_wrap:hover {
}
.top_pickup_box {
    width: 100%;
    position: relative;
}
.top_pickup_box_waku {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.top_pickup_box_img {}
.top_pickup_box_img img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.top_pickup_wrap strong{
    font-size: 28px;
    font-weight: bold;
    color: #3B0E0B;
    display: block;
}
.top_pickup_wrap strong p {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}
.top_pickup_wrap p{
    color: #3B0E0B;
    display: block;
    letter-spacing: 0em;
}
.pickup_text_middle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    color: #1c7600;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

@media screen and (max-width: 1200px) {
    #top_pickup .col-xs-6:nth-child(odd) {
        padding-right: 2px;
    }
    #top_pickup .col-xs-6:nth-child(even) {
        padding-left: 2px;
    }
    .top_pickup_wrap {
        margin: 4px 0;
        text-align: center;
        vertical-align: top;
        display: block;
    }
    .top_pickup_wrap strong{
        font-size: 17px;
    }
    .pickup_text_middle {
        text-align: left;
        font-size: 15px;
        line-height: 1.3;
    }
    .top_pickup_wrap p{
        font-size: 12px;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 768px) {
    .pickup_outer {
        margin: 40px 0 0 0;
    }

    #top_pickup {
        margin: 10px 0 0 0;
        padding: 0;
    }

    .top_pickup_box_img img {
        margin: 0 auto 5px;
    }
}



/*アンケート*/
.anketo_outer {
    margin: 40px 0 0 0;
}

#top_anketo {
    width: 100%;
    margin: 20px 0 20px;
    padding: 0 10px;
}
#top_anketo .col-sm-3 {
    padding: 0 5px;
}
.top_anketo_box {
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #efebd8;
    height: 640px;
    max-height: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.top_anketo_box h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 15px;
    background: #1c7600;
    color: #FFF;
    padding: 8px;
    letter-spacing: 0em;
}
.top_anketo_box a {
    display: block;
    width: 100%;
}
.top_anketo_box img {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 10px;
}
h4.question_h4 font {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px 0;
    display: block;
}
#top_anketo p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}
#top_anketo p span {
    color: #3B0E0B !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
#top_anketo div {
    color: #3B0E0B !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
#top_anketo strong {
    color: #3B0E0B !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
#top_anketo strong br{
    display: none !important;
    line-height: 1.6 !important;
}
.zaiseki_box {
    background-color: #F2EFE6;
    border: 1px solid #C1982E;
    padding: 5px;
    width: 130px;
    float: left;
    margin: 5px 4px 5px;
    line-height: 14px;
    position: relative;
    height: 200px;
}
@media screen and (max-width: 1200px) {
	.top_anketo_box {
	    padding: 20px;
	}
	.top_anketo_box h3 {
	    text-align: center;
	    margin: 0 0 20px 0;
	    font-weight: bold;
	    font-size: 16px;
	    color: #FFF;
	    padding: 8px 14px;
	    letter-spacing: 0em;
	    display: block;
	}
	h4.question_h4 font {
	    font-weight: bold;
	    font-size: 18px;
	    margin: 0 0 20px 0;
	    display: block;
	    text-align: left;
	}
	.top_anketo_box p {
	    font-size: 13px;
	    text-align: left;
	}
	.top_anketo_box p span {
	    color: #3B0E0B !important;
	    font-size: 13px !important;
	    text-align: left !important;
	}

}
@media screen and (max-width: 768px) {
    .top_anketo_box {
        padding: 20px 10px;
        margin: 0 0 10px 0;
        height: 100%;
        max-height: 100%;
    }
    .top_anketo_box img {
        display: block;
        width: 40%;
            float: left;
        margin: 0 3% 0 0;
    }
    h4.question_h4 font {
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 20px 0;
        display: block;
    }
    .top_anketo_box p span {
        color: #3B0E0B !important;
        font-size: 13px !important;
    }
    .top_anketo_box p {
        font-size: 13px;
    }
}

/*写メ日記*/
/*.top_syame_outer {
    margin: 40px 0 0 0;
}
#top_syame {
    background: #fff;
    border: 1px solid #F3EFE8;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 30px 10px 0;
}
.top_syame_inner{
    text-align: center;
}
.top_syame_inner iframe{
    width: 100%;
    max-width: 800px;
}
.top_syame_iframe_pc{
    display: block;
    margin: 0 auto;
}
.top_syame_iframe_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    #top_syame {
        background: none;
        border: none;
        border-radius: 0px;
        padding: 0;
    }
    .top_syame_iframe_pc{
        display: none;
    }
    .top_syame_iframe_sp{
        display: block;
        margin: 0 auto;
    }
    .top_syame_inner iframe{
        width: 320px;
        max-width: 320px;
    }
}*/


/*ランキング*/
.top_ranking_outer {
    margin: 40px 0;
}
.top_ranking_list {
    display: block;
    text-align: center;
    width: 19%;
    margin: 0 0.5% 1%;
    float: left;
    color: #3e3301;
}
.top_ranking_list_5{
    display: none;
}
.top_ranking_list_6{
    display: block;
}
.top_ranking_list:hover{
    color: #3e3301;
}
.top_ranking_photo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 10px;
}
.catch_text{
    /*padding: 10px 0 5px;*/
    text-align: center;
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #1c7600 !important;
    line-height: 1.4 !important;
    padding: 0 5px;
    font-feature-settings : "palt";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    position: relative;
    z-index: 4;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.catch_text,.catch_text strong,.catch_text span{
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #1c7600 !important;
    line-height: 1.4 !important;
    font-feature-settings : "palt";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    position: relative;
    z-index: 4;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.top_honjitusyukkin_box .catch_text span{
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #1c7600 !important;
    line-height: 1.4 !important;
    font-feature-settings : "palt";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    padding: 0 4px !important;
    position: relative;
    z-index: 4;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.top_tottedashi_inner .catch_text,.catch_text strong,.catch_text span{
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #1c7600 !important;
    line-height: 1.4 !important;
    font-feature-settings : "palt";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    position: relative;
    z-index: 4;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    padding: 5px 0 0 0;
}


.top_ranking_list h3{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.top_ranking_list h3 p{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}
.top_ranking_list p{
    font-size: 13px;
    letter-spacing: 0em;
}
/*.top_ranking_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 0 0 0;
}*/
.ranking_list_outer {
  counter-reset: wpp-ranking;
}
.ranking_list_outer a {
  list-style-type: none;
  position: relative;
}
.ranking_list_outer a:first-child:before {
  background: #E4CD1E;
  box-shadow: 0 1px 8px rgba(0,0,0, .3);
  text-shadow: 0 1px 4px rgba(0,0,0, .3);
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ranking_list_outer a:nth-child(2):before {
  background: #A5A5A5;
  box-shadow: 0 1px 8px rgba(0,0,0, .3);
  text-shadow: 0 1px 4px rgba(0,0,0, .3);
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  width: 52px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}
.ranking_list_outer a:nth-child(3):before {
  background: #BC833B;
  box-shadow: 0 1px 8px rgba(0,0,0, .3);
  text-shadow: 0 1px 4px rgba(0,0,0, .3);
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}
.ranking_list_outer a:before {
  background: #1c7600;
  box-shadow: 0 1px 8px rgba(0,0,0, .3);
  text-shadow: 0 1px 4px rgba(0,0,0, .3);
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}



#js_tab {
    margin: 0 0 10px 0;
}
#js_tab ul#tab {
margin: 20px 0;
text-align: center;
}
#js_tab ul#tab li {
display: inline-block;
text-align: center;
border: 1px solid #d2d1cb;
background: #fff;
letter-spacing: 0em;
vertical-align: top;
border-radius: 100px;
}
#js_tab ul#tab li a{
width: 100%;
display: block;
padding: 12px 20px;
font-size: 16px;
letter-spacing: 0em;
line-height: 1.2;
font-weight: bold;
color: #201a00;
}
#js_tab ul#tab li.selected {
background: #201a00;
border: 1px solid #201a00;
box-shadow: 0 4px 12px rgba(0,0,0, .5);
}
#js_tab ul#tab li.selected a {
color: #fff;
}

#tab2,#tab3,#tab4,#tab5,#tab6{
    display: none;
}
@media screen and (max-width: 768px) {
    #js_tab {
        max-height: 100%;
        overflow: hidden;
    }
    #js_tab ul#tab {
        margin: 20px 0 10px;
        text-align: left;
    }
    #js_tab ul#tab li {
        margin: 2px 0;
    }
    #js_tab ul#tab li a{
        font-size: 13px;
        padding: 10px 16px;
    }

    .top_ranking_list {
        display: block;
        text-align: center;
        width: 49%;
        margin: 0 0.5% 1%;
        float: left;
        padding: 0 0 15px;
    }

    .top_ranking_list_5{
        display: block;
    }
    .top_ranking_list_6{
        display: none !important;
    }

    .top_ranking_list h3{
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 5px;
    }
    .top_ranking_list p{
        font-size: 11px;
    }

    .ranking_list_outer a:first-child:before {
      font-size: 24px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      top: 0;
      left: 0;
    }
    .ranking_list_outer a:nth-child(2):before {
      font-size: 24px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      top: 0;
      left: 0;
    }
    .ranking_list_outer a:nth-child(3):before {
      font-size: 24px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      top: 0;
      left: 0;
    }
    .ranking_list_outer a:before {
      font-size: 24px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      top: 0;
      left: 0;
    }

    .catch_text{
        font-size: 16px !important;
    }
    .catch_text,.catch_text strong,.catch_text span{
        font-size: 16px !important;
    }
    .top_honjitusyukkin_box .catch_text span{
        font-size: 16px !important;
    }
}




/*本日の出勤*/
.top_honjitusyukkin_outer {
    margin: 40px 0 0 0;
}
#top_honjitusyukkin {
    width: 100%;
    margin: 20px 0 20px;
    text-align: center;
    width: 100%;
}
#top_honjitusyukkin_outer .top_honjitusyukkin_box {
    width: 19.4%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    position: relative;
    line-height: 1.4;
    padding: 2px;
}
.top_honjitusyukkin_box {
    width: 24.4%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    position: relative;
    line-height: 1.4;
    padding: 2px;
}
.top_honjitusyukkin_box:hover {
}
.top_honjitusyukkin_box img {
    display: block;
}


.cast_honjitusyukkin_box {
    width: 130px;
    float: left;
    margin: 5px 4px 5px;
    line-height: 14px;
    position: relative;
}
p.schedule_time {
    background: #fff;
    text-align: center;
    color: #3e3301;
    padding: 2px 0;
    margin: 10px 5px 5px;
    text-shadow: none;
}

#top_honjitusyukkin > a.top_honjitusyukkin_box:nth-child(5n+1) {
    clear: both;
}
#top_honjitusyukkin > a.top_honjitusyukkin_box {
    display: table-cell;
    float: left;
    width: 20%;
}


/*.cast_photo:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 15vh;
    background-image: -ms-linear-gradient(0deg, #F5F3EA 0%, #F5F3EA 15%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, #F5F3EA 0%, #F5F3EA 15%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #F5F3EA 0%, #F5F3EA 15%, rgba(255, 255, 255, 0) 100%);
}
.shot_inner .cast_photo:after {
    z-index: 2;
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: auto;
    background-image: none;
}*/

.cast_list {
    display: block;
    padding: 0 0 5px;
}

.schedule_info {
    width: 100%;
    padding: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 3;
    /*color: #fff;*/
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.schedule_name {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 0;
    /*color: #fff;*/
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.schedule_age {
    font-size: 13px;
    /*color: #fff;*/
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    font-weight: normal;
    display: inline-block;
}
.schedule_size {
    font-size: 13px;
    word-break: break-all;
    letter-spacing: 0em;
    /*color: #fff;*/
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

/*新人面接入店(トップページ)*/
.top_tottedashi_inner .schedule_info {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: #3e3301;
    text-shadow: none;
}
.top_tottedashi_inner .schedule_name {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 0;
    color: #3e3301;
    text-shadow: none;
}
.top_tottedashi_inner .schedule_age {
    font-size: 13px;
    color: #3e3301;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
}
.top_tottedashi_inner .schedule_size {
    font-size: 13px;
    word-break: break-all;
    letter-spacing: 0em;
    color: #3e3301;
    text-shadow: none;
}
/*新人面接入店*/
.shot_inner .schedule_info {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: #3e3301;
    text-shadow: none;
}
.shot_inner .schedule_name {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 0;
    color: #3e3301;
    text-shadow: none;
}
.shot_inner .schedule_age {
    font-size: 13px;
    color: #3e3301;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
}
.shot_inner .schedule_size {
    font-size: 13px;
    word-break: break-all;
    letter-spacing: 0em;
    color: #3e3301;
    text-shadow: none;
}


/*トップ・スケジュールページ・在籍一覧の身長3サイズ文字調整*/
.top_honjitusyukkin_box span {
    font-size: 13px;
    color: #3B0E0B;
}
.top_honjitusyukkin_box strong {
    color: #3B0E0B;
    font-weight: bold;
}

/*トップ・スケジュールページ・在籍一覧のアイコン設定*/
.cast_photo {
    position: relative;
    margin: 0;
}
.cast_photo img {
    display: block;
    width: 100%;
}
.cast_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 90px;
    text-align: right;
}
.cast_icon img {
    display: block;
    width: 100%;
    height: auto;
}
.new_face_ico {
    display: inline-block;
    width: 100%;
    max-width: 60px;
}
.honjituno_syukkin_ico {
    display: block;
    width: 100%;
    margin: 0 0 -10px;
}
.girls_list_foreign{
    display: inline-block;
    width: 100%;
    max-width: 60px;
}
@media screen and (max-width: 1200px) {
	.top_honjitusyukkin_box strong{
		display: block;
		padding: 0 4px;
		font-size: 15px !important;
		word-break: break-all !important;
		line-height: 1.2 !important;
	    letter-spacing: 0em;
	}
	.top_honjitusyukkin_box span{
		display: block;
		padding: 8px 4px 0;
		font-size: 13px !important;
		word-break: break-all !important;
	    letter-spacing: 0em;
	}
	.top_honjitusyukkin_box br{
		display: none;
	}
	p.schedule_time {
	    text-align: center;
	    padding: 2px;
	    margin: 10px 4px;
	    letter-spacing: 0em;
	}
}
@media screen and (max-width: 768px) {
    #top_honjitusyukkin_outer {
        margin: 40px 10px 0;
    }
    #top_honjitusyukkin_outer .top_honjitusyukkin_box {
        width: 49.1%;
        margin: 0.5% 0 10px;
    }
    .top_honjitusyukkin_box {
        width: 49.1%;
        margin: 0.5% 0;
    }
    .top_honjitusyukkin_box span {
        font-size: 12px;
        color: #3B0E0B;
        letter-spacing: 0em;
        display: block;
    }
    .top_honjitusyukkin_box strong {
        color: #3B0E0B;
        font-size: 13px;
        display: block;
    }
    .top_honjitusyukkin_box br {
        display: none;
    }
    p.schedule_time {
        margin: 4px 0 0;
    }

    #top_honjitusyukkin > a.top_honjitusyukkin_box:nth-child(odd) {
        clear: both;
    }
    #top_honjitusyukkin > a.top_honjitusyukkin_box:nth-child(5n+1) {
        clear: none;
    }
    #top_honjitusyukkin > a.top_honjitusyukkin_box {
        display: table-cell;
        float: left;
        width: 50%;
    }

    .schedule_name {
        font-size: 18px;
    }
    .schedule_info {
        padding: 5px;
    }
}

.newface_next_list {
    max-width: 96%;
    margin: 0 auto;
}
.newface_next{
    font-size: 14px;
    margin: 2px 0;
    letter-spacing: 0em;
    background: #eae7db;
    text-align: left;
}
.newface_next span{
    font-size: 9px;
    padding: 0 8px;
    display: inline-block;
    letter-spacing: 0em;
    color: #1c7600;
    margin: 0 4px 0 0;
    font-weight: bold;
    text-shadow: none;
}
.newface_info_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 5px 0;
    /*color: #fff;
    text-shadow: -1px -1px 1px #211B00, 1px -1px 1px #211B00, -1px 1px 1px #211B00, 1px 1px 1px #211B00;*/
}
.newface_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}
#shot .newface_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}
/*#top_tottedashi .newface_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}*/
@media screen and (max-width: 768px) {
    .newface_next{
        font-size: 15px;
        letter-spacing: 0em;
        padding: 5px;
    }
    .newface_next span{
        display: block;
        letter-spacing: 0em;
        padding: 0;
        font-size: 9px !important;
    }
}

.top_tottedashi_inner .newface_info_text{
    color: #3e3301;
    text-shadow: none;
    margin: 5px 0 0;
}
.shot_inner .newface_info_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 0 0;
    color: #3e3301;
    text-shadow: none;
}

.schedule_widget{
    display: none;
}
@media screen and (max-width: 768px) {
    .schedule_widget{
        display: block;
        margin: 0 auto 20px;
    }
}

/*スケジュールページ曜日ボタン*/
#schedule_date_outer {
}
.schedule_date_list {
    margin: 0 auto;
    text-align: center;
}
.schedule_date_list li{
    display: inline-block;
    width: 13.85%;
    text-align: center;
    margin: 0 0.2%;
    float: left;
}
.schedule_date_list li a {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #3e3301;
    color: #3e3301;
    width: 100%;
    transition: all .3s;
}
.schedule_date_list li a:hover {
    background: -ms-linear-gradient(top, #3e3301, #201a00);
    background: -moz-linear-gradient(top, #3e3301, #201a00);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3301), to(#201a00));
    color: #fff;
}
.schedule_date_list li.stay {
    display: inline-block;
    padding: 10px 0;
    background: -ms-linear-gradient(top, #3e3301, #201a00);
    background: -moz-linear-gradient(top, #3e3301, #201a00);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3301), to(#201a00));
    border: 1px solid #3e3301;
    width: 13.8%;
    text-align: center;
    margin: 0 0.2%;
    color: #FFF;
}

.schedule_date_tilte {
    margin: 20px 0;
    background: -ms-linear-gradient(top, #3e3301, #201a00);
    background: -moz-linear-gradient(top, #3e3301, #201a00);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3301), to(#201a00));
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .schedule_date_list li{
        display: inline-block;
        width: 24.6%;
        text-align: center;
        margin: 0.2%;
        float: left;
        font-size: 14px;
    }

    .schedule_date_list li.stay {
        display: inline-block;
        padding: 10px 0;
        background: -moz-linear-gradient(top, #3e3301, #201a00);
        background: -webkit-gradient(linear, left top, left bottom, from(#3e3301), to(#201a00));
        border: 1px solid #3e3301;
        width: 24.6%;
        text-align: center;
        margin: 0.2%;
        color: #FFF;
            font-size: 14px;
    }

    .schedule_date_tilte {
        margin: 20px 0 0 0;
        background: -moz-linear-gradient(top, #3e3301, #201a00);
        background: -webkit-gradient(linear, left top, left bottom, from(#3e3301), to(#201a00));
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        }
}

/*在籍ソートボタン*/
#cast_sort_outer {
    margin: 0 0 20px 0;
}
.cast_sort_list {
    margin: 0 auto;
    text-align: center;
}
.cast_sort_list li{
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0 0.2%;
}
.cast_sort_list li a {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #b9ac8c;
    color: #654333;
    width: 100%;
    transition: .3s;
    font-weight: bold;
    background: #F9F8F6;
}
.cast_sort_list li a:hover {
    background: #b9ac8c;
    border: 1px solid #b9ac8c;
    color: #fff;
}
.cast_sort_list li.stay {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0 0.2%;
}
.cast_sort_list li.stay a{
    display: inline-block;
    padding: 10px 0;
    background: #b9ac8c;
    border: 1px solid #b9ac8c;
    color: #FFF;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    #cast_sort_outer {
        margin: 0 0 10px 0;
    }
    .cast_sort_list li{
        width: 23%;
        margin: 0.2%;
        font-size: 14px;
    }

    .cast_sort_list li.stay {
        width: 23%;
        margin: 0.2%;
    }
    .cast_sort_list li.stay a{
        font-size: 14px;
    }
}














/*新人情報用CSS*/
.newface_box{
    background: #fff;
    border: 1px solid #efebd8;
    padding: 20px 10px;
    margin: 0 0 10px 0;
}
.newface_date{
    background: #3D3301;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    display: inline-block;
}
.newface_girlname{
    background: #F2F1DC;
    padding: 8px 10px;
    margin: 14px 0 8px;
    font-size: 22px;
    font-weight: bold;
}
.newface_name{
    margin: 0 0 20px 0;
}
/*.newface_text{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}*/

.newface_box a{
    display: block;
    width: 100%;
}
.newface_box a img{
    display: block;
    width: 100%;
}
.newface_box p span{
    font-size: 16px !important;
    color: #3B0E0B !important;
}
.newface_box p strong{
    font-size: 16px !important;
    color: #3B0E0B !important;
}
.newface_box p font{
    font-size: 16px !important;
    color: #3B0E0B !important;
}
@media screen and (max-width: 768px) {
    .newface_box{
        background: #fff;
        border: 1px solid #dedede;
        padding: 10px;
        margin: 0 0 10px 0;
    }

    .newface_date{
        background: #3B0E0B;
        color: #fff;
        padding: 4px 20px;
            font-size: 14px;
        display: block;
        text-align: center;
        width: 80%;
        max-width: 280px;
        margin: 0 auto;
    }
    .newface_girlname{
        background: #F9F8F6;
        padding: 8px;
        margin: 14px 0 8px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .newface_name{
        margin: 0 0 20px 0;
        text-align: center;
    }

    .newface_box a img{
        display: block;
        width: 100%;
            padding: 0 0 20px 0;
    }

    .newface_box p span{
        font-size: 14px !important;
        color: #3B0E0B !important;
    }
    .newface_box p strong{
        font-size: 14px !important;
        color: #3B0E0B !important;
    }
    .newface_box p font{
        font-size: 14px !important;
        color: #3B0E0B !important;
    }
}







/*アンケート*/
.anketo_box_outer .top_anketo_box{
    height: 100% !important;
    max-height: 100% !important;
}
.anketo_box {
    margin: 0 0 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #efebd8;
    height: 100%;
}
.anketo_box a{
    position: relative;
    z-index: 3;
}
.anketo_box h4.question_h4 span{
    font-size: 24px !important;
}
.anketo_box p span{
    font-size: 18px !important;
}
@media screen and (max-width: 768px) {
    .anketo_box {
        margin: 0 0 20px 0;
        padding: 20px 10px;
        text-align: left;
    }
    .anketo_box h4.question_h4 span{
        font-size: 18px !important;
    }
    .anketo_box p span{
        font-size: 14px !important;
    }
}


/*ランキング*/
.ranking_content{
    margin: 20px 0;
}
.ranking_title{
    padding: 10px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.ranking_list {
    display: block;
    text-align: center;
    width: 19%;
    margin: 0 0.5% 1%;
    float: left;
    color: #3e3301;
    background: #fff;
    border: 1px solid #F3EFE8;
    padding: 0 0 15px;
    position: relative;
}
.ranking_list:hover{
    color: #3e3301;
    border: 1px solid #F3EFE8;
}
.ranking_photo_outer{
    position: relative;
}
.ranking_photo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.ranking_list h3{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px;
}
.ranking_list p{
    font-size: 14px;
}


.ranking_content {
  counter-reset: wpp-ranking;
}
.ranking_content a {
  list-style-type: none;
  position: relative;
}
.ranking_content a:first-child:before {
  background: #CFC364;
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  width: 56px;
  height: 56px;
  line-height: 50px;
  border: 3px solid #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ranking_content a:nth-child(2):before {
  background: #A5A5A5;
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  width: 52px;
  height: 52px;
  line-height: 48px;
  border: 2px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}
.ranking_content a:nth-child(3):before {
  background: #BC833B;
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}
.ranking_content a:before {
  background: #1c7600;
  border-radius: 2px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #fff;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
.ranking_content{
    margin: 10px 0 20px;
}
.ranking_title{
    padding: 14px 0;
    font-size: 20px;
}

.ranking_list {
    display: block;
    text-align: center;
    width: 49%;
    margin: 0 0.5% 1%;
    float: left;
    color: #3e3301;
    background: #fff;
    border: 1px solid #F3EFE8;
    padding: 0 0 15px;
}
.ranking_list h3{
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 5px;
}
.ranking_list h3 p{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}
.ranking_list p{
    font-size: 13px;
}

.ranking_content a:first-child:before {
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: 0;
  left: 0;
}
.ranking_content a:nth-child(2):before {
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: 0;
  left: 0;
}
.ranking_content a:nth-child(3):before {
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: 0;
  left: 0;
}
.ranking_content a:before {
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: 0;
  left: 0;
}

}




/*撮って出し*/
#shot {
}
.shot_inner {
    width: 100%;
    text-align: center;
}
#shot ul li {
    display: inline-block;
    width: 32.6%;
    margin: 0 0 0.5%;
    text-align: center;
    vertical-align: top;
}
#shot ul li a{
    display: block;
    box-sizing: border-box;
}
#shot ul li img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
    #shot ul li {
        width: 49%;
        margin: 0 0 10px;
    }
    #shot ul li a{
    }
}
