@charset "utf-8";


/* -----------------------------------------------------------
    商品カテゴリ
-------------------------------------------------------------- */
.products-pagetitle-area .breadcrumblist-area{
    width: 1300px;
    margin: 0 auto;
}

.breadcrumblist{
    padding: 0 0 20px ;
}

.h1-area{
    top: 30px;
    width: 1300px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){

    /* favorite */
    .products-category .favorite{
        right: 15px;
        bottom: 15px;
    }

    .products-pagetitle-area .breadcrumblist-area{
        width: 100%;
    }

    .h1-area{
        width: 100%;
    }
}

/*    ページタイトル（products-pagetitle-area）
-------------------------------------------------------------- */
.products-pagetitle-area{
    width: 100%;
    background: #f5f5f5;
    position: relative;
    padding: 80px 0;
    padding: 30px 0 80px;
}

.products-pagetitle-wrap{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
	align-items: center;
	justify-content: space-between;
    position: relative;
}

.products-pagetitle-wrap .txt-box{
    flex: 1;
    padding: 80px 60px 60px 60px;
    width: calc(100% - 600px);
    height: -webkit-fill-available;
}

.products-pagetitle-img{
    width: 600px;
    height: 420px;
}

.products-pagetitle-img img{
    width: 100%;
    object-fit: contain;
}

.products-pagetitle{
    display: flex;
    width: 100%;
    align-items: center;
    font: 500 3.2rem / 1.4 'Noto Sans JP', sans-serif;
}

.products-pagetitle .products-icon{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
}

.products-pagetitle .products-icon img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.products-pagetitle-catch{
    font: 500 2rem / 1.4 'Noto Sans JP', sans-serif;
    margin: 30px 0 15px;
}

.products-pagetitle-txt{
    line-height: 2;
}

.overview-wrap{
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 60px;
}

.overview-wrap .inner{
    position: relative;
    padding: 20px 0 0;
}

.overview-wrap .nicms-fullrich{
    width: 1000px;
    margin: 0 auto;
}

.overview-wrap .small-cate-wrap{
    margin: 30px auto 0;
}

.overview-wrap .small-cate-wrap .box-ttl{
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
}

.overview-wrap .small-cate-wrap .box-ttl::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--main);
    left: 0;
    border-radius: 2px;
}

.overview-wrap .small-cate-wrap .cate-list-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.overview-wrap .small-cate-wrap .cate-list-wrap a{
    display: block;
    border-bottom: solid 1px var(--link);
    padding: 0 0 3px;
}

.overview-wrap .small-cate-wrap .cate-list-wrap a:hover{
    opacity: 0.6;
}

@media screen and (max-width: 768px){

    .products-pagetitle-area{
        padding: 40px 10px 20px;
        padding: 0;
		background: #f3f3f3;
    }

    .products-pagetitle-wrap{
        width: 100%;
    }

    .products-pagetitle-wrap > .txt-box{
        padding: 20px;
        order: 1;
    }

    .products-pagetitle-img{
        width: 100%;
        height: 200px;
		justify-content: center;
        order: 0;
    }

    .products-pagetitle-img img{
        height: 100%;
        object-fit: cover;
    }

    .products-pagetitle{
        font-size: 2rem;
        line-height: 1.4;
        margin: 0 0 10px;
    }

	.products-pagetitle .products-icon{
		width: 32px;
		height: 32px;
		margin: 0 10px 0 0;
	}

    .products-pagetitle-catch{
        font-size: 1.8rem;
        margin: 15px 0;
    }

    .products-pagetitle-txt{
        line-height: 2;
    }

    .overview-wrap{
        width: 100%;
        padding: 0 20px;
    }

    .overview-wrap .nicms-fullrich{
        width: 100%;
    }

    .overview-wrap .more-wrap{
        height: 150px;
    }

    .overview-wrap .more-wrap::before{
        height: 60px;
    }

    .overview-wrap .more-btn{
        bottom: 150px;
    }

    .overview-wrap .small-cate-wrap div{
        display: none;
    }
}

/* -------------------------------------------------------------
    フルリッチ
-------------------------------------------------------------- */
.nicms-fullrich h1, .nicms-fullrich h2, .nicms-fullrich h3, .nicms-fullrich h4 {
    font-weight: bold;
    line-height: 1.4;
}

.nicms-fullrich h1 {
    font-size: 2.7rem;
    font-weight: bold;
    border-bottom: 6px solid var(--main);
    padding: 0 0 15px;
    margin: 50px 0 30px;
}

.nicms-fullrich h2 {
    background: var(--main);
    color: #fff;
    font-size: 2.6rem;
    margin: 50px 0 30px;
    padding: 10px 20px 12px;
    position: relative;
    letter-spacing: .05em;
}

.nicms-fullrich h3 {
    border-bottom: dotted 3px var(--main);
    color: var(--main);
    margin: 40px 0 30px;
    padding: 0 0 10px;
    font-size: 2.4rem;
    letter-spacing: .05em;
}

.nicms-fullrich h4 {
    margin: 30px 0 20px;
    padding: 4px 0 0 16px;
    font-size: 2.3rem;
    position: relative;
}

.nicms-fullrich h4::before {
    background: var(--main);
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: '';
    width: 6px;
    height: 100%;
}

.nicms-fullrich a:link {
    color: var(--link);
    display: inline-block;
    text-decoration: underline;
}

.nicms-fullrich p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    letter-spacing: .035em;
    line-height: 2;
    overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {

    .nicms-fullrich h1, .nicms-fullrich h2, .nicms-fullrich h3, .nicms-fullrich h4 {
        line-height: 1.5;
    }

    .nicms-fullrich h1 {
        border-bottom-width: 4px;
        font-size: 2.3rem;
        line-height: 1.5;
        margin: 30px 0 20px;
        padding: 0 0 10px;
    }

    .nicms-fullrich h2 {
        margin: 30px 0 20px;
        padding: 8px 15px 10px;
        font-size: 2rem;
    }

    .nicms-fullrich h3 {
        margin: 30px 0;
        padding: 0 0 10px;
        font-size: 1.9rem;
    }

    .nicms-fullrich h4 {
        margin: 30px 0 20px;
        padding: 0 0 0 12px;
        font-size: 1.8rem;
    }

    .nicms-fullrich h4::before {
        top: 0;
        width: 5px;
    }

    .nicms-fullrich p {
        margin-bottom: 1em;
        line-height: 2;
        letter-spacing: .05em;
    }

}

/* -------------------------------------------------------------
    result-area
-------------------------------------------------------------- */
.result-txt-wrap .fs-wrap{
    gap: 30px;
}

@media screen and (max-width: 768px){
    .result-txt-wrap .fs-wrap{
        gap: 0px;
    }
}
/* -------------------------------------------------------------
    main-contents
-------------------------------------------------------------- */
.main-contents{
    margin: 40px auto 0;
}
@media screen and (max-width: 768px){
    .main-contents{
        margin: 20px auto 0;
    }
}

/* -------------------------------------------------------------
    category-area(サイドナビ全体)
-------------------------------------------------------------- */
.category-area{
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
    width: 320px;
    height: auto;
    height: calc(100vh - 160px);
    height: calc(100vh - 160px);
    overflow: scroll;
    /* background-color: #ebeef4; */
    padding: 0 20px 20px 20px;
    padding: 0 0 40px;
}

/* .category-area .tate-scroll{
    height: calc(100vh - 160px);
    height: 100%;
    overflow: scroll;
    padding: 0 0 40px;
} */

@media screen and (max-width: 768px){

    .category-area{
        height: auto;
        padding: 0;
        background: none;
        z-index: 999;
        overflow: hidden;
    }
}

/* -------------------------------------------------------------
    nav-area(子カテ表示エリア)
-------------------------------------------------------------- */
.nav-area .cate-ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    color: var(--cmnblack);
    width: 100%;
    height: 64px;
    border: solid 1px #CCCCCC;
    background-color: #EEEEEE;
    padding: 10px 15px;
}

.nav-area .cate-ttl .img{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    background-color: #D2D2D2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-area .cate-ttl .txt{
    width: calc(100% - 59px);
    line-height: 1.3;
}


.nav-area .cate-ttl .accordion-icon{
    top: 17px;
    transform: none;
}

.nav-area .under-cate{
    padding: 0 20px 20px;
    border: solid 1px #CCCCCC;
    border-top: none;
}

.nav-area .under-cate .under-cate-list .under-cate-item a{
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
    color: var(--cmnblack);
}

.nav-area .under-cate .under-cate-list .under-cate-item a:hover{
    color: var(--link);
}

@media screen and (max-width: 768px){
    .nav-area{
        display: none;
    }
}


/* -------------------------------------------------------------
    filter-area（さらに絞り込む）
-------------------------------------------------------------- */
.filter-box .filter-ttl{
    color: var(--cmnblack);
    width: 100%;
    height: 64px;
    background-color: #EEEEEE;
    padding: 15px 15px;
}

.filter-cate-box{
    position: relative;
}

.filter-cate-box .accordion-icon{
    top: 17px;
    transform: none;
}

.filter-wrap{
    display: none;
}

.filter-cate-ttl{
    padding: 15px 15px;
    position: relative;
}


.filter-wrap input{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    padding: 0px;
    margin: 0px;
}

.filter-wrap input.keyword{
    position: unset;
    opacity: 1;
}


.filter-wrap li input[type="checkbox"]:checked + label{
    border-color: var(--main);
}

.filter.acc-sp{
    display: none;
}
@media screen and (max-width: 768px){
    .filter-area{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background-color: #EFEFEF;
        padding: 20px;
        overflow: scroll;
    }
    .filter.acc-sp{
        display: block;
        width: 64px;
        height: 64px;
        border-radius: 32px;
        background-color: var(--main);
        color: #fff;
        position: fixed;
        right: 10px;
        bottom: 80px;
        font-size: 1.2rem;
        text-align: center;
        padding: 25px 0 0;
    }

    .filter.acc-sp i{
        display: none;
        margin: 0;
    }

    .filter.acc-sp.active{
        top: 0px;
        right: 0;
        z-index: 1000;
        width: 50px;
        height: 50px;
        border-radius: 0;
        background-color: #333;
        color: #fff;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .filter.acc-sp.active i{
        display: block;
    }

    .filter.acc-sp.active span{
        display: none;
    }
}

/*  キーワード検索
-------------------------------------------------------------- */
.keyword-box input{
    width: 100%;
    height: 60px;
}
@media screen and (max-width: 768px){

}
/*  メーカー・ブランド(filter-cate-box brand)
-------------------------------------------------------------- */

.filter-wrap li input[type="checkbox"]:checked + label .logo{
    border-color: var(--main);
}

@media screen and (max-width: 768px){

}

/*  楕円形リストround-list
サイズ、靴のサイズ、ウエスト、素材、生地、種類、機能、先芯、幅、規格
(filter-cate-box size,shoes-size,waist,gender,scene,style,job)
-------------------------------------------------------------- */
.filter-wrap .round-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.filter-wrap .round-list li{
    position: relative;
    font-size: 1.3rem;
}

.filter-wrap .round-list li label{
    border: solid 1px #CCCCCC;
    padding: 3px 20px;
    display: inline-block;
    pointer-events: auto;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .3s;
    border-radius: 20px;
}

@media screen and (max-width: 768px){

}

/*  カラー(filter-cate-box color)
-------------------------------------------------------------- */
/* color */
.filter-wrap .color-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
}

.filter-wrap .color-list li{
    position: relative;
    width: calc(100% / 4);
    font-size: 1.2rem;
    text-align: center;
}

.filter-wrap .color-list input{
    display: block;
    width: 30px;
    height: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    cursor: pointer;
    background: #000;
    opacity: 1;
    position: relative;
    margin: 0 auto;
}

.filter-wrap .color-list .color-item.white input{
    background-color: #fff;
    border: solid 2px #000;
}

.filter-wrap .color-list .color-item.gray input{
    background-color: #A8A8A8;
}

.filter-wrap .color-list .color-item.beige input{
    background-color: beige;
}

.filter-wrap .color-list .color-item.brown input{
    background-color: brown;
}

.filter-wrap .color-list .color-item.red input{
    background-color: red;
}

.filter-wrap .color-list .color-item.pink input{
    background-color: pink;
}

.filter-wrap .color-list .color-item.orange input{
    background-color: orange;
}

.filter-wrap .color-list .color-item.yellow input{
    background-color: yellow;
}

.filter-wrap .color-list .color-item.green input{
    background-color: green;
}

.filter-wrap .color-list .color-item.blue input{
    background-color: blue;
}

.filter-wrap .color-list .color-item.purple input{
    background-color: purple;
}

.filter-wrap .color-list .color-item.gold input{
    background-color: gold;
}

.filter-wrap .color-list .color-item.silver input{
    background-color: silver;
}

.filter-wrap .color-list .color-item.clear-color input{
    background-color: #fff;
    border: solid 2px #000;
}

.filter-wrap .color-list .color-item.multi input{
    background-color: #A8A8A8;
}

.filter-wrap .color-list .color-item.camo input{
    background-color: green;
}

.filter-wrap .color-list .color-item.wood input{
    background-color: brown;
}

.filter-wrap .color-list .color-item.other input{
    background-color: #A8A8A8;
}

.filter-wrap .color-list .txt{
    line-height: 1.5;
}

@media screen and (max-width: 768px){

}

/*  長方形リストcate-list
(filter-cate-box gender,scene,style,job)
-------------------------------------------------------------- */
.filter-wrap .cate-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-wrap .cate-list .cate-item{
    width: calc((100% - 15px) / 2);
    position: relative;
}

.filter-wrap .cate-list .cate-item label{
    border: solid 1px #CCCCCC;
    padding: 13px 8px;
    display: inline-block;
    pointer-events: auto;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .3s;
    border-radius: 3px;
}

@media screen and (max-width: 768px){

}

/*  価格
(filter-cate-box gender,scene,style,job)
-------------------------------------------------------------- */
.filter-wrap .keyword{
    position: relative;
}

.filter-wrap .keyword input{
    opacity: 1;
}
.filter-wrap .keyword input[type="text"]{
    width: 95px;
    height: 50px;
    padding: 5px 10px 5px 25px;
    padding: 5px 10px 5px 10px;
    position: unset;
}

.filter-wrap .keyword input.apply{
    width: 60px;
    height: 50px;
    background-color: #929292;
    color: #fff;
    border-radius: 5px;
    position: unset;
    border: none;
}
@media screen and (max-width: 768px){

}
/* -------------------------------------------------------------
    products-area（商品一覧全体）
-------------------------------------------------------------- */
.products-area{
    height: 2000px;
}

@media screen and (max-width: 768px){
    .products-area{
        width: 100%;
        height: auto;
    }
}
/* -------------------------------------------------------------
    filter-result-area（選択結果リスト）
-------------------------------------------------------------- */
.filter-result-area .result-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-result-area .result-list button{
    background-color: #fff;
    border: solid 1px #CCCCCC;
    padding: 8px 40px 8px 20px;
    display: inline-block;
    pointer-events: auto;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .3s;
    border-radius: 20px;
    font-size: 1.4rem;
}

.filter-result-area .result-list li{
    position: relative;
}

.filter-result-area .result-list li::before{
    position: absolute;
    content: "";
    background: url(../img/icon-cross.svg) no-repeat center / cover;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px){
    .filter-result-area .result-list{
        gap: 5px 10px;
    }
}


/*    セクション名
-------------------------------------------------------------- */

@media screen and (max-width: 768px){

}


