﻿/**************************************
#productsListSection
**************************************/
#productsListSection{
    display: block;
    font-feature-settings: normal;
}

#productsListSection > h2{
    display: block;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 500;
}

/*五ケ山豆腐の時見出しを明朝体にする*/
#outerWrap.outer_gokayamatofu #productsListSection > h2{
    font-family: 'YuMincho', 'Yu Mincho','Hiragino Mincho Pro','Noto Serif JP',serif;
}


#productsListSection .noProduct{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: calc(100% - 4rem);
    min-height: 10rem;
    margin: 2rem auto;
    border: 1px solid #CCCCCC;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

/**************************************
.categoryCatch
**************************************/
#productsListSection .categoryCatch{
    display: block;
    width: 100%;
    padding-top: 1.5rem;
}


#productsListSection .categoryCatch > figure{
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}
#productsListSection .categoryCatch > figure > img{display: block; width: 100%; height: auto;}


#productsListSection .categoryCatch > .text{
    display: block;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
}

/**************************************
sortBoxArea
**************************************/
#productsListSection .sortBox{
	display: block;
    width: 100%;
    padding: 2rem 1rem;
    margin-top: 4rem;
    background: #f7f5f5;
    border-top: 1px solid #d9d4d4;
    border-bottom: 1px solid #d9d4d4;
}


#productsListSection .sortBox > .listPager{display: none;}

#productsListSection .sortBox > .cntBox{
    display: block;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
}


#productsListSection .sortBox > .sort{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#productsListSection .sortBox > .sort > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#productsListSection .sortBox > .sort > dl:nth-of-type(2){
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}


#productsListSection .sortBox > .sort > dl > dt{
	display: block;
    font-size: 1.3rem;
    font-weight: 400;
}

#productsListSection .sortBox > .sort > dl > dd{
    display: block;
}



#productsListSection .sortBox > .sort > dl > dd > select{
    display: block;
	box-sizing: border-box;
	height: 3.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0 2.8rem 1px 1rem;
	background: url("../Contents/ImagesPkg/common/icon_arrow_bottom.svg") calc(100% - 1rem) center no-repeat #FFFFFF;
    background-size: 1.2rem auto;
    border: 1px solid #d9d4d4;
	vertical-align: middle;
    line-height: calc(3.3rem - 1px);
	font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}



/**************************************
listPager
**************************************/
#productsListSection .listPagerBox > .cntBox{display: none;}

#productsListSection .listPagerBox > .listPager{
    display: block;
    width: 100%;
    padding: 5rem 0 0;
}

#productsListSection .listPager ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    margin: 0 auto;
}

#productsListSection .listPager ul > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    text-align: center;
}

#productsListSection .listPager ul > li.ellipsis{
  width: 1.3rem;
}

#productsListSection .listPager ul > li:nth-last-of-type(1){margin-right: 0;}


#productsListSection .listPager ul > li > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d4d4;
    background: #FFFFFF;
    color: #333131;
    font-size: 1.2rem;
    text-decoration: none;
    -webkit-transition: background  0.2s ease;
    -moz-transition: background  0.2s ease;
    -o-transition: background  0.2s ease;
    transition: background  0.2s ease;
}

#productsListSection .listPager ul > li > a:hover{
	background: #CCCCCC;
}

#productsListSection .listPager ul > li > span{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    background: #333131;
    color: #FFFFFF;
}

#productsListSection .listPager ul > li.prev,
#productsListSection .listPager ul > li.next{
  width: 1rem;
}

#productsListSection .listPager ul > li.prev > a{
    border: none;
    background: url("../Contents/ImagesPkg/common/icon_arrow_left_narrow.svg") center center no-repeat;
    background-size: 1rem auto;
}
#productsListSection .listPager ul > li.next > a{
    border: none;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right_narrow.svg") center center no-repeat;
    background-size: 1rem auto;
}


#productsListSection .listPager + .result{display: none;}


/**************************************
itemList
**************************************/

#productsListSection .itemList{
    display: block;
    width: 100%;
    padding: 2rem 1rem 0;
}

#productsListSection .itemList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
}

#productsListSection .itemList > ul > li{
    display: block;
    width: calc(50% - 1rem);
    margin-right: 2rem;
}
#productsListSection .itemList > ul > li:nth-of-type(2n){margin-right: 0;}
#productsListSection .itemList > ul > li:nth-of-type(n + 3){margin-top: 2rem;}

#productsListSection .itemList > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333131;
    text-decoration: none;
    position: relative;
    padding-bottom: 4.8rem;
}

#productsListSection .itemList> ul > li > a > figure{
    display: block;
    width: 100%;
    margin-bottom: 1.0rem;
}
#productsListSection .itemList > ul > li > a > figure > img{display: block; width: 100%; height: auto;}


#productsListSection .itemList > ul > li > a > dl{display: block;}
#productsListSection .itemList > ul > li > a > dl > dt{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

/*五ケ山豆腐の時商品名は明朝体*/
#outerWrap.outer_gokayamatofu #productsListSection .itemList > ul > li > a > dl > dt{
    font-family: 'YuMincho', 'Yu Mincho','Hiragino Mincho Pro','Noto Serif JP', serif;
}

#productsListSection .itemList > ul > li > a > dl > dd{
    display: block;
    width: 100%;
    min-height: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
}


#productsListSection .itemList > ul > li > a > dl > dd > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 0 0.5rem 0 1rem;
    white-space: nowrap;
}
#productsListSection .itemList > ul > li > a > dl > dd > dl + dl{margin-top: 0.4rem;}

#productsListSection .itemList > ul > li > a > dl > dd > dl > dt{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    height: 100%;
    width: 3.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 2px 0 3px;
    text-align: center;
    color: #FFFFFF;
}
#productsListSection .itemList > ul > li > a > dl > dd > dl.normal > dt{background: #666363;}
#productsListSection .itemList > ul > li > a > dl > dd > dl.subscription > dt{background: #b32445;}

#productsListSection .itemList > ul > li > a > dl > dd > dl > dd{
    font-size: 1.8rem;
    font-weight: 500;
}

#productsListSection .itemList > ul > li > a > dl > dd > dl > dd > em{
    font-size: 1rem;
    padding-bottom: 2px;
}

#productsListSection .itemList > ul > li > a > dl > dd > dl.normal > dd{color: #666363;}
#productsListSection .itemList > ul > li > a > dl > dd > dl.subscription > dd{color: #b32445;}




