/* ----- スライダー ----- */

.top_main_slider{
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem;
}

.top_main_slider::before {
    content: "";
    display: block;
    padding-top: 48%;
}

.top_main_slider #slider {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ----- お知らせ ----- */

.top_update_container {
    margin-top: -0.8rem;
    padding-bottom: 5rem;
}

.update_list{
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.update_date {
    width: 18%;
    font-size: 1.7rem;
    line-height: 1.6;
}

.update_title{
    width: 82%;
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 0;
}

.update_date:not(:first-of-type),
.update_title:not(:first-of-type){
    padding-top: 1.2rem;
}

.update_title a {
    text-decoration: underline;
}

/* ----- 注目商品 ----- */

.top_pickup_container{
    padding-bottom: 1rem;
}

.pickup_list {
    margin: 0 -2.4%;
}

.pickup_list_item{
    width: calc(100% / 2);
    padding: 0 2.4% 4.8%;
}

.pickup_list_item:nth-child(1),
.pickup_list_item:nth-child(4){
    width: 100%;
}

/* ----- ランキング ----- */

.top_ranking_container li{
    position: relative;
}

.top_ranking_num{
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 4.8%;
    width: 5rem;
    height: 5rem;
    line-height: 4.5rem;
    font-size: 3rem;
    font-weight: 700;
    background: #3e3a39;
    color: #fff;
    text-align: center;
}

.top_ranking_link {
    text-align: center;
    padding-top: 4rem;
    display: block;
}

.top_ranking_link span{
    font-size: 2.4rem;
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {

    /* ----- スライダー ----- */

    .top_main_slider{
        margin-bottom: 3rem;
    }

    .top_main_slider::before {
        padding-top: 62%;
    }

    /* ----- お知らせ ----- */

    .top_update_container {
        margin-top: 0;
        padding-bottom: 3.6rem;
    }

    .top_update_container .section_heading{
        padding-bottom: 1.2rem;
    }

    .update_date {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: .4rem;
    }

    .update_title{
        width: 100%;
        font-size: 1.5rem;
    }

    .update_title:not(:first-of-type){
        padding-top: 0;
    }

    /* ----- 注目商品 ----- */

    .top_pickup_container{
        padding-bottom: 2rem;
    }

    /* ----- ランキング ----- */

    .top_ranking_num{
        width: 2.8rem;
        height: 2.8rem;
        line-height: 2.6rem;
        font-size: 1.8rem;
    }

    .top_ranking_link {
        padding-top: 2rem;
    }

    .top_ranking_link span{
        font-size: 2rem;
    }
}
