@charset "UTF-8";

/*ピックアップ*/

.pickup_outer {
    padding: 10px 5px 20px;
}
#pickup {
    margin: 0 auto;
    padding: 10px 15px;
}
#pickup .col-xs-6 {
    padding: 0;
}
.pickup_list {
    text-align: center;
    vertical-align: top;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.pickup_list:hover img {
    opacity: 0;
    transition: .3s;
}
.pickup_box {
    width: 100%;
    /*border-left: 5px solid #fff8c3;
    border-right: 5px solid #fff07f;*/
}
/*.pickup_box:before, .pickup_box:after {
    content: "";
    display: block;
    height: 5px;
    background: -ms-linear-gradient(left, #fff8c3, #fff07f);
    background: -webkit-gradient(linear, left top, right bottom, from(#fff8c3), to(#fff07f));
    background: -moz-linear-gradient(left, #fff8c3, #fff07f);
    background: linear-gradient(left, #fff8c3, #fff07f);
}*/
.pickup_box_img {
    display: block;
    position: relative;
}
/*.pickup_box_img:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 15vh;
  background-image: -ms-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
}*/
.pickup_box_img img {
    display: block;
    width: 100%;
}
.pickup_info {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: left;
    line-height: 1.2;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.pickup_catch {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: bold;
}
.pickup_name {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0em;
    margin: 5px 0 3px;
}
.pickup_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.pickup_size {
    font-size: 14px;
    letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
    .pickup_outer {
        padding: 10px 0 10px;
    }
    #pickup {
        padding: 10px 0;
    }
    .pickup_list:hover img {
        opacity: 1;
    }
    .pickup_catch {
        font-size: 14px;
    }
    .pickup_name {
        font-size: 20px;
        margin: 5px 0 3px;
    }
    .pickup_age {
        font-size: 13px;
    }
    .pickup_size {
        font-size: 10px;
    }
}

/*ニュース*/

.news_outer {
    /*background: #f1f1f1;*/
    padding: 10px 0;
}
#top_news {
    margin: 10px auto 0;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    position: relative;
}
.top_news_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: transparent !important;
    /*padding: 10px;*/
    /*overflow-y: auto;
    max-height: 900px;*/
    min-height: 320px;
    -webkit-overflow-scrolling: touch;
}
.top_news_inner iframe {
    display: block;
    width: 100%;
    background: transparent !important;
}
.top_news_inner iframe img {
    display: inline-block;
    width: auto;
}
.top_news_inner iframe a {
    display: inline-block;
    width: auto;
    max-width: 100% !important;
}
.top_news_inner .board_wrapper div {
    background: transparent !important;
}
.top_news_inner p, .top_news_inner span, .top_news_inner strong, .top_news_inner font, .top_news_inner div {
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
    font-feature-settings: "palt" !important;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .news_outer {
        padding: 10px 0;
    }
    #top_news {
        margin: 10px auto 0;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .top_news_inner {
        /*overflow-y: auto;
        max-height: 720px;
        min-height: auto;*/
        -webkit-overflow-scrolling: touch;
    }
    .top_news_inner img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .top_news_inner p, .top_news_inner span, .top_news_inner strong, .top_news_inner font, .top_news_inner div {
        line-height: 1.3 !important;
        text-align: center !important;
        font-size: 100% !important;
        letter-spacing: 0em !important;
    }
}


/*トップページランキング*/

.top_ranking_outer {
    /*background: #ffb841;*/
    padding: 10px 0;
    overflow-x: hidden;
}
#top_ranking {
    margin: 10px auto 0;
}
.ranking_list {
    display: inline-block;
    text-align: center;
    width: 19%;
    max-width: 19%;
    /*width: 19.3%;*/
    margin: 0 0 30px;
    letter-spacing: 0em;
    position: relative;
    vertical-align: top;
}
.ranking_box {
    text-align: center;
    vertical-align: top;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.ranking_box:hover img {
    opacity: 0;
    transition: .3s;
}
.ranking_box_img {
    display: block;
}
.ranking_box_img img {
    display: block;
    width: 100%;
}
.ranking_box_img {
    width: 100%;
    /*border-left: 5px solid #ffedd0;
    border-right: 5px solid #ffe8c3;*/
}
/*.ranking_box_img:before, .ranking_box_img:after {
    content: "";
    display: block;
    height: 5px;
    background: -ms-linear-gradient(left, #ffedd0, #ffe8c3);
    background: -webkit-gradient(linear, left top, right bottom, from(#ffedd0), to(#ffe8c3));
    background: -moz-linear-gradient(left, #ffedd0, #ffe8c3);
    background: linear-gradient(left, #ffedd0, #ffe8c3);
}*/
.ranking_info {
    width: 100%;
    padding: 10px 0 0;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1.2;
    text-align: left;
}
.ranking_catch {
    font-size: 15px;
    letter-spacing: 0em;
    font-weight: bold;
}
.ranking_name {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0em;
    padding: 5px 0 3px;
}
.ranking_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.ranking_size {
    font-size: 13px;
    letter-spacing: 0em;
}
.top_ranking_title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
}
.ranking_list_outer {
    counter-reset: wpp-ranking;
    margin: 20px 0 20px;
    text-align: center;
}
.ranking_list_outer {
    list-style-type: none;
    position: relative;
}
.ranking_list_outer .ranking_list:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-weight: bold;
    font-size: 36px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff9fc;
    background: #000;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .top_ranking_outer {
        padding: 10px 0;
        margin: 0 -15px;
        overflow-x: hidden;
    }
    #top_ranking {
        margin: 10px auto 0;
    }
    .ranking_list {
        display: inline-block;
        text-align: center;
        width: 48%;
        max-width: 48%;
        margin: 5px 0.2% 5px;
        float: none;
    }
    .ranking_list:nth-child(2) {
        margin: 5px 0.2% 5px;
    }
    .ranking_list:nth-child(3) {
        margin: 5px 0.5% 5px;
    }
    .ranking_list:first-child {
        display: block;
        text-align: center;
        width: 70%;
        max-width: 300px;
        margin: 0 auto 10px;
        float: none;
        padding: 0 0 10px;
    }
    .ranking_box:hover img {
        opacity: 1;
    }
    .ranking_catch {
        font-size: 16px;
    }
    .ranking_name {
        font-size: 20px;
        padding: 5px 0 3px;
    }
    .ranking_age {
        font-size: 13px;
    }
    .ranking_size {
        font-size: 10px;
    }
    .ranking_list_outer {
        margin: 10px 0;
    }
    .ranking_list_outer .ranking_list:before {
        font-size: 26px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        top: 0;
        left: 0;
    }
    .top_ranking_title {
        font-size: 28px;
    }
}

/*トップページ撮って出し*/

.shot_outer {
    /*background: #82d0f9;*/
    padding: 10px 0;
}
#top_shot {
    margin: 10px 0 0;
    overflow: hidden;
}
.top_shot_inner {
    width: 100%;
    /*margin: 10px 0 0 0;*/
    text-align: center;
}

/*#top_shot .col-sm-2 {
    padding: 0 5px;
}*/

.top_shot_box {
    display: inline-block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
}
.top_shot_box .col-sm-6:first-child {
    padding: 0 0 0 15px;
}
.top_shot_box .col-sm-4 {
    padding-left: 0; 
}
.top_shot_box h3.top_shot_box_date {
    margin: 10px 0;
    font-size: 12px;
    letter-spacing: 0em;
    text-align: center !important;
}
.top_shot_box a {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.top_shot_box a:hover img {
    opacity: 0;
    transition: .3s;
}
.top_shot_box a img {
    width: 100%;
    display: block;
}

.top_shot_box a {
    width: 100%;
    /*border-left: 5px solid #d1efff;
    border-right: 5px solid #9dddff;*/
}
/*.top_shot_box a:before, .top_shot_box a:after {
    content: "";
    display: block;
    height: 5px;
    background: -ms-linear-gradient(left, #d1efff, #9dddff);
    background: -webkit-gradient(linear, left top, right bottom, from(#d1efff), to(#9dddff));
    background: -moz-linear-gradient(left, #d1efff, #9dddff);
    background: linear-gradient(left, #d1efff, #9dddff);
}*/
/*.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: #000 !important;
    line-height: 1.5 !important;
}
.top_shot_box span {
    padding: 4px !important;
}*/

.top_newface_catch {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: bold;
}
.top_newface_name {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0em;
    padding: 5px 0 3px;
}
.top_newface_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.top_newface_size {
    font-size: 13px;
    letter-spacing: 0em;
}
.top_newface_next {
    margin: 10px 0 0;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.3;
}
.top_newface_next span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 9px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
}
.top_newface_next_schedule {
    font-size: 17px;
    letter-spacing: 0em;
    margin: 0 0 5px;
    line-height: 1.3;
}
.top_newface_next_schedule span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 9px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
}
/*.top_newface_next_schedule img {
    display: inline-block;
    width: 14px;
    margin: 0 4px 0 0;
    position: relative;
    top: -2px;
}*/
.newface_text.top_newface_text {
    font-size: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0 0 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .shot_outer {
        padding: 10px 0;
        margin: 0 -15px;
    }
    #top_shot .row {
        max-width: 180px;
    }
    .top_shot_box .col-sm-6 {
        padding-right: 0;
    }
    .top_shot_box .col-sm-8 {
        padding: 0 5px;
    }
    .top_shot_box .col-sm-4 {
        padding: 0 5px;
    }
    .top_shot_inner {
        margin: 0 0 40px;
    }
    .top_shot_box {
        text-align: center;
        max-height: 570px;
        max-width: 180px;
    }
    .top_shot_box a:hover img {
        opacity: 1;
    }
    .top_newface_catch {
        font-size: 16px;
    }
    .top_newface_name {
        font-size: 20px;
        padding: 5px 0 3px;
    }
    .top_newface_age {
        font-size: 13px;
    }
    .top_newface_size {
        font-size: 10px;
    }
    .top_newface_next {
        font-size: 13px;
    }
    .top_newface_next_schedule {
        font-size: 13px;
    }
    .top_newface_next_schedule span {
        font-size: 8px;
    }
    .newface_text.top_newface_text {
        font-size: 12px;
    }
}
/**
 * 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:#fff;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:#fe6dc6}.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:#fe6dc6;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)}}
#top_shot .swiper-container {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    z-index: 1;
}
#top_shot .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: flex-start;
    max-width: 500px;
    margin: 0 15px;
    transition: all .3s;
}
/*#top_shot .swiper-slide.swiper-slide-active {
    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;
    max-width: 640px;
    margin: 0 15px;
    transition: all .3s;
}*/
#top_shot .swiper-slide img {
    display: block;
    width: 100%;
}
#top_shot .swiper-slide a {
    transition: all .3s;
}
#top_shot .swiper-slide a:hover {
    opacity: .75;
}
@media screen and (max-width: 768px) {
    #top_shot .swiper-wrapper {
        vertical-align: top;
    }
    #top_shot .swiper-slide {
        max-width: 180px;
        margin: 0;
        align-items: flex-start;
    }
    /*#top_shot .swiper-slide.swiper-slide-active {
        max-width: 220px;
        margin: 0;
        align-items: flex-start;
    }*/
}
#top_ranking .swiper-container-ranking {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    /*overflow: hidden;*/
    z-index: 1;
    position: relative;
}
#top_ranking .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;
    margin: 0 auto;
    padding: 0;
}
#top_ranking .swiper-slide img {
    display: block;
    width: 100%;
}
#top_ranking .swiper-slide a {
    transition: all .3s;
}
#top_ranking .swiper-slide a:hover {
    opacity: .75;
}
/*.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: 50px;
    height: 2px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}
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;
    height: 5px;
    background: #000;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
@media screen and (max-width: 768px) {
    #top_ranking .swiper-container-ranking {
        margin: 0 auto 20px;
    }
    #top_ranking .swiper-slide {
        padding: 0 5px 10px;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 13px;
        height: 22px;
        margin-top: -11px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 13px 22px;
        -webkit-background-size: 13px 22px;
        background-size: 13px 22px;
        background-position: center;
        background-repeat: no-repeat
    }
    .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: 5px;
        right: auto
    }
    .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: 5px;
        left: auto
    }
    .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        display: inline-block;
        border-radius: 0px;
        background: #fff;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        height: 5px;
        background: #000;
    }
}
#top_review .swiper-container-review {
    width: 100%;
    /*max-width: 720px;*/
    /*margin: 0 auto;*/
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 0 0 0 10px;
}
#top_review .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;
    max-width: 640px;
    margin: 0 auto;
}
#top_review .swiper-slide a {
    transition: all .3s;
}
#top_review .swiper-slide a:hover {
    opacity: .75;
}
#top_review .swiper-button-prev.swiper-button-black, #top_review .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")
}
#top_review .swiper-button-next, #top_review .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: 15px;
    left: auto
}
.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: -5px;
    right: auto;
}
#top_review .swiper-button-next.swiper-button-black, #top_review .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")
}
@media screen and (max-width: 768px) {
    #top_review .swiper-container-review {
        padding: 0;
    }
    #top_review .swiper-slide {
        max-width: 240px;
        padding: 0;
        opacity: 1;
    }
    #top_review .swiper-slide.swiper-slide-active {
        max-width: 240px;
        padding: 0;
        opacity: 1;
    }
    #top_review .swiper-button-prev, #top_review .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");
        display: none;
    }
    #top_review .swiper-button-next, #top_review .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");
        display: none;
    }
}

/*トップページアンケート*/

.review_outer {
    padding: 10px 0;
    /*background: #e99abc;*/
}
#top_review {
    margin: 10px auto 0;
    /*max-width: 1600px;*/
}
#top_review .col-sm-6 {
    padding: 0 5px 5px;
}
.top_review_inner {
    overflow-x: hidden;
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;
    background: #fff3f9;
}
.top_review_box {
    padding: 20px 15px;
    /*min-height: 480px;*/
    /*max-height: 480px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;*/
    /*border: 1px solid #ededed;*/
}
.top_review_box .col-sm-3 p{
    font-size: 12px;
}
.top_review_box .col-sm-10 {
    padding: 0 0 0 20px;
}
.top_review_box_inner {
    padding: 0 0 20px;
}
.review_image {
    max-width: 180px;
    margin: 0 auto;
}
.top_review_box h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    letter-spacing: 0em;
    background: #000;
    color: #FFF;
    padding: 5px 0;
    font-feature-settings: "palt";
}
.top_review_box a {
    display: block;
    width: 100%;
    /*max-width: 120px;*/
    margin: 5px 10px 5px 0;
    position: relative;
    z-index: 2;
}
.top_review_box img {
    display: block;
    width: 100%;
}
#top_review .top_review_text p, #top_review .top_review_text p span, #top_review .top_review_text strong {
    font-size: 15px !important;
    line-height: 1.6 !important;
    letter-spacing: 0em !important;
    background: none !important;
    border: none !important;
    font-weight: normal !important;
    color: #000 !important;
    font-feature-settings: "palt" !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
}
.top_review_info {
    line-height: 1.2;
    letter-spacing: 0em;
}
.top_review_name {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0em;
    padding: 3px 0;
}
.top_review_age {
    font-size: 14px;
    letter-spacing: 0em;
}
.top_review_size {
    font-size: 14px;
    letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
    .review_outer {
        padding: 10px 0;
        margin: 0 -15px;
    }
    #top_review {
        margin: 10px auto 0;
    }
    .top_review_inner {
        overflow-x: hidden;
        margin: 0 0 30px 10px;
        padding: 0 0 0 5px;
    }
    #top_review .col-sm-10 {
        padding: 0;
    }
    .top_review_box h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .top_review_box {
        padding: 20px 5px;
    }
    .top_review_box h3 {
        font-size: 18px;
        padding: 10px 5px;
    }
    .top_review_box img {
        display: block;
        width: 100%;
        max-width: 80px;
        float: left;
        margin: 0 10px 10px 0;
    }
    .top_review_info {
        display: block;
    }
    .top_review_text {
        clear: both;
    }
    #top_review p, #top_review p span, #top_review strong {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}

/*本日の出勤*/
.top_schedule_outer {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 20px;
}
.top_schedule_inner {}

.girl_schedule_outer {
    padding: 0 0 100px;
}

#top_schedule {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
#top_schedule_outer .top_schedule_box {
    /*width: 19.5%;
    display: inline-block;*/
    box-sizing: content-box;
    box-sizing: border-box;
    margin:  0;
    text-align: center;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    font-feature-settings: "palt";
    color: #000;
}
.top_schedule_box {
    /*width: 24.4%;
    display: inline-block;*/
    box-sizing: content-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    font-feature-settings: "palt";
    color: #000;
    vertical-align: top;
}

.top_schedule_inner {
    display: table;
    width:100%;
    text-align: center;
}
.top_schedule_inner > .top_schedule_box:nth-child(5n+1) {
    clear: both;
}
.top_schedule_inner > .top_schedule_box {
    display: table-cell;
    float: left;
    width: 20%;
}
.top_schedule_box a {
    display: block;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
/*.top_schedule_box a:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 15vh;
  background-image: -ms-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
}*/
.top_schedule_box a:hover img {
    opacity: 0;
    transition: .3s;
}
.schedule_image_box {
    width: 100%;
    position: relative;
}
.schedule_image {
    display: block;
}
.schedule_image img {
    display: block;
    width: 100%;
}
.schedule_image {
    width: 100%;
}
/*.schedule_image:before, .schedule_image:after {
    content: "";
    display: block;
    height: 5px;
    background: -ms-linear-gradient(left, #ededed, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(left, #ededed, #fff);
    background: linear-gradient(left, #ededed, #fff);
}*/
#schedule_outer {
    /*background: #f1f1f1;*/
    padding: 0 0 40px;
    text-align: center;
}
#schedule_inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /*padding: 0 15px;*/
}
#schedule {
    text-align: center;
}
.schedule_box {
    width: 24.4%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0 0 3px;
    text-align: center;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-feature-settings: "palt";
    color: #000;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
/*.schedule_box a:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 15vh;
  background-image: -ms-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
}*/

.schedule_list {
    display: block;
    transition: .3s;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.schedule_list:hover img {
    opacity: 0;
    transition: .3s;
}
#cast {
    text-align: center;
    margin: 0 0 20px;
}
#cast_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/*.cast_box {
    width: 24.4%;
    display: inline-block;
    box-sizing: content-box;
    box-sizing: border-box;
    margin: 0 0 30px;
    text-align: center;
    vertical-align: top;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
    font-feature-settings : "palt";
    color: #000;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.cast_box:hover img {
    opacity: 0;
    transition: .3s;
}
.cast_image_box {
    width: 100%;
}
.cast_image {
    display: block;
    position: relative;
}
.cast_image img {
    display: block;
    width: 100%;
}
*/

.cast_list_outer {
    width: 25%;
    text-align: center;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.cast_list {
    display: block;
    box-sizing: content-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    transition: .3s;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.cast_list:hover img {
    opacity: 0;
    transition: .3s;
}
.cast_box {
    width: 100%;
    position: relative;
    z-index: 1;
}
.cast_box_img {
    display: block;
    position: relative;
    z-index: 1;
}
/*.cast_box_img:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 15vh;
  background-image: -ms-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #fee5da 0%,  rgba(255, 255, 255, 0) 100%);
}*/

.cast_box_img img {
    display: block;
    width: 100%;
}
.cast_box_img {
    width: 100%;
}
/*トップページ本日の出勤*/

.schedule_info {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1.3;
    text-align: left;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.schedule_catch {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: bold;
}
.schedule_name {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0em;
    padding: 5px 0 3px;
}
.schedule_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.schedule_size {
    font-size: 13px;
    letter-spacing: 0em;
    margin: 0 0 5px 0;
}
.schedule_date {
    font-size: 17px;
    letter-spacing: 0em;
    margin: 5px 0 0 0;
    line-height: 1.3;
    font-weight: bold;
}
.schedule_date span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 9px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -3px;
    text-shadow: none;
}
.schedule_time {
    font-size: 17px;
    letter-spacing: 0em;
    margin: 0 0 5px;
    line-height: 1.3;
    font-weight: bold;
}
.schedule_time span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 9px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -3px;
    text-shadow: none;
}

/*.schedule_time img {
    display: inline-block;
    width: 14px;
    vertical-align: top;
    margin: 3px 2px 0 0;
}*/


/*在籍女性*/

.cast_info {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1.3;
    font-feature-settings: "palt";
    color: #000;
    text-align: left;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.cast_catch {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: bold;
}
.cast_name {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0em;
    padding: 5px 0 3px;
}
.cast_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.cast_size {
    font-size: 14px;
    letter-spacing: 0em;
    margin: 0 0 5px 0;
}
.cast_next {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
}
.cast_next span {
    display: inline-block;
    background: #51230b;
    color: #fff;
    padding: 0 4px;
    font-size: 10px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
    text-shadow: none;
}
.cast_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 1 !important;
}
.today_icon {
    display: block;
    width: 100%;
    max-width: 110px;
    opacity: 1 !important;
}
.newface_icon {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 0 2px 0;
    opacity: 1 !important;
}
.cup_icon {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 20;
    display: block;
    width: 100%;
    max-width: 100px;
    opacity: 1 !important;
}
#top_shot .cup_icon {
    top: 0;
    right: -10px;
    max-width: 100px;
}
.top_schedule_outer .cup_icon {
    top: -10px;
    right: -10px;
    max-width: 140px;
}
#page .top_schedule_outer .cup_icon {
    top: -10px;
    right: -10px;
    max-width: 100px;
}
.cup_icon {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    20% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(.1.01, .1.01, .1.01);
        transform: scale3d(.1.01, .1.01, .1.01)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    20% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(.1.01, .1.01, .1.01);
        transform: scale3d(.1.01, .1.01, .1.01)
    }
}
/*@media screen and (max-width: 1200px) {
    .cast_icon {
        width: 60px;
    }
    .today_icon {
        width: 60px;
    }
    .newface_icon {
        width: 60px;
    }
    .cup_icon {
        max-width: 70px;
    }
}*/
@media screen and (max-width: 768px) {
    .top_schedule_outer {
        padding: 10px 0;
        margin: 10px auto;
    }
    .top_schedule_outer .col-sm-12 {
        padding: 0 10px;
    }
    .girl_schedule_outer {
        padding: 0 0 20px;
    }
    #top_schedule {
        margin: 10px 0 0;
    }
    .top_schedule_inner {
        padding: 0 0 20px 0;
    }
    /*#top_schedule_outer .top_schedule_box {
        width: 48.5%;
        display: inline-block;
        margin: 0 0.2% 10px;
    }
    .top_schedule_box {
        width: 48.5%;
        display: inline-block;
        margin: 0 0.2% 10px;
    }*/

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

    .top_schedule_box a:hover img {
        opacity: 1;
    }

    .schedule_catch {
        font-size: 15px;
    }
    .schedule_name {
        font-size: 20px;
    }
    .schedule_age {
        font-size: 13px;
    }
    .schedule_size {
        font-size: 10px;
    }
    #schedule_outer {
        padding: 0 0 20px;
        text-align: center;
    }
    .schedule_box {
        width: 48.5%;
        display: inline-block;
    }
    #cast {
        padding: 10px 0 20px;
        text-align: center;
    }
    .cast_list_outer {
        width: 50%;
    }
    .cast_list:hover img {
        opacity: 1;
    }
    .cast_catch {
        font-size: 16px;
    }
    .cast_name {
        font-size: 20px;
        padding: 5px 0;
    }
    /*.cast_age {
        font-size: 13px;
    }*/
    .cast_size {
        font-size: 10px;
    }
    .cast_next {
        font-size: 15px;
    }
    .schedule_date {
        font-size: 15px;
        line-height: 1.2;
    }
    .schedule_date span {
        padding: 2px 3px;
        font-size: 8px;
        margin: 0 3px 0 0;
    }
    .schedule_time {
        font-size: 15px;
        line-height: 1.2;
    }
    .schedule_time span {
        padding: 2px 3px;
        font-size: 8px;
        margin: 0 3px 0 0;
    }

    .today_icon {
        max-width: 60px;
    }
    .newface_icon {
        max-width: 70px;
    }
    .cup_icon {
        top: -5px;
        right: -5px;
        max-width: 70px;
    }
    #top_shot .cup_icon {
        top: 0;
        right: -5px;
        max-width: 70px;
    }
    .top_schedule_outer .cup_icon {
        top: -5px;
        right: -5px;
        max-width: 70px;
    }
    #page .top_schedule_outer .cup_icon {
        top: -5px;
        right: -5px;
        max-width: 70px;
    }
}

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

#schedule_date_outer {}
.schedule_date_list {
    margin: 0 auto;
    text-align: center;
}
.schedule_date_list li {
    display: inline-block;
    width: 13.85%;
    text-align: center;
    margin: 0 0.2%;
    float: left;
    font-weight: bold;
}
.schedule_date_list li a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    transition: opacity .3s;
    border: 1px solid #ffa0d4;
    background: -ms-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: -moz-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: linear-gradient(120deg, #ffa0d4, #fbd292);
    background-size: 150%;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    font-feature-settings: "palt";
}
.schedule_date_list li a:hover {
    color: #fff;
    background: -ms-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: -moz-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: linear-gradient(120deg, #ffa0d4, #fbd292);
    background-size: 150%;
    border-radius: 100px;
}
.schedule_date_list li.stay {
    display: inline-block;
    padding: 10px 0;
    color: #000;
    background: #fff;
    border: 1px solid #ffa0d4;
    font-weight: bold;
    border-radius: 100px;
    font-size: 18px;
    font-feature-settings: "palt";
}
.schedule_date_tilte {
    margin: 20px 0;
    background: -ms-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: -moz-linear-gradient(120deg, #ffa0d4, #fbd292);
    background: linear-gradient(120deg, #ffa0d4, #fbd292);
    background-size: 150%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
    .schedule_date_list li {
        display: inline-block;
        width: 24.4%;
        text-align: center;
        margin: 0.5% 0.1%;
        float: left;
        font-size: 13px;
    }
    .schedule_date_list li a {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        letter-spacing: 0em;
        font-size: 15px;
    }
    .schedule_date_list li.stay {
        display: inline-block;
        padding: 10px 0;
        width: 24.4%;
        text-align: center;
        margin: 0.5% 0.1%;
        font-size: 15px;
        letter-spacing: 0em;
    }
    .schedule_date_tilte {
        margin: 20px 0;
        padding: 10px 5px;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
    }
}

/*新人情報*/

#newcomer {}
.newcomer_list {
    width: 100%;
    border: 1px solid #ededed;
    padding: 20px 0;
    margin: 10px 0 0 0;
    /*background: url(../img/common/girl_info.png) no-repeat;
    background-size: cover;*/
    line-height: 1.4;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.newcomer_date {
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: bold;
}
.newcomer_catch {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}
.newcomer_name {
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.newcomer_size {
    font-size: 14px;
    letter-spacing: 0em;
}
.newcomer_text {
    margin: 10px 0 0 0;
    padding: 10px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.newcomer_list a {
    display: block;
    width: 100%;
    position: relative
}
.newcomer_list a img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.newcomer_list p, .newcomer_list p span, .newcomer_list p strong, .newcomer_list p font, .newcomer_list p em, .newcomer_list p b, .newcomer_list p div, .newcomer_list p small {
    font-size: 14px !important;
    color: #000 !important;
}
@media screen and (max-width: 768px) {
    .newcomer_list {
        padding: 10px 0;
        background-size: cover;
        background-position: center bottom;
    }
    .newcomer_date {
        font-size: 13px;
    }
    .newcomer_catch {
        font-size: 16px;
        letter-spacing: 0em;
    }
    .newcomer_name {
        font-size: 20px;
    }
    .newcomer_size {
        font-size: 10px;
    }
    .newcomer_text {
        padding: 5px 0;
    }
    .newcomer_list a img {
        width: 70%;
        max-width: 280px;
        margin: 0 auto 10px;
    }
    .newcomer_list p, .newcomer_list p span, .newcomer_list p strong, .newcomer_list p font, .newcomer_list p em, .newcomer_list p b, .newcomer_list p div, .newcomer_list p small {
        font-size: 13px !important;
    }
}

/*撮って出し*/

#newface {
    text-align: center;
    margin: 0 0 40px;
}
#newface_inner {
    width: 100%;
    margin: 0 auto;
}
#newface .col-sm-3 {
    padding: 0;
}
.newface_box {
    display: block;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 5px 30px;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.newface_box_inner {
    display: block;
    position: relative;
    transition: .3s;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.newface_box_inner:hover img {
    opacity: 0;
    transition: .3s;
}
.newface_box_inner img {
    width: 100%;
    display: block;
}
.newface_box h3.newface_box_date {
    margin: 10px 0;
    font-size: 12px;
    letter-spacing: 0em;
    text-align: center !important;
}
.newface_box_inner {
    display: block;
    width: 100%;
    /*max-width: 360px;*/
    margin: 0 auto 15px;
    position: relative;
}


.newface_box p.newface_info {
    text-align: left !important;
}
.newface_box_image {
    width: 100%;
}


/*.newface_box span, .newface_box strong, .newface_box p, .newface_box h1, .newface_box h2, .newface_box h3, .newface_box h4, .newface_box h5, .newface_box h6, .newface_box font {
    letter-spacing: 0em;
    font-size: 13px !important;
    text-align: left !important;
    color: #000 !important;
}
.newface_box span {
    padding: 4px !important;
}*/

.newface_catch {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: bold;
}
.newface_name {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0em;
    padding: 5px 0 3px;
}
.newface_age {
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: normal;
    padding: 0 0 0 3px;
}
.newface_size {
    font-size: 15px;
    letter-spacing: 0em;
    margin: 0 0 10px 0;
}
.newface_next {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.3;
}
.newface_next span {
    display: inline-block;
    background: #51230b;
    color: #fff;
    padding: 0 4px;
    font-size: 10px;
    margin: 0 5px 0 0;
    letter-spacing: 0em;
    position: relative;
    top: -2px;
}
.newface_next_schedule {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
    margin: 0 0 5px;
    line-height: 1.3;
}
.newface_next_schedule img {
    display: inline-block;
    width: 16px;
    margin: 0 2px 0 0;
    position: relative;
    top: -2px;
}
.newface_text {
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 20px 0 0 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical; 
}
@media screen and (max-width: 768px) {
    #newface {
        padding: 10px 0 40px;
        margin: 0 0 20px;
    }

    .newface_box_inner {
        max-width: 300px;
    }
    .newface_box_inner:hover img {
        opacity: 1;
    }

    .newface_catch {
        font-size: 14px;
    }
    .newface_name {
        font-size: 20px;
    }
    .newface_age {
        font-size: 13px;
    }
    .newface_size {
        font-size: 10px;
    }
    .newface_next {
        font-size: 13px;
    }
    .newface_next_schedule {
        font-size: 13px;
    }
    .newface_next_schedule img {
        width: 12px;
    }
    .newface_text {
        font-size: 13px;
        margin: 10px 0 0 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical; 
    }
}
.prev_next {
    text-align: center;
    margin: 20px 0;
}
.prev_next a {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    padding: 12px 30px;
    color: #fff;
    letter-spacing: 0em;
    font-feature-settings: "palt";
}
.prev_next p {
    display: inline-block;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .prev_next {
        text-align: center;
        margin: 20px 0;
    }
    .prev_next a {
        font-size: 16px;
        padding: 8px 20px;
    }
}

/*アンケート*/

#review {
    text-align: center;
}
#review_inner {
    width: 100%;
    margin: 0 auto;
}
.review_box_outer {
    padding: 20px;
    background: #fff3f9;
    margin: 0 0 30px 0;
    text-align: left;
}
.review_box_outer h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0em;
    color: #fff;
    background: #111;
    padding: 8px 4px;
    font-feature-settings: "palt" !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
}
.review_box {}
.review_box a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 5px auto 10px;
    /*float: left;*/
    position: relative;
    z-index: 2;
}
.review_box img {
    display: block;
    width: 100%;
}
#review .review_text, #review .review_text p, #review .review_text p span, #review .review_text strong {
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 0em !important;
    background: none !important;
    border: none !important;
    font-weight: normal !important;
    color: #000 !important;
    font-feature-settings: "palt" !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
}

/*#review strong br {
    display: none !important;
    line-height: 1.6 !important;
}*/

@media screen and (max-width: 768px) {
    #review {
        padding: 20px 0;
    }
    /*#review .col-sm-6 {
        padding: 0;
    }*/
    #review .col-sm-9{
        margin: 10px 0 0 0;
    }
    .review_box_outer {
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .review_box_outer h3 {
        font-size: 20px;
    }
    .review_box a {
        max-width: 180px;
    }
    #review .review_text, #review .review_text p, #review .review_text p span, #review .review_text strong {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}



/*ランキング*/

#ranking {
}
#ranking_inner {
    width: 100%;
    margin: 0 auto;
}
.ranking_title_outer {
}
.ranking_title {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0em;
    font-weight: bold;
    color: #000;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    #ranking {
        padding: 20px 0 40px;
    }
    .ranking_title_outer {}
    .ranking_title {
        font-size: 24px;
    }
    .ranking_list:first-child {
        display: block;
        text-align: center;
        width: 70%;
        max-width: 300px;
        margin: 0 auto 1%;
        float: none;
        padding: 0 0 .2%;
    }
    .ranking_list:nth-child(8), .ranking_list:nth-child(9), .ranking_list:nth-child(10) {
        display: inline-block;
        text-align: center;
        width: 32.2%;
        margin: 0 auto 1%;
        float: none;
        padding: 0 0 10px;
    }
    .ranking_list:nth-child(8) h3, .ranking_list:nth-child(9) h3, .ranking_list:nth-child(10) h3 {
        font-size: 11px;
    }
    .ranking_list:nth-child(8) h4, .ranking_list:nth-child(9) h4, .ranking_list:nth-child(10) h4 {
        font-size: 13px;
    }
    .ranking_list:nth-child(8) p, .ranking_list:nth-child(9) p, .ranking_list:nth-child(10) p {
        font-size: 9px;
    }
}








/*写メ日記*/
/*.top_syame_inner{
    text-align: center;
}
.top_syame_inner iframe{
    width: 100%;
    max-width: 800px;
}
.top_syame_iframe_pc{
    display: block;
    margin: 30px auto -20px;
}
.top_syame_iframe_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .top_syame_iframe_pc{
        display: none;
    }
    .top_syame_iframe_sp{
        display: block;
        margin: 20px auto -20px;
    }
    .top_syame_inner iframe{
        width: 300px;
        max-width: 300px;
    }
}*/
