/* #products
------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
body .eng {
font-family: 'Josefin Sans','Noto Sans JP', Verdana,"Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","Helvetica Neue","Helvetica","Arial", sans-serif!important;
font-weight: bold;
}
.prd_lst_sort {
display:none;
}
.inner {
margin-left: auto;
margin-right: auto;
padding: 0 5% 50px;
width: 100%;
max-width: 1690px;
}
#topicPath {
padding-left: 60px;
}
    .serch_keyword{
        color: #BEB29C;
    font-size: 172%;
    padding: 0 65px;
    }
.serch_keyword br{
	display:none;
}
#products {
padding-top: 100px;
}
#products .tit {
text-align: center;
}
#products .top_brands_title {
display: inline-block;
font-size: 178%;
border-bottom: 5px solid #E8E5DF;
padding-bottom: 5px;
margin: 90px calc(50% - 180px) 70px!important;
font-weight: bold;
}
#products .top_brands_title h4 {
font-weight: bold;
}
#products ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#products ul li {
width: 27%;
max-width: 350px;
line-height: 2;
margin-bottom: 70px;
}
#products ul li a {
display: block;
text-align: center;
text-decoration: none;
}
#products ul li a .image {
    margin: 0 auto;
}
#products ul li a img {
    transition: .3s;
}
#products ul li a:hover img{
    transform:scale(1.1,1.1);
}
#products ul li p font{
color: #fff;
font-weight: bold;
background-color: #BEB29C;
width: 52px;
height: 32px;
width: 50px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
    font-size: 80%;
    display: none;   
}
.new_mark_img1,.new_mark_img1 {
 display: none!important;   
}


#products ul li .tit {
text-align: left;
position: relative;
margin-top: 50px;
margin-top: 20px;
}
#products ul li .tit.new:before {
content: "NEW";
color: #fff;
font-weight: bold;
background-color: #BEB29C;
width: 52px;
height: 32px;
width: 50px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
font-size: 80%;
}
#products ul li .tit {
text-decoration: none;
font-size: 145%;
font-weight: bold;
text-align: left;
}
#products ul li .productsListDetailPrice{
margin-top: 15px;
margin-bottom: 15px;
display: block;
color: #BEB29C;
font-weight: bold;
font-size: 115%;
text-align: left;
}
#products ul.pager {
justify-content: center;
}
#products ul.pager li{
width: 50px;
margin-right: 30px;
}
#products ul.pager li:last-of-type {
margin-right: 0;
}
#products ul.pager a,
#products ul.pager span{
text-decoration: none;
border: 2px solid #CEC7B9;
display: flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
font-size: 115%;
}
#products ul.pager .current span{
background: #E8E5DF;
}
.sp_prd_lst_pos {
display: none;
}
.prd_lst_sort + ul:after{
    content: "";
    display: block;
    width: 27%;
    height:0;
    max-width: 350px;
}


@media screen and (max-width:1024px){
#products {
padding-top: 50px;
width: 95%;
}
#products .top_brands_title {
border-bottom: 5px solid #E8E5DF;
padding-bottom: 5px;
margin: 40px calc(50% - 100px) 30px !important;
text-align: center;
}
#products ul li {
width: 46%;
max-width: 100%;
margin-bottom: 50px;
}

}

@media screen and (max-width:767px){
#topicPath {
padding-left: 0px;
}
#products ul li .tit {
margin-top: 10px;
}
#products {
padding-top: 50px;
width: 100%;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
#products .top_brands_title {
border-bottom: 5px solid #E8E5DF;
padding-bottom: 5px;
margin: 40px calc(52% - 23vw) 30px !important;
text-align: center;
line-height: 2;
line-height: 1.8;
font-size: 5vw;

}
#products ul li .tit.new:before {
margin-bottom: 10px;
}
#products ul li .productsListDetailPrice {
margin-top: 10px;
font-size: 100%;
text-align: center;
}
#products ul li .img{
text-align: center;
}
#products ul li .tit {
font-size: 100%;
text-align: center;
}
.prd_lst_pager {
margin-top: 50px;
}
#products ul.pager {

}
#products ul.pager li {
width: 12%;
margin-right: 3%;
margin-left: 3%;
}
#products ul.pager a, #products ul.pager span {
padding: 5% 0;
width: 100%;
height: auto;
}
#topicPath + .tit .eng {
font-size: 300%;
line-height: 1.22;
letter-spacing: .4rem;
}
.lowerPage .inner {
padding-top: 20px;
}
#topicPath + .tit {
margin-top: 40px;
}
      .serch_keyword{
    font-size: 145%;
        text-align:center;
    padding: 0;
        
    }
}

/* #top_search
------------------------------- */

#top_search {
  padding-bottom:0;
  margin-top: 40px;
}
#top_search .tit {
    text-align: center;
}
#top_search .tit + * {
    margin-top: 80px;
}
#top_search .top_search_txt{
    width: 198px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 143%;
    font-weight: bold;
    color: #fff;
    background: #BEB29C;
    margin-left: 70px;
    z-index: 1;
    position: relative;
}
#top_search ul{
    border:solid 2px #BEB29C;
    padding: 15px 70px 30px;    /* 2022.07.5 - 15px 20px 30px */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
top: -20px;
z-index: 0;
    margin-bottom: 30px;
}
#top_search ul li {
    width: 18%;
    margin-right: 0;
}
#top_search ul:after {
    content: "";
    width: 0%;  /* 2022.07.05 - width: 23% */
    margin-right: 0;
    height: 0;
    display: block;
}
#top_search ul:before {
    order: 99;
    content: "";
    width: 0%;   /* 2022.07.05 - width: 23% */
    margin-right: 0;
    height: 0;
    display: block;
}
#top_search ul li:nth-of-type(4),
#top_search ul li:nth-of-type(8) {
    margin-right: 0;
}
#top_search ul a {
  font-size: 90%;
    text-decoration: none;
    font-weight: bold;
    padding: 40px 0;
    padding: 25px 0;
    display: block;
    position: relative;
    display: flex;
align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #BEB29C;
height: 100%;
}
#top_search ul a img {
    order: 2;
    margin-right: 40px;
    max-width: 60px;
}
#top_search ul a img[src=""] {
    display: none;
}
/*
#top_search ul li:nth-last-of-type(-n+4) a {
    border: none;
}
*/

#top_search ul li:nth-of-type(4) a {
    border-bottom: 2px solid #BEB29C;
}
/*
    #top_search ul.liCount2 li a {
        border: none!important;
    }
*/
#top_search ul a:after {
    content: "";
    position: absolute;
    right: -3px;
    background: url(https://img07.shop-pro.jp/PA01462/164/etc/arrow_01.png);
    width: 30px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 3px);
    transition: .3s;
}
#top_search ul a:hover:after {
    right: -6px;
}
#top_search .sec_serch_word {
    width: 100%;
    margin: 40px auto 0;
    max-width: 760px;
    position: relative;
    
}
#top_search .sec_serch_word input{
    border: 2px solid #BEB29C;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 16px;
    font-size: 115%;  font-size: 100%;
    padding-right: 60px;
}
#top_search .sec_serch_word:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(https://img07.shop-pro.jp/PA01462/164/etc/icon_01.png);
    z-index: 2;
    background-size: cover;
}
#top_search .sec_serch_word:after {
    content: "";
    display: block;
    right: 0;
    top:0;
    position: absolute;
    background: #BEB29C;
    width: 60px;
    height: 100%;
    z-index: 1;
}
#top_search .btn {
    margin: 50px auto 0;
    width: 80%;
    max-width: 300px;
}

#top_search .btn a{
display: flex;
line-height: 1;
text-decoration: none;
letter-spacing: .25rem;
font-size: 108%;
align-items: center;
align-self: center;
padding: 19.5px 20px 16.5px;
position: relative;
}

#top_search .btn a:after {
    content: "";
    position: absolute;
    right: 0px;
    background: url(https://img07.shop-pro.jp/PA01462/164/etc/arrow_01.png);
    width: 30px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 3px);
    transition: .3s;
}
#top_search .btn a:hover:after {
    right: -3px;
}
@media screen and (max-width:1380px){
    #top_search ul a {
    font-size: 90%;
    }
    

}
@media screen and (max-width:1308px){
    #top_search ul li {
    min-width: 18%;
        width: 48%;
    margin-right: 0;
}
    
#top_search ul li:nth-of-type(n+3) a{
    /*border-top: 2px solid #BEB29C;*/
}
    #top_search ul li:nth-last-of-type(-n+4) a {
    border-bottom: 2px solid #BEB29C;
}
    /*
#top_search ul li:nth-last-of-type(-n+1) a {
    border: none;
}
    */
    
    
}

@media screen and (max-width:1024px){
    #top_search {
        margin-top: 50px;
        padding-bottom: 70px;
        width: 90%;
    }
    #top_search .top_search_txt {
        margin-left: 5%;
    }
    #top_search ul {
        padding: 15px 5% 40px;
    }
    #top_search ul li {
        width: 48%;
        min-width: 48%;
    }
    #top_search ul li:nth-of-type(odd) {
        margin-right: 2%;
    }
    #top_search ul li:nth-of-type(even) {
        margin-right: 0;
    }
    #top_search ul li:nth-of-type(n+3) a {
        /*border-top: 2px solid #BEB29C;*/
    }
}

@media screen and (max-width:767px){
    #top_search .btn {
        width: 100%;
        max-width: 100%;
    }
    #top_search ul li {
        width: 100%;
        margin-right: 0;
        min-width: 100%;
    }
    #top_search ul li:nth-of-type(n+2) a {
        /*border-top: 2px solid #BEB29C;*/
    }
    #top_search ul.liCount2 li:nth-of-type(1) a {
    border-bottom: 2px solid #BEB29C!important;
}
    #top_search .btn {
        width: 100%;
        max-width: 100%;
    }
    #top_search .tit + * {
        margin-top: 50px;
    }
    #top_search .top_search_txt {
        width: auto;
        height: auto;
        display: inline-flex;
        font-size: 110%;
        padding: 5px 10px;
    }
    #top_search ul {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    #top_search ul a {
        padding: 30px 0;
        padding: 18px 0;
    }
    #top_search .sec_serch_word {
        margin: 20px auto 0;
    }
    #top_search .btn{
margin-top: 40px;
    }
}



@media screen and (max-width: 767px){
#top_search {
    margin-top: 20px;
    padding-bottom: 0px;
    width: 100%;
}
#top_search .top_search_txt {
    display: flex;
    padding: 10px 0px;
    margin-left: 0;
}
#top_search ul a img {
    order: 2;
    margin-right: 40px;
    max-width: 60px;
    width: auto;
    height: 40px;
}
#top_search ul,
#top_search ul li,
#top_search ul a {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 0;
    visibility: hidden;
}
  .top_search_txt{
cursor: pointer;
  }
  #top_search ul a,
  #top_search ul {
    transition:0!important;
  }
  #top_search ul a {
  display:none;
  }
#top_search .top_search_txt.active + ul{
    height:auto;
    visibility: visible;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
#top_search .top_search_txt.active + ul li,
#top_search .top_search_txt.active + ul a{
    height:auto;
    visibility: visible;
}
#top_search .top_search_txt.active + ul a{
  padding: 18px 0;
  display:flex;
  }
}
