.anap-sns{
   margin: 30px 30px 60px;
}

.anap-sns .page-header{
   color: #000;
   text-align: center;
   border: solid 2px #000;
   padding: 60px;
}
.anap-sns .page-header .sub-title{
   margin-top: 20px;
   line-height: 1.8;
   font-size: 15px;
   font-weight: normal;
}

.anap-sns .brand-list{
   overflow: hidden;
   zoom: 1;
}
/*
.anap-sns .brand-list .item{
   position: relative;
   float: left;
   width: calc((100% - 30px)/2);
   margin: 50px 30px 0 0;
}
*/
.anap-sns .brand-list .item:nth-child(2n){
   margin-right: 0;
}
.anap-sns .brand-list .item a{}
.anap-sns .brand-list .item a:hover{
   text-decoration: none;
}
.anap-sns .brand-list .item .brand-name,
.anap-sns .brand-list .item .brand-account{
   text-align: center;
   text-decoration: none;
   color: #000;
   font-size: 21px;
   font-family: Century Gothic, 'Century Gothic' !important;
   font-weight: normal;
   letter-spacing: 1px;
   margin-bottom: 10px;
}
.anap-sns .brand-list .item .thumb{}
.anap-sns .brand-list .item .thumb img{
   width: 100%;
   height: auto;
}
.anap-sns .brand-list .item .btns{
   text-align: center;
   margin-top: 20px;
}
.anap-sns .brand-list .item .btns .btn{
/*    width: 60%; */
   color: #000 !important;
   line-height: 1;
   font-size: 16px;
   border: solid 2px #000;
   background: none;
   padding: 10px 0 7px;
}
.anap-sns .brand-list .item a:hover .btns .btn{
   color: #fff !important;
   background: #000;
}
.anap-sns .brand-list .item .icon{
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 60px;
   height: 25px;
   line-height: 25px;
   color: #fff;
   text-align: center;
   letter-spacing: 2px;
   background: rgba(31,175,240,0.8);
}
.anap-sns .brand-list .item .icon.sale{
   background: rgba(196, 38, 29, 0.8);
}
.anap-sns .select_sale {
   width: 100%;
   margin-bottom: 40px;
}


/* 20210322??¹ä¿® */
.flex{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-flow: row wrap;
   flex-wrap: wrap;
   -ms-flex-pack: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   flex-wrap:wrap;
}
.anap-sns .brand-list .item .thumb {
   width: 14%;
}
/*
.anap-sns .brand-list .item .btns {
   width: 20%;
}
*/
.anap-sns .brand-list .item .btns .btn {
   color: #00a0e9 !important;
   border-top: solid 1px #00a0e9 !important;
   border-right: solid 1px #00a0e9 !important;
   border-left: solid 1px #00a0e9 !important;
   border-bottom: solid 1px #00a0e9 !important;
   padding: 10px 24px;
   font-size: 12px;
   border-radius: 10px;
}
.anap-sns .brand-list .item a:hover .btns .btn {
   background: #00a0e9;
}
.anap-sns .brand-list .item .brand-name {
   font-size: 12px;
   text-align: left;
   width: 62%;
   margin-bottom: 0;
   padding: 0;
   margin-top: 27px;
   font-weight: bold;
   line-height: 1.4rem;
}
.anap-sns .brand-list .item .brand-account {
   font-size: 16px;
   font-weight: bold;
   line-height: 1.6rem;
}
.btns .btn {
   display: block;
}
.anap-sns .brand-list .item {
   margin-bottom: 24px;
}
.anap-sns .brand-list .item .btns {
   margin-top: 38px;
}














