@charset "euc-jp";
.top_recommend img {
    max-width: 15vw;
}

.slider {
position: relative;
}
.bx-viewport {
border: none !important;
left: 0 !important;
}
#slider div {
width: 100% !important;
}

.more_prd {
display: none;
background-color: #aaa;
color: #fff;
font-size: 123.076%;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.free_space_block {
margin-top: 3em;
}

.bntop img{
width: 350px;
}
.bntop{
margin: 0 auto 80px auto;
text-align: center;
width: 350px;
}
ul.info_list {
    margin: 0px auto 60px auto !important;
}
#bnr_area a{
    display: block;
    margin: 0 auto;
}
#bnr_area a img{
    display: block;
    margin: 0 auto;
    width: 800px;
    max-width: 90vw;
    margin-bottom: 80px;
}

@media screen and (max-width: 769px) {
    .top_recommend img {
        max-width: 70%;
    }
    .bntop img{
        max-width: 80%;
    }
    .bntop{
        margin: 0 auto 30px auto;
        text-align: center;
        width: 90%;
    }
    #bnr_area a img{
        margin-bottom: 40px;
    }

}



.ttl_main_top{
    font-family: 'Marcellus', serif;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    position: relative;
}
.ttl_main_top::before{
    background-color: #707070; 
    border-radius: 0px; 
    bottom: -15px; 
    content: "";
    height: 1px; 
    left: 50%; 
    position: absolute;
    transform: translateX(-50%); 
    width: 64px;
}
.listbox_top{
    max-width: 1000px !important;
    margin: 40px auto;
}

.listbox_top ul{
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
justify-content: center;
    /* align-items: center; */
    overflow: hidden;
    gap:40px 2.8%;
}
.listbox_top li{
    width: 22.9%;
}

.list_pict{
position: relative;
width: 100%;
}
.list_pict::before{
    content: "";
    display: block;
    padding-top: 120%;
    background-color: #FFF;
}
.list_pict_inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.listbox_top li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s all;
}
.listbox_top li a img:hover{
    transform: scale(1.1, 1.1);
    transition: .3s all;
    opacity: 1;
}

.listbox_top_text0{
text-align: left;
}
.listbox_top_text1{
display: block;
font-family: 'Marcellus', serif;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.21;
text-align: center;
margin-bottom: 12px;
}
.listbox_top_text2{
display: block;
font-family: 'Marcellus', serif;
text-align: left;
font-size: 13px;
letter-spacing: 0.05em;
text-align: center;
}
/* NEWS */
#news_area{
    padding-top: 62px;
    padding-bottom: 80px;
    background-color: #F0F0F0;
}
#news_area li{
    width: 22.9%;
    background-color: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

#news_area li a .news_text_area{
    font-family: 'Marcellus', serif;
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
#news_area li a .news_text_area p:first-child{
margin-bottom: 11px;
font-size: 13px;
letter-spacing: 0.05em;
}
#news_area li a .news_text_area p:last-child{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 1.6;
flex-grow: 1; 
}

#news_area .list_pict{
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    }
    #news_area .list_pict::before{
        content: "";
        display: block;
        padding-top: 100%;
        background-color: #FFF;
    }
    #news_area .list_pict_inner{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #news_area .listbox_top li a img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* NEWS  ここまで*/
.top_more{
text-align: center;
margin: 0 auto;
}
.top_more {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #0b0b0b;
    padding: 7px 90px;
    letter-spacing: 0;
    border: solid 1px #0b0b0b;
    position: relative;
    z-index: 1;
}
.top_more::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
    transition-duration: 0.5s;
}
.top_more:hover::before{
    width: 100%;
}
.mb100_80{
    margin-bottom: 100px;
}
.brand_area{
margin: 72px auto 100px;
}
.brand_area .list_pict::before{
padding-top: 40%;

}
.is-hidden{
    display: none;
}
.rank_ul{
    list-style-type: none;
  counter-reset: count1;
}
.rank_ul li{
    position: relative;
    counter-increment: count1;
}
.rank_ul li::before{
    position: absolute;
    display: block;
    content: counter(count1);
    left: 0;
    top: 0.2rem;
    width: 31px;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 50%;
    background-color: #AAA187;
    color: #FFF;
    z-index: 1;
}

@media screen and (max-width: 769px) {
    .ttl_main_top{
        font-size: 20px;
    }
    .ttl_main_top::before{
        bottom: -10px; 
        width: 48px;
    }
    .listbox_top{
        width: 93%;
    }
    .listbox_top li{
        width: 48.1%;
    }
    .listbox_top_text1{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .listbox_top_text1{
        font-size: 12px;
    }
    .mb100_80{
        margin-bottom: 80px;
    }
    .brand_area{
        margin: 55px auto 80px;
        }
/* NEWS */
    #news_area{
        padding-top: 47px;
    }
    #news_area ul{
        gap:15px 3.8%;
    }
    #news_area li{
        width: 48.1%;
        padding: 12px 13px;
    }
    #news_area li a img{
        margin-bottom: 16px;
    }

    #news_area li a .news_text_area p:first-child{
    margin-bottom: 9px;
    font-size: 10px;
    }
    #news_area li a .news_text_area p:last-child{
    font-size: 13px;
    line-height: 1.69;
    }
    #news_area .list_pict{
        margin-bottom: 16px;
    }
/* NEWS  ここまで*/
}
