@charset 'UTF-8';


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


/* === #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: #fef236;
    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: 5;
}

.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: 4;
}

.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: 5;
}

.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: 4;
    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;
    display: grid;
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
    column-gap: 2%;
    margin-top: 30px;
    row-gap: 20px;
}

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

.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;
}

.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: #fef236;
    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 50px;
}


.gift_inner {
    padding-bottom: 0;
}
.btn_inner.btn01 {
    background-color: #d8e6f7;
    padding: 0 0 20px;
}

.btn_wrap {}

.btn_list {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.btn_list > li {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
}

.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/index/btn_white.png') no-repeat center;
    background-size: 100% auto;
    color: #000;
}


/* === vote === */
.vote_inner {
    background: url('../../images/index/vote_bg.jpg');
    padding: 30px 0;
    border-bottom: 20px solid #000;
}

.vote_inner.border_none {
    background: url('../../images/index/vote_bg2.jpg');
    border-bottom: none;
}

.vote_wrap {}

.vote_btn {
    position: relative;
    width: 90%;
    max-width: 430px;
    margin: auto;
}

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

.vote_btn > a {
    display: block;
    padding: 40px 1em;
    background: url('../../images/index/btn_red.png') no-repeat center;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}



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



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

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

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



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

    .staff_list {
        grid-template-columns: 32% 32% 32%;
    }

    .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%;
    }

    /* === btn === */
    .btn_inner {
        padding: 0 0 6vw;
    }

    .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;
    }

    /* === vote === */
    .vote_inner {
        padding: 4vw 0;
        border-bottom: 5vw solid #000;
    }

    .vote_wrap {}

    .vote_btn {
        position: relative;
        width: 90%;
        max-width: 500px;
        margin: auto;
    }

    .vote_btn:after {
        width: 10px;
        height: 10px;
        right: 8vw;
    }

    .vote_btn > a {
        padding: 11vw 1em;
        background: url('../../images/index/btn_red_SP.png') no-repeat center;
        background-size: 100% auto;
    }


    /* 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/index/vote_bg.jpg');
        padding: 4vw 0;
    }

    .footerMenu_wrap {}

    .footerMenu_title {
        width: 80%;
        margin: 0 auto;
    }
    .footerMenu_list {
        margin-top: 2vw;
        display: flex;
        justify-content: space-between;
    }
    .footerMenu_list > li {
        width: 49%;
    }

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


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