@charset "UTF-8";

/*トップページ*/
#mainvisual_outer{
    position: relative;
    height: 600px;
    background: url(../img/top/top_mainvisual_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
.top_mainvisual_image_pc{
    display: block;
    width: 100%;
    max-width: 800px;
    position: absolute;
    bottom: 20px;
    left: 40%;
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
}

#header {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 2;
}
#header_wrap {
    margin: 0 auto;
    width: 100%;
}
#header_title{
    width: 100%;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    text-align: left;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ff679a, -2px 2px 2px #ff679a, 2px -2px 2px #ff679a, -2px -2px 2px #ff679a;
}
#header_logo {
    display: block;
    width: 100%;
    max-width: 260px;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 50;
}
#header_logo img{
    display: block;
    width: 100%;
    max-width: 260px;
}
#header_eigyo {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 3;
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ff679a, -2px 2px 2px #ff679a, 2px -2px 2px #ff679a, -2px -2px 2px #ff679a;
}
#header_eigyo br{
    display: none;
}
.header_movie_pc{
    position: absolute;
    bottom: 70px;
    right: 50px;
    z-index: 50;
}
.header_movie_inner{
    position: relative;
    top: 0;
}
.header_movie_image01{
    display: block;
    width: 100%;
    max-width: 480px;
    position: absolute;
    top: -135px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 49;
}
.header_movie_image02{
    display: block;
    width: 100%;
    max-width: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 51;
}
.header_movie_inner video{
    position: relative;
    top: 0;
    left: 0;
    z-index: 50;
    border-radius: 8px;
    border: 8px solid #fce2ec;
    box-shadow: 0 4px 24px rgba(0,0,0, .4);
    background: #fff;
}
.header_movie_sp{
    display: none;
}
@media screen and (max-width: 1700px) {
    .top_mainvisual_image_pc{
        max-width: 700px;
        left: 20%;
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0);
    }
}
@media screen and (max-width: 1500px) {
    .top_mainvisual_image_pc{
        max-width: 620px;
        left: 10%;
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
    }
}
@media screen and (max-width: 1200px) {
    .top_mainvisual_image_pc{
        display: none;
    }

    #header_title{
        width: 100%;
        font-size: 14px;
        position: relative;
        top: 0;
        left: 10px;
        margin: 10px 0 0 0;
    }
    #header_logo {
        position: relative;
        top: 0;
        left: 10px;
        margin: 10px 0 0 0;
    }
    #header_logo img{
        max-width: 220px;
    }
    #header_eigyo {
        position: relative;
        top: 0;
        left: 10px;
        text-align: left;
        font-size: 18px;
        margin: 5px 0 0 0;
        line-height: 1.3;
    }
    #header_eigyo br{
        display:block;
    }
}
@media screen and (max-width: 768px) {
    .top_mainvisual_image_pc{
        display: none;
    }

    #mainvisual_outer{
        height: auto;
        background: #FE82A8;
    }
    #header {
        height: 40px;
        background: #FE82A8;
        position: relative;
    }

    #header_title{
        width: 100%;
        font-size: 10px;
        position: relative;
        top: 0;
        left: 10px;
        margin: 0;
        padding: 10px 70px 0 0;
        text-shadow: none;
        color: #fff;
        font-weight: normal;
    }
    #header_logo {
        display: none;
    }
    #header_eigyo {
        display: none;
    }

    .header_movie_pc{
        display: none;
    }
    .header_movie_sp{
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 50;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 0 10px 0;
    }
    .header_movie_image02{
        max-width: 80px;
    }
    .header_movie_sp video{
      width: 100% !important;
      height: auto !important;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      margin: 0;
      padding: 0;
    }
}



/*コンセプト*/
.top_concept_outer{
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.top_concept_inner {
}
.top_concept_inner .row{
    padding: 0 10px;
}
.top_concept_outer .col-md-6{
    padding: 0;
}
.top_concept_pc{
    display: block;
    width: 100%;
}
.top_concept_pc video {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: 1;
}
.top_concept_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .top_concept_pc{
        display: none;
    }
    .top_concept_sp{
        display: block;
        width: 100%;
    }
}


/*ニュース*/
.news_outer {
    border-radius: 16px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
#top_news {
    background: url(../img/common/section_body_bg.jpg) repeat;
    padding: 20px;
}
.top_news_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.top_news_box {
}
.top_news_inner .board_wrapper div{
    background: #fce2ec !important;
}
.top_news_inner p,.top_news_inner span,.top_news_inner strong,.top_news_inner font,.top_news_inner div{
    font-weight: bold !important;
    font-size: 103% !important;
}
@media screen and (max-width: 768px) {
    .news_outer {
        margin: 10px 0 0 0;
    }
    #top_news {
        padding: 0 8px 10px;
    }
}


/*ピックアップ*/
.pickup_outer {
    margin: 20px 0;
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
#top_pickup {
    margin: 20px 20px;
    padding: 10px 20px;
    background: #000;
    text-align: center;
    border-radius: 16px;
}
#top_pickup .col-xs-6{
    width: 48%;
    margin: 0.5% 1%;
    padding: 0;
}

.top_pickup_box {
    display: inline-block;
    width: 100%;
    margin: 0.5%;
    text-align: center;
    padding: 0;
    /*border-radius: 16px;
    background: #fff;*/
    /*max-height: 480px;*/
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    position: relative;
}
/*.top_pickup_box table{
    text-align: center;
    display: inline-block;
}
.top_pickup_box table td{
    vertical-align: top;
    text-align: center;
}
.top_pickup_box table td img{
    padding: 5px;
    display: inline-block;
    width: 100%;
    height: auto;
}*/
.top_pickup_box img {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 16px;
}
.top_pickup_box_info {
    width: 100%;
    padding: 20px 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
/*.top_pickup_box h3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    color: #E383A5;
    word-break: break-all;
}
.top_pickup_box h4{
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 0;
    line-height: 1.4;
    word-break: break-all;
}
.top_pickup_box p{
    word-break: break-all;
}*/

.pickup_name {
    color: #F26892;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}
/*.pickup_age {
    font-size: 16px;
}*/
.pickup_size {
    color: #F26892;
    font-size: 13px;
    word-break: break-all;
    letter-spacing: 0em;
}
/*.pickup_time {
    background: #ff9bbd;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 60px;
    padding: 2px 0;
    margin: 5px 0 0;
}*/


@media screen and (max-width: 768px) {
    .pickup_outer {
        margin: 10px 0;
    }
    #top_pickup {
        margin: 10px;
    }
    #top_pickup {
        padding: 10px 20px;
    }
    #top_pickup .col-xs-6{
        width: 48%;
        margin: 0.5% 1%;
        padding: 0;
    }
    .top_pickup_box {
        padding: 0;
        margin: 0;
    }

    .top_pickup_box span {
        font-size: 14px;
    }
    .top_pickup_box p {
        font-size: 12px;
        line-height: 1.3;
    }
    .top_pickup_box strong {
        font-size: 18px;
        display: block;
    }
    .top_pickup_box br {
        display: none;
    }

    .pickup_name {
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0;
    }
    /*.pickup_age {
        font-size: 14px;
    }*/
    .pickup_size {
        font-size: 13px;
    }
}


/*ランキング*/
.top_ranking_outer {
    margin: 20px 0;
    border-radius: 16px;
    overflow: hidden;
}
.top_ranking_list {
    text-align: center;
    width: 18%;
    margin: 0.5%;
    /*float: left;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.top_ranking_photo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    vertical-align: top;
}
.top_ranking_photo img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.top_ranking_list_info {
    width: 100%;
    padding: 20px 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.top_ranking_list h3{
    color: #F26892;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0 5px;
}
.top_ranking_list p{
    color: #F26892;
    font-size: 13px;
    letter-spacing: 0em;
}
/*.top_ranking_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 0 0 0;
}*/
#js_tab .top_ranking_list:first-child:before {
    background: #CFC364;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
#js_tab .top_ranking_list:nth-child(2):before {
    background: #A5A5A5;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
#js_tab .top_ranking_list:nth-child(3):before {
    background: #BC833B;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
#js_tab .top_ranking_list:before {
    background: #b9ac8c;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}

#js_tab {
    padding: 20px;
    min-height: 420px;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
#js_tab ul#tab {
    display: table;
    width: 100%;
}
#js_tab ul#tab li {
display: table-cell;
width: auto;
text-align: center;
border-right: 3px solid #fce2ec;
/*float: left;*/
border-radius: 16px;
background: #000;
}
#js_tab ul#tab li i{
    font-size: 24px;
    display: block;
}
#js_tab ul#tab li:last-child {
border-right: none;
}
#js_tab ul#tab li a{
width: 100%;
display: block;
padding: 10px 0 5px;
font-size: 16px;
font-weight: bold;
letter-spacing: 0em;
line-height: 1.2;
color: #ff689b;
}
#js_tab ul#tab li.selected {
    background: #ff9bbd;
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #ff689b, -1px 1px 1px #ff689b, 1px -1px 1px #ff689b, -1px -1px 1px #ff689b;*/
}
#js_tab ul#tab li.selected a {
    color: #fff;
}
#js_tab ul#tab li a i{
    font-size: 24px;
    display: block;
}
#tab1{
    padding: 20px 0;
    counter-reset: wpp-ranking;
    background: #000;
    border-radius: 16px;
    margin: 10px 0 20px 0;
}
#tab2,#tab3,#tab4,#tab5,#tab6,#tab7,#tab8{
    display: none;
    min-height: 420px;
    padding: 20px 0 10px;
    counter-reset: wpp-ranking;
    background: #000;
    border-radius: 16px;
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 768px) {
    .top_ranking_outer {
        margin: 10px 0 0 0;
        border-radius: 16px;
        overflow: hidden;
    }
    .top_ranking_list {
        text-align: center;
        width: 48.5%;
        float: none;
        position: relative;
        display: inline-block;
    }
    .top_ranking_list p{
        font-size: 13px;
        line-height: 1.3;
    }
    #tab1{
        padding: 10px;
        counter-reset: wpp-ranking;
        background: #000;
        border-radius: 16px;
        margin: 10px 0 20px 0;
    }
    #tab2,#tab3,#tab4,#tab5,#tab6,#tab7,#tab8{
        display: none;
        min-height: 100%;
        padding: 10px;
        counter-reset: wpp-ranking;
        background: #000;
        border-radius: 16px;
        margin: 10px 0 20px 0;
    }

    #tab1 .top_ranking_list:nth-child(n + 12) {
        display: none;
    }
    #tab2 .top_ranking_list:nth-child(n + 8) {
        display: none;
    }
    #tab3 .top_ranking_list:nth-child(n + 8) {
        display: none;
    }
    #tab4 .top_ranking_list:nth-child(n + 8) {
        display: none;
    }
    #tab5 .top_ranking_list:nth-child(n + 8) {
        display: none;
    }

    #js_tab .top_ranking_list:first-child:before {
        font-size: 32px;
        width: 48px;
        height: 48px;
        line-height: 44px;
    }
    #js_tab .top_ranking_list:nth-child(2):before {
        font-size: 24px;
        width: 44px;
        height: 44px;
        line-height: 40px;
    }
    #js_tab .top_ranking_list:nth-child(3):before {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    #js_tab .top_ranking_list:before {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 32px;
    }

    #js_tab {
        padding: 10px;
        max-height: 100%;
        overflow: hidden;
    }
    #js_tab ul#tab {
        text-align: center;
        padding: 0 0 10px 0;
    }
    #js_tab ul#tab li:nth-child(1) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(2) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(3) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(4) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(5) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(6) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(7) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }
    #js_tab ul#tab li:nth-child(8) {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    border-right: 0 solid #fce2ec;
    border-top: 3px solid #fce2ec;
    }

    #js_tab ul#tab li {
    border-radius: 16px;
    }
    #js_tab ul#tab li a{
    font-size: 14px;
    letter-spacing: -0.04em;
    }
    .top_ranking_list {
        text-align: center;
        margin: 10px 0;
    }
}





/*ムービー*/
.movie_outer {
    margin: 20px 0 0 0;
    border-radius: 16px;
    overflow: hidden;
}
.movie_content_outer{
    padding: 20px;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
.movie_inner {
}
.movie_inner h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    margin: 10px 0 0 0;
}
.movie_inner h2 {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.4;
}
.movie_content {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}
.movie_content a img{
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}
.movie_content video {
    width: 320px;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 6px solid #fff;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .movie_outer {
        margin: 10px 0 0 0;
    }
    .movie_content_outer{
        padding: 10px;
    }
    .movie_inner {
        margin: 0;
        text-align: center;
    }
    .movie_inner h3 {
        font-size: 16px;
        letter-spacing: 0em;
        text-align: left;
        padding: 5px;
    }
    .movie_inner h2 {
        padding: 5px 0;
        margin: 0;
        font-size: 16px;
        letter-spacing: 0em;
    }
    .movie_content {
        margin: 0 0 10px;
    }
    .movie_inner .col-sm-6:nth-child(odd) {
        padding: 0px;
    }
    .movie_inner .col-sm-6:nth-child(even) {
        padding: 0px;
    }
}


/*写メ日記*/
/*.top_syame_outer {
    margin: 20px 0 0 0;
    border-radius: 16px;
    overflow: hidden;
}
.top_syame_inner{
    padding: 20px;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
.top_syame_inner iframe{
    width: 100%;
}
.top_syame_iframe_pc{
    display: block;
    margin: 10px auto 0;
}
.top_syame_iframe_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .top_syame_inner{
        padding: 10px 0 0;
    }
    .top_syame_iframe_pc{
        display: none;
    }
    .top_syame_iframe_sp{
        display: block;
        margin: 0 auto -20px;
    }
    .top_syame_inner iframe{
        width: 300px;
        max-width: 300px;
    }
}*/



/*撮って出し*/
.tottedashi_outer {
    margin: 20px 0 0 0;
    padding: 0 0 20px;
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
#top_tottedashi {
    padding: 5px;
    background: #000;
    border-radius: 16px;
    margin: 20px 20px;
    text-align: center;
}
.top_tottedashi_inner {
    padding: 20px:
}
#top_tottedashi ul{
    padding: 0 40px;
}
#top_tottedashi ul li {
    display: block;
    /* float: left; */
    /* width: 49%; */
    /* padding: 10px 1%; */
    /* margin: 0 0.5%; */
    text-align: center;
    box-sizing: border-box;
    font-size: 14px !important;
}
#top_tottedashi .col-sm-3{
    padding: 0 5px;
    width: 25%;
    vertical-align: top;
}
.top_tottedashi_list_inner{
    text-align: center;
    /*background: #fff;*/
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 0 10px 10px;
    max-height: 580px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*border-radius: 16px;*/
}
#top_tottedashi ul li h4{
    margin: 10px 0 20px;
    font-size: 14px;
    letter-spacing: 0em;
}
#top_tottedashi ul li img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 5px auto;
    border-radius: 16px;
}

.top_tottedashi_box a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #583e47;
}
.top_tottedashi_box {
    width: 100%;
    margin: 10px 0 0 0;
}
.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 div,
.top_tottedashi_box font {
    letter-spacing: 0em;
    text-align: left !important;
    font-size: 16px !important;
    text-align: left !important;
    /*color: #583e47 !important;*/
    font-weight: bold !important;
}
.top_tottedashi_box span {
    padding: 4px !important;
}
@media screen and (max-width: 1200px) {
    .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 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .tottedashi_outer {
        margin: 10px 0 0 0;
    }
    #top_tottedashi {
        padding: 10px;
        margin: 10px;
    }
    .top_tottedashi_inner {
        padding: 10px 5px:
    }
    #top_tottedashi ul{
        padding: 0 10px;
    }
    #top_tottedashi .col-sm-3{
        padding: 0;
        width: 48%;
        vertical-align: top;
        display: inline-block;
        margin: 1% 0.2%;
    }
    .top_tottedashi_list_inner{
        padding: 0 5px 5px;
    }
    #top_tottedashi ul li img {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        border-radius: 16px;
    }
    .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 {
        font-size: 100% !important;
        letter-spacing: 0em !important;
    }
    .top_tottedashi_box span {
        padding: 4px !important;
        font-size: 100% !important;
        letter-spacing: 0em !important;
    }
}



/*アンケート*/
.anketo_outer {
    margin: 20px 0 0 0;
    padding: 0 0 10px;
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
#top_anketo {
    margin: 20px 20px;
    background: #fff;
    border-radius: 16px;
    padding: 0 40px;
}
/*.top_anketo_inner{
    padding: 0 0 20px 0;
}*/
#top_anketo .col-sm-3,#top_anketo .col-xs-6{
    padding: 0 5px;
}
.top_anketo_box {
    padding: 20px 10px;
    margin: 0 0 10px;
    /*background: #fff;*/
    /* width: 49.5%; */
    max-height: 520px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* float: left; */
    /*border-radius: 16px;*/
    text-align: center;
}
/*.top_anketo_box:nth-child(1){
    margin: 0 0 10px 0;
}
.top_anketo_box:nth-child(2){
    margin: 0 0 10px 0;
}*/



.anketo_image{
    max-width: 100px;
    margin: 0 auto;
}

.top_anketo_box h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 15px;
    background: #fce2ec;
    padding: 8px;
    letter-spacing: 0em;
    border-radius: 40px;
}
.top_anketo_box a {
    display: block;
    width: 100%;
    max-width: 200px;
    /* float: left; */
    margin: 0 auto;
}
.top_anketo_box img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 16px;
}
/*h4.question_h4 font {
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 20px 0;
    display: block;
}*/
#top_anketo p,#top_anketo font,#top_anketo p span,#top_anketo span,#top_anketo div,#top_anketo strong {
    /*color: #583e47 !important;*/
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
}

#top_anketo strong br{
    display: none !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: 768px) {
    .anketo_outer {
        margin: 10px 0 0 0;
    }
    #top_anketo {
        margin: 10px;
        padding: 10px;
    }
    .anketo_image{
        max-width: 100px;
        margin: 0 auto;
    }

    .top_anketo_box {
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: left;
        max-height: 640px;
    }
    .top_anketo_box h3 {
        text-align: center;
        margin: 0 0 20px 0;
        font-weight: bold;
        font-size: 15px;
        padding: 8px 14px;
        letter-spacing: 0em;
        display: block;
    }
    .top_anketo_box a {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }

    .top_anketo_box img {
        display: block;
        width: 100%;
        max-width: 200px;
        border-radius: 16px;
        margin: 5px auto;
    }

}





/*本日の出勤*/
.top_honjitusyukkin_outer {
    margin: 20px 0 0;
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
#top_honjitusyukkin_outer {
    margin: 20px 15px 0;
}
#top_honjitusyukkin {
    border-radius: 16px;
    text-align: center;
    background: url(../img/common/section_body_bg.jpg) repeat;
    padding: 20px 0;
}
.top_honjitusyukkin_inner{
    padding: 0 0 15px 0;
}
#top_honjitusyukkin_outer .top_honjitusyukkin_box {
    width: 19.2%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0.2% 0;
    padding: 8px;
    background: #000;
    border-radius: 16px;
    text-align: center;
    vertical-align: top;
    position: relative;
    /*overflow: hidden;
    max-height: 560px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}
.top_honjitusyukkin_box {
    width: 24%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0.2% 0;
    padding: 8px;
    background: #000;
    border-radius: 16px;
    text-align: center;
    vertical-align: top;
    position: relative;
    /*overflow: hidden;
    max-height: 560px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}
.top_honjitusyukkin_box:hover {
}
.top_honjitusyukkin_box img {
    display: block;
    width: 100%;
}
.top_honjitusyukkin_box_info {
    width: 100%;
    padding: 20px 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

#schedule_honjitusyukkin{
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
.schedule_honjitusyukkin_inner{
    padding: 10px 0;
    text-align: center;
}
.schedule_honjitusyukkin_box {
    width: 24%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0.2% 0;
    padding: 8px;
    background: #000;
    border-radius: 16px;
    text-align: center;
    vertical-align: top;
    position: relative;
    /*max-height: 560px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}
.schedule_honjitusyukkin_box:hover {
}
.schedule_honjitusyukkin_box img {
    display: block;
    width: 100%;
}
.schedule_honjitusyukkin_box_info {
    width: 100%;
    padding: 20px 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

#cast_honjitusyukkin{
    width: 100%;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}
.cast_honjitusyukkin_inner{
    padding: 20px 0;
    background: url(../img/common/section_body_bg.jpg) repeat;
}

.cast_honjitusyukkin_box {
    width: 24%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0.2% 0;
    padding: 8px;
    background: #000;
    border-radius: 16px;
    text-align: center;
    vertical-align: top;
    position: relative;
    /*overflow: hidden;
    max-height: 560px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}
.cast_honjitusyukkin_box:hover {
}
.cast_honjitusyukkin_box img {
    display: block;
    width: 100%;
}
.cast_honjitusyukkin_box_info {
    width: 100%;
    padding: 20px 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

.schedule_name {
    color: #F26892;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}
/*.schedule_age {
    font-size: 15px;
}*/
.schedule_size {
    color: #F26892;
    font-size: 13px;
    word-break: break-all;
    letter-spacing: 0em;
}
.schedule_time {
    background: #ff9bbd;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 60px;
    padding: 2px 10px;
    margin: 5px 0 0;
    letter-spacing: 0em;
}
.schedule_text {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin: 5px 0;
    color: #F26892;
    font-weight: bold;
    /*max-height: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;*/
}

/*トップ・スケジュールページ・在籍一覧の身長3サイズ文字調整*/
.cast_text {
    font-size: 14px !important;
    text-align: left;
    line-height: 1.4;
    margin: 5px 0 0 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
.cast_text strong,.cast_text b,.cast_text p,.cast_text div,.cast_text em{
    font-size: 14px !important;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
@media screen and (max-width: 1140px) {
    #top_honjitusyukkin_outer .top_honjitusyukkin_box {
        width: 23.2%;
    }

    .top_honjitusyukkin_box {
        width: 23.2%;
    }
    .schedule_honjitusyukkin_box {
        width: 23.2%;
    }
    .cast_honjitusyukkin_box {
        width: 23.2%;
    }

}

@media screen and (max-width: 768px) {
    .top_honjitusyukkin_outer {
        margin: 10px 0 0 0;
        border-radius: 16px;
        overflow: hidden;
    }
    #top_honjitusyukkin_outer {
        margin: 10px 15px 0;
    }

    #top_honjitusyukkin {
        padding: 10px 5px;
    }
    #top_honjitusyukkin_outer .top_honjitusyukkin_box {
        width: 48%;
        display: inline-block;
        box-sizing: content-box;
        box-sizing: border-box;
        margin: 1% 0.2%;
        text-align: center;
        vertical-align: top;
        line-height: 1.4;
    }
    .top_honjitusyukkin_box {
        width: 48%;
        display: inline-block;
        box-sizing: content-box;
        box-sizing: border-box;
        margin: 1% 0.2%;
        text-align: center;
        vertical-align: top;
        line-height: 1.4;
    }

    .cast_honjitusyukkin_inner{
        padding: 10px 5px;
    }
    .cast_honjitusyukkin_box {
        width: 48%;
        display: inline-block;
        box-sizing: content-box;
        box-sizing: border-box;
        margin: 1% 0.2%;
        text-align: center;
        vertical-align: top;
        line-height: 1.4;
    }

    .schedule_honjitusyukkin_outer {
        margin: 40px 5px 0;
    }
    .schedule_honjitusyukkin_inner{
        padding: 10px 5px;
    }
    .schedule_honjitusyukkin_box {
        width: 48%;
        display: inline-block;
        box-sizing: content-box;
        box-sizing: border-box;
        margin: 1% 0.2%;
        text-align: center;
        vertical-align: top;
        line-height: 1.4;
    }

    .top_honjitusyukkin_box span {
        font-size: 14px;
    }
    .top_honjitusyukkin_box p {
        font-size: 12px;
    }
    .top_honjitusyukkin_box strong {
        font-size: 18px;
        display: block;
    }
    .top_honjitusyukkin_box br {
        display: none;
    }

    .cast_honjitusyukkin_box span {
        font-size: 14px;
    }
    .cast_honjitusyukkin_box p {
        font-size: 11px;
    }
    .cast_honjitusyukkin_box strong {
        font-size: 18px;
        display: block;
    }
    .cast_honjitusyukkin_box br {
        display: none;
    }

    .schedule_honjitusyukkin_box span {
        font-size: 14px;
    }
    .schedule_honjitusyukkin_box p {
        font-size: 12px;
    }
    .schedule_honjitusyukkin_box strong {
        font-size: 18px;
        display: block;
    }
    .schedule_honjitusyukkin_box br {
        display: none;
    }

    .schedule_name {
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0;
    }
    /*.schedule_age {
        font-size: 14px;
    }*/
    .schedule_size {
        font-size: 11px;
    }

    .schedule_time {
        text-align: center;
        padding: 2px;
        margin: 5px 0 0;
        font-size: 13px;
        letter-spacing: 0em;
        font-weight: bold;
    }
}


/*トップ・スケジュールページ・在籍一覧のアイコン設定*/
.cast_photo {
    position: relative;
}
.cast_photo img {
    display: block;
    width: 100%;
    border-radius: 16px;
}
.cast_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    max-width: 60px;
    text-align: right;
    line-height: 1;
}
.cast_icon img {
    display: block;
    width: 100%;
    height: auto;
}
.new_face_ico {
    display: inline-block;
    /*position: absolute;
    top: 0;
    right: -5px;*/
    max-width: 50px;
}
.honjituno_syukkin_ico {
    display: inline-block;
    /*position: absolute;
    bottom: -5px;
    right: -5px;*/
    max-width: 50px;
}
.foreign_ico {
    display: inline-block;    
    /*position: absolute;
    bottom: 5px;
    left: 5px;*/
    max-width: 60px;
    margin-right: 5px;
}
.foreign_ico img{
    border-radius: 2px !important;
}
@media screen and (max-width: 768px) {
    .new_face_ico {
        max-width: 40px;
    }
    .honjituno_syukkin_ico {
        max-width: 40px;
    }
    .foreign_ico{
        max-width: 50px;
    }
}


.schedule_widget{
    display: none;
}
@media screen and (max-width: 768px) {
    .schedule_widget{
        display: block;
        margin: 0 auto 10px;
    }
    .schedule_widget .fujoho_custom_banner{
        width: 100% !important;
        max-width: 310px !important;
        margin: 0 auto;
        background: #fff;
    }
}


/*スケジュールページ曜日ボタン*/
#schedule_date_outer {
}
.schedule_attention{
    text-align: center;
    margin: 20px 0;
}
.schedule_date_list {
    margin: 20px auto;
    text-align: center;
    padding: 0 20px;
}
.schedule_date_list li{
    display: inline-block;
    width: 13.85%;
    text-align: center;
    margin: 0 0.2%;
    float: left;
    letter-spacing: 0em;
}
.schedule_date_list li a {
    display: inline-block;
    padding: 14px 0;
    background: #fff;
    border: 1px solid #faafc8;
    color: #faafc8;
    width: 100%;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0em;
}
.schedule_date_list li a:hover {
    color: #fff;
    background: #faafc8;
    border: 1px solid #faafc8;
}
.schedule_date_list li a.stay {
    display: inline-block;
    padding: 14px 0;
    background: #faafc8;
    border: 1px solid #faafc8;
    width: 100%;
    text-align: center;
    margin: 0 0.2%;
    color: #FFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0em;
}


@media screen and (max-width: 768px) {
    .schedule_date_list {
        margin: 10px auto;
        padding: 0 10px;
    }
    .schedule_date_list li{
        display: inline-block;
        width: 32.5%;
        text-align: center;
        margin: 0.5% 0.2%;
        float: left;
    }
    .schedule_date_list li a {
        display: inline-block;
        padding: 10px 0;
        background: #fff;
        width: 100%;
        letter-spacing: 0em;
        font-size: 13px;
    }
    .schedule_date_list li a.stay {
        display: inline-block;
        padding: 10px 0;
        text-align: center;
        margin: 0.2%;
        font-size: 13px;
        letter-spacing: 0em;
        border: none;
    }

}


/*ランキング*/
.ranking_outer{
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
.ranking_inner{
    margin: 20px;
    background: #000;
    text-align: center;
    padding: 20px 0;
    border-radius: 16px;
    counter-reset: wpp-ranking;
}
.ranking_inner_content{
    counter-reset: wpp-ranking;
    text-align: center;
}

.ranking_list {
    text-align: center;
    width: 20%;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    vertical-align: top;
}
.ranking_list:nth-child(-n + 5){
    margin: 0;
}
.ranking_photo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 16px;
}
.ranking_list h3{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.ranking_list p{
}
/*.ranking_text{
    text-align: left;
    font-size: 13px;
    margin: 5px 0 0 0;
}*/
.ranking_outer .ranking_list:first-child:before {
    background: #CFC364;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_outer .ranking_list:nth-child(2):before {
    background: #A5A5A5;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_outer .ranking_list:nth-child(3):before {
    background: #BC833B;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_outer .ranking_list:before {
    background: #b9ac8c;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}

.ranking_inner_content .top_ranking_list:first-child:before {
    background: #CFC364;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_inner_content .top_ranking_list:nth-child(2):before {
    background: #A5A5A5;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_inner_content .top_ranking_list:nth-child(3):before {
    background: #BC833B;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}
.ranking_inner_content .top_ranking_list:before {
    background: #b9ac8c;
    border-radius: 8px;
    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: 0px;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .ranking_inner{
        margin: 10px;
        padding: 10px 5px;
    }

     .ranking_inner_6 .girl_link_sp .ranking_inner_content .top_ranking_list:nth-child(n + 12) {
        display: none;
    }
     .ranking_inner_4 .girl_link_sp .ranking_inner_content .top_ranking_list:nth-child(n + 8) {
        display: none;
    }
}


/*体験漫画、イベント画像用*/
.contents_img {
    margin-top: 5px;
    width: 600px;
    text-align: center;
    margin: 5px auto;
}
#movies {
    background-color: #000;
    display: block;
}
#movies li {
    float: left;
    width: 300px;
    height: 190px;
    display: block;
}
#movies li object {
    margin: 0;
    padding: 0;
}

/*動画用*/
#movie_error_contents {
    background-color: #F2EFE6;
    border: 1px solid #C1982E;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

/*スケジュールページ出勤時間*/







#page_mainvisual_outer{
    position: relative;
    height: 320px;
    /* background: url(../img/top/top_mainvisual_bg_pc.jpg) repeat;
    background-size: cover;
    background-position: center; */
}
#page_header {
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: 2;
}
#page_header_wrap {
    margin: 0 auto;
    width: 100%;
}
#page_header_title{
    width: 100%;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    text-align: left;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ff679a, -2px 2px 2px #ff679a, 2px -2px 2px #ff679a, -2px -2px 2px #ff679a;
}
#page_header_logo {
    display: block;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 50;
}
#page_header_logo img{
    display: block;
    width: 100%;
    max-width: 260px;
}

#page_header_headline {
    width: 100%;
}
#page_header_headline h1{
    width: 100%;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ff679a, -2px 2px 2px #ff679a, 2px -2px 2px #ff679a, -2px -2px 2px #ff679a;
}
#page_header_headline h1 span{
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    width: 98%;
    margin: 0 auto;
}

#page_header_eigyo {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 3;
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ff679a, -2px 2px 2px #ff679a, 2px -2px 2px #ff679a, -2px -2px 2px #ff679a;
}
#page_header_eigyo br{
    display: none;
}
@media screen and (max-width: 1200px) {
    #page_header_title{
        width: 50%;
        font-size: 14px;
        position: relative;
        top: 0;
        left: 10px;
        margin: 10px 0 0 0;
    }
    #page_header_logo {
        position: relative;
        top: 0;
        left: 10px;
        margin: 10px 0 0 0;
    }
    #page_header_logo img{
        max-width: 220px;
    }
    #page_header_eigyo {
        position: relative;
        top: 0;
        left: 10px;
        text-align: left;
        font-size: 18px;
        margin: 5px 0 0 0;
        line-height: 1.3;
    }
    #page_header_eigyo br{
        display:block;
    }
}
@media screen and (max-width: 768px) {
    #page_mainvisual_outer{
        margin: 0 0 10px 0;
        height: auto;
        background: #FE82A8;
    }
    #page_header {
        height: 40px;
        background: #FE82A8;
        position: relative;
    }

    #page_header_title{
        width: 100%;
        font-size: 10px;
        position: relative;
        top: 0;
        left: 10px;
        margin: 0 0 0 0;
        padding: 10px 70px 0 0;
        text-shadow: none;
        height: 32px;
        overflow: hidden;
        color: #fff;
        font-weight: normal;
        letter-spacing: 0em;
    }
    #page_header_logo {
        display: none;
    }
    #page_header_headline h1{
        display: none;
    }
    #page_header_eigyo {
        display: none;
    }
}




/*新人情報*/
.newface_outer{
    border-radius: 16px;
    overflow: hidden;
}
.newface_inner{
    background: url(../img/common/section_body_bg.jpg) repeat;
    padding: 20px 5px 20px;
    text-align: center;
}
.newface_box{
    background: #000;
    margin: 0 0 10px 0;
    border-radius: 16px;
    padding: 20px;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
}
#top_tottedashi .newface_box{
    background: #000;
    margin: 0 0 10px 0;
    border-radius: 16px;
    padding: 10px;
    display: inline-block;
    width: 24.4%;
    vertical-align: top;
    text-align: center;
}
.newface_photo{
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
}
.newface_photo img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.newface_name{
    color: #F26892;
    font-size: 24px;
    font-weight: bold;
}
.newface_date{
    font-size: 13px;
    font-weight: bold;
    background: #ff93b8;
    color: #fff;
    padding: 4px 16px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    letter-spacing: 0em;
}
.newface_catch{
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0em;
    line-height: 1.3;
    color: #F26892;
}
/*.newface_age{
    font-size: 14px;
    line-height: 1.4;
}*/
.newface_size{
    color: #F26892;
    font-size: 13px;
    line-height: 1.4;
}
.newface_text{
    margin: 10px 0;
    background: #ffeef4;
    border-radius: 16px;
    padding: 20px;
}
.newface_text font,.newface_text strong,.newface_text em,.newface_text span,.newface_text p{
    color: #434343 !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.4 !important;
}
.newface_next{
    color: #F26892;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0 0;
    letter-spacing: 0em;
}
.newface_box p.newface_next span{
    background: #ff93b8;
    border-radius: 100px;
    font-size: 9px !important;
    padding: 2px 6px;
    display: inline-block;
    letter-spacing: 0em;
    color: #fff;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}
.cast_honjitusyukkin_box p.newface_next{
    color: #F26892;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 0 0;
    letter-spacing: 0em;
}
.cast_honjitusyukkin_box p.newface_next span{
    background: #ff93b8;
    border-radius: 100px;
    font-size: 9px !important;
    padding: 2px 6px;
    display: inline-block;
    letter-spacing: 0em;
    color: #fff;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}
.newface_text{
    visibility: hidden;
    text-align: left;
}

.newface_box a{
    display: block;
    width: 100%;
}
.newface_box a img{
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.newface_box p span{
    font-size: 16px !important;
}
.newface_box p strong{
    font-size: 16px !important;
}
.newface_box p font{
    font-size: 16px !important;
}
@media screen and (max-width: 768px) {
    .newface_inner{
        background: url(../img/common/section_body_bg.jpg) repeat;
        padding: 20px 10px;
    }

    .newface_box{
        padding: 10px;
        display: block;
        width: 100%;
    }
    #top_tottedashi .newface_box{
        background: #000;
        margin: 0 0 10px 0;
        border-radius: 16px;
        padding: 0;
        display: inline-block;
        width: 48.5%;
        vertical-align: top;
        text-align: center;
    }

    .newface_photo{
        max-width: 320px;
        margin: 0 auto 10px;
    }

    .newface_name{
        font-size: 22px;
        text-align: center;
    }
    .newface_date{
        font-size: 12px;
        padding: 4px 6px;
        display: block;
        width: 100%;
        margin: 0 auto;
        line-height: 1.2;
    }
    /*.newface_age{
        font-size: 14px;
    }*/
    .newface_size{
        font-size: 13px;
    }
    .newface_text{
        padding: 5px;
        font-size: 13px;
    }
    .newface_text font,.newface_text strong,.newface_text em,.newface_text span,.newface_text p{
        color: #434343 !important;
        display: inline-block !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.4 !important;
    }
    #top_tottedashi .newface_next{
        font-size: 13px;
    }
    #top_tottedashi .newface_box p.newface_next span{
        font-size: 9px !important;
        padding: 2px 4px;
        display: block;
    }
    .cast_honjitusyukkin_box p.newface_next{
        font-size: 12px;
        margin: 5px 0 0 0;
    }
    .cast_honjitusyukkin_box p.newface_next span{
        font-size: 9px !important;
        padding: 2px 4px;
        font-weight: normal;
        /*display: block;*/
    }
    .newface_box p span{
        font-size: 14px !important;
    }
    .newface_box p strong{
        font-size: 14px !important;
    }
    .newface_box p font{
        font-size: 14px !important;
    }
}



/*プレイ内容*/
#play_flow01{
    margin: 0 0 20px;
    padding: 40px;
}
.play_flow_title{
    background: #fce2ec;
    padding: 10px 10px 16px;
    font-size: 22px;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px;
}
.play_flow_title span{
    background: #434343;
    color: #fff;
    padding: 2px 20px;
    margin: 0 0 8px 0;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}
.play_flow_text{
    font-size: 18px;
}
#play_flow02{
    position:relative;
    margin: 0 0 20px;
    padding: 40px;
    overflow: hidden;
}
#play_flow03{
    margin: 0 0 20px;
    padding: 40px;
}


#play_attention_outer{
    margin: 40px 0 0 0;
}
.play_attention_inner{
    background: #ccc;
    padding: 40px;
    margin: 20px 0 0 0;
    border-radius: 4px;
}
.play_attention_inner ul{
    margin: 0 0 20px 0;
}
.play_attention_inner ul li{
    font-size: 16px;
    padding: 8px 12px;
    background: #fce2ec;
    margin: 4px 0;
}


@media screen and (max-width: 768px) {
    #play_flow01{
        padding: 10px;
    }
    #play_flow02{
        padding: 10px;
    }
    #play_flow03{
        padding: 10px;
    }
    #play_flow04{
        padding: 10px;
    }
    .play_flow_title{
        padding: 10px 10px 16px;
        font-size: 20px;
        letter-spacing: 0em;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .play_flow_title span{
        padding: 2px 20px;
        margin: 0 0 8px 0;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        opacity: .9;
    }
    .play_flow_text{
        font-size: 16px;
    }

    .play_attention_inner{
        padding: 10px;
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .play_attention_inner ul{
        margin: 0 0 20px 0;
    }
    .play_attention_inner ul li{
        font-size: 16px;
        padding: 8px 12px;
        margin: 4px 0;
    }

}










/*アンケート*/
.anketo_box {
    margin: 0 0 10px 0;
    padding: 20px;
    background: #fce2ec;
}
.anketo_box h3{
    font-size: 18px;
    padding: 10px;
}
.anketo_box img{
    display: block;
    width: 100%;
    max-width: 240px;
}
.anketo_box h4.question_h4 span{
    font-size: 24px !important;
}
.anketo_box p span{
    font-size: 18px !important;
}

#anketo{
    border-radius: 16px;
    overflow: hidden;
    background: url(../img/common/section_body_bg.jpg) repeat;
}
.anketo_inner{
    padding: 20px;
    background: #fff;
    margin: 20px;
    border-radius: 16px;
}
/*#anketo .col-sm-3,#anketo .col-xs-6{
    padding: 0 5px;
}*/

#anketo .anketo_inner .top_anketo_box {
    max-height: 720px;
}
/*.anketo_box {
    padding: 20px;
    background: #fce2ec;
    width: 100%;
}
.anketo_image{
    max-width: 110px;
    margin: 0 auto;
}

.anketo_box h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 13px;
    background: #ccc;
    padding: 8px;
    letter-spacing: 0em;
}
.anketo_box a {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    float: left;
    margin: 0 10px 0 0;
}
.anketo_box img {
    display: block;
    width: 100%;
    max-width: 140px;
}
h4.question_h4 font {
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 20px 0;
    display: block;
}*/
.anketo_box p, .anketo_box span, .anketo_box div, .anketo_box strong, .anketo_box em, .anketo_box font{
    /*color: #434343 !important;*/
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.anketo_box strong br{
    display: none !important;
}
.nav_paging{
    text-align: center;
    margin: 20px 0 0 0;
}
.nav_paging a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 8px 20px;
    border-radius: 60px;
    font-weight: bold;
}
.nav_paging p{
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .anketo_inner{
        padding: 10px;
    }

    /*.anketo_box {
        margin: 0 0 20px 0;
        padding: 20px 10px;
        border-radius: 16px;
    }
    .anketo_box h4.question_h4 span{
        font-size: 18px !important;
    }
    .anketo_box p span{
        font-size: 14px !important;
    }*/

    .nav_paging{
        text-align: center;
        margin: 20px 0 0 0;
    }
    .nav_paging a{
        display: inline-block;
        color: #fff;
        background: #000;
        padding: 8px 10px;
        border-radius: 60px;
        font-weight: bold;
    }
    .nav_paging p{
        display: inline-block;
    }
}


.concept_content{
}
.concept_content img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
}




/*撮って出し*/
#shot {
    border-radius: 16px;
    overflow: hidden;
}
.shot_inner {
    background: url(../img/common/section_body_bg.jpg) repeat;
    padding: 20px;
}
#shot ul li {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0 0 10px 0;
    background:#fff;
    text-align: left;
    border-radius: 16px;
}
#shot ul li h4{
    font-size: 14px;
    font-weight: bold;
    background: #ff93b8;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    margin: 0 0 10px 0;
}
#shot ul li img {
    display: block;
    width: 100%;
    max-width: 160px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 16px;
}
#shot ul li h5{
    font-size: 22px;
    font-weight: bold;
}
.shot_age{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.shot_size{
    font-size: 18px;
    font-weight: bold;
}
.shot_text{
    margin: 10px 0;
    background: #ffeef4;
    border-radius: 16px;
    padding: 20px;
}

#shot ul li div, #shot ul li p, #shot ul li font, #shot ul li strong, #shot ul li em, #shot ul li span {
    text-align: left !important;
    font-size: 18px !important;
}
#shot ul li a{
    text-align: left !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin: 0 0 10px 0 !important;
    display: block !important;
}
#shot ul li br{
    display: none;
}
.prev_next{
    text-align: center;
    margin: 20px 0 0 0;
}
.prev_next a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 8px 20px;
    border-radius: 60px;
    font-weight: bold;
}
.prev_next p{
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .shot_inner {
        padding: 10px;
    }
    #shot ul li {
        padding: 10px;
        /* width: 48%;
        display: inline-block;
        margin: 0.5%; */
    }
    #shot ul li h4{
        font-size: 13px;
        padding: 5px;
        text-align: center;
        display: block;
    }
    #shot ul li img {
        float: none;
        margin: 0 auto;
        border-radius: 16px;
    }
    #shot ul li h5{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    #shot p.shot_age{
        font-size: 14px !important;
        font-weight: normal;
        text-align: center !important;
    }
    #shot p.shot_size{
        font-size: 14px !important;
        font-weight: normal;
        text-align: center !important;
        word-break: break-all;
    }
    .shot_text{
        margin: 10px 0;
        padding: 10px;
    }

    .prev_next{
        text-align: center;
        margin: 20px 0 0 0;
    }
    .prev_next a{
        display: inline-block;
        color: #fff;
        background: #000;
        padding: 8px 10px;
        border-radius: 60px;
        font-weight: bold;
    }
    .prev_next p{
        display: inline-block;
    }
}




.sub_title_happa{
    text-align: center;
    padding: 8px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.4;
}
















/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left;}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#ccc;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#E383A5}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#E383A5;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.swiper-container {
    width: 100%;
    margin: 50px 0 38px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.swiper-slide img{
    display: block;
    width: 100%;
}





