@charset "utf-8";
/* CSS Document */
.swiper-pagination-bullet{
    width: 40px!important;
    height: 45px!important;
    border-radius: 0!important;
    background-image: url(../../images/slide_deactive.svg)!important;
    background-color: transparent!important;
    background-size: contain!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-image: url(../../images/slide_active.svg)!important;
}
.news_wrap,
.product_wrap,
.ranking_wrap,
.insta_wrap,
.shop_wrap{
    padding: 50px 15px;
}
.top_title{
    font-weight: normal;
    font-size: 1.5em;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.news_wrap .top_title{
    margin-bottom: 20px;
}
.top_title ~ p{
    margin-top: 0;
}
.top_title ~ .img_wrap,
.top_title ~ ul{
    margin: 20px auto 1em;
}
.top_title span{
    font-size: .8em;
    font-weight: bolder;
    color: #B57507;
}
.top_title::before{
    content:"";
    width: 166px;
    border-top: 1px solid #B57507;
    position: absolute;
    top: 0;
    left: 0;
}
.product_wrap{
    background: rgba(237, 221, 193, .43);
    padding: 50px 15px;
}
.news_list,
.products_list,
.ranking_list,
.insta_list,
.news_content{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}
.news_list li{
    width: 100%;
    margin: 0 0 1em;
}
.products_list li{
    width: 50%;
}
.products_list li:nth-of-type(odd){
    padding: 0 7.5px 0 0;
}
.products_list li:nth-of-type(even){
    padding: 0 0 0 7.5px;
}
.products_list li h3{
    margin: .5em 0 1em;
    text-align: center;
    font-weight: normal;
}
.news_content .img_wrap{
    width: 30%;
}
.news_data{
    width: 70%;
    padding: 0 0 0 10px;
}
.news_data p,
.news_data h3{
    margin: 0;
}
.ranking_list li,
.insta_list li{
    width: 31%;
    margin: 0 0 1em;
    position: relative;
}
.ranking_list li{
    border: 1px solid #707070;
    line-height: 0;
    text-align: center;
}
.ranking_list li:nth-child(3n+2),
.insta_list li:nth-child(3n+2){
    margin: 0 auto 1em;
}
.ranking_list li::before{
    content:"";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 37px;
    height: 37px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ranking_list li:nth-child(1)::before{
    background-image: url(../../images/rank1.svg);
}
.ranking_list li:nth-child(2)::before{
    background-image: url(../../images/rank2.svg);
}
.ranking_list li:nth-child(3)::before{
    background-image: url(../../images/rank3.svg);
}
.ranking_list li:nth-child(4)::before{
    background-image: url(../../images/rank4.svg);
}
.ranking_list li:nth-child(5)::before{
    background-image: url(../../images/rank5.svg);
}
.ranking_list li:nth-child(6)::before{
    background-image: url(../../images/rank6.svg);
}
.ranking_list li:nth-child(7)::before{
    background-image: url(../../images/rank7.svg);
}
.ranking_list li:nth-child(8)::before{
    background-image: url(../../images/rank8.svg);
}
.ranking_list li:nth-child(9)::before{
    background-image: url(../../images/rank9.svg);
}
.shop_btn_wrap,
.news_btn{
    text-align: center;
    width: 260px;
    height: 60px;
    color: #fff;
    background: #595959;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.shop_btn_wrap.pc_only{
    display: none;
}
.shop_btn_wrap a,
.news_btn a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
/* 768px for table*/
@media (min-width: 769px) {
    .news_list li {
        width: 24%;
        margin: 0 0 1em;
    }
    .news_list li:nth-of-type(4n + 1){
        margin-right: 1%;
    }
    .news_list li:nth-of-type(4n + 2),
    .news_list li:nth-of-type(4n + 3){
        margin-left: .5%;
        margin-right: .5%;
    }
    .news_list li:nth-of-type(4n + 4){
        margin-left: 1%;
    }
    .news_content .img_wrap{
        width: 100%;
    }
    .news_data{
        width: 100%;
        padding: 0;
    }
    .news_data p, .news_data h3{
        text-align: center;
    }
    .shop_btn_wrap,
    .news_btn{
        margin: 3em 0 0 auto;
        background: #B57507;
        border: 1px solid #707070;
    }
    .shop_btn_wrap.pc_only{
        display: flex;
    }
    .products_list li{
        width: 32%;
    }
    .products_list li:first-of-type{
        margin: 0 auto 1em 0;
        width: 49%;
    }
    .products_list li:nth-of-type(2){
        margin: 0 0 1em auto;
        width: 49%;
    }
    .products_list li:nth-of-type(3n+3){
        margin: 0 auto 1em 0;
        padding: 0;
    }
    .products_list li:nth-of-type(3n+4){
        margin: 0 auto 1em;
        padding: 0;
    }
    .products_list li:nth-of-type(3n+5){
        margin: 0 0 1em auto;
        padding: 0;
    }
    .products_list li:nth-of-type(3n+3):nth-last-of-type(2){
        margin: 0 1% 1em 0;
    }
    .products_list li:nth-of-type(3n+4):last-of-type{
        margin: 0 34% 1em 1%;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}