@charset "UTF-8";
/*トップページランキング*/

.top_ranking_outer {
    margin: 20px 0 0;
}
#top_ranking {
}
.ranking_list_outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 20px 0;
}
#ranking {
    margin-top: 15px;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    margin: 0;
    padding: 12px 0;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.2;
    color: #441313;
    font-weight: bold;
    background: #fff;
    border: 1px solid #f2d0e0;
    border-radius: 8px;
    box-shadow: none;
    font-feature-settings: "palt";
    transition: .3s;
}
.tab-label:hover {
    opacity: .8;
    background: #ff84be;
    color: #fff;
    border: 1px solid #e95a9d;
}
.tab-label:active, .tab-label:visited, .tab-label:foucs {
    background: #ff84be;
    color: #441313;
    border: 1px solid #e95a9d;
}
.tab-label:not(:first-of-type) {
    margin-left: 2px;
}
.tab-label:not(:last-of-type) {
    margin-right: 2px;
}
.tab-label:first-of-type {
    margin-left: 15%;
}
.tab-label:last-of-type {
    margin-right: 15%;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-switch:checked+.tab-label {
    background: #ff84be;
    color: #fff;
    border: 1px solid #e95a9d;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: 0s opacity;
}
.tab-switch {
    display: none;
}
@media screen and (max-width: 1024px) {
    .tab-label {
        min-width: 26%;
        padding: 8px 0;
        margin: 3px;
        font-size: 1.4rem;
        border-radius: 6px;
    }
    .tab-label:not(:first-of-type) {
        margin-left: 2px;
    }
    .tab-label:not(:last-of-type) {
        margin-right: 2px;
    }
    .tab-label:first-of-type {
        margin-left: 2px;
    }
    .tab-label:last-of-type {
        margin-right: 2px;
    }
}


#ranking .ranking_list_outer {
    display: flex;
    margin: 20px 0;
}
/*.ranking_list_outer_show {
    opacity: 1;
}*/
.ranking_list_outer a {
    list-style-type: none;
    position: relative;
}
.ranking_list {
    width: 20%;
    padding: 3px;
    position: relative;
    z-index: 1;
}


.ranking_box {
    display: block;
    width: 100%;
}
/* .ranking_box:hover {
} */
.ranking_box_img {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}
.ranking_box_img img {
    display: block;
    width: 100%;
    height: auto;
}
.ranking_info {
    width: 100%;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
}
.ranking_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.ranking_name {
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
}
.ranking_name span {
    font-size: 1.8rem;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
}
.ranking_size {
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.ranking_size span {
    font-size: 1.4rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}
#ranking .ranking_info {
    width: 100%;
    padding: 0 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
}
#ranking .ranking_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
#ranking .ranking_name {
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
}
#ranking .ranking_name span {
    font-size: 1.5rem;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
}
#ranking .ranking_size {
    font-size: 1.3rem;
    letter-spacing: 0em;
    font-weight: bold;
}
#ranking .ranking_size span {
    font-size: 1rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}


.top_ranking_all  .ranking_list_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
    background: none;
    border: none;
    padding: 0;
}
.top_ranking_all {
    margin: 10px 0 20px;
}
.ranking_title_all {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
}
.top_ranking_all .ranking_list {
    width: 14.285%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.top_ranking_all .ranking_list:nth-child(1), .top_ranking_all .ranking_list:nth-child(2), .top_ranking_all .ranking_list:nth-child(3) {
    width: 23%;
    margin: 5px 3px;
    position: relative;
    z-index: 1;
}
.top_ranking_wrap {
    width: 100%;
}
.top_ranking_all .ranking_info {
    width: 100%;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    font-feature-settings: "palt";
}
.top_ranking_all .ranking_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.top_ranking_all .ranking_name {
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
}
.top_ranking_all .ranking_name span {
    font-size: 1.8rem;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
}
.top_ranking_all .ranking_size {
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.top_ranking_all .ranking_size span {
    font-size: 1.4rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}

#page .top_ranking_wrap {
    display: none;
}

.ranking_list_title {
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    padding-top: 20px;
}
.ranking_title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 10px #f7aad7,-2px 2px 10px #f7aad7,2px -2px 10px #f7aad7,-2px -2px 10px #f7aad7;
    color: #fff;
}
.ranking_list_outer {
    counter-reset: wpp-ranking;
}
.ranking_list_outer a:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-weight: bold;
    font-size: 3.6rem;
    width: 48px;
    height: 48px;
    line-height: 42px;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    text-align: center;
    background: #ff84be;
    color: #fff;
    border-radius: 12px;
}
@media screen and (max-width: 1199px) {
    .top_ranking_all  .ranking_list_outer {
        margin: 0 0 10px;
    }
    .top_ranking_all {
        margin: 10px 0 20px;
    }
    .ranking_title_all {
        font-size: 2.8rem;
    }
    .top_ranking_all .ranking_list {
        width: 25%;
        margin: 0;
    }
    .top_ranking_all .ranking_list:nth-child(1), .top_ranking_all .ranking_list:nth-child(2) {
        width: 40%;
        margin: 0;
    }
    .top_ranking_all .ranking_list:nth-child(3) {
        width: 25%;
        margin: 0;
    }
    #top_ranking .top_ranking_all .ranking_list:nth-child(4), #top_ranking .top_ranking_all .ranking_list:nth-child(5) {
        margin: 0;
    }
    .top_ranking_wrap {
        display: none;
    }
    .top_ranking_all .ranking_info {
        padding: 5px 0 10px;
        position: relative;
        color: #4d060b;
        text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
    }
    .top_ranking_all .ranking_catch {
        font-size: 1.5rem;
        color: #4d060b;
    }
    .top_ranking_all .ranking_name {
        font-size: 2.2rem;
        color: #F57CBA;
    }
    .top_ranking_all .ranking_name span {
        font-size: 1.4rem;
        color: #4d060b;
    }
    .top_ranking_all .ranking_size {
        font-size: 1.3rem;
        color: #4d060b;
    }
    .top_ranking_all .ranking_size span {
        font-size: 1.2rem;
        padding-right: 0;
        color: #4d060b;
    }

    .ranking_info {
        padding: 5px 0 10px;
        position: relative;
        text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
    }
    .ranking_catch {
        font-size: 1.5rem;
        color: #4d060b;
    }
    .ranking_name {
        font-size: 2.2rem;
        color: #F57CBA;
    }
    .ranking_name span {
        font-size: 1.4rem;
        color: #4d060b;
    }
    .ranking_size {
        font-size: 1.3rem;
        color: #4d060b;
    }
    .ranking_size span {
        font-size: 1.2rem;
        padding-right: 0;
        color: #4d060b;
    }

    #ranking .ranking_info {
        padding: 5px 0 10px;
        position: relative;
        text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
        color: #4d060b;
    }
    #ranking .ranking_catch {
        font-size: 1.5rem;
        color: #4d060b;
    }
    #ranking .ranking_name {
        font-size: 2.2rem;
        color: #F57CBA;
    }
    #ranking .ranking_name span {
        font-size: 1.4rem;
        color: #4d060b;
    }
    #ranking .ranking_size {
        font-size: 1.3rem;
        color: #4d060b;
    }
    #ranking .ranking_size span {
        font-size: 1.2rem;
        padding-right: 0;
        color: #4d060b;
    }
}
@media screen and (max-width: 960px) {    
    .top_ranking_outer {
        margin: 0;
        padding: 10px 0 0;
    }
    #top_ranking {
        padding-top: 5px;
    }
    #ranking {
        margin: 20px -10px 0;
    }
    .ranking_list_outer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 0 0;
    }
    #ranking .ranking_list_outer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .ranking_list {
        width: 50%;
        margin: 0;
        padding: 3px;
    }
    .ranking_list:nth-child(1) {
        width: 70%;
        margin: 0 auto;
    }
    #top_ranking .ranking_list:nth-child(4) {
        margin: 0 0 10px;
    }
    #top_ranking .ranking_list:nth-child(5) {
        margin: 0 0 10px;
    }

    .ranking_list_title {
        font-size: 2.4rem;
        padding-top: 10px;
    }
    .ranking_title {
        font-size: 2.8rem;
    }

    .ranking_list_outer a:before {
        font-size: 2.6rem;
        width: 36px;
        height: 36px;
        line-height: 32px;
        top: -3px;
        left: -3px;
    }

    .top_ranking_all .ranking_list {
        width: 50%;
        margin: 0;
    }
    .top_ranking_all .ranking_list:nth-child(1), .top_ranking_all .ranking_list:nth-child(2) {
        width: 50%;
        margin: 0;
    }
    .top_ranking_all .ranking_list:nth-child(3) {
        width: 50%;
        margin: 0;
    }
}

/*ランキング(殿堂入り娘)*/
.legend_cast {
    width: 100%;
    background: url(../img/page/ranking/legend_background_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.legend_cast::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 24px;
    border: 12px solid transparent;
    background: linear-gradient(180deg,#f5e3f8 0%, #e2f1ff 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
.legend_cast_inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
}
.legend_profile {
    width: 50%;
    padding-right: 20px;
}
.legend_profile h3 {
    max-width: 420px;
    margin: 0 auto;
}
.legend_profile h3 img {
    display: block;
    width: 100%;
    height: auto;
}
.legend_link {
    display: block;
    position: relative;
    margin-top: -10px;
}
.legend_link:hover {
    opacity: 1;
}
.legend_frame {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.legend_photo {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.legend_photo img {
    display: block;
    width: 100%;
    height: auto;
}
#ranking .legend_photo .cast_icon {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 20;
    width: 80px;
    text-align: right;
}

.legend_info {
    width: 100%;
    padding: 10px 5px;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
    line-height: 1.6;
}
.legend_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.legend_name {
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
    padding-top: 10px;
}
.legend_name span {
    font-size: 2rem;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
}
.legend_size {
    font-size: 2rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.legend_size span {
    font-size: 1.6rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}

.legend_text {
    width: 50%;
}
.legend_text_inner {
    padding: 40px;
    background: rgba(255, 255, 255, .4);
    border-radius: 16px;
    max-height: 940px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.legend_text, .legend_text p, .legend_text span, .legend_text em, .legend_text strong, .legend_text small, .legend_text div, .legend_text font {
    font-size: 1.7rem !important;
    font-weight: bold !important;
    color: #4d060b !important;
    line-height: 1.4 !important;
}

.legend_link_btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    color: #fff !important;
    text-shadow: 0 0 3px rgba(0,0,0, .2);
    padding: 14px 10px;
    background: #ff84be;
    border: 1px solid #e95a9d;
    border-radius: 6px;
    font-feature-settings: "palt";
}
.legend_link_btn:hover {
    color: #fff;
    background: #ff84be;
    border: 1px solid #e95a9d;
    border-radius: 6px;
}
.legend_link_btn:active, .legend_link_btn:visited, .legend_link_btn:foucs {
    color: #fff;
    background: #ff84be;
    border: 1px solid #e95a9d;
    border-radius: 6px;
}
@media screen and (max-width: 768px) {
    .legend_cast {
        width: 98%;
        background: url(../img/page/ranking/legend_background_sp.png) no-repeat;
        background-size: cover;
        background-position: center top;
        padding: 20px 15px;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        margin: 0 auto 40px;
    }
    .legend_cast::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 16px;
        border: 8px solid transparent;
        background: linear-gradient(180deg,#f5e3f8 0%, #e2f1ff 100%) border-box border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
        -webkit-mask-composite: destination-out;
        mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
        mask-composite: exclude;
    }
    .legend_cast_inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .legend_profile {
        width: 100%;
        padding-right: 0;
    }
    .legend_profile h3 {
        max-width: 300px;
        margin: 0 auto;
    }
    .legend_link {
        display: block;
        position: relative;
        margin-top: -5px;
    }
    #ranking .legend_photo .cast_icon {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 20;
        width: 60px;
        text-align: right;
    }

    .legend_info {
        padding: 10px 5px;
    }
    .legend_catch {
        font-size: 2.2rem;
    }
    .legend_name {
        font-size: 3rem;
    }
    .legend_name span {
        font-size: 1.7rem;
    }
    .legend_size {
        font-size: 1.7rem;
    }
    .legend_size span {
        font-size: 1.5rem;
        padding-right: 0;
    }

    .legend_text {
        width: 100%;
        margin-top: 20px;
    }
    .legend_text_inner {
        padding: 15px;
        background: rgba(255, 255, 255, .4);
        border-radius: 16px;
        max-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .legend_text, .legend_text p, .legend_text span, .legend_text em, .legend_text strong, .legend_text small, .legend_text div, .legend_text font {
        font-size: 1.6rem !important;
        font-weight: normal !important;
        color: #4d060b !important;
        line-height: 1.3 !important;
    }

    .legend_link_btn {
        max-width: 300px;
        margin: 10px auto;
        font-size: 1.6rem;
        padding: 12px 5px;
    }
}

/*ピックアップ*/
.pickup_outer_over {
    margin: 20px 0 0;
}
.pickup_outer {
    margin: 10px 0 0 0;
}
#pickup {
}
#pickup ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
#pickup ul li {
    width: 100%;
    max-width: 720px;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 16px;
}
.pickup_inner {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pickup_daytime {
    background: #ffeaf5;
    /* background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 50px); */
}
.pickup_night {
    background: #f3f3ff;
    /* background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 50px); */
}
.pickup_list {
    display: block;
    width: 100%;
    max-width: 60%;
    margin-right: 10px;
    transition: .3s;
    position: relative;
}

.pickup_box {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.pickup_box_img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.pickup_box_img img {
    display: block;
    width: 100%;
    height: auto;
}
.pickup_info {
    width: 100%;
    padding: 0 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
}
.pickup_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.pickup_name {
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
}
.pickup_name span {
    font-size: 2rem;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
}
.pickup_size {
    font-size: 1.8rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.pickup_size span {
    font-size: 1.6rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}
.pickup_txt {
    padding: 20px 10px;
    background: #ffe7f3;
}
.pickup_txt div, .pickup_txt p, .pickup_txt span, .pickup_txt h1, .pickup_txt h2, .pickup_txt h3, .pickup_txt h4, .pickup_txt h5, .pickup_txt h6, .pickup_txt strong, .pickup_txt small, .pickup_txt em, .pickup_txt font, .pickup_txt u, .pickup_txt a {
    background: none !important;
    font-size: 1.7rem !important;
    color: #4d060b !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    line-height: 1.2 !important;
    letter-spacing: 0em !important;
    text-decoration: none !important;
    font-feature-settings: "palt";
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff,  2px -2px 2px #fff !important;
}
.pickup_txt img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block !important;
    margin: 15px auto 0 !important;
}
.pickup_txt_daytime {
    width: 260px;
    max-width: 260px;
    border-radius: 16px;
    background: #ffd5e9;
}
.pickup_txt_night {
    width: 260px;
    max-width: 260px;
    border-radius: 16px;
    background: #d4d3f7;
}
.pickup_title {
    max-width: 340px;
    position: relative;
    top: 0;
    left: 0;
    /* transform: translate(-20%, 0); */
    z-index: 3;
    /* animation: pulse 2s linear infinite; */
}
/* @keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
} */
.pickup_title img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1400px) {
    .pickup_outer {
        margin: 0 -5px;
    }
    #pickup {
        margin: 10px 5px 0;
    }
    #pickup ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: -5px;
    }
    #pickup ul li {
        margin-top: 10px;
        padding: 10px;
    }
    .pickup_inner {
        width: 100%;
        padding: 10px 10px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .pickup_list {
        max-width: 320px;
        margin: 0 auto;
    }
    .pickup_box_img {
        max-width: 320px;
        margin: 0 auto;
    }
    
    .pickup_info {
        padding: 0 0 10px;
    }
    .pickup_catch {
        font-size: 1.8rem;
    }
    .pickup_name {
        font-size: 2.8rem;
    }
    .pickup_name span {
        font-size: 1.6rem;
    }
    .pickup_size {
        font-size: 1.6rem;
    }
    .pickup_size span {
        font-size: 1.4rem;
        padding-right: 0;
    }

    .pickup_txt {
        padding: 10px;
        background: #ffe7f3;
        margin-top: 20px;
    }
    .pickup_txt div, .pickup_txt p, .pickup_txt span, .pickup_txt h1, .pickup_txt h2, .pickup_txt h3, .pickup_txt h4, .pickup_txt h5, .pickup_txt h6, .pickup_txt strong, .pickup_txt small, .pickup_txt em, .pickup_txt font, .pickup_txt u, .pickup_txt a {
        font-size: 1.5rem !important;
    }
    .pickup_txt_daytime {
        max-width: 260px;
        border-radius: 16px;
        background: #ffd5e9;
    }
    .pickup_txt_night {
        max-width: 260px;
        border-radius: 16px;
        background: #d4d3f7;
    }    

    .pickup_title {
        width: 260px;
    }    
}
@media screen and (max-width: 768px) {
    .pickup_inner {
        width: 100%;
        padding: 10px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pickup_txt_daytime {
        width: 100%;
        max-width: 320px;
        border-radius: 16px;
        background: #ffd5e9;
    }
    .pickup_txt_night {
        width: 100%;
        max-width: 320px;
        border-radius: 16px;
        background: #d4d3f7;
    }

    .pickup_catch {
        font-size: 1.8rem;
    }
    .pickup_name {
        font-size: 2.8rem;
    }
    .pickup_name span {
        font-size: 1.6rem;
    }
    .pickup_size {
        font-size: 1.5rem;
    }
    .pickup_size span {
        font-size: 1.4rem;
        padding-right: 0;
    }   
}

/*ニュース*/
.news_outer {
    margin: 40px 0 0;
}
/* #top_news {
    margin-top: 35px;
} */
.cityheaven-blogparts-soku {
    width: 100%;
    max-width: 480px;
    margin: 35px auto 0;
    display: block;
}
.cityheaven-blogparts-soku iframe {
    width: 100%;
    height: 644px;
    display: block;
    -webkit-overflow-scrolling: touch;
}
/*.top_news_inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    overflow-y: auto;
    max-height: 1600px;
    min-height: 640px;
}*/
/* .twitter_outer {
    max-width: 640px;
    margin: 0 auto;
} 
.twitter_outer iframe {
    width: 100%;
    max-height: 1140px;
    min-height: 1140px;
    height: 1140px;
    margin: 0 auto;
    display: block;
    -webkit-overflow-scrolling: touch;
} */
@media screen and (max-width: 1024px) {
    #top_news {
        margin: 12px auto 0;
        max-width: 480px;
    }
    /* .twitter_outer {
        max-width: 480px;
    }
    .twitter_outer iframe {
        max-height: 1140px;
        min-height: 1140px;
        height: 1140px;
    } */
}
@media screen and (max-width: 480px) {
    .twitter_outer {
        max-width: 320px;
    }
}

/*コンセプト*/
#concept {
    margin: 40px 0 0;
}
.concept_cont {
    position: relative;
    overflow: hidden;
}
.concept_cont video {
    display: block;
    width: 100%;
    height: auto;
    /* position: absolute;
    top: 31.9%;
    left: -1%;
    z-index: 1; */
}
.concept_cont video.concept_pc {
    display: block;
}
.concept_cont video.concept_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #concept {
        margin: 30px 0 0;
    }
    .concept_cont {
        margin: 0 -15px;
        box-shadow: none;    
    }
    .concept_cont video.concept_pc {
        display: none;
    }
    .concept_cont video.concept_sp {
        display: block;
    }
}

/*動画*/
.movie_outer {
    margin: 40px 0;
}
#movie {
    margin: 10px 0 0;
}
.movie_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.movie_inner li {
    max-width: 32%;
    padding: 5px 15px 10px;
    margin: 0.5%;
    background: #fff;
    border: 8px solid #ffeaf5;
    position: relative;
    border-radius: 16px;
}
.movie_content {
    width: 100%;
}
.movie_content video, .movie_content img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 10px auto !important;
    border-radius: 16px;
    overflow: hidden;
}
.movie_content a {
    display: block;
}
.movie_content a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: none;
}
.movie_inner li h3, .movie_content, .movie_content h2, .movie_content h2 p, .movie_content h2 div, .movie_content h2 span, .movie_content h2 strong, .movie_content span, .movie_content p, .movie_content h3, .movie_content h4, .movie_content h, .movie_content h6, .movie_content strong {
    display: block;
    text-align: left !important;
    font-weight: bold !important;
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    /* color: #fff !important; */
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    /* text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be !important; */
    color: #F57CBA !important;
    text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7 !important;
    font-feature-settings: "palt";
    letter-spacing: 0em !important;    
    margin: 10px 0;  
}
.movie_content br {
    display: none;
}
@media screen and (max-width: 768px) {
    .movie_outer {
        margin: 20px -5px 15px;
    }
    #movie {
        margin: 15px -5px 0;
    }
    #movie ul {
        margin: 0 0 10px;
    }
    .movie_inner {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .movie_inner li {
        width: 100%;
        max-width: 480px;
        margin: 1% auto;
        padding: 0 15px 15px;
    }
    .movie_inner li h3, .movie_inner li h3 p, .movie_inner li h3 div, .movie_inner li h3 span, .movie_inner li h3 strong {
        font-size: 1.6rem !important;
    }    
}

/*新人面接入店*/
.newface_outer {
    margin: 40px 0 0 0;
}
#newface {
    margin: 0 0 20px;
}
#top .newface_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.top_newface_box {
    width: 24.4%;
    padding: 10px;
    margin: 0 .3%;
    background-color: #fffafc;
    background-image: radial-gradient(#fff5fa 30%, transparent 33%), radial-gradient(#fff5fa 30%, transparent 33%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.top_newface_box a {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    position: relative;
}
.top_newface_box a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.top_newface_box a .cast_icon img.today_icon, .top_newface_box a .cast_icon img.foreigners_icon {
    border-radius: 0;
}
#top .newface_inner .newface_info {
    text-align: center;
}

.top_newface_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
}
.top_newface_name {
    font-weight: bold;
    font-size: 2.8rem;
    font-feature-settings: "palt";
    letter-spacing: 0em;
    padding: 5px 0;
    color: #F57CBA;
}
.top_newface_name span {
    display: inline-block;
    font-size: 1.8rem;
    padding-left: 5px;
    color: #4d060b;
}
.top_newface_size {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0 0 10px;
}
.top_newface_size span {
    font-size: 1.4rem;
}
.top_newface_next {
    margin: 5px 0;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.3;
}
.top_newface_next span {
    display: inline-block;
    background: #51230b;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
    border-radius: 4px;
}
.top_newface_next_schedule {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0em;
    margin: 0 0 5px;
    line-height: 1.3;
}
.top_newface_next_schedule span {
    display: inline-block;
    background: #51230b;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
    border-radius: 4px;
}
.top_newface_text {
    font-size: 1.5rem !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    padding: 5px !important;
    line-height: 1.6 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 12 !important;
    -webkit-box-orient: vertical !important; 
}
/*.top_shot_box span, .top_shot_box strong, .top_shot_box p, .top_shot_box h1, .top_shot_box h2, .top_shot_box h3, .top_shot_box h4, .top_shot_box h5, .top_shot_box h6, .top_shot_box font {
    letter-spacing: 0em;
    font-size: 13px !important;
    text-align: left !important;
    color: #51230b !important;
    line-height: 1.5 !important;
}
.top_shot_box span {
    padding: 4px !important;
}*/

@media screen and (max-width: 960px) {
    .newface_outer {
        margin: 30px -10px 0;
    }

    #top .newface_inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0 0;
    }
    #top .newface_inner li {
        margin-bottom: 5px;
        padding-bottom: 20px;
    }
    .top_newface_box {
        width: 49.4%;
        padding: 5px;
        margin: 0 .3%;
    }
    
    .top_newface_box a {
        margin: 0 auto 10px;
    }

    .top_newface_catch {
        font-size: 1.5rem;
    }
    .top_newface_name {
        font-size: 2.2rem;
        padding: 0;
    }
    .top_newface_name span {
        font-size: 1.5rem;
    }
    .top_newface_size {
        font-size: 1.3rem;
    }
    .top_newface_size span {
        font-size: 1.2rem;
    }
    .top_newface_text {
        font-size: 1.4rem !important;
        padding: 5px 0 0 !important;
        line-height: 1.3 !important;
    }    
}








/*本日の出勤*/

.top_schedule_outer {
    margin: 20px 0 0;
}
#top_schedule {
    margin: 10px 0 0;
    /*background: #000;
    box-shadow: 0 1px 32px rgba(189, 2, 2, 1);
    border: 2px solid #140000;*/
    padding: 10px 15px 40px;
}
.schedule_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#schedule {
    /*background: #2a0e09;
    box-shadow: 0 1px 32px rgba(189, 2, 2, 1);
    border: 2px solid #140000;*/
    padding: 5px 0;
}

.schedule_today {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 15px;
}
.schedule_today span {
    display: inline-block;
    font-size: 3.4rem;
    color: #F9479B;
}

.schedule_box {
    width: 25%;
    margin: 0 0 5px;
    padding: 0 3px;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}
.top_schedule_box {
    width: 20%;
    margin: 0 0 5px;
    padding: 0 3px;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}
.page_schedule .top_schedule_box {
    width: 25%;
    margin: 0 0 5px;
    padding: 0 3px;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}
.schedule_image_box {
    width: 100%;
    position: relative;
}
.schedule_image_box:hover {
}
.schedule_image {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
/*.schedule_image:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 15vh;
    background-image: -ms-linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
}*/

.schedule_image img {
    display: block;
    width: 100%;
    height: auto;
}

#cast {
    margin: 10px 0 0 0;
}

.cast_function {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
}

.cast_sort {
    margin: 15px 0;
}
.cast_sort_label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
}
.cast_sort ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cast_sort ul li {
    width: 10%;
    margin: 0 2px;
    text-align: center;
}
.cast_sort ul li:first-child {
    width: 9%;
    margin: 0;
}
.cast_sort ul li a {
    display: block;
    padding: 8px 0;
    width: 100%;
    transition: opacity .3s;
    font-size: 1.6rem;
    font-weight: bold;
    background: #ff84be;
    color: #FFF;
    border: 1px solid #e95a9d;
    border-radius: 6px;
    font-feature-settings: "palt";
    transition: .3s;
}
.cast_sort ul li a:hover {
    color: #4d060b;
    background: #FFF;
    border: 1px solid #f2d0e0;
    opacity: 1;
}

.cast_search {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 25px 0 15px;
}
.cast_search label {
    font-size: 1.8rem;
}
.cast_search input[type="text"] {
    padding: 4px 8px;
    background: #feecf4;
    border: 1px solid #f2d0e0;
    border-radius: 4px;
}
.cast_search input {
    border: none;
    outline: none;
}
.cast_search input[type="submit"] {
    width: 154px;
    font-size: 1.5rem;
    padding: 4px 20px;
    color: #FFF;
    background: #ff84be;
    border: 1px solid #e95a9d;
    border-radius: 4px;
    transition: .3s;
}
.cast_search input[type="submit"]:hover {
    opacity: .75;
}

.cast_outer {
    display: flex;
    flex-wrap: wrap;
}
.cast_box {
    width: 25%;
    margin: 0 0 3px;
    padding: 0 3px;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}
.cast_box:hover {
}
.cast_image_box {
    width: 100%;
    position: relative;
}
.cast_image {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
/*.cast_image:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 15vh;
    background-image: -ms-linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(180, 73, 73, .7) 0%, rgba(180, 73, 73, .7) 40%, rgba(255, 255, 255, 0) 100%);
}*/
.cast_image img {
    display: block;
    width: 100%;
    height: auto;
}

/*トップページ本日の出勤*/

.schedule_info {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
}
.schedule_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;*/
    /*position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 3;*/
    color: #fff;
}
.schedule_name {
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
    /*background: linear-gradient(95deg, #ECD08C 0%,#be0d0d 10%, #ECD08C 60%, #ECD08C 100%);
    background: -webkit-linear-gradient(95deg, #ECD08C 0%,#be0d0d 10%, #ECD08C 60%, #ECD08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;*/
}
.schedule_name span {
    font-size: 1.8rem;
    display: inline-block;
    /*background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;*/
    color: #fff;
    /*text-shadow: 0 0 3px #000;*/
    padding-left: 5px;
}
.schedule_size {
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.schedule_size span {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}
.schedule_time {
    /* position: absolute;
    top: -15px;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, 0); */
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    background: #ff84be;
    border-radius: 100px;
    /* border: 1px solid #fff; */
    /* box-shadow: 0 1px 20px #ff84be; */
    text-shadow: none;
}
.schedule_time span {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: block;
    width: 100%;
    color: #f7ff00;
    line-height: 1;
    /* text-shadow: -1px -1px 1px #6A0909, 1px -1px 1px #6A0909, -1px 1px 1px #6A0909, 1px 1px 1px #6A0909; */
}

/*在籍女性*/

.cast_info {
    width: 100%;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
}
.cast_catch {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1;
}
.cast_name {
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #f7ff00;
}
.cast_name span {
    font-size: 1.8rem;
    display: inline-block;
    /*background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;*/
    color: #fff;
    /*text-shadow: 0 0 3px #000;*/
    padding-left: 5px;
    font-weight: bold;
}
.cast_size {
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: bold;
}
.cast_size span {
    font-size: 1.4rem;
    color: #fff;
    padding-right: 3px;
    font-weight: bold;
}

.cast_schedule {
    line-height: 1.1;
}
.cast_next {
    margin: 3px 0 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0em;
    color: #f7ff00;
}
.cast_next span {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding: 0 4px 0 0;
    letter-spacing: 0em;
    font-weight: normal;
}

.cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 70px;
    text-align: right;
}
.cast_icon img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.today_icon {
    display: inline-block;
    position: relative;
    animation: pulse_today 2s linear infinite;
}
@keyframes pulse_today {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
.newface_icon {
    display: inline-block;
    animation: pulse_new 2s linear infinite;
}
@keyframes pulse_new {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
.foreigners_icon {
    display: inline-block;
    position: relative;
    animation: pulse_foreigners 2s linear infinite;
}
@keyframes pulse_foreigners {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
#pickup .cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 100px;
    text-align: right;
}
#newface .cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 60px;
    text-align: right;
}
#top_schedule .cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 80px;
    text-align: right;
}
#cast .cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 60px;
    text-align: right;
}
#ranking .cast_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    width: 50px;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    .schedule_box {
        width: 25%;
        margin: 0 0 10px;
        padding: 3px;
    }
    .top_schedule_box {
        width: 25%;
        margin: 0 0 10px;
        padding: 3px;
    }

    .page_schedule .top_schedule_box {
        width: 25%;
        margin: 0 0 10px;
        padding: 3px;
    }
    
    .schedule_info {
        padding: 5px 0 0;
        position: relative;
        bottom: 0;
        text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
    }
    .schedule_catch {
        font-size: 1.5rem;
        color: #4d060b;
    }
    .schedule_name {
        font-size: 2.2rem;
        color: #F57CBA;
    }
    .schedule_name span {
        font-size: 1.4rem;
        color: #4d060b;
    }
    .schedule_size {
        font-size: 1.3rem;
        color: #4d060b;
    }
    .schedule_size span {
        font-size: 1.2rem;
        color: #4d060b;
    }

    .cast_box {
        width: 25%;
    }

    .cast_info {
        padding: 0 0 10px;
        position: relative;
        text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
    }
    .cast_catch {
        font-size: 1.5rem;
        color: #4d060b;
    }
    .cast_name {
        font-size: 2.2rem;
        color: #F57CBA;
    }
    .cast_name span {
        font-size: 1.4rem;
        color: #4d060b;
    }
    .cast_size {
        font-size: 1.3rem;
        color: #4d060b;
    }
    .cast_size span {
        font-size: 1.2rem;
        padding-right: 0;
        color: #4d060b;
    }

    .cast_schedule {
        display: flex;
        flex-direction: column;
        margin-top: 3px;
        line-height: 1.2;
    }
    .cast_next {
        margin: 3px 0 0;
        font-weight: bold;
        font-size: 1.5rem;
        letter-spacing: 0em;
        color: #F57CBA;
    }
    .cast_next span {
        display: inline-block;
        color: #4d060b;
        font-size: .9rem;
        padding: 0 2px 0 0;
        letter-spacing: 0em;
    }

    .schedule_time {
        padding: 3px 5px;
        min-width: 80%;
    }
    .schedule_time span {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 960px) {
    .top_schedule_outer {
        margin: 10px 0 0;
    }
    #top_schedule {
        margin: 0 5px 20px;
        padding: 5px 0;
    }
    .schedule_inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    #schedule {
        padding: 5px 0;
        margin: 0 -10px;
    }

    .schedule_today {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        padding-bottom: 0;
    }
    .schedule_today span {
        display: inline-block;
        font-size: 2.8rem;
    }

    .schedule_box {
        width: 50%;
        margin: 0 0 10px;
        padding: 3px;
    }
    .top_schedule_box {
        width: 50%;
        margin: 0 0 10px;
        padding: 3px;
    }
    .page_schedule {
        margin: 0 -5px 40px;
    }
    .page_schedule.ranking_page_schedule, .page_schedule.girl_page_schedule {
        margin: 0 -10px 40px;
    }
    .page_schedule .top_schedule_box {
        width: 50%;
        margin: 0 0 10px;
        padding: 3px;
    }

    #cast {
        margin: 10px -5px 0;
    }

    .cast_function {
        margin: 15px 0;
        padding: 0 0 5px;
    }

    .cast_sort {
        margin: 10px 0;
    }
    .cast_sort_label {
        display: block;
        font-size: 1.5rem;
        width: 100%;
    }
    .cast_sort ul {
        flex-wrap: wrap;
    }
    .cast_sort ul li {
        width: 22%;
        margin: 2px;
    }
    .cast_sort ul li:first-child {
        width: 100%;
        padding-bottom: 3px;
    }
    .cast_sort ul li a {
        padding: 8px 2px;
        font-size: 1.4rem;
    }

    .cast_search {
        font-size: 1.5rem;
        margin: 5px 0 10px;
    }
    .cast_search label {
        font-size: 1.5rem;
    }
    .cast_search input[type="submit"] {
        margin-top: 5px;
    }

    .cast_outer {
        margin: 0 -5px;
    }
    .cast_box {
        width: 50%;
    }

    .cast_icon {
        width: 50px;
    }
    #pickup .cast_icon {
        width: 100px;
    }
    #newface .cast_icon {
        width: 50px;
    }
    #top_schedule .cast_icon {
        width: 50px;
    }
    #cast .cast_icon {
        width: 50px;
    }
    #ranking .cast_icon {
        width: 50px;
    }
}

/*出勤情報ページ曜日*/

#schedule_date_outer {
    margin: 15px 0 0 0;
    padding: 30px 10px 10px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
}
.schedule_date_list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.schedule_date_list li {
    width: 11.85%;
    margin: 0 2px;
    text-align: center;
}
.schedule_date_list li a {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: #ff84be;
    color: #FFF;
    border: 1px solid #e95a9d;
    border-radius: 6px;
    font-feature-settings: "palt";
    transition: .3s;
}
.schedule_date_list li a:hover {
    opacity: .75;
    background: #ff84be;
    color: #FFF;
    border: 1px solid #e95a9d;
    border-radius: 6px;
}
.schedule_date_list li.stay {
    display: block;
    padding: 8px 0;
    background: #FFF;
    border: 1px solid #f2d0e0;;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    font-feature-settings: "palt";
}
.schedule_date_tilte {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    /*color: #fff;
    text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;*/
    font-feature-settings: "palt";
    letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
    #schedule_date_outer {
        margin: 15px -5px 0;
        padding: 20px 0 10px;
    }
    .schedule_date_list {
        flex-wrap: wrap;
    }
    .schedule_date_list li {
        width: 22%;
        margin: 2px;
    }
    .schedule_date_list li a {
        padding: 8px 0;
        font-size: 1.6rem;
    }
    .schedule_date_list li.stay {
        padding: 8px 0;
        font-size: 1.6rem;
    }
    .schedule_date_tilte {
        margin: 10px 0 0;
        font-size: 2rem;
    }
}


/*新人面接入店*/
#newface {
    margin: 10px 0 0 0;
    /*background: #2a0e09;
    box-shadow: 0 1px 32px rgba(189, 2, 2, 1);
    border: 2px solid #140000;*/
}
#page .newface_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.newface_list {
    width: 32.6%;
    background-color: #fffafc;
    background-image: radial-gradient(#fff5fa 30%, transparent 33%), radial-gradient(#fff5fa 30%, transparent 33%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    border: 1px solid #ededed;
    border-radius: 16px;
    padding: 15px;
    margin: 0 0.3% 0.3%;
}
.newface_inner li {
    padding-bottom: 20px;
}
.newface_box {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}
.girlslist_register {
    display: block;
    max-width: 180px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0em;
    color: #f7ff00;
    line-height: 1.2;
    background: #ff84be;
    border-radius: 100px;
    padding: 5px 0;
    margin: 0 auto;
}
.newface_img {
    position: relative;
    border-radius: 16px;
    margin-top: 10px;
    overflow: hidden;
}
.newface_box h3.newface_box_date {
    margin: 10px 0;
    font-size: 12px;
    letter-spacing: 0em;
    text-align: center !important;
}
.newface_box a {
    display: block;
    width: 100%;
    position: relative;
}
.newface_box a img {
    width: 100%;
    height: auto;
    display: block;
}
.newface_info {
    line-height: 1.4;
    /* text-shadow: 2px 2px 10px #ff84be,-2px 2px 10px #ff84be,2px -2px 10px #ff84be,-2px -2px 10px #ff84be;
    color: #fff; */
    color: #4d060b;
    text-shadow: 1px 1px 0px #fff, 1px 1px 1px #ffaed7;
    font-size: 1.6rem;
    text-align: left;
    font-feature-settings: "palt";
}
.newface_catch {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1;
}
.newface_name {
    color: #F57CBA;
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0em;
    margin: 10px 0 0;
}
.newface_name span {
    font-size: 1.8rem;
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
    color: #4d060b;
}
.newface_size {
    font-size: 1.8rem;
    letter-spacing: 0em;
    font-weight: bold;
    margin-bottom: 15px;
}
.newface_size span {
    font-size: 1.4rem;
    color: #4d060b;
    padding-right: 2px;
    font-weight: bold;
}
.newface_info .cast_next {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0em;
    color: #F57CBA;
    font-feature-settings: "palt";
}
.newface_info .cast_next span {
    display: inline-block;
    color: #4d060b;
    font-size: 1.2rem;
    padding: 0 4px 0 0;
    letter-spacing: 0em;
    font-weight: normal;
}
.newface_text, .newface_text p, .newface_text span, .newface_text strong {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; 
}
@media screen and (max-width: 1024px) {
    #page #newface {
        margin: 10px -10px 0;
    }
    #page .newface_inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .newface_list {
        width: 100%;
        padding: 15px 15px 10px;
        margin: 0 auto 0.3%;
    }
    .newface_inner li {
        margin-bottom: 10px;
    }
    .newface_box {
        width: 90%;
        max-width: 480px;
        margin: 0 auto 20px;
    }

    .newface_catch {
        font-size: 1.8rem;
        text-align: center;
    }
    .newface_name {
        font-size: 3rem;
        text-align: center;
    }
    .newface_name span {
        font-size: 1.8rem;
    }
    .newface_size {
        font-size: 1.8rem;
        margin: 5px 0 10px;
        text-align: center;
    }
    .newface_size span {
        font-size: 1.4rem;
    }

    .newface_info .cast_next {
        font-size: 1.8rem;
        text-align: center;
    }
    .newface_info .cast_next span {
        font-size: 1.3rem;
    }
}
.prev_next {
    text-align: center;
    margin: 20px 0;
}
.prev_next a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    background: #ff84be;
    color: #FFF;
    border: 1px solid #e95a9d;
    border-radius: 4px;
    transition: .3s;
}
.prev_next p {
    display: inline-block;
    color: #51230b;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .prev_next {
        text-align: center;
        margin: 0 0 20px;
    }
}