@charset "UTF-8";

/*トップページコンセプト*/
.top_concept {
    margin: 10px auto;
}
.top_concept video {
    display: block;
    width: 100%;
	height: auto;
    object-fit: cover;
    object-position: top left;
    z-index: 1;
}
.top_concept_pc {
    display: block;
}
.top_concept_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .top_concept {
        margin: 10px -15px 0;
    }    
    .top_concept_pc {
        display: none;
    }
    .top_concept_sp {
        display: block;
    }
}

.play_guide_bnr {
    display: flex;
    flex-direction: row;
    gap: 0 10px;
}
.play_guide_bnr a {
    display: block;
    width: 50%;
    transition: opacity .3s;
}
.play_guide_bnr a:hover {
    opacity: .75;
}
.play_guide_bnr a img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .play_guide_bnr {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        margin-top: 10px;
    }
    .play_guide_bnr a {
        display: block;
        width: 100%;
    }
}

.chijyo_guide {
    margin: 10px auto 0;
}
.chijyo_guide img {
    display: block;
    width: 100%;
    height: auto;
}

/*ニュース*/
.news_outer {
    margin: 40px 0 0 0;
}
#top_news {
    margin: 20px 0 0 0;
    overflow: hidden;
}
.top_news_inner {
    width: 100%;
}
.cityheaven-blogparts-soku {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
}
.cityheaven-blogparts-soku iframe {
    width: 100%;
    height: 644px;
    display: block;
    -webkit-overflow-scrolling: touch;
}

/*撮って出し*/
.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{
    padding: 5px;
    margin: 0 0 0.5%;
    text-align: center;
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
}
#top_tottedashi ul li img {
    display: block;
    width: 100%;
    border-radius: 4px;
}
/*.top_tottedashi_box a {
    display: block;
    text-align: center;
    text-decoration: none;
}*/
/*.top_tottedashi_box {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    font-weight: normal !important;
    line-height: 1.6;
}
.top_tottedashi_box span,
.top_tottedashi_box strong,
.top_tottedashi_box p,
.top_tottedashi_box h1,
.top_tottedashi_box h2,
.top_tottedashi_box h3,
.top_tottedashi_box h4,
.top_tottedashi_box h5,
.top_tottedashi_box h6,
.top_tottedashi_box font,
.top_tottedashi_box b {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    letter-spacing: 0em;
    text-align: left;
    font-size: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
}
.top_tottedashi_box span {
    padding: 4px !important;
}*/
/*@media screen and (max-width: 1200px) {
    #top_tottedashi ul li img {
        display: block;
        width: 100% !important;
        height: auto !important;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }
    #top_tottedashi ul li:nth-child(odd) img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }
    #top_tottedashi ul li:nth-child(even) img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }

    .top_tottedashi_box span,
    .top_tottedashi_box strong,
    .top_tottedashi_box p,
    .top_tottedashi_box h1,
    .top_tottedashi_box h2,
    .top_tottedashi_box h3,
    .top_tottedashi_box h4,
    .top_tottedashi_box h5,
    .top_tottedashi_box h6,
    .top_tottedashi_box font,
    .top_tottedashi_box b {
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
        font-size: 95% !important;
    }
}*/

@media screen and (max-width: 768px) {
    #top_tottedashi ul li {
        width: 49%;
        padding: 0 0 5px;
        margin: 0 0 0.5%;
    }
}


/*ピックアップ*/
.pickup_outer {
    margin: 40px 0 0 0;
}

#top_pickup {
    margin: 20px 0 0 0;
}
#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 10px;
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    padding: 8px;
    text-align: center;
    vertical-align: top;
    display: block;
    width: 100%;
    border-radius: 4px;
    line-height: 1.4;
}
.top_pickup_wrap {
    text-decoration: none;
}
.top_pickup_wrap:hover {
    border: 1px solid #F8EEEE;
}
.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;
    border-radius: 4px;
}
.top_pickup_wrap strong{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 0;
    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;
}
.pickup_text_middle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    color: #AD0606;
}

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

/*ムービー*/
.movie_outer {
    margin: 40px 0 0 0;
}

.movie_inner {
    margin: 20px 0 0 0;
    text-align: center;
}
.movie_inner h3 {
    font-weight: bold;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    background: #F9F7F7;
    border: 1px solid #dedede;
    color: #3B0E0B;
    border-radius: 40px;
    padding: 10px 40px;
    display: inline-block;
}
.movie_content {
    position: relative;
    width: 100%;
    margin: 20px 0 40px;
}
.movie_content:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.movie_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
	.movie_inner {
	    margin: 20px 0 0 0;
	    text-align: center;
	}
	.movie_inner h3 {
	    font-weight: bold;
	    text-align: center;
	    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 16px;
	    border-radius: 40px;
	    padding: 8px 14px;
	    width: auto;
	    letter-spacing: 0em;
	    display: inline-block;
	}
}

/*アンケート*/
.review_inner iframe {
    display: block;
    width: 100%;
    min-height: 910px;
    border: none;
    margin-bottom: 20px;
}
.anketo_outer {
    margin: 40px 0 0 0;
}
#top_anketo {
    width: 100%;
    margin: 20px 0;
}


/*ランキング*/
.top_ranking_outer {
    margin: 40px 0 0;
}
.top_ranking_list {
    display: block;
    text-align: center;
    width: 19%;
    margin: 0 0.5% 1%;
    float: left;
    color: #3B0E0B;
    background: #FBF6F6;
    border: 1px solid #F3EFE8;
    padding: 0 0 15px;
    border-radius: 4px;
    line-height: 1.4;
}
.top_ranking_list_5{
    display: none;
}
.top_ranking_list_6{
    display: block;
}
.top_ranking_list:hover{
    color: #3B0E0B;
    border: 1px solid #F3EFE8;
}
.top_ranking_photo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.catch_text{
    /*padding: 10px 0 5px;*/
    text-align: center;
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #AD0606 !important;
    line-height: 1.4 !important;
    padding: 0 5px;
    font-feature-settings : "palt";
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
}
.catch_text,.catch_text strong,.catch_text span{
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #AD0606 !important;
    line-height: 1.4 !important;
    font-feature-settings : "palt";
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
}
.top_honjitusyukkin_box .catch_text span{
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    color: #AD0606 !important;
    line-height: 1.4 !important;
    font-feature-settings : "palt";
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    padding: 0 4px !important;
}
.top_ranking_list h3{
    font-size: 18px;
    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: 14px;
}
/*.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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: #3B0E0B;
  box-shadow: 0 1px 8px rgba(0,0,0, .3);
  text-shadow: 0 1px 4px rgba(0,0,0, .3);
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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;
width: 12.5%;
text-align: center;
border-radius: 4px;
border: 1px solid #ccc;
background: #ededed;
vertical-align: top;
}
#js_tab ul#tab li a{
width: 100%;
display: block;
padding: 20px 0;
font-size: 16px;
letter-spacing: 0em;
line-height: 1.2;
font-weight: bold;
color: #3B0E0B;
}
#js_tab ul#tab li.selected {
background: #3B0E0B;
border: 1px solid #3B0E0B;
}
#js_tab ul#tab li.selected a {
color: #fff;
}

#tab2,#tab3,#tab4,#tab5,#tab6,#tab7{
    display: none;
}
@media screen and (max-width: 768px) {
    #js_tab {
        max-height: 100%;
        overflow: hidden;
    }


    #js_tab ul#tab li {
    width: 48%;
    margin: 2px 0;
    }

    #js_tab ul#tab li a{
    font-size: 15px;
    padding: 12px 0;
    }
    /*.top_ranking_list {
        text-align: center;
        max-height: 480px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 0 20px 0;
    }*/
    .top_ranking_list {
        display: block;
        text-align: center;
        width: 49%;
        margin: 0 0.5% 1%;
        float: left;
        color: #3B0E0B;
        background: #FBF6F6;
        border: 1px solid #F3EFE8;
        padding: 0 0 15px;
        border-radius: 4px;
    }

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

    .top_ranking_list h3{
        font-size: 15px;
        font-weight: bold;
        margin: 15px 0 5px;
    }
    .top_ranking_list p{
        font-size: 13px;
    }

    .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;
    /*float: left;*/
    box-sizing: content-box;
    box-sizing: border-box;
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    margin: 0 0 0.2%;
    padding: 0 0 10px 0;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    line-height: 1.4;
}
.top_honjitusyukkin_box {
    width: 24.4%;
    display: inline-block;
    /*float: left;*/
    box-sizing: content-box;
    box-sizing: border-box;
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    margin: 0 0 0.2%;
    padding: 0 0 10px 0;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    line-height: 1.4;
}
.top_honjitusyukkin_box:hover {
    border: 1px solid #F8EEEE;
}
.top_honjitusyukkin_box img {
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.cast_honjitusyukkin_box {
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    padding: 5px;
    width: 130px;
    float: left;
    margin: 5px 4px 5px;
    line-height: 14px;
    position: relative;
}
p.schedule_time {
    background: #3B0E0B;
    text-align: center;
    color: #FFF;
    padding: 2px 0;
    margin: 10px 5px 5px;
    border-radius: 40px;
}

.schedule_name {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 0;
    color: #3B0E0B;
}
.schedule_age {
    font-size: 13px;
    color: #3B0E0B;
    font-weight: normal;
    display: inline-block;
}
.schedule_size {
    font-size: 14px;
    word-break: break-all;
    letter-spacing: 0em;
    color: #3B0E0B;
}

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

/*トップ・スケジュールページ・在籍一覧のアイコン設定*/
.honjituno_syukkin_ico {
    position: absolute;
    right: 0px;
    top: 0px;
}
.honjituno_syukkin_ico img {
    display: block;
    width: 100%;
    height: auto;
}
.cast_photo {
    position: relative;
    margin: 0 0 10px 0;
}
.cast_photo img {
    display: block;
    width: 100%;
}
.new_face_ico {
    position: absolute;
    bottom: 3px;
    right: 3px;
}
@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 {
	    background: #3B0E0B;
	    text-align: center;
	    color: #FFF;
	    padding: 2px;
	    margin: 10px 4px;
	    border-radius: 40px;
	    font-size: 12px;
	    letter-spacing: 0em;
	}
}
@media screen and (max-width: 768px) {
    #top_honjitusyukkin_outer {
        margin: 40px 15px 0;
    }
    #top_honjitusyukkin_outer .top_honjitusyukkin_box {
        width: 49.1%;
        margin: 0.5% 0;
    }
    .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;
    }
    .schedule_name {
        font-size: 18px;
    }

    .honjituno_syukkin_ico {
        max-width: 80px;
    }
}

.newface_next{
    font-size: 14px;
    margin: 0;
    letter-spacing: 0em;
    color: #3B0E0B;
}
.newface_next span{
    background: #957370;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 9px;
    padding: 0 8px;
    display: inline-block;
    letter-spacing: 0em;
    color: #fff;
    margin: 0 4px 0 0;
    position: relative;
    top: -2px;
    font-weight: bold;
}
.newface_info_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 5px 0;
    color: #3B0E0B;
}
.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: 13px;
        margin: 3px 0 0 0;
        letter-spacing: 0em;
    }
    .newface_next span{
        font-size: 8px !important;
        padding: 2px 0;
        display: block;
        letter-spacing: 0em;
        color: #fff;
        margin: 0 auto;
        position: relative;
        top: 0;
        font-weight: bold;
        width: 60px;
    }
}

.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 #3B0E0B;
    color: #3B0E0B;
    border-radius: 4px;
    width: 100%;
    transition: .3s;
}
.schedule_date_list li a:hover {
    background: #3B0E0B;
    color: #fff;
}
.schedule_date_list li.stay {
    display: inline-block;
    padding: 10px 0;
    background: #3B0E0B;
    border: 1px solid #3B0E0B;;
    width: 13.8%;
    text-align: center;
    margin: 0 0.2%;
    color: #FFF;
    border-radius: 4px;
}

.schedule_date_tilte {
    margin: 20px 0;
    background: -ms-linear-gradient(top, #3B0E0B, #220301);
    background: -moz-linear-gradient(top, #3B0E0B, #220301);
    background: -webkit-gradient(linear, left top, left bottom, from(#3B0E0B), to(#220301));
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 40px;
}

@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: #3B0E0B;
        border: 1px solid #3B0E0B;;
        width: 24.6%;
        text-align: center;
        margin: 0.2%;
        color: #FFF;
        border-radius: 4px;
        font-size: 14px;
    }

    .schedule_date_tilte {
        margin: 20px 0 -10px;
        background: -moz-linear-gradient(top, #3B0E0B, #220301);
        background: -webkit-gradient(linear, left top, left bottom, from(#3B0E0B), to(#220301));
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        border-radius: 40px;
    }
}

/*在籍ソートボタン*/
#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;
    border: 1px solid #B79D9C;
    color: #654333;
    border-radius: 4px;
    width: 100%;
    transition: .3s;
    font-weight: bold;
    background: #F9F7F7;
}
.cast_sort_list li a:hover {
    background: #3B0E0B;
    border: 1px solid #3B0E0B;
    color: #fff;
}
.cast_sort_list li.stay {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0 0.2%;
    border-radius: 4px;
}
.cast_sort_list li.stay a{
    display: inline-block;
    padding: 10px 0;
    background: #3B0E0B;
    border: 1px solid #3B0E0B;
    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: #FBF6F6;
    border: 1px solid #F8EEEE;
    padding: 20px;
    margin: 0 0 10px 0;
    border-radius: 4px;
}
.newface_date{
    background: #3B0E0B;
    color: #fff;
    padding: 4px 20px;
    border-radius: 40px;
    font-size: 14px;
    display: inline-block;
}
.newface_girlname{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
    margin: 14px 0 8px;
    font-size: 22px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.newface_name{
    margin: 0 0 20px 0;
}
/*.newface_text{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}*/

.newface_box a{
    display: block;
    width: 100%;
}
.newface_box a img{
    display: block;
    width: 100%;
    border-radius: 4px;
}
.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{
        padding: 10px;
        margin: 0 0 10px 0;
        border-radius: 4px;
    }

    .newface_date{
        background: #3B0E0B;
        color: #fff;
        padding: 4px 20px;
        border-radius: 40px;
        font-size: 14px;
        display: block;
        text-align: center;
        width: 80%;
        max-width: 280px;
        margin: 0 auto;
    }
    .newface_girlname{
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 8px 0;
        margin: 14px 0 8px;
        font-size: 18px;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    .newface_name{
        margin: 0 0 20px 0;
        text-align: center;
    }

    .newface_box a img{
        display: block;
        width: 100%;
        border-radius: 4px;
        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;
    }
}

/*ランキング*/
.ranking_content{
    margin: 20px 0;
}
.ranking_title{
    background: #3B0E0B;
    text-shadow: 0 1px 4px rgba(0,0,0, .3);
    border-radius: 60px;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
}

.ranking_list {
    display: block;
    text-align: center;
    width: 19%;
    margin: 0 0.5% 1%;
    float: left;
    color: #3B0E0B;
    background: #FBF6F6;
    border: 1px solid #F3EFE8;
    padding: 0 0 15px;
    border-radius: 4px;
    position: relative;
}
.ranking_list:hover{
    color: #3B0E0B;
    border: 1px solid #F3EFE8;
}
.ranking_photo_outer{
    position: relative;
}
.ranking_photo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: #3B0E0B;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-weight: bold;
  font-family : Arial,"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
  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: #3B0E0B;
    background: #FBF6F6;
    border: 1px solid #F3EFE8;
    padding: 0 0 15px;
    border-radius: 4px;
}
.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;
    /*float: left;*/
    width: 32.6%;
    /*max-height: 600px;
    overflow-y: auto;*/
    margin: 0 0 0.5%;
    text-align: center;
    vertical-align: top;
}
#shot ul li a{
    padding: 10px 0.5%;
    display: block;
    background: #FBF6F6;
    border: 1px solid #F8EEEE;
    box-sizing: border-box;
    border-radius: 4px;
}
#shot ul li img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 5px;
    border-radius: 4px;
}
/*#shot ul li:nth-child(odd) img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 0 auto;
    border-radius: 4px;
}
#shot ul li:nth-child(even) img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 0 auto;
    border-radius: 4px;
}*/

/*@media screen and (max-width: 1200px) {
    #shot ul li img {
        display: block;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }
    #shot ul li:nth-child(odd) img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }
    #shot ul li:nth-child(even) img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 120px;
        margin: 0 auto;
        border-radius: 4px;
    }
}*/
@media screen and (max-width: 768px) {
    #shot ul li {
        width: 49%;
    }
    #shot ul li a{
        padding: 5px;
    }
}




.sub_title_happa{
    text-align: center;
    font-weight: bold;
    padding: 8px;
}





