@charset "utf-8";

/* PC */
@media screen and (min-width: 768px) {	
	/*-------------*/
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    
}
/* SP */
@media screen and (max-width: 767px) {
	/*-------------*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    
}

/*============================================================
運営エリアCSS
============================================================*/

/* カテゴリから探す
------------------------------------------------*/
.genre-menu{
    background: #f9f9f9;
    padding-top: 35px;
}
/* PC */
@media screen and (min-width: 768px) {
    /* ジャンルカテゴリエリアはSP時のみ表示 */
    /*.genre-menu{
        display: none !important;
    }*/
	/*-------------*/
}


.genre-menu__title{
    font-size:18px;
    font-weight: 700;
    color:#000;
    padding: 0 20px;
    margin-bottom: 15px;
}
.genre-menu__tab{
    background: #EFEFEF;
    border-radius: 16px;
    margin: 0 20px 20px;
}
.genre-menu__tab ul{
    width: 100%;
    height: 32px;
    display: table;
    table-layout: fixed;
}
.genre-menu__tab ul li{
    display: table-cell;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
}
.genre-menu__tab .tablinks{
    -webkit-appearance: none;
    appearance: none;
    border: none;

    height: 100%;
    width: 100%;

    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-align: center;
}
.genre-menu__tab .tablinks.active{
    background: #000;
    color: #fff;
}

.accordion-container{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.accordion-container ul{
    margin-bottom: 20px;
    display: flex;
    padding-left: 20px;
}
.accordion-container ul li{
    min-width: 80px;
    max-width: 80px;
    padding-right: 8px;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}
.accordion-container ul li:last-child{
    min-width: 92px;
    max-width: 92px;
    padding-right: 20px;
}
.accordion-container ul li a{
    display: block;
    font-size:10px;
    font-weight: 700;
    color:#000;
    text-decoration: none;
}
.accordion-container ul li figure{
    line-height: 0;
    margin-bottom:8px; 
}
.accordion-container ul li figure img{
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
}
.accordion-container ul li span{
    display: block;
}

@media only screen and (min-width:750px){
    .genre-menu__tab ul li {
        border-radius: 20px;
        height: 40px;
    }
    
    .genre-menu__tab .tablinks {
        font-size: 14px;
    }
        
	.accordion-container ul li {
        min-width: 87px;
        max-width: 87px;
    }
    
    .accordion-container ul li figure img {
        width: 80px;
        height: 80px;
    }
}


/* BRAND NEWS
------------------------------------------------*/
#brand-news-area{
    background: #fff;
    padding-top: 25px;
}

#brand-news-area.brand-news-area_brand-top{
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.brand-news-area__ttl{
    color:#000;
    font-size: 24px;
    font-weight: 400;
    
    padding: 0;
    margin-bottom: 25px;
}
/* SP */
@media screen and (max-width: 767px) {
    .brand-news-area__ttl{
        font-size:20px;
        font-weight: 700;
        padding: 0 20px;
        margin-bottom: 15px;
    }
	/*-------------*/
}

/* top-news-slider */
#top-news-slider{
    padding: 0;
    margin: 0;
    opacity: 0;
    
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
#top-news-slider .swiper-slide{
    line-height: 0;
    text-align: center;
    padding: 0 3px;
}
/* PC */
@media screen and (min-width: 768px) {
    #top-news-slider .swiper-slide{
        padding: 0 20px 0 0;
    }
	/*-------------*/
}
#top-news-slider .swiper-slide img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 14px;
}

#top-news-slider .swiper-pagination{
    display: none;
}
/* END top-news-slider */



/* SNS BOX
------------------------------------------------*/
.sns-box{
    background: #EBEBEB;
    padding: 20px;
    margin-top: 20px;
}

.sns-box__inner{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 650px;
}
.sns-box__tit01{
    text-align: center;
    font-size:20px;
    font-weight: 700;
    color:#000;
}
.sns-box__tit02{
    text-align: center;
    font-size:12px;
    font-weight: 700;
    color:#999999;
    padding: 15px 0 20px ;
}
.sns-box__tit03{
    text-align: center;
    font-size:12px;
    font-weight: 700;
    color:#999999;
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
}
.sns-box__list01{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.sns-box__list01 li{
    margin: 0 7px;
    line-height: 0;
}
.sns-box__list01 li img{
    width: 50px;
    height: auto;
}
.sns-box__list02{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.sns-box__list02 li{
    margin: 0 7px;
    line-height: 1.2;
}
.sns-box__list02 li img{
    width: 50px;
    height: auto;
}
.sns-box__list02 li span{
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size:11px;
    font-weight: 700;
    color:#000;
    padding-top: 5px;
}
.sns-box__list02 li a{
    text-decoration: none;
}

/* PC */
@media screen and (min-width: 768px) {
    .sns-box{
        padding: 75px 0;
        margin-top: 40px;
    }
    
    .sns-box__inner{
        border-radius: 20px;
        padding: 50px 0;
    }
    .sns-box__tit01{
        font-size:24px;
        font-weight: 400;
    }
    .sns-box__tit02{
        font-size:18px;
        font-weight: 400;
        padding: 15px 0 20px ;
    }
    .sns-box__tit03{
        font-size:18px;
        font-weight: 400;
        padding: 20px 0 20px;
    }
    .sns-box__list01{
        padding-bottom: 30px;
    }
    .sns-box__list01 li{
        margin: 0 10px;
    }
    .sns-box__list01 li img{
        width: 60px;
    }
    .sns-box__list02{
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }
    .sns-box__list02 li{
        margin: 0 10px;
    }
    .sns-box__list02 li img{
        width: 60px;
    }
    .sns-box__list02 li span{
        font-size:12px;
        padding-top: 5px;
    }    
	/*-------------*/
}





/* 新着アイテム　予約アイテム　SALE 0/0 UPDATE
------------------------------------------------*/
.brand-free-btnlist01{
    background: #f9f9f9;
    padding: 30px 20px;
}
.brand-free-btnlist01 ul{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 15px 5px;
    display: flex;
    line-height: 1.1;
}
.brand-free-btnlist01 ul li{
    width: 33.333%;
    border-right: 1px solid #EFEFEF;
}
.brand-free-btnlist01 ul li:last-child{
    border-right:none;
}
.brand-free-btnlist01 ul li a{
    display: block;
    min-height: 75px;
    text-align: center;
    color:#000;
    text-decoration: none;
}
.brand-free-btnlist01 ul li a figure{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.brand-free-btnlist01 ul li a figure img{
    width: 32px;
    height: 32px;
}
.brand-free-btnlist01 ul li a strong{
    font-size:14px;
    font-weight: 700;
    display: block;
    padding: 5px 0 1px;
}
.brand-free-btnlist01 ul li a span{
    font-size:10px;
    font-weight: 400;
    display: inline-block;
}
.brand-free-btnlist01 ul li a span.brand-free-btnlist01__update{
    font-family: 'Inter', sans-serif;
    color:#fff;
    font-size:10px;
    font-weight: 700;
    background: #FF0000;
    border-radius: 8px;
    padding: 3px 5px;
    margin-top: 3px;
}

/* PC */
@media screen and (min-width: 768px) {
    .brand-free-btnlist01{
        padding: 80px 0px;
    }
    .brand-free-btnlist01 ul li a{
        display: flex;
        justify-content: center;
        align-items:center;
        min-height: 60px;
    }
    .brand-free-btnlist01 ul li a figure img{
        width: 50px;
        height: 50px;
        padding-left: 10px;
    }
    .brand-free-btnlist01__inner{
        margin-left: 20px;
    }
    .brand-free-btnlist01 ul li a strong{
        font-size: 18px;
		padding: 8px 0 1px;
    }
    .brand-free-btnlist01 ul li a span{
        font-size:12px;
    }
    .brand-free-btnlist01 ul li a span.brand-free-btnlist01__update{
        font-size:12px;
        border-radius: 20px;
        padding: 3px 7px;
        margin-top: 1px;
    }
	/*-------------*/
}




/* バナースクエア
------------------------------------------------*/
.banner-square-area{
    padding: 20px 15px 15px;
    background: #f9f9f9;
}
.banner-square-area ul{
    display: flex;
    flex-wrap: wrap;
}
.banner-square-area ul li{
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    line-height: 0;
}
.banner-square-area ul li img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
}
/* PC */
@media screen and (min-width: 768px) {
    .banner-square-area{
        padding: 100px 0px 80px;
        background: #fff;
    }
    .banner-square-area ul li{
        width: calc(25% - 20px);
        margin: 0 10px 10px;
    }
	/*-------------*/
}



/* BRAND LIST
------------------------------------------------*/
.brand-nav-btm-area{
    background: #EBEBEB;
    padding: 30px 15px 20px;
}
.brand-nav-btm-area__ttl{
    /*
    font-family: 'Inter', sans-serif;
    */
    text-align: center;
    font-size:20px;
    font-weight: 700;
    color:#000;
    margin-bottom: 25px;
}
/* PC */
@media screen and (min-width: 768px) {
    .brand-nav-btm-area{
        padding: 30px 0px 70px;
    }
    .brand-nav-btm-area__ttl{
        font-size:28px;
        font-weight: 400;
    }
	/*-------------*/
}


.brand-nav-btm-area ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.brand-nav-btm-area ul li{
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
    line-height: 0;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
/* PC */
@media screen and (min-width: 768px) {
    .brand-nav-btm-area ul{
        width: 1000px;
    }
    .brand-nav-btm-area ul li{
        width: calc(20% - 10px);
    }
	/*-------------*/
}


.brand-nav-btm-area ul li a{
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.brand-nav-btm-area ul li a img{
    width: 100%;
    height: auto;
}
.brand-nav-btm-area ul li a span{
    display: block;
    text-align: center;
    padding: 7px 10px;
}
.brand-nav-btm-area ul li a span img{
    max-width: 85px;
    max-height: 30px;
}



/* Footer Banner LIST
------------------------------------------------*/
.footer-banner{
    margin: 100px auto 60px;
}
.footer-banner ul{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    width: 1000px;
}
.footer-banner ul li{
    width: 480px;
    margin: 0 40px 40px 0;
    text-align: center;
}
.footer-banner ul li:nth-child(2n){
    margin-right: 0;
}
.footer-banner ul li img{
    width: 100%;
    height: auto;
}


/* SP */
@media screen and (max-width: 767px) {
    .footer-banner{
        margin: 10px 10px 10px;
    }
    .footer-banner ul{
        display:block;
        width: auto;
    }
    .footer-banner ul li{
        width: auto;
        margin: 0 0 10px 0;
    }
	/*-------------*/
}
