@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */

/* pageMain_title */
.pageMain_inner {
    background: url('../../images/ranking/pageMain_bg.png') no-repeat center #d8e6f7;
    background-size: 100% auto;
    padding: 100px 0;
    border-top: 20px solid #000;
}

.pageMain_wrap {}

.pageMain_title {
    width: 69%;
    margin: 0 auto;
}
/* rankingTiltl */
.rankingTitle_inner {
    background-color: #d8e6f7;
    padding: 20px 0 40px;
}

.rankingTitle_title {
    width: 32.22%;
    margin:  0 auto;
}

.icon_list {
    list-style: none;
    letter-spacing: -.4em;
    text-align: center;
    width: 90%;
    max-width: 440px;
    margin:  0 auto;
}

.icon_list > li {
    display: inline-block;
    width: 28.333333%;
    margin-right: 7.5%;
    cursor: pointer;

}

.icon_list > li:nth-child(3n) {
    margin-right: 0;

}

/* === #staff === */
.staff_inner {
    background-color: #fff;
    padding: 50px;
}

.staff_titleBox {
    text-align: center;
}

.staff_title {
    position: relative;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
}

.staff_title > span {
    position: relative;
    z-index: 3;
}

.staff_title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
    background-color: #d8e6f7;
    height: .8em;
    transform: skewX(-45deg);
}

.staff_titleBox.aos-init .staff_title::after {
    width: 0;
    transition: width .8s linear;
}

.staff_titleBox.aos-animate .staff_title::after {
    width: 100%;
    transition: width .8s linear;
}

.staff_bg {
    background: url('../../images/index/staff_bg.jpg') repeat-y;
    background-size: 100% auto;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}

.staff_wrap {}

.staff_sort {
    position: relative;
}

.staff_sortSelect {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
}

.staff_sortSelected {
    position: relative;
    display: block;
    max-width: 300px;
    border: 2px solid #000;
    border-radius: 30px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    width: 90%;
    padding: .5em 1em;
    margin: 0 auto;
    cursor: pointer;
    z-index: 14;
}

.staff_sortSelected::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    z-index: 14;
}

.staff_sortSelected {
    font-size: 1.2em;
    /* transition: all .5s linear; */
}

.staff_sortSelected.open {
    border-radius: 30px 30px 0 0;
    border-bottom: none;
    /* transition: all .5s linear; */
}

.staff_sortOption {
    display: none;
    background-color: #fff;
    max-width: 300px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    width: 90%;
    padding: .5em 1em;
    margin: 0 auto;
    cursor: pointer;
    z-index: 15;
    font-size: 1.2em;
}

.staff_sortOption:hover {
    background-color: #f1f1f1;
}

.staff_sortOption:last-child {
    border-bottom: 2px solid #000;
    border-radius: 0 0 30px 30px;
}


.staff_main {}

.staff_list {
    list-style: none;
    letter-spacing: -.4em;
}

.staff_list > li {
    display: inline-block;
    letter-spacing: normal;
    margin-top: 3%;
    vertical-align: top;
}

.staff_box {
    position: relative;
}

.staff_photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.staff_photoItem {}

.staff_info {
    margin-top: 5px;
}

.staff_name {
    font-size: 1.3em;
}

.staff_position {
    font-size: .8em;
    color: #9a9a9a;
}

.staff_shop {
    font-size: .8em;
    color: #9a9a9a;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
    width: 100%;
    z-index: 10;
    background-color:  rgba(255,255,255,.8);
}

.overlay.rank1::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background:  url('../../images/select/icon_rank1.png') no-repeat center;
    background-size:  contain;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
}

.overlay.rank2::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background:  url('../../images/select/icon_rank2.png') no-repeat center;
    background-size:  contain;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
}

.overlay.rank3::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background:  url('../../images/select/icon_rank3.png') no-repeat center;
    background-size:  contain;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
}

.btn_staff {
    margin-top: 5px;
}

.btn_staff > a {
    position: relative;
    display: block;
    padding: .5em 1em;
    text-align: center;
    border: 2px solid #000;
    border-radius: 20px;
    font-weight: bold;
}

.btn_staff > a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 3;
}

.btn_staffYellow > a::after {
    border-color: #000;
}

.btn_staffRed > a::after {
    border-color: #fff;
}


.btn_staffYellow > a {
    background-color: #d8e6f7;
    color: #000;
    transition: all .1s linear;
}

.btn_staffRed > a {
    background-color: #e40101;
    color: #fff;
    transition: all .1s linear;
}

.btn_staffYellow:hover > a {
    background-color: #000;
    color: #d8e6f7;
    transition: all .1s linear;
}

.btn_staffRed:hover > a {
    background-color: #fff;
    color: #e40101;
    transition: all .1s linear;
}

.btn_staffYellow:hover > a::after {
    border-color: #fff;
}

.btn_staffRed:hover > a::after {
    border-color: #000;
}





/* === btn === */
.btn_inner {
    background-color: #fff;
    padding: 0 0 40px;
    border-bottom: 20px solid #000;
}


.gift_inner {
    padding-bottom: 0;
}

.btn_inner.btn01 {
    background-color: #fff226;
    padding: 0 0 20px;
}

.btn_wrap {}

.btn_list {
    width: 70%;
    margin: auto;
    text-align: center;
    letter-spacing: -.4em;
    list-style: none;
}

.btn_list > li {
    position: relative;
    width: 49%;
    display: inline-block;
    margin-left: 2%;
    letter-spacing: normal;
}

.btn_list > li:nth-child(odd) {
    margin-left: 0;
}

.btn_list > li > a {
    display: block;
    background: url('../../images/index/btn_yellow.png') no-repeat center;
    background-size: 100% auto;
    padding: 40px 1em;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}



.btn_list > li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    z-index: 3;
}

.btn_list.btn_white > li > a {
    background: url('../../images/ranking/btn_white.png') no-repeat center;
    background-size: 100% auto;
    color: #000;
}


/* === #footerMenu === */
#footerMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: auto;
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.6);
}
.footerMenu_inner {
    background:  url('../../images/select/footer_bg.jpg');
    padding:  15px 0;
}

.footerBtn_list {
    list-style:  none;
    letter-spacing: -.4em;
    text-align: center;
}

.footerBtn_list > li {
    position: relative;
    letter-spacing: normal;
    display:  inline-block;
    width: 100%;
    max-width: 390px;
}

.footerBtn_list > li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    z-index: 3;
}



.footerBtn_list > li a {
    display: block;
    background:  url('../../images/select/footer_backPC.png') no-repeat center;
    background-size:  100% auto;
    padding: 22px 0;
    color: #000;
    font-size: 1.2em;
}

footer::after {
    content: '';
    display: block;
    padding-top: 100px;
}



/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 769px) {

    .staff_list > li {
        width: 19%;
        margin-right: 1.25%;
    }
    .staff_list > li:nth-child(5n) {
        margin-right: 0;
    }

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 768px) {

    /* pageMain_title */
    .pageMain_inner {
        background: url('../../images/ranking/pageMain_bgSP.png') no-repeat center #fff226;
        background-size: 100% auto;
        padding: 6.3vw 0;
        border-top: 2.67vw solid #000;
    }

    .pageMain_wrap {}

    .pageMain_title {
        width: 95%;
        margin:  0 auto;
    }

    /* rankingTiltl */
    .rankingTitle_inner {
        background-color: #fff226;
        padding: 3vw 0 5.33vw;
    }

    .rankingTitle_title {
        width: 60%;
    }

    .staff_list > li {
        width: 32.333333%;
        margin-right: 1.5%;
        margin-top: 10%;
    }
    .staff_list > li:nth-child(3n) {
        margin-right: 0;
    }

    .staff_inner {
        padding: 6vw 0;
    }

    .staff_bg {
        width: 90%;
        margin: 0 auto;
        padding: 6vw 0;
        margin-top: 30px;
    }

    .staff_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .staff_sortSelected {
        max-width: 300px;
        width: 60%;
    }

    .staff_sortOption {
        width: 60%;
    }

    .btn_staff > a {
        font-size: 85%;
    }

    .staff_title {
        font-size: 5.5vw
    }

    .overlay.rank1::before {
        width: 16vw;
        height: 16vw;
    }

    .overlay.rank2::before {
        width: 16vw;
        height: 16vw;
    }

    .overlay.rank3::before {
        width: 16vw;
        height: 16vw;
    }


    /* === btn === */
    .btn_inner {
        padding: 6vw 0;
        border-bottom: 5vw solid #000;
    }

    .btn_list {
        width: 90%;
        margin: auto;
        display: block;
    }

    .btn_list > li {
        position: relative;
        width: 100%;
        margin-top: 2vw;
    }

    .btn_list > li:first-child {
        margin-top: 0;
    }

    .btn_list > li > a {
        padding: 9vw 1em;
    }

    .btn_list > li::after {
        width: 8px;
        height: 8px;
        right: 7vw;
    }

    /* footerMenu */
    .footerMenu_inner {
        padding:  4vw 0;
    }

    .footerBtn_list > li {
        width: 80%;
        max-width: none;
    }

    .footerBtn_list > li a {
        display: block;
        background:  url('../../images/select/footer_backSP.png') no-repeat center;
        background-size:  100% auto;
        padding: 9.5vw 0;
        color: #000;
        font-size: 1.2em;
    }

    footer::after {
        content: '';
        display: block;
        padding-top: 30.73vw;
    }



}
/* ▲ ===== SP ===== ▲ */
